html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

.js-clock {
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
}

dialog {
  border-radius: 5%;
  background-color: #d9d8d1;
  background-image: linear-gradient(rgba(216, 215, 208, .9), rgba(216, 215, 208, .9)), url("https://assets-global.website-files.com/6480467a11766565d941e0c8/649aa099d163e7c34417711c_bg%20grill.svg");
}


/* Estilos para la sección de requisitos */
.requisitos-section {
    background-color: #f9f9f7;
    padding: 60px 0;
    border-radius: 30px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.requisitos-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.requisitos-titulo {
    color: #f6921e;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Robotoslab Bold', serif;
}

.requisitos-subtitulo {
    color: #2a2c2e;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    border-bottom: 2px dashed #f6921e;
    padding-bottom: 20px;
}

.requisitos-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requisitos-item {
    background: white;
    border-radius: 20px;
    padding: 25px 30px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    border-left: 5px solid #f6921e;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.requisitos-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(246,146,30,0.1);
}

.requisitos-item p {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

.requisitos-item strong {
    color: #f6921e;
    font-weight: 600;
}

.requisitos-subitem {
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 2px solid #eee;
}

.requisitos-subitem p {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #555;
}

.requisitos-destacado {
    background: #fef6e9;
    border-radius: 15px;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #f6921e33;
}

/* Estilo para el mensaje de evento comenzado */
.event-started-message {
    text-align: center;
    padding: 20px;
    background: #f6921e;
    border-radius: 15px;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(246, 146, 30, 0.7);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 0 0 10px rgba(246, 146, 30, 0);
    }
}

.requisitos-destacado p {
    margin: 5px 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #2a2c2e;
}

.requisitos-destacado .hora {
    color: #f6921e;
    font-weight: 700;
    font-size: 1.3rem;
}

.requisitos-boton {
    display: inline-block;
    background: #f6921e;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin: 30px auto 0;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    text-align: center;
    box-shadow: 0 10px 20px rgba(246,146,30,0.3);
}

.requisitos-boton:hover {
    background: #d87809;
}

@media (max-width: 768px) {
    .requisitos-titulo {
        font-size: 2rem;
    }
    .requisitos-subtitulo {
        font-size: 1.2rem;
    }
    .requisitos-item {
        padding: 20px;
    }
    .requisitos-item p {
        font-size: 1rem;
    }
}

/* ========================================= */
/* Contenedor Responsivo para el Video (16:9) */
/* ========================================= */

.video-responsive-container {
    width: 100%; 
    position: relative; 
    padding-top: 56.25%; 
    height: 0; 
    overflow: hidden; 
    
    /* AUMENTAMOS el margen para que el video se separe de cualquier elemento que le siga */
    /* Incluso si el contador está dentro de la misma sección que el video. */
    margin-bottom: 80px !important; 
}

.video-responsive-container iframe {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    border: none; 
}

/* ========================================= */
/* Ajuste de Countdown (Cuenta Regresiva)    */
/* ========================================= */

#countdown {
    width: 100%; 
    text-align: center;
    /* AÑADIMOS un padding superior grande al contador para garantizar separación */
    padding: 60px 0 10px 0 !important; /* 60px arriba, 0 a los lados, 10px abajo */
    padding-top: 40px !important;
}

#countdown div {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
}

/* Asegura que el tamaño de la fuente sea adaptable */
#countdown span {
    font-size: 4vw; /* Usa 'viewport width' para un tamaño de fuente relativo */
}


/* ------------------------------------------------ */
/* CONTROL DE VISIBILIDAD (Desktop vs Móvil) */
/* ------------------------------------------------ */

/* Ocultar el menú de escritorio en móvil y viceversa */
@media (min-width: 1000px) {
    .navbar-split-left {
        display: flex !important; /* Mostrar menú escritorio */
    }
    .menu-movil-estatico {
        display: none !important; /* Ocultar contenedor móvil */
    }
    .hamburger-btn {
        display: none !important; /* Ocultar botón hamburguesa */
    }
}

@media (max-width: 999px) {
    .navbar-split-left {
        display: none !important; /* Ocultar menú escritorio */
    }
    .hamburger-btn {
        display: flex !important; /* Mostrar botón hamburguesa */
    }
    /* Estilos para el menú móvil desplegable */
    .menu-movil-estatico {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1000;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    .menu-movil-estatico.active {
        display: block;
    }
    .menu-movil-estatico .nav-menu {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    .menu-movil-estatico .link {
        padding: 12px 0;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        text-align: left;
    }
}

/* Estilos del botón hamburguesa */
.hamburger-btn {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    padding: 8px;
    margin-right: 10px;
    display: none; /* Oculto por defecto */
}

.hamburger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1d1d1d;
    transition: all 0.3s ease;
}

.hamburger-btn.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-btn.open span:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.open span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

@media screen and (max-width: 479px) {
    .wide-footer-top-content-mapa img {
        height: 200px;
        width: auto;
    }
}

/* Ajuste para pantallas más pequeñas (móviles) */
@media (max-width: 600px) {
    #countdown span {
        font-size: 8vw; /* Fuente más grande en móviles para mejor lectura */
    }
}

.box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    font-size: 12px;
    line-height: 20px;
    display: flex;
}

.clock-number {
    font-family: Rajdhani, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 70px;
}

.clock-label {
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: -5px;
    font-size: 0;
}

.clock-label::before {
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.js-clock .box:nth-child(1) .clock-label::before {
    content: "Meses";
}

.js-clock .box:nth-child(2) .clock-label::before {
    content: "Dias";
}

.js-clock .box:nth-child(3) .clock-label::before {
    content: "Horas";
}

.js-clock .box:nth-child(4) .clock-label::before {
    content: "Min";
}

.js-clock .box:nth-child(5) .clock-label::before {
    content: "Seg";
}

@media (max-width: 768px) {
    .js-clock .box:nth-child(1) .clock-label::before {
        content: "m.";
    }

    .js-clock .box:nth-child(2) .clock-label::before {
        content: "d.";
    }

    .js-clock .box:nth-child(3) .clock-label::before {
        content: "h.";
    }

    .js-clock .box:nth-child(4) .clock-label::before {
        content: "min.";
    }

    .js-clock .box:nth-child(5) .clock-label::before {
        content: "s.";
    }
}

@property --border-angle-1 {
	syntax: "<angle>";
	inherits: true;
	initial-value: 0deg;
}

@property --border-angle-2 {
	syntax: "<angle>";
	inherits: true;
	initial-value: 90deg;
}

@property --border-angle-3 {
	syntax: "<angle>";
	inherits: true;
	initial-value: 180deg;
}

/* sRGB color. */
:root {
	--bright-blue: rgb(0, 100, 255);
	--bright-green: rgb(0, 255, 0);
	--bright-red: rgb(255, 0, 0);
	--background: #f6921e;
	--foreground: white;
	--border-size: 2px;
	--border-radius: 0.75em;
}

/* Display-P3 color, when supported. */
@supports (color: color(display-p3 1 1 1)) {
	:root {
		--bright-blue: color(display-p3 0 0.2 1);
		--bright-green: color(display-p3 0.4 1 0);
		--bright-red: color(display-p3 1 0 0);
	}
}

.botonLindo {
  display: inline-block;
  font-size: 20px;
  padding: 0.7em 1em;
  margin-top: 2px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f6921e;
  color: #fff;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px rgb(219 255 0 / 54%);
  -moz-animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
            box-shadow: 0 0 0 0 rgba(242, 159, 1);
        }
    70% {
            box-shadow: 0 0 0 10px rgba(88, 242, 159, 0);
        }
    100% {
            box-shadow: 0 0 0 50px rgba(88, 242, 159, 0);
        }
}

.botonLindo:focus {
  outline: 0;
}

.botonLindo:before, .botonLindo:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.botonLindo:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, transparent 20%, #000000 20%, transparent 30%), radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, transparent 10%, #000000 15%, transparent 20%), radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, #000000 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.botonLindo:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, transparent 10%, #000000 15%, transparent 20%), radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, #000000 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.botonLindo:active {
  transform: scale(0.9);
  background-color: #d87809; 
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

.botonLindo:hover{ 
 background: #c06b08; 
} 

.botonLindo:before {
  display: block;
  animation: topBubbles ease-in-out 1.5s infinite;
}

.botonLindo:after {
  display: block;
  animation: bottomBubbles ease-in-out 1.5s infinite;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.zoomInzoomOut {
  animation: zoom-in-zoom-out 3s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
            transform: scale(1, 1);
    }
    50% {
            transform: scale(1.2, 1.2);
    }
    100% {
            transform: scale(1, 1);
    }
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1000;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(252, 79, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
}

.arrow {
  position: absolute;
  width: 46px;
  height: 46px;
}

.arrow::before {
  content: "↑";
  font-size: 20px;
  color: #fc4f00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
  }
  
  .w-icon-slider-left:before {
    content: "";
    }
    
    .w-icon-nav-menu:before {
      content: "";
      }
      
      .w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
        content: "";
        }
        
        .w-icon-file-upload-remove:before {
          content: "";
          }
          
          .w-icon-file-upload-icon:before {
            content: "";
            }
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: rgba(0, 0, 0, 0) !important;
}

.w-code-block {
  margin: unset;
}

.w-webflow-badge, .w-webflow-badge * {
  z-index: auto;
  visibility: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  float: none;
  clear: none;
  box-shadow: none;
  opacity: 1;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background: none;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  transition: none;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
  transform: none;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  visibility: visible !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  top: auto !important;
  bottom: 12px !important;
  left: auto !important;
  right: 12px !important;
  overflow: visible !important;
  transform: none !important;
}

.w-webflow-badge > img {
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder, .w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder, .w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.requisito {
  margin-bottom: 5px;
  padding-left: 20px;
  display: inline;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  z-index: -100;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  width: auto;
  height: auto;
  cursor: pointer;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.botonNaranja { 
 display: inline-block; 
 padding: 15px 20px; 
 background: #f6921e; 
 border-radius: 30px; 
 box-shadow: none; 
 font-size: 16px; 
 text-decoration: none; 
 text-align: center; 
 color: #ffffff; 
 border:none; 
 cursor: pointer; 
 transition: background .2s ease; 
} 

.botonNaranja:hover{ 
 background: #c06b08; 
} 

.botonNaranja:active{ 
 background: #d87809; 
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

@media (max-width: 1000px) {
.w-slide {
  vertical-align: top;
  width: 70%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
  margin-top: -10px !important;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: -55px;
  right: 0;
  overflow: hidden;
}
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, .4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #ff8605;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  border-radius: 50%;
  box-shadow: 0 0 50px 5px rgba(151, 116, 90, 0.77);
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, .9);
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .4);
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  width: 10vh;
  box-sizing: content-box;
  cursor: pointer;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #020202;
  background-color: rgba(0, 0, 0, 0);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 90px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

p {
  margin-bottom: 32px;
}

a {
  color: #020202;
  text-decoration: underline;
}

.space-top-tiny {
  margin-top: 16px;
}

.limit-small {
  max-width: 388px;
}

.space-top-medium {
  margin-top: 60px;
}

.space-top-extra {
  margin-top: 120px;
}

.space-top-extra.limit-small {
  display: none;
}

.limit {
  max-width: 480px;
  color: #2a2c2e;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.split {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #383838;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.split.add-space-top {
  margin-top: 160px;
}

.space-top {
  margin-top: 40px;
}

.space-top-large {
  margin-top: 80px;
}

.limit-large {
  max-width: 740px;
}

.space-top-small {
  color: #f7941d;
  margin-top: 24px;
  font-family: Roboto, sans-serif;
}

.limit-tiny {
  max-width: 280px;
}

.limit-medium {
  max-width: 570px;
}

.stacked-dropdown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px rgba(9, 23, 27, .1);
  padding: 16px 11px 16px 32px;
  display: none;
  position: relative;
}

.cart-line-item {
  margin-top: 32px;
  margin-bottom: 32px;
}

.remove-button {
  color: rgba(9, 23, 27, .6);
  text-decoration: none;
}

.cart-item-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cart-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(9, 23, 27, .1);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 32px;
}

.cart-footer {
  background-color: #fff;
  border-top-style: none;
  flex: 1;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.dropdown-column-title {
  margin-bottom: 0;
  padding: 16px 24px 16px 8px;
  font-weight: 500;
}

.cart-price {
  font-size: 18px;
  font-weight: 500;
}

.cart-container {
  max-width: 560px;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 10px;
  line-height: 24px;
  display: flex;
}

.dropdown-toggle.black-text {
  color: #000;
}

.cart-icon {
  color: #fff;
  margin-right: 0;
}

.cart-icon.black-cart-icon {
  color: #000;
}

.navbar-right {
  align-items: center;
  display: flex;
}

.apple-pay {
  border-radius: 30px;
}

.navbar-left {
  grid-column-gap: 21px;
  align-items: flex-start;
}

.black-button {
  color: #2a2c2e;
  text-align: center;
  text-transform: uppercase;
  background-color: #d8d7d0;
  border: 1px #d8d7d0;
  border-radius: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  display: block;
}

.black-button.small {
  padding: 12px 32px;
}

.black-button.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.black-button.small.nav._1 {
  display: none;
}

.black-button.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.black-button.sticky {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.cart-list {
  color: #000;
  padding: 0 40px 40px;
}

.cart-item-name {
  margin-left: 0;
  margin-right: 0;
  line-height: 110%;
}

.nav-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #2a2c2e;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 2px;
  padding-bottom: 2px;
  display: grid;
}

.quantity-wrap {
  grid-column-gap: 9px;
  color: rgba(9, 23, 27, .6);
  align-items: center;
  display: flex;
}

.brand {
  padding-left: 0;
}

.quantity {
  height: 40px;
  color: #09171b;
  background-color: rgba(9, 23, 27, .05);
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
}

.dropdown-link {
  padding: 8px;
  transition: color .2s;
}

.dropdown-link:hover {
  color: #86adff;
}

.dropdown-link.w--current {
  color: #ffe14d;
}

.navbar-split-left {
  grid-column-gap: 24px;
  display: flex;
}

.white-button {
  color: #f7941d;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 40px;
}

.white-button.bold-text {
  font-weight: 700;
}

.dropdown {
  display: none;
}

.dropdown-list {
  padding-top: 8px;
}

.dropdown-list.w--open {
  color: #000;
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 40px 40px rgba(0, 0, 0, .1);
}

.empty-state-cart {
  flex-direction: column;
}

.cart-header {
  color: #000;
  border-bottom-style: none;
  padding: 40px;
  font-size: 18px;
}

.navbar {
  z-index: 99;
  color: #fff;
  background-color: #000;
  position: relative;
  top: 0;
}

.navbar.white {
  color: #2a2c2e;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.container {
  z-index: 9;
  max-width: 1360px;
  color: #2a2c2e;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.small {
  max-width: 1200px;
}

.container.tiny {
  max-width: 712px;
}

.cart-quantity {
  color: #fff;
  background-color: #020202;
  border-radius: 50%;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dropdown-icon {
  color: #fff;
  margin-left: 6px;
}

.opacity-dark-text {
  color: rgba(0, 0, 0, .7);
}

.opacity-dark-text.limit-tiny {
  max-width: 300px;
}

.section {
  background-color: #d8d7d0;
  background-image: linear-gradient(rgba(216, 215, 208, .9), rgba(216, 215, 208, .9)), url("https://assets-global.website-files.com/6480467a11766565d941e0c8/649aa099d163e7c34417711c_bg%20grill.svg");
  background-position: 0 0, 50%;
  background-size: auto, 170px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section.black {
  color: #383838;
  background-color: #d8d7d0;
}

.section.black.no-padd-bottom {
  padding-bottom: 60px;
}

.section.light {
  background-color: rgba(2, 2, 2, .03);
}

.smaller-section {
  background-color: #d9d8d1;
  background-image: linear-gradient(rgba(216, 215, 208, .9), rgba(216, 215, 208, .9)), url("https://assets-global.website-files.com/6480467a11766565d941e0c8/649aa099d163e7c34417711c_bg%20grill.svg");
  background-position: 0 0, 50%;
  background-size: auto, 170px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.small-portrait {
  width: 24px;
  height: 24px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
}

.background-patterns {
  position: relative;
}

.top-right {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bottom-right {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -40%;
  left: auto;
  right: 0%;
}

.middle-left {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-image {
  position: relative;
}

.review-small-image {
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 20%;
  right: auto;
}

.large-text {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.large-text.opacity-dark-text.limit-small {
  max-width: 500px;
  color: #2a2c2e;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.large-text.opacity-white-text.limit-small {
  max-width: 100%;
  color: #020202;
  text-align: center;
  padding-top: 60px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.review-card {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.review-card.space-top-large {
  align-items: center;
}

.small-text {
  font-size: 14px;
}

.bold {
  font-weight: 700;
}

.bold.large-text.space-top-tiny {
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.bold.medium-text.opacity-dark-text {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.logos-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.three-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.three-column-grid.space-top-medium {
  display: block;
}

.three-column-grid.blog {
  grid-row-gap: 60px;
}

.feature-card {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  display: flex;
  box-shadow: 0 50px 80px rgba(2, 2, 2, .05);
}

.feature-card.white {
  box-shadow: none;
  color: #020202;
}

.feature-card.left-align {
  text-align: left;
  align-items: flex-start;
}

.feature-card.left-align.no-padd-left {
  padding-left: 0;
}

.feature-circle {
  width: 90px;
  height: 90px;
  background-color: rgba(2, 2, 2, .05);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-circle.lghter {
  background-color: rgba(255, 255, 255, .07);
}

.feature-circle.smaller {
  width: 64px;
  height: 64px;
}

.feature-circle.dark {
  background-color: #020202;
}

.feature-circle.white {
  width: 56px;
  height: 56px;
  background-color: #fff;
}

.medium-text {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.medium-text.opacity-dark-text.limit-small {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.medium-text.opacity-white-text {
  color: #020202;
}

.center-text {
  text-align: center;
}

.center-text.center-content {
  text-align: center;
  align-items: center;
}

.center-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contant-images {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  margin-right: 16px;
  display: flex;
}

.opacity-white-text {
  color: #383838;
}

.white-text {
  color: #fff;
  text-decoration: none;
}

.contact-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: -16px;
}

.feature-cards-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.little-card {
  grid-column-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.flex-vertical {
  grid-row-gap: 32px;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.smaller-link {
  font-size: 16px;
}

.boxed-image {
  background-color: #020202;
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e163_pattern%206.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 90px;
  position: relative;
  overflow: hidden;
}

.bottom {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 10%;
  right: auto;
}

.relativ-image {
  z-index: 9;
  position: relative;
}

.bigger-section {
  background-color: #d8d7d0;
  background-image: linear-gradient(rgba(216, 215, 208, .9), rgba(216, 215, 208, .9)), url("https://assets-global.website-files.com/6480467a11766565d941e0c8/649aa099d163e7c34417711c_bg%20grill.svg");
  background-position: 0 0, 50%;
  background-size: auto, 170px;
  padding-top: 200px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.bigger-section.black {
  color: #020202;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.bigger-section.no-padd-bottom {
  padding-bottom: 0;
}

.black-circle {
  width: 60px;
  height: 60px;
  background-color: #f6921e;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.three-feature-cards-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
  position: relative;
}

.contact-button {
  color: #020202;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 8px 40px 8px 8px;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.contact-button:hover {
  color: #606b92;
}

.flexed-button-content {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.portrait-icon-wrapper {
  width: 29px;
  height: 29px;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
}

.portrait-icon-wrapper.pink {
  width: 40px;
  height: 40px;
  background-color: #070630;
  margin-right: 17px;
}

.contact-foot {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black-content-block {
  color: #fff;
  background-color: #020202;
  padding: 160px 80px;
  position: relative;
}

.middle-right {
  position: absolute;
  top: 35%;
  bottom: 0%;
  right: 4%;
}

.top-left {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top-left.offset {
  top: -4%;
  left: 5%;
}

.contanct-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.contanct-wrap.space-top {
  align-items: center;
  margin-top: 20px;
}

.flex-horizontal {
  grid-column-gap: 22px;
  align-items: center;
  display: flex;
}

.four-column-grid {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.metric {
  max-width: 230px;
  text-align: center;
}

.metric.left {
  text-align: left;
}

.opacity-dark-text-2 {
  color: rgba(36, 58, 51, .7);
}

.success-message {
  color: #000;
  background-color: #fff;
  padding: 16px 24px;
}

.newsletter-field {
  height: 64px;
  background-color: #f3f3f5;
  border: 1px #000;
  border-radius: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px 20px 24px;
  transition: opacity .2s;
}

.newsletter-field:hover, .newsletter-field:focus {
  border-bottom-color: #000;
}

.newsletter-field::-ms-input-placeholder {
  color: rgba(2, 2, 2, .5);
  font-size: 16px;
  font-weight: 700;
}

.newsletter-field::placeholder {
  color: rgba(2, 2, 2, .5);
  font-size: 16px;
  font-weight: 700;
}

.newsletter-field.transparent {
  background-color: rgba(255, 255, 255, .05);
}

.newsletter-field.transparent::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.newsletter-field.transparent::placeholder {
  color: rgba(255, 255, 255, .5);
}

.footer-link-column {
  justify-content: center;
  align-content: center;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-top-wide {
  border-bottom: 1px solid rgba(2, 2, 2, .16);
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-top-wide.smaller-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.social-logo {
  width: 60px;
  height: 60px;
  background-color: #d8d7d0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-logo.light {
  background-color: rgba(255, 255, 255, .05);
}

.social-logo.white {
  background-color: #fff;
}

.footer-column-titile {
  color: #f6921e;
  text-transform: uppercase;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 19px;
  line-height: 120%;
}

.footer-column-titile.white {
  color: rgba(255, 255, 255, .4);
}

.error-message {
  color: #ff9f9f;
  background-color: #fff;
}

.no-space-bottom {
  margin-bottom: 0;
}

.footer {
  background-color: #d8d7d0;
  background-image: linear-gradient(rgba(216, 215, 208, .9), rgba(216, 215, 208, .9)), url("https://assets-global.website-files.com/6480467a11766565d941e0c8/649aa099d163e7c34417711c_bg%20grill.svg");
  background-position: 0 0, 50%;
  background-size: auto, 170px;
  padding-bottom: 0;
}

.footer-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer-horizontal-links {
  grid-column-gap: 12px;
  color: #fff;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #383838;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer-link:hover {
  opacity: .66;
}

.footer-link.small-text {
  font-size: 14px;
}

.footer-link._1 {
  color: #fff;
  margin-right: 26px;
  font-weight: 700;
}

.webflow-link {
  margin-left: 12px;
  margin-right: 12px;
}

.footer-bottom-content {
  display: flex;
}

.footer-bottom-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wide-footer-top-content-left {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.wide-footer-top-content-mapa {
  width: 100%;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Roboto, sans-serif;
  display: grid;
}

.social-logos-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.newsletter-form {
  max-width: 430px;
  grid-column-gap: 8px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 10px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 16px;
  display: flex;
}

.no-underline {
  text-decoration: none;
}

.white-link {
  color: #fff;
}

.white-link.space-top-tiny {
  color: #020202;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 80px;
}

.hide {
  display: none;
}

.slide-nav {
  font-size: 8px;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.image {
  border-radius: 50%;
}

.image-with-review {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 22px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  position: relative;
}

.review-wrap {
  grid-column-gap: 24px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.review-wrap.shadow {
  box-shadow: 0 24px 24px rgba(96, 107, 146, .1);
}

.rows-space {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.add-space-top {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.top-space {
  margin-top: 70px;
}

.case-study-logo-image {
  max-width: 450px;
  min-height: 320px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.author-wiget {
  grid-column-gap: 12px;
  display: flex;
}

.author-portrait {
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e190_team%20member%20portrait%201.png");
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  flex: none;
}

.white-button {
  color: #3a85ff;
  border-radius: 20px;
  margin-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.bottom-left {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-corner {
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 80px;
}

.footer-2 {
  color: #fff;
  background-color: #020202;
  position: relative;
  overflow: hidden;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-1-content {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.footer-1-links {
  display: flex;
}

.middle-bottom {
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 50%;
  right: 0%;
}

.partners-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.right {
  position: absolute;
  top: 30%;
  bottom: 0%;
  right: -4%;
}

.card {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
}

.big-portrait-image-1 {
  height: 585px;
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e1af_image%2010.png");
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  position: relative;
}

.big-portrait-image-2 {
  height: 585px;
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e1b0_image%2011.png");
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  position: relative;
}

.image-split {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 220px;
  display: grid;
}

.floater-card {
  max-width: 535px;
  grid-row-gap: 24px;
  color: #020202;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -75px;
  margin-left: -30px;
  padding: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0;
}

.blog-image {
  min-height: 320px;
  background-position: 50%;
  background-size: cover;
}

/* Ajuste de márgenes laterales en la galería de ediciones anteriores */
.food-blog-section .container {
  padding-left: 30px;  /* mismo valor que el gap entre columnas */
  padding-right: 30px;
}

@media (max-width: 767px) {
  .food-blog-section .container {
    padding-left: 0px; /* en móvil se reduce a 20px */
    padding-right: 0px;
  }
}

.blog-content {
  max-width: 490px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 32px;
  display: flex;
}

.divider {
  width: 1px;
  height: 24px;
  background-color: rgba(2, 2, 2, .16);
}

.divider.light {
  background-color: rgba(255, 255, 255, .1);
}

.footer-3 {
  color: #fff;
  background-color: #020202;
  padding-bottom: 100px;
  position: relative;
}

.opacity-white-background {
  background-color: rgba(255, 255, 255, .05);
}

.yellow-button {
  color: #383838;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a6a59a;
  border-radius: 30px;
  padding: 20px 40px;
  font-family: Roboto, sans-serif;
  transition: background-color .2s;
}

.yellow-button:hover {
  color: #383838;
  background-color: #f6921e;
  border-style: solid;
}

.checkbox-field {
  color: #1a1a3e;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 32px;
  padding-left: 0;
  font-weight: 500;
  display: flex;
}

.expanded-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  height: 56px;
  background-color: #f6f9ff;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text-field::-ms-input-placeholder {
  color: rgba(2, 2, 2, .16);
}

.text-field::placeholder {
  color: rgba(2, 2, 2, .16);
}

.field-label {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.checkbox {
  width: 24px;
  height: 24px;
  background-color: #ebe9e4;
  border: 1px #c7d9e5;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: #020202;
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e1b2_check.svg");
  background-size: 12px 12px;
}

.checkbox-label {
  color: #020202;
}

.spread-vertical {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.split-quotes-wrapper {
  color: #fffbf6;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #f1d1ad;
  border-radius: 20px;
  padding: 0 40px;
  position: relative;
}

.office-card {
  max-width: 265px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  padding-top: 24px;
  padding-bottom: 0;
}

.blog-image-2 {
  min-height: 420px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  align-items: flex-end;
  padding-bottom: 16px;
  padding-left: 16px;
  display: flex;
}

.featured-tag {
  color: #020202;
  background-color: #fff;
  border-radius: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.blog-split {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.right-bottom-corner {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-categories-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.blog-categories-wrap.tabs {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.blog-category-link {
  color: rgba(36, 58, 51, .6);
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.blog-category-link.w--current {
  color: #243a33;
}

.blog-category-link.tab {
  border-left: 1px solid rgba(0, 0, 0, 0);
  margin-left: -1px;
  padding-left: 24px;
}

.blog-category-link.tab.w--current {
  border-left-color: #020202;
}

.blog-category-link.tab {
  border-left: 1px solid rgba(0, 0, 0, 0);
  margin-left: -1px;
  padding-left: 24px;
}

.blog-category-link.tab.w--current {
  border-left-color: #020202;
}

.empty-state {
  color: #000;
  text-align: center;
  background-color: #f9f9f9;
  border: 2px solid #ffe14d;
}

.line-separator-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.line-separator {
  width: 1px;
  height: 100%;
  background-color: rgba(2, 2, 2, .16);
}

.footer-top {
  border-bottom: 1px solid rgba(2, 2, 2, .08);
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.blog-hero-split {
  grid-column-gap: 56px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-separator {
  width: 1px;
  background-color: rgba(255, 255, 255, .16);
}

.blog-separator.dark {
  background-color: rgba(2, 2, 2, .16);
}

.blog-vertical-card {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-hero-card {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  padding-bottom: 32px;
}

.big-blog-image {
  height: 520px;
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/650803db05f07776f9911a5e_Butikken.jpeg");
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  align-items: flex-end;
  margin-top: 60px;
  padding-bottom: 16px;
  padding-left: 16px;
  display: flex;
}

.big-portrait-image {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.team-member-info {
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.heading {
  color: #f6921e;
  flex-direction: column;
  align-items: center;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 35px;
  display: flex;
}

.career-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(2, 2, 2, .1);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: padding-left .2s;
  display: grid;
}

.career-row:hover {
  padding-left: 20px;
}

.career-row-title {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.career-tag {
  color: #fff;
  background-color: #020202;
  border: 1px solid rgba(26, 29, 36, .1);
  border-radius: 30px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 28px;
}

.career-arrow-wrap {
  width: 32px;
  height: 32px;
  background-color: #1a1d24;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal-head {
  border-bottom: 1px solid rgba(2, 2, 2, .16);
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.pricing-card {
  color: #020202;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  display: flex;
}

.full-width {
  width: 100%;
}

.table-wrap {
  margin-top: 100px;
}

.table-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.table-row.light-row {
  background-color: rgba(255, 255, 255, .05);
}

.table-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-columns.three-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-widget {
  grid-column-gap: 16px;
  border: 1px #c7d9e5;
  border-top-style: dashed;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.contact-widget.no-border {
  border-top-style: none;
  padding-top: 0;
}

.purple-link {
  color: #af62ec;
  text-decoration: none;
}

.pricing-column {
  color: #020202;
  background-color: #fff;
}

.pricing-bottom {
  color: #020202;
  background-color: #fff;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.pricing-separator {
  height: 1px;
  background-color: rgba(2, 2, 2, .16);
}

.pricing-list-item {
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e1ce_dark%20check%20mark.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 36px;
}

.pricing-list {
  margin-top: 50px;
}

.list-item {
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e1cf_check.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 2px dotted rgba(36, 58, 51, .1);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 36px;
}

.dotted-line {
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e1d1_Background%20dots.svg");
  background-position: 0 0;
  background-size: auto;
}

.dotted-line.horizontal {
  width: 100%;
  height: 2px;
}

.dotted-line.horizontal.light {
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e1d0_Background%20dots%20light.svg");
}

.default-state {
  flex-direction: column;
  display: flex;
}

.price-wrap {
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.input-field-2 {
  height: 56px;
  background-color: rgba(36, 58, 51, .1);
  border: 1px #cbd6e2;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 16px 20px;
  font-size: 16px;
}

.input-field-2:active {
  border-color: #808cff;
}

.input-field-2:focus, .input-field-2.-wfp-focus {
  border-bottom-color: #000;
}

.price {
  margin-bottom: 0;
  margin-right: 12px;
}

.product-white-block {
  grid-row-gap: 50px;
  color: #020202;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.options-and-quant {
  grid-column-gap: 10px;
  display: flex;
}

.case-studies-flex {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.case-study-image {
  min-height: 450px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
}

.case-study-card {
  max-width: 490px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
}

.case-study-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.small-cross {
  position: absolute;
  top: -24px;
  left: -30px;
}

.scribble-lines {
  max-width: 50%;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: 500px;
  right: -24px;
}

.blog-post-split {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-split.space-top-medium {
  display: none;
}

.text-portrait-span {
  width: 65px;
  height: 91px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -12px;
  margin-left: 16px;
  margin-right: 16px;
  display: inline-block;
}

.text-portrait-span._1 {
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e135_Text%20portrait%203.png");
}

.text-portrait-span._2 {
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e1d4_Text%20portrait%202.png");
}

.text-portrait-span._3 {
  background-image: url("https://assets-global.website-files.com/6480467a11766565d941e0c8/6480467a11766565d941e1d5_Text%20portrait%201.png");
}

.relative-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.right-arrow {
  width: 60px;
  height: 60px;
  background-color: #020202;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -70px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.left-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -70px;
  bottom: auto;
  left: auto;
  right: 80px;
}

.testimonial-slider-mask {
  width: 72%;
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.testimonial-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
}

.testimonial-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 40px;
  display: grid;
  box-shadow: 0 50px 100px rgba(134, 173, 255, .21);
}

.testimonial-slider-block {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
  position: relative;
}

.testimonial-slider-block.black {
  color: #fff;
  background-color: #020202;
}

.half-black-bg {
  z-index: -1;
  height: 55%;
  background-color: #020202;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map {
  width: 100%;
  height: 100%;
}

.vertical-blogs {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.blog-tabs {
  border-left: 1px solid rgba(2, 2, 2, .16);
}

.checkout-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.block-header {
  border-style: none;
  align-items: center;
  padding: 20px;
}

.block-content {
  border: 1px #000;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 320px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.template-page-wrap {
  grid-row-gap: 40px;
  color: #fff;
  background-color: #020202;
  flex-direction: column;
  padding: 80px;
  display: flex;
}

.template-page-section {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-page-title-wrap {
  grid-column-gap: 12px;
  display: flex;
}

.template-page-icons-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.text-link {
  color: #86adff;
}

.rich-text.limit-large {
  color: #383838;
  font-family: Roboto, sans-serif;
}

.showcase-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.showcase-card {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  overflow: hidden;
  box-shadow: 0 24px 24px rgba(96, 107, 146, .1);
}

.showcase-card:hover {
  box-shadow: none;
  color: #fff;
  background-color: #020202;
  text-decoration: none;
}

.showcase-screenshot-wrapper {
  background-color: #020202;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.showcase-image {
  box-shadow: 0 24px 40px rgba(26, 26, 62, .2);
}

.showcase-card-content {
  padding: 24px 32px;
}

.split-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.place-above {
  z-index: 9;
  position: relative;
}

.vertical-blog-list {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.showcase-wrap {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.heading-2 {
  width: 100%;
  color: #2a2c2e;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 5px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.white-button---orange-border {
  color: #2a2c2e;
  text-align: center;
  background-color: #fff;
  border: 1px #5e3b32;
  border-radius: 16px;
  justify-content: center;
  margin-right: 10px;
  padding: 20px 25px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.white-button---orange-border.small {
  padding: 12px 32px;
}

.white-button---orange-border.small.nav {
  color: #f7941d;
  background-color: #fff;
  border: 1px solid #f7941d;
}

.white-button---orange-border.small.nav._1 {
  display: none;
}

.white-button---orange-border.bold-text {
  font-weight: 700;
}

.heading-3 {
  color: #f7941d;
  text-transform: uppercase;
  font-family: Roboto Bold, sans-serif;
  font-size: 45px;
}

.link {
  color: #2a2c2e;
  margin-right: 25px;
  text-decoration: none;
}

.link:hover {
  color: #f6921e;
}

.link.w--current {
  color: #f6921e;
  margin-right: 25px;
}

.heading-4 {
  font-family: Roboto, sans-serif;
}

.heading-5 {
  color: #2a2c2e;
  text-transform: uppercase;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 30px;
}

.smaller-section-copy {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
}

.section-copy {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  position: relative;
  overflow: hidden;
}

.section-copy.black {
  color: #fff;
  background-color: #020202;
}

.section-copy.black.no-padd-bottom {
  padding-bottom: 0;
}

.section-copy.light {
  background-color: rgba(2, 2, 2, .03);
}

.section-copy {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-copy.black {
  color: #fff;
  background-color: #020202;
}

.section-copy.black.no-padd-bottom {
  padding-bottom: 0;
}

.section-copy.light {
  background-color: rgba(2, 2, 2, .03);
}

.smaller-section-copy {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-copy {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-copy.black {
  color: #fff;
  background-color: #020202;
}

.section-copy.black.no-padd-bottom {
  padding-bottom: 0;
}

.section-copy.light {
  background-color: rgba(2, 2, 2, .03);
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  height: 800px;
  background-color: rgba(0, 0, 0, 0);
}

.heading-2-copy {
  color: #f7941d;
  text-transform: uppercase;
  white-space: normal;
  font-family: Roboto Bold, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.image-2 {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.image-3 {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: 50% 50%;
}

.image-4 {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.split-2 {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  padding-left: 0;
  display: grid;
  position: relative;
}

.split-2.add-space-top {
  margin-top: 160px;
}

.ArtistasSabadoNoche {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding-left: 0;
  display: grid;
  position: relative;
}

.ArtistasSabadoNoche.add-space-top {
  margin-top: 160px;
}

.image-5 {
  width: 700px;
  height: 650px;
  object-fit: cover;
}

.image-6 {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.rektangul-rt-bilde {
  width: 100%;
  height: 90%;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: 0;
}

.rektangul-rt-bilde.h-yre {
  height: 500px;
  border-top-right-radius: 50px;
}

.rektangul-rt-bilde.Resongo {
  height: 400px;
  border-top-right-radius: 50px;
}

.heading-6 {
  color: #2a2c2e;
  text-align: center;
  text-transform: none;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 60px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tour-details {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.tour-details.black {
  color: #fff;
  background-color: #020202;
}

.tour-details.black.no-padd-bottom {
  padding-bottom: 0;
}

.tour-details.light {
  background-color: rgba(2, 2, 2, .03);
}

.text-block, .text-block-2 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.tour-details-text {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.highlight-card {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.cards-grid-highlights {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-bottom-footer {
  font-size: 25px;
}

.heading-2-orange {
  color: #f6921e;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 5px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.sell-out {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sell-out.add-space-top {
  margin-top: 160px;
}

.heading-5-copy {
  color: #383838;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.div-block-2 {
  background-color: #3a85ff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 40px;
}

.text-block-3 {
  color: #fff;
  font-family: Roboto Bold, sans-serif;
  font-size: 30px;
}

.text-block-4 {
  padding-bottom: 40px;
}

.sell-out-text {
  color: #fff;
  padding-bottom: 40px;
  font-size: 20px;
}

.sell-out-split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f6921e;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: none;
}

.sell-out-split.add-space-top {
  margin-top: 160px;
}

.div-block-3 {
  width: 100%;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  padding: 40px 10px 40px 30px;
}

.black-button-copy {
  color: #fff;
  text-align: center;
  background-color: #f7941d;
  border-radius: 16px;
  justify-content: center;
  margin-right: 10px;
  padding: 20px 30px;
  font-family: Roboto, sans-serif;
}

.black-button-copy.small {
  padding: 12px 32px;
}

.black-button-copy.small.nav {
  color: #f7941d;
  background-color: #fff;
  border: 1px solid #f7941d;
  padding-top: 15px;
  padding-bottom: 15px;
}

.black-button-copy.small.nav._1 {
  display: none;
}

.black-button-copy.bold-text {
  font-weight: 700;
}

.columns {
  margin-top: 40px;
}

.div-block-4 {
  margin-top: 20px;
}

.food-walk-setion {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.heading-7 {
  color: #2a2c2e;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 60px;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-8 {
  color: #2a2c2e;
  font-size: 25px;
}

.text-block-5 {
  color: #383838;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.footer-link-column-copy {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.heading-9 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.heading-10 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.the-food-tour {
  background-color: #d8d7d0;
  background-image: linear-gradient(rgba(216, 215, 208, .9), rgba(216, 215, 208, .9)), url("https://assets-global.website-files.com/6480467a11766565d941e0c8/649aa099d163e7c34417711c_bg%20grill.svg");
  background-position: 0 0, 50%;
  background-size: auto, 170px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.split-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #383838;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.split-copy.add-space-top {
  margin-top: 160px;
}

.heading-11 {
  color: #2a2c2e;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 58px;
}

.heading-12 {
  font-size: 55px;
}

.about-us-details {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.container-about-us {
  z-index: 9;
  max-width: 1360px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-about-us.small {
  max-width: 1200px;
}

.container-about-us.tiny {
  max-width: 712px;
}

.heading-13 {
  font-family: Robotoslab Bold, sans-serif;
}

.heading-sub13 {
  font-family: Robotoslab Normal, sans-serif;
}

.heading-14 {
  color: #f6921e;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.heading-15 {
  color: #383838;
  text-transform: none;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.heading-15:hover {
  text-decoration: underline;
}

.div-block-6 {
  max-width: 70%;
}

.body {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading-16 {
  color: #f6921e;
  text-align: center;
  text-transform: none;
  font-family: Robotoslab Bold, sans-serif;
}

.heading-17 {
  color: #f7941d;
  font-family: Oswald, sans-serif;
  font-size: 60px;
}

.section-bokun {
  background-color: #d8d7d0;
  background-image: linear-gradient(rgba(216, 215, 208, .9), rgba(216, 215, 208, .9)), url("https://assets-global.website-files.com/6480467a11766565d941e0c8/649aa099d163e7c34417711c_bg%20grill.svg");
  background-position: 0 0, 50%;
  background-size: auto, 170px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-bokun.black {
  color: #fff;
  background-color: #020202;
}

.section-bokun.black.no-padd-bottom {
  padding-bottom: 0;
}

.section-bokun.light {
  background-color: rgba(2, 2, 2, .03);
}

.space-top-small-copy {
  color: #5e3b32;
  color: #383838;
  margin-top: 24px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.image-8 {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.Magda {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 20px;
}

.Santi {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 50px;
}

.OtraBanda {
  background-image: url(/quinoto.riotercero/img/sabado/5.jpg);
  width: 260px;
  height: 250px;
  border-radius: 50px;
  left: 16.5%;
  position: absolute;
  top: 37%;
  background-size: cover;
  border: 10px solid white;
}

.scribble-lines-copy {
  max-width: 50%;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: 150px;
  right: -24px;
}

.container-3 {
  z-index: 9;
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.black-button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 16px;
  justify-content: center;
  padding: 20px 40px;
}

.black-button-2.bold-text {
  font-weight: 700;
}

.all-posts-blogg {
  background-color: #f6f9ff;
  padding-top: 160px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.all-posts-blogg.black {
  color: #020202;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.all-posts-blogg.no-padd-bottom {
  padding-bottom: 0;
}

.bigger-section-2 {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.heading-18 {
  color: #5e3b32;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 45px;
}

.heading-19 {
  color: #2a2c2e;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 60px;
}

.heading-20 {
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-size: 35px;
}

.heading-20:hover {
  text-decoration: underline;
}

.heading-blog {
  color: #f6921e;
  text-align: center;
  text-transform: none;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 50px;
}

.heading-21 {
  color: #383838;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 35px;
}

.heading-21:hover {
  text-decoration: underline;
}

.scribble-lines-meet-the-team {
  max-width: 50%;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: auto;
  right: 350px;
}

.div-block-7 {
  flex-direction: row;
  display: flex;
}

.food-walk-orange {
  max-width: 480px;
  color: #f7941d;
  text-transform: uppercase;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.small-cross-contact {
  position: absolute;
  top: 0;
  left: 350px;
}

.small-cross-mapa {
  position: absolute;
  top: 0;
  left: 130px;
}

.heading-mapa {
 color: #2a2c2e;
 text-transform: none;
 font-family: Robotoslab Bold, sans-serif;
 font-size: 40px;
 top: 0px;
 position: absolute;
 left: 15%;
 padding-top: 2%;
}

.header-what-we-can-offer {
  width: 100%;
  color: #2a2c2e;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 60px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-2-copy {
  width: 100%;
  color: #383838;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 4px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.the-food-tour-title {
  width: 100%;
  color: #f6921e;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 4px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.food-walk-title {
  color: #f7941d;
  justify-content: center;
  align-items: flex-start;
  font-family: Oswald, sans-serif;
}

.div-block-8 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.food-walk-title-copy {
  color: #f7941d;
  justify-content: center;
  align-items: flex-start;
  font-family: Oswald, sans-serif;
}

.heading-11-copy {
  color: #f6921e;
  margin-bottom: 0;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 58px;
}

.small-cross-food-blog {
  position: absolute;
  top: -24px;
  left: 14px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.heading-22 {
  color: #2a2c2e;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 20px;
}

.heading-23 {
  color: #2a2c2e;
  margin-bottom: 0;
  font-size: 20px;
}

.some-footer {
  color: #383838;
  font-family: Robotoslab Bold, sans-serif;
  font-weight: 500;
}

.text-block-7 {
  color: #383838;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-block-8, .text-block-9 {
  color: #383838;
  font-weight: 500;
}

.who-is-it-for-split {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #383838;
  grid-template-rows: 500px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.who-is-it-for-split.add-space-top {
  margin-top: 160px;
}

.ArtistasViernes {
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  color: #383838;
  grid-template-rows: 500px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ArtistasViernes.add-space-top {
  margin-top: 160px;
}

.ArtistasSabadoMedioDia {
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  color: #383838;
  grid-template-rows: 400px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ArtistasSabadoMedioDia.add-space-top {
  margin-top: 160px;
}

.mask {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.image-12 {
  width: 100%;
  object-fit: contain;
  object-position: 50% 100%;
}

.scribble-blog {
  max-width: 50%;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: 550px;
  right: -24px;
}

.scribble-blog-2 {
  max-width: 50%;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: 250px;
  right: -24px;
}

.split-booking {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  color: #383838;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.split-booking.add-space-top {
  margin-top: 160px;
}

.black-button-test {
  color: #5e3b32;
  text-align: center;
  text-transform: uppercase;
  background-color: #f1d1ad;
  border: 1px #5e3b32;
  border-radius: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
}

.black-button-test.small {
  padding: 12px 32px;
}

.black-button-test.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.black-button-test.small.nav._1 {
  display: none;
}

.black-button-test.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.test-button {
  z-index: 999;
  color: #2a2c2e;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #5e3b32;
  border-radius: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -200px;
}

.test-button.small {
  padding: 12px 32px;
}

.test-button.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.test-button.small.nav._1 {
  display: none;
}

.test-button.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.blog-title-link {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-title-link:hover {
  opacity: .8;
}

.blog-title-link.w--current {
  text-decoration: underline;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.heading-24 {
  color: #2a2c2e;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 50px;
}

.heading-25 {
  color: #5e3b32;
}

.text-block-10 {
  color: #383838;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.heading-26 {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 35px;
}

.divider-copy {
  width: 1px;
  height: 24px;
  background-color: rgba(2, 2, 2, .16);
}

.divider-copy.light {
  background-color: #f1d1ad;
}

.the-food-tour-split {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #383838;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.the-food-tour-split.add-space-top {
  margin-top: 160px;
}

.we-offer-split {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #383838;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.we-offer-split.add-space-top {
  margin-top: 160px;
}

.text-block-11, .text-block-12, .text-block-13 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.text-block-14 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.text-block-15 {
  font-family: Roboto, sans-serif;
}

.text-block-16, .text-block-17, .text-block-18, .text-block-19 {
  font-weight: 500;
}

.collection-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.error-message-2 {
  border-radius: 16px;
}

.success-message-2 {
  background-color: #f1d1ad;
  border-radius: 16px;
}

.book-now-sticky {
  z-index: 999;
  color: #5e3b32;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #5e3b32;
  border-radius: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 80px;
}

.book-now-sticky.small {
  padding: 12px 32px;
}

.book-now-sticky.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.book-now-sticky.small.nav._1 {
  display: none;
}

.book-now-sticky.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.book-now-sticky.sticky {
  z-index: 999;
  color: #2a2c2e;
  text-transform: none;
  background-color: #f6921e;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  right: 0;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #f6921e;
  border: 1px #5e3b32;
  border-radius: 30px;
  justify-content: center;
  align-self: flex-start;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button:hover {
  background-color: #db7f14;
}

.button.small {
  padding: 12px 32px;
}

.button.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.small.nav._1 {
  display: none;
}

.button.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.button.sticky {
  text-transform: none;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.button.sticky:hover {
  background-color: #f6921e;
}

.button.white {
  text-transform: uppercase;
  background-color: #fff;
  font-weight: 500;
}

.button.button-offer {
  font-weight: 400;
}

.button.availability {
  margin-top: 40px;
}

.flex-vertical-framside-bilde {
  grid-row-gap: 32px;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.div-block-12 {
  margin-top: 40px;
}

.black-button-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f6921e;
  border: 1px #5e3b32;
  border-radius: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
}

.black-button-copy.small {
  padding: 12px 32px;
}

.black-button-copy.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.black-button-copy.small.nav._1 {
  display: none;
}

.black-button-copy.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.black-button-copy.sticky {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.contat-us-about {
  color: #5e3b32;
  text-align: center;
  text-transform: uppercase;
  background-color: #f1d1ad;
  border: 1px #5e3b32;
  border-radius: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
}

.contat-us-about.small {
  padding: 12px 32px;
}

.contat-us-about.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contat-us-about.small.nav._1 {
  display: none;
}

.contat-us-about.bold-text {
  color: #fff;
  background-color: #2a2c2e;
  border-radius: 30px;
  font-weight: 500;
}

.contat-us-about.sticky {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.image-14 {
  width: 100px;
  height: auto;
}

.review-sample {
  color: #2a2c2e;
  margin-top: 24px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-20, .text-block-21 {
  font-family: Roboto, sans-serif;
}

.book-now-button {
  color: #2a2c2e;
  text-align: center;
  text-transform: uppercase;
  background-color: #f6921e;
  border-radius: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  display: block;
}

.book-now-button.small {
  padding: 12px 32px;
}

.book-now-button.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.book-now-button.small.nav._1 {
  display: none;
}

.book-now-button.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.book-now-button.sticky {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.book-now-button-copy {
  color: #2a2c2e;
  text-align: center;
  text-transform: uppercase;
  background-color: #f6921e;
  border-radius: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  display: block;
}

.book-now-button-copy.small {
  padding: 12px 32px;
}

.book-now-button-copy.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.book-now-button-copy.small.nav._1 {
  display: none;
}

.book-now-button-copy.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.book-now-button-copy.sticky {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.thefoodtour {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.lesund {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 5px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.offer-btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f6921e;
  border: 1px #5e3b32;
  border-radius: 20px;
  justify-content: center;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
}

.offer-btn.small {
  padding: 12px 32px;
}

.offer-btn.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.offer-btn.small.nav._1 {
  display: none;
}

.offer-btn.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.offer-btn.sticky {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.image-15 {
  width: 300px;
  height: auto;
}

.logo-image {
  width: 150px;
  height: auto;
}

.neon-text {
                animation: neon-glow 1.5s infinite alternate;
}

@keyframes neon-glow {
     from {
        background-image: none;
     }
     to {
        background-image: url("/quinoto.riotercero/img/logo-neon.svg");
background-size: 150px auto;
        background-repeat: no-repeat;

     }
}

.text-block-22 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.image-16 {
  margin-top: -148px;
}

.food-blog-section {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.historia-section {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}

.food-blog-section.black {
  color: #020202;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.food-blog-section.no-padd-bottom {
  padding-bottom: 0;
}

.top-left-flexible {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.top-left-flexible.offset {
  top: -4%;
  left: 5%;
}

.about-us-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us-grid.space-top-medium {
  display: block;
}

.about-us-grid.blog {
  grid-row-gap: 60px;
}

.content-h1 {
  z-index: 2;
  color: #f6921e;
  letter-spacing: -.04em;
  text-transform: uppercase;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 60px;
  line-height: 1.1;
  position: relative;
}

.div-block-13 {
  width: 100%;
  height: 1px;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-paragraph {
  color: #485166;
  text-align: left;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-grid {
  width: 100%;
  grid-template-columns: 1fr 3fr;
}

.question-title {
  text-align: left;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
}

.faq-circle {
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.title-wrap {
  width: 100%;
  color: #7b88a8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.text-block-23 {
  color: #485166;
  text-align: left;
  padding-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.blog-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.blog-section.black {
  color: #020202;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.blog-section.no-padd-bottom {
  padding-bottom: 0;
}

.bold-text-2 {
  font-family: Roboto Bold, sans-serif;
}

.scribble-blog-copy {
  max-width: 50%;
  display: block;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: 200px;
  right: -24px;
}

.container-booking {
  z-index: 9;
  max-width: 1360px;
  color: #2a2c2e;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-booking.small {
  max-width: 1200px;
}

.container-booking.tiny {
  max-width: 712px;
}

.container-contact {
  z-index: 9;
  max-width: 1360px;
  color: #2a2c2e;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 40px 100px;
  position: relative;
}

.container-contact.small {
  max-width: 1200px;
}

.container-contact.tiny {
  max-width: 712px;
}

.section-faq {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-faq.black {
  color: #383838;
  background-color: #fff;
}

.section-faq.black.no-padd-bottom {
  padding-bottom: 0;
}

.section-faq.light {
  background-color: rgba(2, 2, 2, .03);
}

.section-blog {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-blog.black {
  color: #383838;
  background-color: #d9d8d1;
  background-image: linear-gradient(rgba(216, 215, 208, .9), rgba(216, 215, 208, .9)), url("https://assets-global.website-files.com/6480467a11766565d941e0c8/649aa099d163e7c34417711c_bg%20grill.svg");
  background-position: 0 0, 50%;
  background-size: auto, 170px;
  font-family: Roboto, sans-serif;
}

.section-blog.black.no-padd-bottom {
  padding-bottom: 0;
}

.section-blog.light {
  background-color: rgba(2, 2, 2, .03);
}

.reviews {
  background-color: #d8d7d0;
  background-image: linear-gradient(rgba(216, 215, 208, .9), rgba(216, 215, 208, .9)), url("https://assets-global.website-files.com/6480467a11766565d941e0c8/649aa099d163e7c34417711c_bg%20grill.svg");
  background-position: 0 0, 50%;
  background-size: auto, 170px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.cell {
  justify-content: center;
  font-family: Roboto, sans-serif;
}

.cell-2, .cell-3, .cell-4 {
  justify-content: center;
}

.heading-27 {
  font-size: 17px;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  padding-top: 20px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.icon-v2 {
  align-items: flex-end;
}

.cell-5 {
  align-items: flex-start;
}

.text-block-24 {
  font-family: Roboto, sans-serif;
}

.section-contact {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-contact.black {
  color: #383838;
  background-color: #d8d7d0;
}

.section-contact.black.no-padd-bottom {
  padding-bottom: 0;
}

.section-contact.light {
  background-color: rgba(2, 2, 2, .03);
}

.section-booking {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-booking.black {
  color: #383838;
  background-color: #d8d7d0;
}

.section-booking.black.no-padd-bottom {
  padding-bottom: 0;
}

.section-booking.light {
  background-color: rgba(2, 2, 2, .03);
}

.body-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading-6-copy {
  color: #2a2c2e;
  text-transform: uppercase;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 60px;
}

.booking-header {
  color: #f6921e;
  text-align: center;
  text-transform: none;
  margin-bottom: 60px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 60px;
}

.privacy-policy {
  color: #2a2c2e;
  text-align: center;
  text-transform: none;
  margin-bottom: 60px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 60px;
}

.section-privacy {
  background-color: #d8d7d0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-privacy.black {
  color: #383838;
  background-color: rgba(0, 0, 0, 0);
}

.section-privacy.black.no-padd-bottom {
  padding-bottom: 0;
}

.section-privacy.light {
  background-color: rgba(2, 2, 2, .03);
}

.faq-tittel {
  z-index: 2;
  color: #f6921e;
  letter-spacing: -.04em;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 60px;
  line-height: 1.1;
  position: relative;
}

.body-3, .body-4 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-block-25 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.heading-28, .heading-29 {
  font-family: Robotoslab Bold, sans-serif;
}

.button-sticky {
  background-color: #f6921e;
}

.button-sticky:hover {
  background-color: #db7f14;
}

.heading-30, .heading-31, .heading-32, .heading-33, .heading-34 {
  font-family: Robotoslab Bold, sans-serif;
}

.paragraph {
  font-family: Roboto, sans-serif;
}

.heading-35 {
  font-family: Robotoslab Bold, sans-serif;
}

.text-block-26 {
  font-family: Roboto, sans-serif;
}

.button-white {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #f6921e;
  border: 1px #5e3b32;
  border-radius: 25px;
  justify-content: center;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.button-white:hover {
  background-color: #db7f14;
}

.button-white.small {
  padding: 12px 32px;
}

.button-white.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-white.small.nav._1 {
  display: none;
}

.button-white.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.button-white.sticky {
  text-transform: none;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.button-white.sticky:hover {
  background-color: #f6921e;
}

.button-white.white {
  color: #2a2c2e;
  text-transform: none;
  background-color: #fff;
  font-weight: 500;
}

.button-white.button-offer {
  font-weight: 400;
}

.container-meet-the-team {
  z-index: 9;
  max-width: 1360px;
  color: #2a2c2e;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-meet-the-team.small {
  max-width: 1200px;
}

.container-meet-the-team.tiny {
  max-width: 712px;
}

.split-contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #383838;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.split-contact.add-space-top {
  margin-top: 160px;
}

.smaller-section-home {
  background-color: #d9d8d1;
  background-image: linear-gradient(rgba(216, 215, 208, .9), rgba(216, 215, 208, .9)), url("https://assets-global.website-files.com/6480467a11766565d941e0c8/649aa099d163e7c34417711c_bg%20grill.svg");
  background-position: 0 0, 50%;
  background-size: auto, 170px;
  padding-top: 100px;
  padding-bottom: 60px;
  position: -webkit-sticky;
  position: sticky;
}

.tour-highlights {
  grid-row-gap: 32px;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.text-block-27, .text-block-28 {
  font-family: Roboto, sans-serif;
}

.container-blog {
  z-index: 9;
  max-width: 1360px;
  color: #2a2c2e;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-blog.small {
  max-width: 1200px;
}

.container-blog.tiny {
  max-width: 712px;
}

.sticky-button-v2 {
  z-index: 999;
  color: #2a2c2e;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #5e3b32;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: fixed;
}

.sticky-button-v2.small {
  padding: 12px 32px;
}

.sticky-button-v2.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sticky-button-v2.small.nav._1 {
  display: none;
}

.sticky-button-v2.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.button-mobile {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #f6921e;
  border: 1px #5e3b32;
  border-radius: 25px;
  justify-content: center;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.button-mobile:hover {
  background-color: #db7f14;
}

.button-mobile.small {
  padding: 12px 32px;
}

.button-mobile.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-mobile.small.nav._1 {
  display: none;
}

.button-mobile.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.button-mobile.sticky {
  text-transform: none;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.button-mobile.sticky:hover {
  background-color: #f6921e;
}

.button-mobile.white {
  text-transform: uppercase;
  background-color: #fff;
  font-weight: 500;
}

.button-mobile.button-offer {
  font-weight: 400;
}

.navbar-button {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  background-color: #f6921e;
  border: 1px #5e3b32;
  border-radius: 30px;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.navbar-button:hover {
  background-color: #db7f14;
}

.navbar-button.small {
  padding: 12px 32px;
}

.navbar-button.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-button.small.nav._1 {
  display: none;
}

.navbar-button.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.navbar-button.sticky {
  text-transform: none;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.navbar-button.sticky:hover {
  background-color: #f6921e;
}

.navbar-button.white {
  text-transform: uppercase;
  background-color: #fff;
  font-weight: 500;
}

.navbar-button.button-offer {
  font-weight: 400;
}

.navbar-button.current {
  font-weight: 500;
}

.contact-us-btn {
  color: #2a2c2e;
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px #5e3b32;
  border-radius: 30px;
  justify-content: center;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.contact-us-btn:hover {
  background-color: #db7f14;
}

.contact-us-btn.small {
  padding: 12px 32px;
}

.contact-us-btn.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-us-btn.small.nav._1 {
  display: none;
}

.contact-us-btn.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.contact-us-btn.sticky {
  text-transform: none;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.contact-us-btn.sticky:hover {
  background-color: #f6921e;
}

.contact-us-btn.white {
  color: #2a2c2e;
  text-transform: none;
  background-color: #fff;
  font-weight: 500;
}

.contact-us-btn.button-offer {
  font-weight: 400;
}

.section-about-us {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-about-us.black {
  color: #383838;
  background-color: #d8d7d0;
}

.section-about-us.black.no-padd-bottom {
  padding-bottom: 0;
}

.section-about-us.light {
  background-color: rgba(2, 2, 2, .03);
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-bottom: 100px;
  display: grid;
}

.image-19 {
  width: 400px;
}

.image-20, .image-21 {
  width: 400px;
  height: 400px;
}

.kvadrat-bilde {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.kvadrat-bilde.venstre {
  object-position: 30% 50%;
  border-bottom-left-radius: 100px;
}

.kvadrat-bilde.h-yre-nede {
  object-fit: cover;
  object-position: 100% 50%;
  border-bottom-right-radius: 100px;
}

.image-22 {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.text-block-29 {
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.image-23 {
  display: block;
}

.cell-6 {
  justify-content: center;
}

.tour-inkl {
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
}

.cell-7 {
  justify-content: center;
  font-weight: 500;
}

.cell-8, .cell-9 {
  justify-content: center;
}

.cell-10 {
  justify-content: center;
  align-items: flex-start;
}

.cell-11, .cell-12, .cell-13 {
  justify-content: center;
}

.quick-stack-2 {
  color: #485166;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.cell-14, .cell-15 {
  align-items: flex-start;
}

.container-what-we-can-offer {
  z-index: 9;
  max-width: 1360px;
  color: #2a2c2e;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-what-we-can-offer.small {
  max-width: 1200px;
}

.container-what-we-can-offer.tiny {
  max-width: 712px;
}

.link-2 {
  color: #606b92;
}

.link-3 {
  color: #606b92;
  text-decoration: none;
}

.text-block-30 {
  text-align: left;
}

.food-tour-details-container {
  z-index: 9;
  max-width: 1360px;
  color: #2a2c2e;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.food-tour-details-container.small {
  max-width: 1200px;
}

.food-tour-details-container.tiny {
  max-width: 712px;
}

.rektangul-rt-bilde-copy {
  width: 100%;
  height: 90%;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: 0;
}

.rektangul-rt-bilde-copy.h-yre {
  height: 90%;
  border-top-right-radius: 50px;
}

.rektangul-rt-bilde-copy.venstre {
  height: 500px;
  object-fit: cover;
}

.review-card-copy {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.review-card-copy.space-top-large {
  align-items: center;
}

.image-12-copy {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: 50% 100%;
}

.text-block-5-copy {
  color: #383838;
  text-transform: none;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.container-copy {
  z-index: 9;
  max-width: 1360px;
  color: #2a2c2e;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-copy.small {
  max-width: 1200px;
}

.container-copy.tiny {
  max-width: 712px;
}

.container-del-2 {
  z-index: 9;
  max-width: 1360px;
  color: #2a2c2e;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-del-2.small {
  max-width: 1200px;
}

.container-del-2.tiny {
  max-width: 712px;
}

.slider-bilde, .image-24 {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.image-25 {
  width: 100%;
  height: 800px;
}

.image-22-copy {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.sticky-fb-chat {
  z-index: 999;
  color: #2a2c2e;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #5e3b32;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  display: block;
  position: fixed;
}

.sticky-fb-chat.small {
  padding: 12px 32px;
}

.sticky-fb-chat.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sticky-fb-chat.small.nav._1 {
  display: none;
}

.sticky-fb-chat.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

/* Mobile menu toggle */
@media (max-width: 991px) {
  .w-nav-menu {
    display: none;
  }
  .w-nav-menu.w--open {
    display: block;
  }
}

/* Tab panes */
.tab-pane {
  display: none;
}
.tab-pane.show {
  display: block;
}

/* Responsive video */
.w-background-video {
  width: 100%;
  height: 50vh;
  max-height: 500px;
}

@media (max-width: 991px) {
  .w-background-video {
    height: 40vh;
  }
}

@media (max-width: 767px) {
  .w-background-video {
    height: 30vh;
  }
}

/* Responsive countdown and video */
@media (max-width: 991px) {
  .slider-component {
    max-height: 60px;
    transform: translate(-50%, 10%);
  }
  .clock-number {
    font-size: 2rem;
  }
  .hero-image video {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

@media (min-width: 300px) and (max-width: 992px) {
  .slider-component {
    max-height: 50px;
    transform: translate(-50%, 5%);
  }
  .clock-number {
    font-size: 1.5rem;
  }
  .hero-image video {
        width: 50%;
        max-width: 400px;
        height: auto;
        margin-left: 90px;
        padding-top: 100px;
  }
  .heading-2 {
    font-size: 2em;
  }
  .heading-2-orange {
    font-size: 1em;
  }
}

@media (min-width: 701px) and (max-width: 1200px) {
  .slider-component {
    max-height: 50px;
    transform: translate(-50%, 5%);
  }
  .clock-number {
    font-size: 1.5rem;
  }
  .hero-image video {
        width: 100%;
        max-width: 400px;
        height: auto;
        padding-top: 100px;
  }
  .heading-2 {
    font-size: 2em;
  }
  .heading-2-orange {
    font-size: 1em;
  }
}

.fb-chat {
  z-index: 999;
  color: #5e3b32;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #5e3b32;
  border-radius: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
}

.fb-chat.small {
  padding: 12px 32px;
}

.fb-chat.small.nav {
  color: #5e3b32;
  background-color: #f1d1ad;
  border: 1px #f7941d;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.fb-chat.small.nav._1 {
  display: none;
}

.fb-chat.bold-text {
  background-color: #f1d1ad;
  font-weight: 700;
}

.fb-chat.sticky {
  z-index: 999;
  color: #2a2c2e;
  text-transform: none;
  background-color: #f6921e;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
}

.image-26 {
  width: 550px;
}

.container-copy {
  z-index: 9;
  max-width: 1360px;
  color: #2a2c2e;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-copy.small {
  max-width: 1200px;
}

.container-copy.tiny {
  max-width: 712px;
}

.container-blogg {
  z-index: 9;
  max-width: 1360px;
  color: #2a2c2e;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-blogg.small {
  max-width: 1200px;
}

.container-blogg.tiny {
  max-width: 712px;
}

.html-embed {
  position: fixed;
  bottom: 121px;
  left: auto;
  right: 0;
}

.tripadvisor-tekst {
  display: none;
}

.tripadvisor-reviews {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #383838;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.tripadvisor-reviews.add-space-top {
  margin-top: 160px;
}

.section-blog-post {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-blog-post.black {
  color: #383838;
  background-color: #d8d7d0;
}

.section-blog-post.black.no-padd-bottom {
  padding-bottom: 0;
}

.section-blog-post.light {
  background-color: rgba(2, 2, 2, .03);
}

.heading-36 {
  color: #f6921e;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Robotoslab Bold, sans-serif;
}

.heading-galeria {
  color: #2a2c2e;
  text-align: center;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.image-27 {
  width: 600px;
  object-fit: cover;
}

.blog-box-top {
  text-align: left;
}

.blog-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.heading-19-copy {
  color: #2a2c2e;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 60px;
}

.heading-blog-copy {
  color: #f6921e;
  text-align: left;
  text-transform: none;
  font-family: Robotoslab Bold, sans-serif;
  font-size: 50px;
}

.large-text-copy {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.large-text-copy.opacity-dark-text.limit-small {
  max-width: 500px;
  color: #2a2c2e;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.large-text-copy.opacity-white-text.limit-small {
  max-width: 100%;
  color: #020202;
  text-align: left;
  padding-top: 60px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1920px) {
  .html-embed {
    position: fixed;
    top: auto;
    bottom: 0%;
    left: .5%;
    right: auto;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .space-top-tiny {
    margin-top: 14px;
  }

  .space-top-medium {
    margin-top: 52px;
  }

  .space-top-extra {
    margin-top: 90px;
  }

  .split {
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding-top: 0;
  }

  .space-top {
    margin-top: 36px;
  }

  .space-top-large {
    margin-top: 72px;
  }

  .space-top-small {
    margin-top: 22px;
  }

  .stacked-dropdown {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-toggle {
    justify-content: space-between;
    padding: 12px 0;
  }

  .black-button.small.nav {
    display: none;
  }

  .black-button.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .nav-content {
    display: flex;
  }

  .dropdown-link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
  }

  .dropdown {
    display: block;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .container {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    text-align: left;
    background-color: #000;
    border-top: 1px solid rgba(255, 255, 255, .16);
    flex-direction: column;
    padding: 32px;
    display: flex;
  }

  .nav-menu.white {
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 11%, rgba(217, 216, 209, 1) 100%);
  }

  .section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.black {
    background-color: #d8d7d0;
  }

  .smaller-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hero-image {
    /* El ancho debe ser 100% de su contenedor padre */
    width: 100%; 
    /* Elimina cualquier altura fija que pueda tener */
    height: auto; 
    /* Agregamos el margen inferior aquí para separar del contador */
    margin-bottom: 60px !important;
  }

  .large-text {
    font-size: 19px;
  }

  .large-text.opacity-white-text.limit-small {
    text-align: left;
    margin-bottom: 60px;
    padding-top: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }

  .review-card.space-top-large {
    margin-top: 40px;
  }

  .logos-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .three-column-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .three-column-grid.less-space {
    grid-row-gap: 16px;
  }

  .medium-text {
    font-size: 17px;
  }

  .medium-text.opacity-dark-text {
    font-family: Roboto, sans-serif;
  }

  .feature-cards-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
  }

  .flex-vertical {
    padding-top: 40px;
  }

  .boxed-image {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bigger-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .three-feature-cards-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-button {
    justify-content: center;
  }

  .contact-foot {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .black-content-block {
    padding: 120px 40px;
  }

  .top-left {
    display: none;
  }

  .four-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .metric {
    text-align: left;
  }

  .newsletter-field {
    font-size: 15px;
  }

  .newsletter-field::-ms-input-placeholder {
    font-size: 15px;
  }

  .newsletter-field::placeholder {
    font-size: 15px;
  }

  .social-logo {
    background-color: #d8d7d0;
  }

  .footer-content-wrap {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 0;
  }

  .footer-bottom-wrap {
    grid-template-columns: 1fr;
  }

  .footer-columns {
    grid-template-columns: 1fr 1fr;
  }

  .add-space-top {
    margin-top: 60px;
  }

  .right {
    display: none;
  }

  .about-title {
    font-size: 40px;
  }

  .image-split {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .floater-card {
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .yellow-button {
    font-family: Roboto, sans-serif;
  }

  .yellow-button:hover {
    background-color: #f6921e;
  }

  .text-field {
    font-family: Roboto, sans-serif;
    font-size: 15px;
  }

  .field-label {
    font-family: Roboto, sans-serif;
    font-weight: 500;
  }

  .checkbox-label {
    font-family: Roboto, sans-serif;
  }

  .split-quotes-wrapper {
    padding: 20px 40px;
  }

  .blog-image-2 {
    min-height: 380px;
  }

  .blog-split {
    grid-template-columns: 1fr;
  }

  .blog-header {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-categories-wrap.tabs {
    margin-top: 32px;
  }

  .blog-category-link {
    font-size: 20px;
  }

  .line-separator-wrap {
    display: none;
  }

  .blog-hero-split {
    grid-column-gap: 40px;
  }

  .blog-separator.template {
    width: 100%;
    height: 1px;
  }

  .big-portrait-image {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
  }

  .career-row {
    grid-template-columns: 3fr 1fr 1fr;
  }

  .pricing-card {
    padding: 32px;
  }

  .pricing-bottom {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .input-field-2 {
    font-size: 15px;
  }

  .product-white-block {
    padding: 32px;
  }

  .scribble-lines {
    display: none;
  }

  .blog-post-split {
    grid-column-gap: 40px;
  }

  .text-portrait-span {
    height: 80px;
  }

  .testimonial-slider-mask {
    width: 100%;
  }

  .testimonial-slide {
    margin-right: 10px;
  }

  .map {
    height: 360px;
  }

  .vertical-blogs, .template-page-section, .showcase-grid {
    grid-template-columns: 1fr;
  }

  .career-deet-2, .white-button---orange-border.small.nav {
    display: none;
  }

  .white-button---orange-border.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .split-2 {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding-left: 0;
  }

  .ArtistasSabadoNoche {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding-left: 0;
  }

  .image-6, .rektangul-rt-bilde {
    margin-top: 0;
  }

  .rektangul-rt-bilde.h-yre {
    border-top-right-radius: 0;
    display: none;
  }

  .heading-6 {
    font-size: 45px;
  }

  .tour-details {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .sell-out, .sell-out-split {
    grid-template-columns: 1fr;
  }

  .black-button-copy.small.nav {
    display: none;
  }

  .black-button-copy.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .food-walk-setion {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-7 {
    color: #2a2c2e;
    font-family: Robotoslab Bold, sans-serif;
    font-size: 50px;
  }

  .div-block-5 {
    font-family: Roboto, sans-serif;
  }

  .heading-9, .heading-10 {
    font-size: 18px;
  }

  .split-copy {
    grid-template-columns: 1fr;
  }

  .heading-11 {
    font-size: 45px;
  }

  .about-us-details {
    padding-top: 0;
  }

  .container-about-us {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16 {
    font-family: Robotoslab Bold, sans-serif;
    font-size: 30px;
  }

  .section-bokun {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .space-top-small-copy {
    margin-top: 22px;
  }

  .image-8 {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .Magda {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0px;
  }

  .Santi {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0px;
  }

  .OtraBanda {
    left: 32.5%;
    top: 27%;
  }

  .container-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .all-posts-blogg, .bigger-section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-19 {
    color: #2a2c2e;
    text-align: left;
    font-family: Robotoslab Bold, sans-serif;
    font-size: 45px;
  }

  .heading-blog {
    text-align: left;
    font-size: 45px;
  }

  .heading-21 {
    font-family: Robotoslab Bold, sans-serif;
    font-size: 25px;
  }

  .scribble-lines-meet-the-team {
    display: none;
    right: 156px;
  }

  .small-cross-contact {
    display: none;
  }

  .header-what-we-can-offer {
    margin-bottom: 20px;
  }

  .heading-11-copy {
    font-size: 45px;
  }

  .small-cross-food-blog {
    display: none;
    left: 14px;
  }

  .image-10 {
    object-fit: cover;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .who-is-it-for-split {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .ArtistasViernes {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .ArtistasSabadoMedioDia {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .scribble-blog {
    display: none;
  }

  .split-booking {
    grid-template-columns: 1fr;
  }

  .black-button-test.small.nav {
    display: none;
  }

  .black-button-test.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .test-button {
    display: block;
  }

  .test-button.small.nav {
    display: none;
  }

  .test-button.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .the-food-tour-split {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .we-offer-split {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .book-now-sticky.small.nav {
    display: none;
  }

  .book-now-sticky.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .button.small.nav {
    display: none;
  }

  .button.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .flex-vertical-framside-bilde {
    padding-left: 0;
  }

  .div-block-12 {
    padding-left: 20px;
  }

  .black-button-copy.small.nav {
    display: none;
  }

  .black-button-copy.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .contat-us-about.small.nav {
    display: none;
  }

  .contat-us-about.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .review-sample {
    margin-top: 22px;
  }

  .book-now-button.small.nav {
    display: none;
  }

  .book-now-button.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .book-now-button-copy.small.nav {
    display: none;
  }

  .book-now-button-copy.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .thefoodtour {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .offer-btn.small.nav {
    display: none;
  }

  .offer-btn.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .image-16 {
    margin-top: 0;
    display: none;
  }

  .food-blog-section {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .top-left-flexible {
    display: none;
  }

  .about-us-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .about-us-grid.less-space {
    grid-row-gap: 16px;
  }

  .faq-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 4fr;
    justify-content: stretch;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text-2 {
    font-family: Roboto Bold, sans-serif;
  }

  .scribble-blog-copy {
    display: none;
  }

  .container-booking {
    padding: 0 32px 60px;
  }

  .container-contact {
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-faq {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-faq.black {
    background-color: #d8d7d0;
  }

  .section-blog {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-blog.black {
    background-color: #d8d7d0;
    padding-top: 40px;
  }

  .quick-stack {
    margin-left: 0;
  }

  .section-contact {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-contact.black {
    background-color: #d8d7d0;
  }

  .section-booking {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-booking.black {
    background-color: #d8d7d0;
  }

  .heading-6-copy, .booking-header {
    font-size: 45px;
  }

  .privacy-policy {
    color: #2a2c2e;
    font-family: Robotoslab Bold, sans-serif;
    font-size: 45px;
  }

  .section-privacy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-privacy.black {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-tittel {
    font-size: 45px;
  }

  .button-white.small.nav {
    display: none;
  }

  .button-white.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .button-white.white {
    color: #2a2c2e;
  }

  .container-meet-the-team {
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .split-contact {
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding-top: 0;
  }

  .smaller-section-home {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .tour-highlights {
    padding-top: 40px;
  }

  .container-blog {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sticky-button-v2 {
    display: block;
  }

  .sticky-button-v2.small.nav {
    display: none;
  }

  .sticky-button-v2.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .button-mobile.small.nav {
    display: none;
  }

  .button-mobile.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .navbar-button.small.nav {
    display: none;
  }

  .navbar-button.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .contact-us-btn.small.nav {
    display: none;
  }

  .contact-us-btn.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .contact-us-btn.white {
    color: #2a2c2e;
  }

  .section-about-us {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-about-us.black {
    background-color: #d8d7d0;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .kvadrat-bilde.venstre {
    border-bottom-left-radius: 0;
  }

  .kvadrat-bilde.h-yre-nede {
    border-bottom-right-radius: 0;
    display: none;
  }

  .container-what-we-can-offer {
    margin-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .food-tour-details-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rektangul-rt-bilde-copy {
    margin-top: 0;
  }

  .rektangul-rt-bilde-copy.h-yre {
    border-top-right-radius: 0;
    display: none;
  }

  .review-card-copy.space-top-large {
    margin-top: 40px;
  }

  .container-copy, .container-del-2 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-fb-chat {
    display: block;
  }

  .sticky-fb-chat.small.nav {
    display: none;
  }

  .sticky-fb-chat.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .fb-chat.small.nav {
    display: none;
  }

  .fb-chat.small.nav._1 {
    margin-top: 20px;
    display: block;
  }

  .container-copy {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-blogg {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tripadvisor-reviews {
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding-top: 0;
  }

  .section-blog-post {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-blog-post.black {
    background-color: #d8d7d0;
  }

  .blog-box {
    flex-direction: column;
  }

  .heading-19-copy {
    color: #2a2c2e;
    text-align: left;
    font-family: Robotoslab Bold, sans-serif;
    font-size: 45px;
  }

  .heading-blog-copy {
    text-align: left;
    font-size: 45px;
  }

  .large-text-copy {
    font-size: 19px;
  }

  .large-text-copy.opacity-white-text.limit-small {
    text-align: left;
    margin-bottom: 60px;
    padding-top: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 15px;
  }

  .space-top-tiny {
    margin-top: 12px;
  }

  .space-top-medium {
    margin-top: 48px;
  }

  .space-top-extra {
    margin-top: 80px;
  }

  .limit {
    font-size: 25px;
  }

  .space-top {
    margin-top: 32px;
  }

  .space-top-large {
    margin-top: 64px;
  }

  .space-top-small {
    margin-top: 20px;
  }

  .stacked-dropdown {
    grid-template-columns: 1fr 1fr;
  }

  .cart-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .black-button.bold-text {
    margin-top: 0;
  }

  .nav-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-link {
    font-size: 15px;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .nav-menu {
    padding: 24px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .large-text {
    font-size: 18px;
  }

  .large-text.opacity-dark-text.limit-small {
    margin-top: 10px;
    margin-left: 20px;
  }

  .logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .three-column-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding: 32px;
  }

  .medium-text {
    font-size: 16px;
  }

  .center-text.center-content {
    text-align: left;
    align-items: flex-start;
  }

  .flex-vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bigger-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .three-feature-cards-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .newsletter-field {
    font-size: 14px;
  }

  .newsletter-field::-ms-input-placeholder {
    font-size: 14px;
  }

  .newsletter-field::placeholder {
    font-size: 14px;
  }

  .image-with-review {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .add-space-top {
    flex-direction: row;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .footer-1-content {
    align-items: flex-end;
  }

  .footer-1-links {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .partners-flex {
    flex-wrap: wrap;
  }

  .about-title {
    font-size: 32px;
  }

  .blog-content {
    padding-top: 10px;
    padding-bottom: 20px;
            padding-left: 20px;
  }

  .text-field {
    font-size: 14px;
  }

  .split-quotes-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-category-link {
    font-size: 18px;
  }

  .line-separator-wrap {
    padding: 0 40px;
    display: block;
  }

  .line-separator {
    width: 100%;
    height: 1px;
  }

  .blog-hero-split {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-separator {
    width: 100%;
    height: 1px;
  }

  .big-portrait-image {
    max-width: 70%;
  }

  .career-tag {
    display: none;
  }

  .pricing-card {
    padding: 32px;
  }

  .input-field-2 {
    font-size: 14px;
    line-height: 21px;
  }

  .product-white-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .small-cross {
    display: none;
  }

  .blog-post-split {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .text-portrait-span {
    width: 37px;
    height: 50px;
    margin-bottom: -6px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .testimonial-slider-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkout-form {
    grid-template-columns: 1fr;
  }

  .template-page-wrap {
    padding: 40px;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .navbar-text {
    display: none;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-2 {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .split-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ArtistasSabadoNoche {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .tour-details {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .highlight-card {
    padding-right: 0;
  }

  .heading-2-orange, .heading-7, .heading-11 {
    font-size: 30px;
  }

  .container-about-us {
    margin-bottom: 0;
  }

  .heading-14 {
    font-size: 25px;
        padding-left: 20px;
  }

  .section-bokun {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .space-top-small-copy {
    margin-top: 20px;
  }

  .image-8 {
    height: 450px;
  }

  .Magda {
    height: 450px;
  }

  .Santi {
    height: 450px;
  }

  .container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .all-posts-blogg, .bigger-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-19, .heading-blog {
    font-size: 30px;
  }

  .scribble-lines-meet-the-team {
    right: 61px;
  }

  .food-walk-orange, .header-what-we-can-offer, .the-food-tour-title {
    font-size: 25px;
  }

  .heading-11-copy {
    font-size: 30px;
  }

  .small-cross-food-blog {
    display: none;
  }

  .image-10 {
    align-self: stretch;
  }

  .div-block-10 {
    padding-left: 0;
  }

  .who-is-it-for-split {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .ArtistasViernes {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .ArtistasSabadoMedioDia {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .book-now-sticky {
    margin-right: 20px;
  }

  .button {
    padding: 15px;
  }

  .flex-vertical-framside-bilde {
    padding-left: 0;
  }

  .black-button-copy.bold-text {
    margin-top: 0;
  }

  .contat-us-about.bold-text {
    border-radius: 30px;
    margin-top: 0;
  }

  .review-sample {
    margin-top: 20px;
  }

  .book-now-button.bold-text {
    margin-top: 0;
  }

  .book-now-button-copy {
    display: block;
  }

  .book-now-button-copy.bold-text {
    margin-top: 0;
  }

  .lesund {
    font-size: 30px;
  }

  .offer-btn.bold-text {
    margin-top: 0;
  }

  .logo-image {
    width: 80px;
    height: auto;
  }

  .neon-text {
    animation: neon-glow-chico 1.5s infinite alternate;
  }

@keyframes neon-glow-chico {
     from {
        background-image: none;
     }
     to {
        background-image: url("/quinoto.riotercero/img/logo-neon.svg");
        background-size: 80px auto;
        background-repeat: no-repeat;
     }
}
  .food-blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-us-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-h1 {
    font-size: 55px;
  }

  .faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrap {
    text-align: left;
  }

  .text-block-23 {
    text-align: left;
    font-weight: 500;
  }

  .blog-section {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .container-booking, .container-contact {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-faq {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-blog {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blog.black {
    padding-bottom: 0;
  }

  .section-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-booking {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .heading-6-copy {
    margin-bottom: 0;
    font-size: 45px;
  }

  .booking-header {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .privacy-policy {
    font-size: 30px;
  }

  .section-privacy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-tittel {
    font-size: 30px;
  }

  .container-meet-the-team {
    padding-left: 24px;
    padding-right: 24px;
  }

  .split-contact {
    margin-top: 40px;
  }

  .tour-highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-blog {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-mobile, .navbar-button {
  }

  .contact-us-btn {
    text-transform: none;
  }

  .section-about-us {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .kvadrat-bilde {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .kvadrat-bilde.venstre {
    width: 100%;
    height: 100%;
  }

  .container-what-we-can-offer, .food-tour-details-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rektangul-rt-bilde-copy.venstre {
    height: 400px;
    object-fit: cover;
  }

  .container-copy, .container-del-2 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .fb-chat {
    margin-right: 20px;
  }

  .container-copy {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .container-blogg {
    max-width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .section-blog-post {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading-19-copy, .heading-blog-copy {
    font-size: 30px;
  }

  .large-text-copy {
    font-size: 18px;
  }

  .large-text-copy.opacity-dark-text.limit-small {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .limit {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 25px;
    display: flex;
  }

  .split {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .limit-large.center-content {
    align-self: center;
    align-items: center;
  }

  .cart-button {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cart-item {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cart-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-button {
    padding-right: 0;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-right {
    align-items: center;
  }

  .black-button {
    width: 100%;
    margin-top: 0;
  }

  .black-button.bold-text {
    width: 150px;
  }

  .cart-list {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-link {
    font-size: 14px;
  }

  .white-button {
    width: 100%;
  }

  .dropdown-list.w--open {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    z-index: 1;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .nav-menu {
    padding: 16px;
  }

  .section {
    padding-top: 10px;
  }

  .smaller-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bottom-right {
    z-index: 0;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    margin-bottom: 60px !important;
  }

  .review-small-image {
    bottom: 0%;
    left: 0%;
  }

  .large-text.opacity-dark-text.limit-small {
    color: #2a2c2e;
    text-align: left;
    align-self: center;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .large-text.opacity-white-text.limit-small {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .review-card.space-top-large {
    margin-top: 20px;
  }

  .bold.large-text.space-top-tiny {
    text-align: left;
  }

  .bold.medium-text.opacity-dark-text {
    font-size: 16px;
  }

  .three-column-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .medium-text.opacity-dark-text {
    margin-bottom: 10px;
  }

  .medium-text.opacity-dark-text.limit-small {
    margin-bottom: 0;
  }

  .center-text.center-content, .center-content.center-text.space-top-medium {
    align-items: flex-start;
  }

  .feature-cards-grid {
    grid-column-gap: 20px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .little-card {
    padding-right: 0;
  }

  .flex-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .boxed-image {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bigger-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .contact-button {
    display: flex;
  }

  .black-content-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .four-column-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-field {
    text-align: center;
  }

  .footer-link-column {
    justify-content: center;
    align-content: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .footer-top-wide {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .social-logo {
    background-color: #d8d7d0;
  }

  .footer-column-titile {
    font-size: 14px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .footer-content-wrap {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    justify-items: center;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .footer-link {
    text-align: center;
    font-size: 16px;
  }

  .footer-link._1 {
    margin-right: 0;
  }

  .webflow-link {
    margin: 12px 0;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .wide-footer-top-content-left {
    grid-row-gap: 9px;
    flex-direction: column;
  }

  .wide-footer-top-content-mapa {
    width:100%;
    grid-row-gap: 9px;
    flex-direction: column;
  }

  .heading-mapa {
    font-size:30px;
  }

  .small-cross-mapa {
    position: absolute;
    top: 0;
    left: 2%;
  }

  .footer-columns {
    grid-row-gap: 60px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .newsletter-form {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
    padding-left: 8px;
  }

  .review-wrap {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .add-space-top {
    margin-top: 40px;
  }

  .case-study-logo-image {
    min-height: 280px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-1-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .floater-card {
    padding: 32px;
  }

  .yellow-button {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .expanded-form-grid {
    grid-template-columns: 1fr;
  }

  .split-quotes-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .blog-categories-wrap {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .footer-top {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .big-blog-image {
    margin-top: 0;
  }

  .career-row {
    grid-template-columns: 3fr 1fr;
  }

  .table-row {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .contact-wrap {
    flex-direction: column;
  }

  .contact-widget {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .small-cross {
    display: none;
  }

  .relative-text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonial-slide {
    grid-template-columns: 1fr;
  }

  .template-page-wrap {
    padding: 20px;
  }

  .template-page-section {
    grid-template-columns: 1fr;
  }

  .showcase-screenshot-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .showcase-card-content {
    padding: 20px;
  }

  .home-2-image {
    margin-top: 40px;
  }

  .career-deet-1 {
    display: none;
  }

  .heading-2 {
    font-size: 30px;
  }

  .white-button---orange-border {
    width: 170px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .slider-2 {
    height: 350px;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-3 {
    height: 100%;
    object-fit: contain;
  }

  .image-4 {
    height: 100%;
    object-fit: cover;
  }

  .split-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .ArtistasSabadoNoche {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .rektangul-rt-bilde {
    display: none;
  }

  .heading-6 {
    text-align: left;
    font-size: 40px;
  }

  .tour-details {
    padding: 0 10px 40px;
  }

  .highlight-card {
    padding-bottom: 0;
  }

  .cards-grid-highlights {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .heading-2-orange {
    font-size: 30px;
  }

  .black-button-copy {
    width: 100%;
  }

  .food-walk-setion {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .heading-8 {
    text-align: center;
    font-size: 20px;
  }

  .text-block-5 {
    text-align: center;
  }

  .the-food-tour {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-11 {
    font-size: 24px;
  }

  .about-us-details {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-about-us {
    z-index: 1;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .heading-14 {
    color: #f6921e;
    font-size: 24px;
    padding-left: 20px;
  }

  .heading-15 {
    font-size: 20px;
  }

  .section-bokun {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-8 {
    height: 100%;
    object-fit: contain;
  }

  .Magda {
    height: 100%;
    object-fit: contain;
  }

  .Santi {
    height: 100%;
    object-fit: contain;
  }

  .scribble-lines-copy {
    display: none;
  }

  .container-3 {
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .black-button-2 {
    width: 100%;
  }

  .heading-19, .heading-blog {
    text-align: left;
  }

  .heading-fechasub {
    color: #2a2c2e;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    margin-right: 25%;
    text-align: right;
    text-transform: none;
    font-family: Robotoslab Bold, sans-serif;
  }

  .scribble-lines-meet-the-team {
    display: none;
  }

  .food-walk-orange {
    font-size: 35px;
  }

  .header-what-we-can-offer, .the-food-tour-title {
    font-size: 25px;
  }

  .heading-11-copy {
    font-size: 24px;
  }

  .image-10 {
    height: 350px;
  }

  .div-block-10 {
    padding-left: 0;
  }

  .who-is-it-for-split {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-bottom: 0;
  }

  .ArtistasViernes {
    grid-column-gap: 15px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-bottom: 0;
  }

  .ArtistasSabadoMedioDia {
    grid-column-gap: 15px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-bottom: 0;
  }

  .mask {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .image-12 {
    height: 550px;
    object-fit: contain;
    object-position: 90% 50%;
  }

  .black-button-test {
    width: 100%;
  }

  .test-button {
    width: 100%;
    margin-right: 0;
  }

  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-24 {
    font-size: 35px;
  }

  .the-food-tour-split {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .we-offer-split {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .book-now-sticky {
    width: 200px;
    margin-right: 0;
    bottom: 71px;
    right: -36px;
  }

  .book-now-sticky.sticky {
    width: 150px;
    border-radius: 30px;
    align-items: center;
    display: flex;
  }

  .button {
    width: 150px;
    color: #fff;
    border-radius: 30px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image-13 {
    max-width: 150%;
  }

  .flex-vertical-framside-bilde {
    width: 100%;
    height: 350px;
    object-fit: cover;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
  }

  .slide-2 {
    object-fit: cover;
  }

  .div-block-12 {
    max-width: 350px;
    padding-left: 0;
  }

  .black-button-copy {
    width: 175px;
    margin-top: 20px;
  }

  .black-button-copy.bold-text {
    width: 150px;
  }

  .contat-us-about {
    width: 100%;
    margin-top: 0;
  }

  .contat-us-about.bold-text {
    width: 150px;
    align-self: center;
    margin-top: 20px;
  }

  .review-sample {
    font-size: 20px;
  }

  .book-now-button {
    width: 100%;
    margin-top: 0;
  }

  .book-now-button.bold-text {
    width: 150px;
  }

  .book-now-button-copy {
    width: 100%;
    margin-top: 0;
  }

  .book-now-button-copy.bold-text {
    width: 150px;
  }

  .thefoodtour {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lesund {
    font-size: 30px;
  }

  .offer-btn {
    width: 175px;
    margin-top: 20px;
  }

  .offer-btn.bold-text {
    width: 150px;
  }

  .image-15 {
    width: 110px;
  }

  .text-block-22 {
    font-size: 17px;
  }

  .image-17 {
    display: none;
  }

  .food-blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .question-title {
    flex: 1;
  }

  .faq-question-bar {
    text-align: left;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-23 {
    text-align: left;
    padding-bottom: 60px;
  }

  .blog-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-booking, .container-contact {
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .section-faq, .section-blog {
    padding-top: 10px;
  }

  .reviews {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon {
    flex: none;
  }

  .icon-v2 {
    justify-content: flex-start;
  }

  .section-contact, .section-booking {
    padding-top: 10px;
  }

  .heading-6-copy, .booking-header {
    font-size: 40px;
  }

  .section-privacy {
    padding-top: 10px;
  }

  .faq-tittel {
    text-align: left;
    margin-top: 20px;
    font-size: 30px;
  }

  .button-white {
    width: 150px;
    color: #fff;
    border-radius: 30px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-meet-the-team {
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .split-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
  }

  .smaller-section-home {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .tour-highlights {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-blog {
    z-index: 1;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .sticky-button-v2 {
    width: 100%;
    margin-right: 0;
    position: fixed;
    right: 0;
  }

  .button-mobile {
    width: 150px;
    color: #fff;
    border-radius: 30px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .navbar-button {
    color: #fff;
    border-radius: 30px;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .contact-us-btn {
    width: 150px;
    color: #2a2c2e;
    border-radius: 30px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
  }

  .section-about-us {
    padding-top: 10px;
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 0;
  }

  .kvadrat-bilde.h-yre-nede {
    display: block;
  }

  .image-22 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .quick-stack-2 {
    text-align: left;
  }

  .cell-15 {
    justify-content: center;
  }

  .container-what-we-can-offer {
    z-index: 1;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .cell-16 {
    justify-content: center;
  }

  .food-tour-details-container {
    z-index: 1;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .rektangul-rt-bilde-copy {
    display: none;
  }

  .review-card-copy.space-top-large {
    margin-top: 20px;
  }

  .image-12-copy {
    height: 100%;
    object-fit: cover;
    object-position: 90% 50%;
  }

  .text-block-5-copy {
    text-align: center;
    font-size: 17px;
  }

  .container-copy {
    z-index: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .container-del-2 {
    z-index: 1;
    padding: 20px 20px 0;
    position: relative;
  }

  .slider-bilde {
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }

  .image-24 {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .image-25 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .image-22-copy {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    display: none;
  }

  .sticky-fb-chat {
    width: 100%;
    margin-right: 0;
    position: fixed;
    right: 0;
  }

  .fb-chat {
    width: 100%;
  }

  .fb-chat.sticky {
    width: 150px;
    border-radius: 30px;
    align-items: center;
    display: flex;
  }

  .container-copy {
    z-index: 1;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .container-blogg {
    z-index: 1;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .html-embed {
    bottom: 20px;
  }

  .tripadvisor-reviews {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-blog-post {
    padding-top: 10px;
  }

  .heading-19-copy, .heading-blog-copy {
    text-align: left;
  }

  .large-text-copy.opacity-dark-text.limit-small {
    color: #2a2c2e;
    text-align: left;
    align-self: center;
    margin-bottom: 20px;
  }

  .large-text-copy.opacity-white-text.limit-small {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 0;
  }
}

#w-node-b7efe244-d1cd-a22d-330b-2941f4f451c2-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5e9c8ad7-4f12-9c5f-7f17-38f05ec636ee-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_60c46c46-df35-85ed-ae9f-cd6fc2ec2778-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-be4b3d82-9b44-1c8c-768e-18dde70a2b72-22048d7b, #w-node-_4835da63-ef96-67d4-82a7-c337b1c6cb57-22048d7b, #w-node-bd84a191-3ade-dcb9-7ad3-63d989cb3757-22048d7b, #w-node-_55dfc926-8e43-f252-988b-fea85d33a4cb-22048d7b, #w-node-_5c2acaab-2fd5-9ead-7c70-231f4b0ffef1-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2223494c-784f-b2ac-f224-10fac4240b16-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_69e85721-51b5-7fe9-ced3-2545dd41c380-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: stretch;
}

#w-node-b053dfbb-2a63-b4ac-3460-ef268ed80da9-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-df7ad78b-281d-e85c-bded-5fb8c26a5dd7-22048d7b, #w-node-a463a2ea-84bc-7eb0-f07b-1722d68140a6-22048d7b, #w-node-de747d0b-fb23-34a3-3aff-3166250ebb73-22048d7b, #w-node-_754e507f-f2e7-68fa-1e4b-b2dfa2ef30ff-22048d7b, #w-node-d0bab028-29e2-1eb4-5a06-3279b78d69e7-22048d7b, #w-node-d0bab028-29e2-1eb4-5a06-3279b78d69f3-22048d7b, #w-node-e74c00a5-58a5-fd3b-2dcb-ab8288c3d649-22048d7b, #w-node-e74c00a5-58a5-fd3b-2dcb-ab8288c3d655-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcaae543-c173-c5a4-b6aa-11d3491a5dbb-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-bcaae543-c173-c5a4-b6aa-11d3491a5dc2-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcaae543-c173-c5a4-b6aa-11d3491a5dc6-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bcaae543-c173-c5a4-b6aa-11d3491a5dca-22048d7b, #w-node-bcaae543-c173-c5a4-b6aa-11d3491a5dce-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbe2bedb-0ce7-ffaa-59a1-f9989bc1e8d5-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-cbe2bedb-0ce7-ffaa-59a1-f9989bc1e8dc-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbe2bedb-0ce7-ffaa-59a1-f9989bc1e8e2-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cbe2bedb-0ce7-ffaa-59a1-f9989bc1e8e8-22048d7b, #w-node-_746ebcf1-7d98-a92f-80c1-40fefbae9907-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b0e46d9-a7d6-dcd1-8bb4-80aa496357c1-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: auto;
}

#w-node-_2b0e46d9-a7d6-dcd1-8bb4-80aa496357d4-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d7daa1bf-75c3-b4a3-46ef-db1f50919f0a-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d7daa1bf-75c3-b4a3-46ef-db1f50919f24-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-_622a3448-8647-6897-b066-83588dd01b06-22048d7b {
  justify-self: center;
}

#w-node-_622a3448-8647-6897-b066-83588dd01b03-22048d7b {
  align-self: center;
}

#w-node-_77f44ba7-4b17-3919-a64c-977702b7946c-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 2fr;
  align-self: center;
}

#w-node-_77f44ba7-4b17-3919-a64c-977702b7946d-22048d7b, #w-node-_77f44ba7-4b17-3919-a64c-977702b7946e-22048d7b, #w-node-_219ff695-fdf3-47b5-896c-bcfaf38dd3c7-22048d7b, #w-node-_9bca982d-a15a-0773-10af-8d2de5f66794-22048d7b, #w-node-d7d77bd7-c9fa-ea78-111a-413aede50404-22048d7b, #w-node-d8a1fa9e-9e8a-f88e-9824-7fb41640cb13-22048d7b, #w-node-_2f2ec011-52a1-d66f-53a6-6099b3a6e8a2-22048d7b, #w-node-a131768d-b2aa-7356-83e7-699985948319-22048d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_798bbe5d-454c-0528-aa3a-5c665b5161fd-22048d7b {
  align-self: stretch;
}

#w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fb7-3d6a4fa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fc7-3d6a4fa8 {
  align-self: start;
}

#w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fc8-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fca-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fcd-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fd0-3d6a4fa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fd3-3d6a4fa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fd4-3d6a4fa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fd9-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fdc-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fd6-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fe2-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fe5-3d6a4fa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b711fed3-854c-8e27-6a82-7ae63d6a4feb-3d6a4fa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fec-3d6a4fa8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fdf-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4ff1-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4ff4-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4ff7-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4ffa-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4ffd-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a5000-3d6a4fa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e612ef-08c2-51a8-a93b-a8e29be0c55f-9be0c55c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_73e612ef-08c2-51a8-a93b-a8e29be0c564-9be0c55c {
  justify-self: center;
}

#w-node-_73e612ef-08c2-51a8-a93b-a8e29be0c565-9be0c55c {
  align-self: center;
  justify-self: center;
}

#w-node-_73e612ef-08c2-51a8-a93b-a8e29be0c5a7-9be0c55c {
  align-self: center;
  justify-self: end;
}

#w-node-_73e612ef-08c2-51a8-a93b-a8e29be0c5c4-9be0c55c {
  justify-self: end;
}

#w-node-_73e612ef-08c2-51a8-a93b-a8e29be0c5c5-9be0c55c {
  align-self: end;
}

#w-node-_73e612ef-08c2-51a8-a93b-a8e29be0c5c9-9be0c55c {
  align-self: end;
  justify-self: end;
}

#w-node-f3040fc1-2060-abaa-ad1f-6a3b84a0ed4c-22048dd4 {
  justify-self: stretch;
}

#w-node-e98d5c1a-0b65-1453-a7c9-cc00568c778c-22048dd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-e98d5c1a-0b65-1453-a7c9-cc00568c77ad-22048dd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-e98d5c1a-0b65-1453-a7c9-cc00568c77b4-22048dd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98d5c1a-0b65-1453-a7c9-cc00568c77b8-22048dd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e98d5c1a-0b65-1453-a7c9-cc00568c77bc-22048dd4, #w-node-e98d5c1a-0b65-1453-a7c9-cc00568c77c0-22048dd4, #w-node-e98d5c1a-0b65-1453-a7c9-cc00568c77c4-22048dd4, #w-node-b3ebd98e-08a9-42c3-9dc3-4470237086a6-22048dd5, #w-node-_82f287fe-976d-1bb5-1c80-08195a70abbd-22048dd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d22ebc6-283b-fcee-fd69-c505d48ee955-22048de1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7a98671a-7a9f-45af-04ce-b08feacfd9e1-22048de1, #w-node-b612afbe-6341-4493-9263-f547ee35a8a1-22048de1, #w-node-b612afbe-6341-4493-9263-f547ee35a8a5-22048de1, #w-node-b612afbe-6341-4493-9263-f547ee35a8b1-22048de1, #w-node-b612afbe-6341-4493-9263-f547ee35a8b5-22048de1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b612afbe-6341-4493-9263-f547ee35a8b9-22048de1, #w-node-b612afbe-6341-4493-9263-f547ee35a8c1-22048de1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c47a081-2a7c-73f2-c15f-1d973328b5c2-22048de5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d87431c-d702-2d6a-7370-98e853518073-22048de5 {
  justify-self: end;
}

#w-node-_9d87431c-d702-2d6a-7370-98e85351807c-22048de5 {
  justify-self: center;
}

#w-node-_9d87431c-d702-2d6a-7370-98e85351808f-22048de5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_732f591c-c854-7af1-1c56-003783edcdc4-22048de5, #w-node-_732f591c-c854-7af1-1c56-003783edcdc5-22048de5, #w-node-_732f591c-c854-7af1-1c56-003783edcdc6-22048de5, #w-node-_732f591c-c854-7af1-1c56-003783edcdc7-22048de5, #w-node-_732f591c-c854-7af1-1c56-003783edcdc8-22048de5, #w-node-_732f591c-c854-7af1-1c56-003783edcdc9-22048de5 {
  align-self: center;
  justify-self: center;
}

#w-node-_55afeeb8-941a-7d26-ba92-fc0832e3e7cf-22048de5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_55afeeb8-941a-7d26-ba92-fc0832e3e7d6-22048de5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_55afeeb8-941a-7d26-ba92-fc0832e3e7ed-22048de5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55afeeb8-941a-7d26-ba92-fc0832e3e7f4-22048de5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55afeeb8-941a-7d26-ba92-fc0832e3e7f6-22048de5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_55afeeb8-941a-7d26-ba92-fc0832e3e7f7-22048de5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc6fb5ab-6b6f-6597-eca2-938676d2f69c-76d2f69c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-dc6fb5ab-6b6f-6597-eca2-938676d2f69d-76d2f69c, #w-node-b32b1ec7-8ca6-af22-2bde-d82084c37852-22048de6, #w-node-_7c2e2522-516c-e98d-ee01-f5056d7ddfb7-22048de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a730f234-df81-a362-e0f6-59aabc1706f7-22048de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_0f72c33c-1ffa-f37d-283f-591b10fcb006-22048de7 {
  justify-self: end;
}

#w-node-_0f72c33c-1ffa-f37d-283f-591b10fcb00f-22048de7 {
  justify-self: center;
}

#w-node-_0f72c33c-1ffa-f37d-283f-591b10fcb022-22048de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-bd4016c8-abe8-69d8-5a46-01082b380d11-22048dea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0760321b-2757-c57a-a396-6078c2e79a6d-22048dea {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 2.75fr;
}

#w-node-_31cadcd6-7bd0-2374-6a66-91320081ca89-22048dea, #w-node-f00e2708-94b9-05f0-c524-3bab65a516d8-22048dea, #w-node-_0ba55fe6-bfd4-0cf4-e206-d836c5509c86-22048dea, #w-node-c0195c75-b556-c6f8-4905-acb271165c6f-22048dea, #w-node-f3384c2e-d38e-0b32-3b1b-58a244b08901-22048dea, #w-node-dda76f47-f04b-5020-55dd-7d66efeca449-22048dea, #w-node-_71513622-47d7-db6a-0c73-5c4972c502f6-22048dea, #w-node-f3311751-2530-c863-8db9-8b6a5d85dec5-22048dea, #w-node-_1b2bf9d7-d495-3d47-d0b4-d742867aaf54-22048dea, #w-node-_53b3e70b-f0cd-e66c-452f-c36d859b543c-22048dea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5e9c8ad7-4f12-9c5f-7f17-38f05ec636ee-22048d7b, #w-node-_2223494c-784f-b2ac-f224-10fac4240b16-22048d7b, #w-node-_2b0e46d9-a7d6-dcd1-8bb4-80aa496357c1-22048d7b {
    justify-self: start;
  }

  #w-node-d7daa1bf-75c3-b4a3-46ef-db1f50919f24-22048d7b {
    justify-self: stretch;
  }

  #w-node-_77f44ba7-4b17-3919-a64c-977702b7946c-22048d7b {
    align-self: end;
  }

  #w-node-e98d5c1a-0b65-1453-a7c9-cc00568c778c-22048dd4 {
    align-self: auto;
    justify-self: stretch;
  }

  #w-node-_9d87431c-d702-2d6a-7370-98e853518073-22048de5, #w-node-_9d87431c-d702-2d6a-7370-98e853518085-22048de5, #w-node-_9d87431c-d702-2d6a-7370-98e85351808f-22048de5 {
    justify-self: center;
  }

  #w-node-_55afeeb8-941a-7d26-ba92-fc0832e3e7cf-22048de5 {
    justify-self: start;
  }

  #w-node-_55afeeb8-941a-7d26-ba92-fc0832e3e7d6-22048de5 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_55afeeb8-941a-7d26-ba92-fc0832e3e7ed-22048de5, #w-node-_55afeeb8-941a-7d26-ba92-fc0832e3e7f4-22048de5 {
    justify-self: start;
  }

  #w-node-dc6fb5ab-6b6f-6597-eca2-938676d2f69c-76d2f69c, #w-node-_0f72c33c-1ffa-f37d-283f-591b10fcb006-22048de7, #w-node-_0f72c33c-1ffa-f37d-283f-591b10fcb018-22048de7 {
    justify-self: center;
  }

  #w-node-_0f72c33c-1ffa-f37d-283f-591b10fcb022-22048de7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e9c8ad7-4f12-9c5f-7f17-38f05ec636ee-22048d7b, #w-node-_69e85721-51b5-7fe9-ced3-2545dd41c380-22048d7b {
    justify-self: center;
  }

  #w-node-b3ebd98e-08a9-42c3-9dc3-4470237086a5-22048dd5 {
    justify-self: stretch;
  }

  #w-node-bd4016c8-abe8-69d8-5a46-01082b380d11-22048dea {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e9c8ad7-4f12-9c5f-7f17-38f05ec636ee-22048d7b {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fb7-3d6a4fa8 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fca-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fcd-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fd0-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fd9-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fdc-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fd6-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fe2-3d6a4fa8, #w-node-b711fed3-854c-8e27-6a82-7ae63d6a4fe5-3d6a4fa8 {
    justify-self: center;
  }

  #w-node-e98d5c1a-0b65-1453-a7c9-cc00568c778c-22048dd4 {
    justify-self: stretch;
  }

  #w-node-b612afbe-6341-4493-9263-f547ee35a8b9-22048de1, #w-node-b612afbe-6341-4493-9263-f547ee35a8c1-22048de1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e127_Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e125_Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e126_Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e128_Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e12a_Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e12b_Satoshi-Italic.woff2') format('woff2'), url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e12f_Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e129_Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e12c_Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e12d_Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e12e_Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/6480467a11766565d941e130_Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/64804dc4451645aedc933001_Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/64804dc4451645aedc933001_Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoslab Bold';
  src: url('https://uploads-ssl.webflow.com/6480467a11766565d941e0c8/64919dd5f61fd5730be90310_RobotoSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.showcase-section {
  position: relative;
  overflow: visible;
  padding: 2rem;
}

.video-overlay-color {
  border-radius: 25px;
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 84, 0, 0.26);
}

.background-card {
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 600px;
  max-width: 1140px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-image: linear-gradient(149deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.1));
  box-shadow: inset 0 70px 30px 300px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card-plastic {
  width: 100%;
  height: auto;
  opacity: 1;
}

.slider-component {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  max-height: 600px;
  max-width: 1140px;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .background-card {
  }

  .card-plastic {
    height: 100%;
  }

  .slider-component {
    width: 90%;
    max-height: none;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_014243a8-58b3-02e5-e13b-db051063f368-555d9724 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

/* ========================================= */
/* Ajustes específicos para móviles (<=479px) */
/* ========================================= */
@media (max-width: 300px) {
  /* Corrige la posición del reloj del calendario (evita superposición) */
  .clock-calendario {
    position: static !important;
    width: 100% !important;
    margin-top: 20px !important;
    margin-left: 0 !important;
  }

  /* Horarios en una sola fila, con fuente reducida */
  .time-temp-calendario {
    flex-wrap: nowrap !important;
    justify-content: space-around !important;
    gap: 5px;
  }

  .time-calendario {
    font-size: 14px !important;
    white-space: nowrap;
  }

  /* El slider-component (cuenta regresiva) no debe ser absoluto */
  .slider-component {
    position: static !important;
    transform: none !important;
    max-height: none !important;
    margin-bottom: 20px !important;
    width: 100% !important;
  }

  /* Contenedor principal del calendario: altura automática */
  .container-calendario {
    height: 500px !important;
    padding: 10px !important;
  }

  /* El mes del calendario ocupa todo el ancho */
  .month-calendario {
    min-width: auto !important;
    width: 100% !important;
  }

  /* Videos e imágenes responsivos */
  .hero-image video,
  .hero-image img,
  .video-responsive-container iframe,
  .image-8,
  .kvadrat-bilde,
  .rektangul-rt-bilde,
  .rektangul-rt-bilde-copy {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Footer: logos de tarjetas no se desbordan */
  .visa, .mastercard, .jcb, .discover {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px !important;
  }

  /* Ajuste del mapa en el footer */
  .wide-footer-top-content-mapa img {
    width: 100% !important;
    height: auto !important;
  }

  /* Espaciado del título del mapa */
  .heading-mapa {
    font-size: 24px !important;
    left: 5% !important;
  }

  .small-cross-mapa {
    left: 2% !important;
  }

}