/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 200;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}
@keyframes load {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
body.maintenance-page {
  padding: 30px 20px;
  text-align: center;
}
body .dialog-off-canvas-main-canvas {
  word-wrap: break-word;
}
body .dialog-off-canvas-main-canvas .block-title {
  /* margin-top: 15px; */
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}
body .dialog-off-canvas-main-canvas .tabs ul {
  padding: 16px !important;
}
body .dialog-off-canvas-main-canvas .tabs ul {
  display: flex;
  list-style: none;
  margin: 0;
}
body .dialog-off-canvas-main-canvas .tabs ul li {
  padding: 0;
  margin-right: 15px;
}
body .dialog-off-canvas-main-canvas .page-wrapper {
  font-family: "Poppins";
}
body .dialog-off-canvas-main-canvas h1,
body .dialog-off-canvas-main-canvas h2,
body .dialog-off-canvas-main-canvas h3,
body .dialog-off-canvas-main-canvas h4,
body .dialog-off-canvas-main-canvas h5,
body .dialog-off-canvas-main-canvas h6 {
  font-family: "Poppins";
  font-weight: bold;
  margin-bottom: 15px;
}
body .dialog-off-canvas-main-canvas h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 900;
}
body .dialog-off-canvas-main-canvas h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 900;
}
body .dialog-off-canvas-main-canvas h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
}
body .dialog-off-canvas-main-canvas h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
}
body .dialog-off-canvas-main-canvas p {
  font-family: "Poppins";
  font-size: 17px;
}
body .dialog-off-canvas-main-canvas a {
  color: black;
  text-decoration: underline;
}
body .dialog-off-canvas-main-canvas a:hover {
  color: #ea5353;
}
body .dialog-off-canvas-main-canvas ul li {
  font-size: 17px;
}
body .dialog-off-canvas-main-canvas input {
  outline: none;
}
@media (max-width: 1024px) {
  body .dialog-off-canvas-main-canvas main {
    padding-top: 90px;
  }
}
body .dialog-off-canvas-main-canvas main.main--app-version {
  padding-top: 0;
}
body .dialog-off-canvas-main-canvas .ah-fake-h1 {
  font-size: 36px;
  font-weight: 900;
}
body .dialog-off-canvas-main-canvas .ah-fake-h2 {
  font-size: 32px;
  font-weight: 900;
}
body .dialog-off-canvas-main-canvas .ah-fake-h3 {
  font-size: 28px;
  font-weight: 900;
}
body .dialog-off-canvas-main-canvas .system-messages {
  border: 0;
}
body .dialog-off-canvas-main-canvas .system-messages > .messages {
  font-size: 17px;
  line-height: 26px;
  padding: 15px 15px 15px 45px;
  border: 1px solid;
  border-radius: 10px;
  background: no-repeat 15px 17px;
}
body .dialog-off-canvas-main-canvas .system-messages > .messages--error {
  box-shadow: none;
  color: #000000;
  border-color: #cb444a;
  background-color: #fcecec;
  background-image: url(../assets/svgs/error.svg);
}
body .dialog-off-canvas-main-canvas .system-messages > .messages--warning {
  box-shadow: none;
  color: #000000;
  border-color: #4ba7ee;
  background-color: #edf6fd;
  background-image: url(../assets/svgs/warning.svg);
}
body .dialog-off-canvas-main-canvas .system-messages > .messages--status {
  box-shadow: none;
  color: #000000;
  border-color: #03a300;
  background-color: #e6f6e6;
  background-image: url(../assets/svgs/status.svg);
}
body .dialog-off-canvas-main-canvas .paragraph-type__layout {
  margin: 0 auto;
}
body .dialog-off-canvas-main-canvas .paragraph-type__layout.normal-width .layout-width-container {
  max-width: 1000px;
}
body .dialog-off-canvas-main-canvas .paragraph-type__layout.wide-width .layout-width-container {
  max-width: 1200px;
}
body .dialog-off-canvas-main-canvas .paragraph-type__layout.full-width .layout-width-container {
  width: 100%;
}
body .dialog-off-canvas-main-canvas .paragraph-type__layout.narrow-width .layout-width-container {
  max-width: 600px;
}
body .dialog-off-canvas-main-canvas .paragraph-type__layout .layout-width-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body .dialog-off-canvas-main-canvas .paragraph-type__layout .layout-width-container img:not(.map-pin) {
  height: auto;
  max-width: 100%;
  pointer-events: none;
}
body .dialog-off-canvas-main-canvas .paragraph--type--from-library {
  z-index: 1;
}
body .dialog-off-canvas-main-canvas .has-sidebar {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
  /* column-gap: 25px; */
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1024px) {
  body .dialog-off-canvas-main-canvas .has-sidebar {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
body .dialog-off-canvas-main-canvas .has-sidebar .main__container {
  width: 100%;
  max-width: calc(100% - 380px);
}
@media (max-width: 1024px) {
  body .dialog-off-canvas-main-canvas .has-sidebar .main__container {
    max-width: 100%;
  }
}
body .dialog-off-canvas-main-canvas .has-sidebar .sidebar__container {
  background-color: #f9f6f4;
  width: 100%;
  max-width: 380px;
  padding: 20px 30px 40px;
}
@media (max-width: 1024px) {
  body .dialog-off-canvas-main-canvas .has-sidebar .sidebar__container {
    max-width: 100%;
    padding: 20px 15px 20px;
  }
}
body .dialog-off-canvas-main-canvas .has-sidebar .sidebar__container > div:not(:first-child) {
  margin-top: 15px;
}
body .dialog-off-canvas-main-canvas .button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  body .dialog-off-canvas-main-canvas .button-container {
    margin-top: 55px;
  }
}
body .dialog-off-canvas-main-canvas .button-container a {
  text-decoration: none;
}
body .dialog-off-canvas-main-canvas .button-container a.terms-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  background: #ea5353;
  border-radius: 96px;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 15px;
}
body .dialog-off-canvas-main-canvas .button-container a.terms-button:focus {
  border: 1px solid white;
  outline: 1px solid #005ecc;
}
body .dialog-off-canvas-main-canvas .button-container a.terms-button:hover {
  background: rgba(234, 83, 83, 0.78);
}
body .dialog-off-canvas-main-canvas .button-container a.terms-button:empty {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  overflow: hidden;
  width: 168px;
  height: 48px;
}
body .dialog-off-canvas-main-canvas .button-container a.terms-button:empty:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
  animation: load 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
body .dialog-off-canvas-main-canvas .button-container a.booking-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: black;
  background: white;
  border-radius: 96px;
  border: 1px solid #ea5353;
  cursor: pointer;
}
body .dialog-off-canvas-main-canvas .button-container a.booking-button:focus {
  outline: 1px solid #005ecc;
}
body .dialog-off-canvas-main-canvas .button-container a.booking-button:hover {
  background: #fdeeee;
}
body .dialog-off-canvas-main-canvas .button-container a.booking-button:empty {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  overflow: hidden;
}
body .dialog-off-canvas-main-canvas .button-container a.booking-button:empty:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
  animation: load 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
body .dialog-off-canvas-main-canvas a.ah-primary-button {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #ffffff;
  background-color: #ea5353;
  border: 1px solid #ea5353;
  border-radius: 25px;
  padding: 6px 30px;
  transition: opacity 400ms ease-in;
  text-decoration: none;
}
body .dialog-off-canvas-main-canvas a.ah-primary-button:hover {
  opacity: 0.78;
}
body .dialog-off-canvas-main-canvas a.ah-primary-button:disabled {
  color: #000000;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}
body .dialog-off-canvas-main-canvas a.ah-secondary-button {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ea5353;
  border-radius: 25px;
  padding: 6px 30px;
  transition: background-color 400ms ease-in;
  text-decoration: none;
}
body .dialog-off-canvas-main-canvas a.ah-secondary-button:hover {
  background-color: #fdeeee;
}
body .dialog-off-canvas-main-canvas a.ah-secondary-button:disabled {
  color: #8f8f8f;
  background-color: #ffffff;
  border: 1px solid #8f8f8f;
}
body .dialog-off-canvas-main-canvas div.ah-primary-button a {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #ffffff;
  background-color: #ea5353;
  border: 1px solid #ea5353;
  border-radius: 25px;
  padding: 6px 30px;
  transition: opacity 400ms ease-in;
  text-decoration: none;
}
body .dialog-off-canvas-main-canvas div.ah-primary-button a:hover {
  opacity: 0.78;
}
body .dialog-off-canvas-main-canvas div.ah-primary-button a:disabled {
  color: #000000;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}
body .dialog-off-canvas-main-canvas div.ah-secondary-button a {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ea5353;
  border-radius: 25px;
  padding: 6px 30px;
  transition: background-color 400ms ease-in;
  text-decoration: none;
}
body .dialog-off-canvas-main-canvas div.ah-secondary-button a:hover {
  background-color: #fdeeee;
}
body .dialog-off-canvas-main-canvas div.ah-secondary-button a:disabled {
  color: #8f8f8f;
  background-color: #ffffff;
  border: 1px solid #8f8f8f;
}
body .dialog-off-canvas-main-canvas p.icon-greenellipse {
  position: relative;
  padding-left: 25px;
}
body .dialog-off-canvas-main-canvas p.icon-greenellipse::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(../assets/svgs/green_ellipse.svg);
  background-repeat: no-repeat;
}
body .dialog-off-canvas-main-canvas p.icon-timeindicator {
  position: relative;
  padding-left: 27px;
}
body .dialog-off-canvas-main-canvas p.icon-timeindicator::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../assets/svgs/time_indicator.svg);
  background-repeat: no-repeat;
}
body .dialog-off-canvas-main-canvas p.icon-checkmark {
  position: relative;
  padding-left: 28px;
}
body .dialog-off-canvas-main-canvas p.icon-checkmark::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 14px;
  background-image: url(../assets/svgs/checkmark.svg);
  background-repeat: no-repeat;
}
body .dialog-off-canvas-main-canvas .paragraph--type--ckeditor-element h1 {
  margin-top: 60px;
}
body .dialog-off-canvas-main-canvas .paragraph--type--ckeditor-element p {
  line-height: 26px;
}
body .dialog-off-canvas-main-canvas .paragraph--type--ckeditor-element a:focus {
  outline: 1px solid #005ecc;
}
body .dialog-off-canvas-main-canvas .paragraph--type--ckeditor-element .media {
  float: none;
}
body .dialog-off-canvas-main-canvas .paragraph--type--ckeditor-element .media img {
  border-radius: 15px;
}
body .dialog-off-canvas-main-canvas .paragraph--type--ckeditor-element .media.align-left {
  text-align: left;
}
body .dialog-off-canvas-main-canvas .paragraph--type--ckeditor-element .media.align-right {
  text-align: right;
}
body .dialog-off-canvas-main-canvas .paragraph--type--ckeditor-element .media.align-center {
  text-align: center;
}
body.path-frontpage .paragraph-type__layout:nth-of-type(1) .layout-width-container {
  z-index: auto !important;
  z-index: initial !important;
}
body.path-frontpage.user-logged-in .paragraph-type__layout:nth-of-type(2) .layout-width-container {
  z-index: auto !important;
  z-index: initial !important;
}

.stop-body-scroll {
  height: 100%;
  overflow: hidden;
}

.partners-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #909090;
}

@media (max-width: 1024px) {
  #block-autoshuren-breadcrumbs {
    display: none;
  }
}
#block-autoshuren-breadcrumbs nav {
  max-width: 1200px;
  margin: auto;
}
#block-autoshuren-breadcrumbs ol {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 1em 10px;
}
#block-autoshuren-breadcrumbs ol li {
  margin-right: 5px;
}
#block-autoshuren-breadcrumbs ol li::after {
  content: "/";
  font-size: 15px;
  margin-left: 3px;
}
#block-autoshuren-breadcrumbs ol li:last-of-type::after {
  content: "";
}

html.disable-scroll body {
  overflow-y: hidden;
}

.eu-cookie-compliance-banner {
  font-family: "Poppins", sans-serif;
}
.eu-cookie-compliance-banner #popup-text .eu-cookie-compliance-more-button {
  font-family: "Poppins", sans-serif;
}
.eu-cookie-compliance-banner #popup-buttons .agree-button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ffffff;
  /* background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%); */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: #ea5353;
  font-family: "Poppins", sans-serif;
  line-height: 27px;
  font-weight: 600;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}
.eu-cookie-compliance-banner #popup-buttons .agree-button:active {
  position: relative;
  top: 1px;
}
.eu-cookie-compliance-banner #popup-buttons .agree-button:hover {
  background-color: #dfdfdf;
  /* background-image: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed));
  background-image: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background-image: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%); */
}
.eu-cookie-compliance-banner #popup-buttons .decline-button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  box-shadow: none;
  background-color: transparent;
  background-color: initial;
  background-image: none;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: none;
}

.skeleton-loader-svg-container {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.skeleton-loader-svg-container.step-3-loader {
  width: 60%;
  margin-top: 100px;
}
.skeleton-loader-svg-container.step-3-loader .skeleton-loader-svg {
  margin-top: 0;
}
.skeleton-loader-svg-container .skeleton-loader-text {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  margin-top: -50px;
}
.skeleton-loader-svg-container .skeleton-loader-svg {
  width: 300px;
  height: 300px;
  margin-top: 150px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 0 10px;
}

.toggle-switch-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch-label {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: background-color 0.4s;
}

.toggle-switch-label:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: white;
  top: 4px;
  left: 4px;
  transition: transform 0.4s;
}

.toggle-switch-checkbox:checked + .toggle-switch-label {
  background-color: #ea5353;
}

.toggle-switch-checkbox:checked + .toggle-switch-label:before {
  transform: translateX(25px);
}

.car-pick__error-message {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 50px rgba(85, 85, 85, 0.08);
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 1px solid #ea5353;
}
.car-pick__error-message--text {
  color: #ea5353;
  font-weight: 600;
}
.car-pick__error-message--close {
  font-weight: bold;
  cursor: pointer;
}

.coupon-error {
  display: flex;
  justify-content: start;
  background: rgba(224, 69, 69, 0.1);
  border: 1px solid #cb444a;
  border-radius: 8px;
  margin-bottom: 25px;
  width: 100%;
  padding: 20px;
}
.coupon-error .step4-info-container__icon {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.coupon-error p {
  margin: 0 !important;
}
.coupon-error p {
  align-items: center;
}

.invalid-coupon {
  border: 1px solid #cb444a !important;
}

.error-messages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(224, 69, 69, 0.1);
  border: 1px solid #cb444a;
  border-radius: 8px;
  margin-bottom: 25px;
  width: 100%;
  padding: 20px;
}
.error-messages__icon {
  display: flex;
  width: 100%;
}
.error-messages__icon svg {
  margin-right: 20px;
}
.error-messages ul {
  width: 100%;
}

.swiper-pagination {
  display: none;
}

.overthem {
  position: relative;
  z-index: 9;
}

.swiper-wrapper {
  z-index: auto !important;
  z-index: initial !important;
}

.loader-div {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step4 .loader-div {
  width: 550px;
  margin-top: 200px;
  margin-left: 200px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #f5993c;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f5993c transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ellipsis {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f5993c;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 24px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 42px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(18px, 0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.dropoffcost {
  font-weight: 400;
  font-size: 15px;
  font-family: "Poppins";
  line-height: 26px;
  border: none;
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
}

.map-dashboard fieldset {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.map-dashboard fieldset label {
  width: 100%;
  font-family: "Poppins";
  font-size: 18px;
  padding-bottom: 5px;
}
.map-dashboard fieldset .input-group {
  width: 100%;
  height: 48px;
  border: 1px solid #ced4da;
  border-radius: 73px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.map-dashboard fieldset .input-group input {
  font-family: "Poppins";
  width: 90%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
}
.map-dashboard fieldset .input-group svg {
  width: 20px;
  margin-top: 2px;
  margin-right: 10px;
  fill: #f5993c;
}
.map-dashboard .country-list,
.map-dashboard .city-list,
.map-dashboard .state-list {
  position: absolute;
  top: 90px;
  background: white;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid;
  padding: 10px;
  width: 89%;
  display: none;
  z-index: 6;
}
.map-dashboard .country-list.opened,
.map-dashboard .city-list.opened,
.map-dashboard .state-list.opened {
  display: block;
}
.map-dashboard .country-list--item,
.map-dashboard .city-list--item,
.map-dashboard .state-list--item {
  padding: 5px;
  cursor: pointer;
}
.map-dashboard .country-list--item:hover, .map-dashboard .country-list--item.selected,
.map-dashboard .city-list--item:hover,
.map-dashboard .city-list--item.selected,
.map-dashboard .state-list--item:hover,
.map-dashboard .state-list--item.selected {
  background-color: rgb(245, 153, 60);
  color: white;
}

.date-of-birth-recommended input {
  border-color: red !important;
}
.date-of-birth-recommended input::-moz-placeholder {
  color: red;
}
.date-of-birth-recommended input::placeholder {
  color: red;
}

.age-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(85, 85, 85, 0.4);
}
.age-popup--close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  padding: 10px 15px 0 0;
  border-radius: 90px;
  font-weight: bold;
}
.age-popup__container {
  max-width: 45%;
  padding: 20px;
  display: flex;
  top: 44%;
  position: relative;
  left: 28%;
  border: 1px solid #4ba7ee;
  background-color: white;
  border-radius: 8px;
}
.age-popup__container--icon {
  margin-right: 10px;
}

.fallback-info-popup {
  position: absolute;
  top: -5px;
  right: 12px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #c1c1c1;
  cursor: pointer;
}
.fallback-info-popup--title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
}
.fallback-info-popup svg {
  margin-right: 10px;
}
.fallback-info-popup svg path {
  fill: #c1c1c1;
}
.fallback-info-popup--text {
  position: absolute;
  top: -140px;
  display: none;
  box-shadow: 0px 0px 50px rgba(85, 85, 85, 0.08);
  border-radius: 20px;
  padding: 10px;
  background-color: white;
  left: 0;
  width: 300px;
}
.fallback-info-popup:hover .fallback-info-popup--text {
  display: flex;
}

.remove-pointer {
  cursor: default !important;
}

.react-reservation .reservation {
  max-width: 990px;
  margin: auto;
}

.flatpickr-current-month span.cur-month {
  margin-right: 10px;
  width: 85px;
  font-size: 0.75em;
  top: 0px;
  padding-top: 10px;
  padding-right: 2px;
  position: absolute;
  left: 0px;
  font-weight: 600;
  text-align: right;
}

.flatpickr-current-month {
  width: 100px;
}

.flatpickr-year-select {
  z-index: 100;
  position: absolute;
  top: 8px;
  right: 51px;
  width: 75px;
  background: #eceef1;
}

.flatpickr-year-select select {
  width: 100%;
  height: 24px;
  font-weight: 600;
  outline: 0;
  overflow: hidden;
  background: #ffffff;
  color: #747a80;
  border: #ffffff;
  padding: 0;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Manrope", Helvetica, sans-serif;
}
.flatpickr-year-select select option {
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 18px;
}

.access-denied-page-footer,
.page-404-footer {
  position: static;
}

.grecaptcha-badge {
  display: none !important;
}

.footer__top-container .mailchimp-signup-subscribe-form form .recaptcha-disclaimer {
  color: lightslategray !important;
}

.footer__top-container .mailchimp-signup-subscribe-form form .recaptcha-disclaimer {
  font-size: 12px;
}
/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 200;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}
@keyframes load {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
header.header {
  position: fixed;
}
header .header__top-section--container {
  height: 90px;
}
@media (max-width: 1024px) {
  header .header__top-section--container {
    align-items: flex-end;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  header #block-sitebranding {
    width: auto;
    width: initial;
    height: 42px;
  }
}
header #block-sitebranding a img {
  max-width: 230px;
}
@media (max-width: 1300px) {
  header #block-sitebranding a img {
    max-width: 210px;
  }
}
@media (max-width: 1024px) {
  header #block-sitebranding a img {
    max-width: 166px;
  }
}
header #block-autoshuren-main-menu {
  width: 50%;
  display: flex;
}
header #block-languageswitcher {
  position: relative;
  width: 7%;
  margin-right: 60px;
}
@media (max-width: 1300px) {
  header #block-languageswitcher {
    width: 10%;
    margin-right: 20px;
  }
}
header #block-languageswitcher .active-lng {
  font-style: "Poppins";
  font-size: 17px;
  line-height: 26px;
  cursor: pointer;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
header #block-languageswitcher .active-lng .active-lng-text {
  text-transform: uppercase;
}
header #block-languageswitcher .active-lng .lng-globe,
header #block-languageswitcher .active-lng .toggle-box__container--toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header #block-languageswitcher .links {
  position: absolute;
  background: white;
  border-radius: 15px;
  width: 200px;
  height: 150px;
  justify-content: center;
  padding: 20px;
  left: -15%;
  top: 70px;
  z-index: 55;
  display: none;
  flex-wrap: wrap;
  box-shadow: 0px 0px 50px rgba(85, 85, 85, 0.08);
}
header #block-languageswitcher .links::before {
  position: absolute;
  width: 10px;
  content: " ";
  display: block;
  background: #fff;
  height: 10px;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  left: 15%;
  right: auto;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  border-right: 0;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
}
header #block-languageswitcher .links li {
  list-style: none;
  position: relative;
}
header #block-languageswitcher .links li a {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  display: block;
  text-decoration: none;
  color: transparent;
  position: relative;
  background-color: transparent;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
header #block-languageswitcher .links li a.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 83, 83, 0.6);
}
header #block-languageswitcher .links li a.is-active::after {
  content: "";
  width: 5px;
  height: 13px;
  display: inline-block;
  transform: rotate(45deg);
  border-bottom: 5px solid white;
  border-right: 5px solid white;
  margin-right: 19px;
  margin-top: -5px;
  z-index: 6;
}
header #block-languageswitcher .links li a:not(.is-active):hover {
  color: white;
  z-index: 6;
}
header #block-languageswitcher .links li a:not(.is-active):hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 83, 83, 0.6);
}
header #block-languageswitcher .links .lang-desc {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 18px;
}
header #block-languageswitcher a[hreflang|=en] {
  background-image: url(../assets/svgs/en.svg);
}
header #block-languageswitcher a[hreflang|=nl] {
  background-image: url(../assets/svgs/nl.svg);
}
header #block-languageswitcher a[hreflang|=fr] {
  background-image: url(../assets/svgs/fr.svg);
}
header #block-languageswitcher a[hreflang|=de] {
  background-image: url(../assets/svgs/de.svg);
}
header #block-languageswitcher a[hreflang|=es] {
  background-image: url(../assets/svgs/es.svg);
}
header #block-languageswitcher.header-lng-switcher-opened .links {
  display: flex;
}
header #block-languageswitcher.header-lng-switcher-opened .toggle-box__container--toggle .toggle-btn {
  margin-top: 10px;
  transform: rotate(-135deg);
}
header #block-contact {
  margin: auto;
  width: 12%;
}
@media (max-width: 1300px) {
  header #block-contact {
    width: 15%;
  }
}
header #block-contact .header-contact-container {
  position: relative;
}
header #block-contact .header-contact-container__title {
  font-style: "Poppins";
  font-size: 17px;
  line-height: 26px;
  cursor: pointer;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
header #block-contact .header-contact-container__title .contact-icon,
header #block-contact .header-contact-container__title .toggle-box__container--toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header #block-contact .header-contact-container__text {
  position: absolute;
  background: white;
  border-radius: 15px;
  width: 300px;
  height: 300px;
  padding: 20px;
  left: -15%;
  top: 55px;
  z-index: 55;
  display: none;
  flex-wrap: wrap;
  box-shadow: 0px 0px 50px rgba(85, 85, 85, 0.08);
}
header #block-contact .header-contact-container__text::before {
  position: absolute;
  width: 10px;
  content: " ";
  display: block;
  background: #fff;
  height: 10px;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  left: 18%;
  right: auto;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  border-right: 0;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
}
header #block-contact .header-contact-container__text .highlighted {
  font-size: 20px;
  font-weight: 800;
  color: #ea5353;
}
header #block-contact .header-contact-container__text .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  background: #ea5353;
  border-radius: 96px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 15px;
}
header #block-contact .header-contact-container__text .btn:focus {
  border: 1px solid white;
  outline: 1px solid #005ecc;
}
header #block-contact .header-contact-container__text .btn:hover {
  background: rgba(234, 83, 83, 0.78);
}
header #block-contact .header-contact-container__text .btn:empty {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  overflow: hidden;
  width: 168px;
  height: 48px;
}
header #block-contact .header-contact-container__text .btn:empty:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
  animation: load 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
header #block-contact .header-contact-container.header-contact-opened .header-contact-container__text {
  display: flex;
}
header #block-contact .header-contact-container.header-contact-opened .toggle-box__container--toggle .toggle-btn {
  margin-top: 10px;
  transform: rotate(-135deg);
}
header #block-headerusermenu {
  margin: auto;
  max-width: 210px;
  min-width: 170px;
  margin-left: 40px;
  position: relative;
  padding-right: 20px;
}
@media (max-width: 1300px) {
  header #block-headerusermenu {
    min-width: 110px;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  header #block-headerusermenu {
    width: auto;
    width: initial;
    margin: 0;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
header #block-headerusermenu .header-user-menu__container--btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 9px 25px;
  border: 1px solid #ea5353;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
header #block-headerusermenu .header-user-menu__container--btn:hover {
  background: #fdeeee;
}
header .toggle-box__container--toggle .toggle-btn {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.2s;
  margin-bottom: 5px;
  cursor: pointer;
}

#react-user-menu .user-menu--login a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border: 1px solid #ea5353;
  border-radius: 32px;
  max-width: 149px;
  height: 48px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  color: #000000;
}
#react-user-menu .user-menu-navigation .toggle-box__container--toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#react-user-menu .user-menu-navigation .toggle-box__container--toggle .toggle-btn {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.2s;
  margin-bottom: 5px;
  cursor: pointer;
}
#react-user-menu .user-menu-navigation .toggle-box__container--toggle.active .toggle-btn {
  margin-top: 10px;
  transform: rotate(-135deg);
}
#react-user-menu .user-menu-navigation .user-menu-info {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
#react-user-menu .user-menu-navigation .user-menu-info .icon {
  display: flex;
}
#react-user-menu .user-menu-navigation .user-menu-info .user {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}
#react-user-menu .user-menu-navigation .user-menu {
  display: none;
  list-style: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 275px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
#react-user-menu .user-menu-navigation .user-menu.menu-opened {
  display: flex;
  flex-wrap: wrap;
}
#react-user-menu .user-menu-navigation .user-menu li {
  display: flex;
  align-items: center;
  padding: 5px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
#react-user-menu .user-menu-navigation .user-menu li:hover {
  background: rgba(245, 153, 60, 0.2);
}
#react-user-menu .user-menu-navigation .user-menu li .icon {
  width: 30px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
#react-user-menu .user-menu-navigation .user-menu li .icon svg {
  margin: auto;
}
#react-user-menu .user-menu-navigation .user-menu li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
}
#react-user-menu .user-menu-navigation .user-menu li a:hover {
  color: #000;
}
/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 200;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}
@keyframes load {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@media (max-width: 1024px) {
  .footer {
    margin-bottom: 90px;
  }
  .footer.doubled {
    margin-bottom: 180px;
  }
}
.footer__top {
  padding: 60px 0 30px;
}
@media (max-width: 1024px) {
  .footer__top {
    padding-top: 30px;
  }
}
.footer__top-container #block-mailchimptitleblock {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .footer__top-container #block-mailchimptitleblock {
    margin-bottom: 0;
  }
}
.footer__top-container #block-mailchimptitleblock h2 {
  margin-bottom: 10px;
}
.footer__top-container #block-mailchimptitleblock h3 {
  margin-bottom: 10px;
  font-weight: 400;
}
.footer__top-container .mailchimp-signup-subscribe-form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
  padding: 27px 70px;
  border-radius: 100px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .footer__top-container .mailchimp-signup-subscribe-form form {
    flex-direction: column;
    background-color: transparent;
    background-color: initial;
    padding: 0;
    margin: 0;
  }
}
.footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
@media (max-width: 1024px) {
  .footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields {
    flex-direction: column;
    width: auto;
    width: initial;
  }
}
.footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .form-item {
  width: 33.333333%;
  position: relative;
  margin: 10px 0;
}
@media (max-width: 1024px) {
  .footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .form-item {
    width: 100%;
  }
}
.footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .form-item:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .form-item:not(:first-child) {
    margin-left: 0;
  }
}
.footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .form-item:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .form-item:not(:last-child) {
    margin-right: 0;
  }
}
.footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .form-item label {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .form-item input {
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 8px;
  width: 100%;
  padding: 10px 27px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}
.footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .form-item input::-moz-placeholder {
  color: #313131;
}
.footer__top-container .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .form-item input::placeholder {
  color: #313131;
}
.footer__top-container .mailchimp-signup-subscribe-form form .recaptcha-disclaimer {
  color: lightslategray !important;
}
.footer__top-container .mailchimp-signup-subscribe-form form .recaptcha-disclaimer {
  order: 4;
  padding-top: 5px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .footer__top-container .mailchimp-signup-subscribe-form form .recaptcha-disclaimer {
    max-width: 90%;
    order: initial;
    padding: 5px 0;
  }
}
.footer__top-container .mailchimp-signup-subscribe-form form .form-actions .form-submit {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #ffffff;
  background-color: #ea5353;
  border: 1px solid #ea5353;
  border-radius: 25px;
  padding: 10px 44px;
  transition: opacity 400ms ease-in;
  text-decoration: none;
  margin: 0 0 0 20px;
}
@media (max-width: 1024px) {
  .footer__top-container .mailchimp-signup-subscribe-form form .form-actions .form-submit {
    margin: 10px 0 0 0;
  }
}
.footer__top-container .mailchimp-signup-subscribe-form form .form-actions .form-submit:hover {
  opacity: 0.78;
}
.footer__top-container .mailchimp-signup-subscribe-form form .form-actions .form-submit:disabled {
  color: #000000;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}
@media (max-width: 1024px) {
  .footer__middle {
    padding: 0;
  }
}
.footer__middle-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .footer__middle-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__middle-container div[id^=block]:not(:first-child),
.footer__middle-container nav[id^=block]:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .footer__middle-container div[id^=block]:not(:first-child),
.footer__middle-container nav[id^=block]:not(:first-child) {
    margin-left: 0;
  }
}
.footer__middle-container div[id^=block]:not(:last-child),
.footer__middle-container nav[id^=block]:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .footer__middle-container div[id^=block]:not(:last-child),
.footer__middle-container nav[id^=block]:not(:last-child) {
    margin-right: 0;
  }
}
.footer__middle-container div[id^=block] > h4,
.footer__middle-container nav[id^=block] > h4 {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer__middle-container div[id^=block] > h4,
.footer__middle-container nav[id^=block] > h4 {
    margin-bottom: 0;
  }
}
.footer__middle-container h4 {
  font-weight: 700 !important;
}
@media (max-width: 1024px) {
  .footer__middle-container nav {
    margin-bottom: 20px;
  }
}
.footer__middle-container nav .menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  list-style-type: none;
}
.footer__middle-container nav .menu ul li {
  line-height: 1;
  padding: 0;
}
.footer__middle-container nav .menu ul li a {
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
}
.footer__middle-container nav .menu ul li a:hover {
  text-decoration: none;
}
.footer__middle-container p {
  line-height: 26px;
}
.footer__bottom-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .footer__bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__bottom-container > div,
.footer__bottom-container > nav {
  max-width: 49%;
}
@media (max-width: 1024px) {
  .footer__bottom-container > div,
.footer__bottom-container > nav {
    max-width: 100%;
  }
}
.footer__bottom-container .contextual {
  top: -15px;
  right: -20px;
}
.footer__bottom-container nav {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .footer__bottom-container nav {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer__bottom-container nav .menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  list-style-type: none;
}
@media (max-width: 1024px) {
  .footer__bottom-container nav .menu ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__bottom-container nav .menu ul li {
  line-height: 1;
  padding: 0;
}
.footer__bottom-container nav .menu ul li:not(:first-of-type) {
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .footer__bottom-container nav .menu ul li:not(:first-of-type) {
    margin-left: 0;
  }
}
.footer__bottom-container nav .menu ul li:not(:last-of-type) {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .footer__bottom-container nav .menu ul li:not(:last-of-type) {
    margin-right: 0;
  }
}
.footer__bottom-container nav .menu ul li a {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  text-decoration: underline;
}
.footer__bottom-container nav .menu ul li a:hover {
  text-decoration: none;
}
.footer__bottom-container div[id^=block] {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .footer__bottom-container div[id^=block] {
    margin-left: 0;
  }
}
.footer__bottom-container div[id^=block] p {
  text-align: right;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1024px) {
  .footer__bottom-container div[id^=block] p {
    text-align: left;
  }
}
/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 200;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}
@keyframes load {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.blog-posts .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 1024px) {
  .blog-posts .views-infinite-scroll-content-wrapper {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
@media (max-width: 768px) {
  .blog-posts .views-infinite-scroll-content-wrapper {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.blog-posts .blog-post-teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: calc(33% - 15px);
}
@media (max-width: 1024px) {
  .blog-posts .blog-post-teaser {
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .blog-posts .blog-post-teaser {
    max-width: 100%;
  }
}
.blog-posts .blog-post-teaser__tags {
  display: flex;
  margin-bottom: 10px;
}
.blog-posts .blog-post-teaser__tags .blog-tag {
  margin-right: 10px;
  padding: 2px 15px;
  border-radius: 30px;
  color: white;
  background-color: black;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: default;
}
.blog-posts .blog-post-teaser__title {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 15px;
  max-width: 340px;
}
@media (max-width: 1024px) {
  .blog-posts .blog-post-teaser__title {
    width: 310px;
  }
}
.blog-posts .blog-post-teaser__title a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  max-width: 95%;
}
.blog-posts .blog-post-teaser__date {
  margin-right: 10px;
  padding: 2px 15px;
  border-radius: 30px;
  color: white;
  background-color: transparent;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: default;
}
.blog-posts .blog-post-teaser__image {
  line-height: 0;
}
.blog-posts .blog-post-teaser__image img {
  height: 400px !important;
}
.blog-posts .blog-post-teaser__image img {
  border-radius: 13px;
  width: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .blog-posts .blog-post-teaser__image img {
    height: 360px !important;
  }
  .blog-posts .blog-post-teaser__image img {
    width: 340px;
  }
}
.blog-posts .blog-post-sidebar {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.blog-posts .blog-post-sidebar:not(:last-of-type) {
  margin-bottom: 25px;
}
.blog-posts .blog-post-sidebar .blog-post-left {
  position: relative;
  width: 130px;
}
.blog-posts .blog-post-sidebar .blog-post-right {
  width: calc(100% - 138px);
}
.blog-posts .blog-post-sidebar .blog-post-right > a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
}
.blog-posts .blog-post-sidebar .blog-post-right > a:hover {
  color: #000000;
}
.blog-posts .blog-post-sidebar__date {
  position: relative;
  padding-left: 25px;
  margin-bottom: 7px;
}
.blog-posts .blog-post-sidebar__date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 18px;
  background-image: url(../assets/images/calendar.png);
  background-repeat: no-repeat;
}
.blog-posts .blog-post-sidebar__time-to-read {
  position: relative;
  padding-left: 25px;
}
.blog-posts .blog-post-sidebar__time-to-read::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../assets/images/clock.png);
  background-repeat: no-repeat;
}
.blog-posts .blog-post-sidebar__tags {
  display: flex;
  margin-bottom: 10px;
}
.blog-posts .blog-post-sidebar__tags .blog-tag {
  margin-right: 10px;
  padding: 2px 15px;
  border-radius: 30px;
  color: white;
  background-color: black;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: default;
}
.blog-posts .blog-post-sidebar__title {
  position: absolute;
  bottom: 0px;
  left: 10px;
}
.blog-posts .blog-post-sidebar__title a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
.blog-posts .blog-post-sidebar__image {
  line-height: 0;
}
.blog-posts .blog-post-sidebar__image a {
  display: inline-block;
  line-height: 0;
}
.blog-posts .blog-post-sidebar__image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13px;
  width: 130px;
  height: 130px;
}
.blog-posts .pager {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style-type: none;
  margin-top: 10px;
}
.blog-posts .pager .pager__item {
  padding: 0;
}
.blog-posts .pager .pager__item a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 32px;
  border: 1px solid #EA5353;
}

.blog-posts-filter .blog-post-teaser__date {
  display: none;
}

.page-node-type-blog-post .back-to-blog {
  display: none;
  padding: 0 18px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page-node-type-blog-post .back-to-blog {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.page-node-type-blog-post .back-to-blog > a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-size: 17px;
  text-decoration: none;
}
.page-node-type-blog-post .node--type-blog-post {
  max-width: 100%;
  padding: 0;
}
.page-node-type-blog-post .node--type-blog-post .blog-post {
  box-shadow: none;
  padding: 35px;
}
@media (max-width: 1024px) {
  .page-node-type-blog-post .node--type-blog-post .blog-post {
    padding: 0 18px 18px;
  }
}
.page-node-type-blog-post .node--type-blog-post .blog-post__share-links-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
.page-node-type-blog-post .node--type-blog-post .blog-post__share-links--label {
  font-size: 17px;
  line-height: 32px;
  margin-right: 15px;
}
.page-node-type-blog-post .node--type-blog-post .blog-post__share-links--elements {
  display: flex;
  flex-direction: row;
}
.page-node-type-blog-post .node--type-blog-post .blog-post__share-links--elements .social-icon:not(:first-of-type) {
  margin-left: 9px;
}
.page-node-type-blog-post .node--type-blog-post .blog-post__share-links--elements .social-icon:not(:last-of-type) {
  margin-right: 9px;
}
.page-node-type-blog-post .node--type-blog-post .blog-post__share-links--elements .social-icon > a {
  display: inline-block;
  line-height: 0;
}
.page-node-type-blog-post .main__layout-content {
  background-color: transparent;
}
.page-node-type-blog-post .blog-post__content {
  padding: 0;
}
.page-node-type-blog-post .blog-post__content--title {
  text-transform: uppercase;
}
.page-node-type-blog-post .blog-post__content--author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000000;
}
@media (max-width: 1024px) {
  .page-node-type-blog-post .blog-post__content--author {
    margin-bottom: 20px;
  }
}
.page-node-type-blog-post .blog-post__content--author-date {
  position: relative;
  padding: 0 40px 0 33px;
}
@media (max-width: 768px) {
  .page-node-type-blog-post .blog-post__content--author-date {
    padding-right: 20px;
  }
}
.page-node-type-blog-post .blog-post__content--author-date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../assets/images/calendar.png);
  width: 18px;
  height: 20px;
  background-size: 18px 20px;
  background-repeat: no-repeat;
}
.page-node-type-blog-post .blog-post__content--author-read-time {
  position: relative;
  padding: 0 40px 0 35px;
}
@media (max-width: 768px) {
  .page-node-type-blog-post .blog-post__content--author-read-time {
    padding-right: 20px;
  }
}
.page-node-type-blog-post .blog-post__content--author-read-time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../assets/images/clock.png);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.page-node-type-blog-post .blog-post__content--body {
  color: #000000;
  padding: 0;
  border: 0;
}
.page-node-type-blog-post .blog-post__content--body h2,
.page-node-type-blog-post .blog-post__content--body h3,
.page-node-type-blog-post .blog-post__content--body h4,
.page-node-type-blog-post .blog-post__content--body h5,
.page-node-type-blog-post .blog-post__content--body h6 {
  color: #f5993c;
}
.page-node-type-blog-post .blog-post__content--body h2 {
  font-size: 24px;
}
.page-node-type-blog-post .blog-post__content--body .media {
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .page-node-type-blog-post .blog-post__content--body .media {
    margin: 25px 0;
  }
}
.page-node-type-blog-post .blog-post__content--body .media img {
  width: 100%;
  border-radius: 10px;
}
.page-node-type-blog-post .blog-post__share-links-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px 0 50px;
  margin: 0 35px;
  border-bottom: 2px solid #ebebeb;
}
.page-node-type-blog-post .blog-post__share-links--label {
  font-size: 17px;
  line-height: 32px;
  margin-right: 15px;
}
.page-node-type-blog-post .blog-post__share-links--elements {
  display: flex;
  flex-direction: row;
}
.page-node-type-blog-post .blog-post__share-links--elements .social-icon:not(:first-of-type) {
  margin-left: 9px;
}
.page-node-type-blog-post .blog-post__share-links--elements .social-icon:not(:last-of-type) {
  margin-right: 9px;
}
.page-node-type-blog-post .blog-post__share-links--elements .social-icon > a {
  display: inline-block;
  line-height: 0;
}
.page-node-type-blog-post .disqus-comments {
  margin-top: 35px;
  display: none;
}

.sidebar-content__container--title {
  font-size: 24px !important;
}

.sidebar-content__container--title {
  font-weight: 800;
  line-height: 32px;
}
.sidebar-content__container--image {
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 16px;
}
.sidebar-content__container--link {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #000000;
}

.react-blog {
  /* z-index: 1;
  position: relative; */
}
.react-blog .blog-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0;
}
@media (max-width: 500px) {
  .react-blog .blog-filter {
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    margin: 20px 0;
  }
}
.react-blog .blog-filter__search {
  width: 320px;
  height: 48px;
  border: 1px solid #ced4da;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.react-blog .blog-filter__search input {
  width: 80%;
  border: none;
  padding: 5px;
  font-size: 18px;
}
.react-blog .blog-filter__search input:focus {
  outline: none;
}
.react-blog .blog-filter__search svg {
  cursor: pointer;
}
.react-blog .blog-filter__rightside {
  margin-left: 30px;
  position: relative;
}
.react-blog .blog-filter__categories {
  display: flex;
  width: 180px;
  height: 48px;
  border: 1px solid #ced4da;
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.react-blog .blog-filter__categories .toggle-box__container--toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.react-blog .blog-filter__categories .toggle-box__container--toggle .toggle-btn {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.2s;
  margin-bottom: 5px;
  cursor: pointer;
}
.react-blog .blog-filter__categories .toggle-box__container--toggle.active .toggle-btn {
  margin-top: 10px;
  transform: rotate(-135deg);
}
.react-blog .blog-filter__tags {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 300px;
  height: 400px;
  z-index: 10;
  top: 55px;
  background-color: white;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}
.react-blog .blog-filter__tags.opened {
  display: flex;
}
@media (max-width: 768px) {
  .react-blog .blog-filter__tags {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100vw;
    border-radius: 0;
    transition: left 300ms ease;
    box-shadow: none;
    box-shadow: initial;
    z-index: 502;
  }
  .react-blog .blog-filter__tags.opened {
    justify-content: flex-start;
    left: 0;
  }
}
.react-blog .blog-filter__tags .blog-tag-header {
  display: none;
}
@media (max-width: 768px) {
  .react-blog .blog-filter__tags .blog-tag-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 64px 20px 0;
  }
}
.react-blog .blog-filter__tags .blog-tag-header h4 {
  font-size: 20px;
  margin: 0;
}
.react-blog .blog-filter__tags .blog-tag-header a {
  font-size: 17px;
}
.react-blog .blog-filter__tags .blog-tag-wrapper {
  width: 100%;
  min-height: 310px;
  max-height: 310px;
  overflow-y: auto;
  padding: 20px;
  border-bottom: 1px solid lightgray;
}
@media (max-width: 768px) {
  .react-blog .blog-filter__tags .blog-tag-wrapper {
    height: calc(100% - 197px);
    min-height: 0;
    min-height: initial;
    max-height: none;
    max-height: initial;
    padding-top: 24px;
  }
}
.react-blog .blog-filter__tags .reset {
  margin: 20px auto;
  width: 124px;
  height: 38px;
  display: flex;
  border-radius: 30px;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: 1px solid #ea5353;
  background-color: white;
  font-family: "Poppins";
  font-size: 17px;
  color: black;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
@media (max-width: 768px) {
  .react-blog .blog-filter__tags .reset {
    height: 42px;
    margin-top: 23px;
    margin-bottom: 42px;
  }
}
.react-blog .blog-filter__tags .submit {
  margin: 20px auto;
  width: 124px;
  height: 38px;
  display: flex;
  border-radius: 30px;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: none;
  background-color: #ea5353;
  font-family: "Poppins";
  font-size: 17px;
  color: white;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
@media (max-width: 768px) {
  .react-blog .blog-filter__tags .submit {
    height: 42px;
    margin-top: 23px;
    margin-bottom: 42px;
  }
}
@media (max-width: 768px) {
  .react-blog .blog-filter .checklist-item {
    padding: 21px 0;
    border-top: 1px solid #EBEBEB;
  }
}
.react-blog .blog-filter .checklist-item > label {
  display: flex;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .react-blog .blog-filter .checklist-item > label {
    margin-bottom: 0;
    font-size: 17px;
  }
}
.react-blog .blog-filter .checklist-item > label .custom-checkbox {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.react-blog .blog-filter .checklist-item > label .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  background-color: #eee;
  border-radius: 4px;
  font-family: "Poppins";
  font-size: 17px;
  color: black;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.react-blog .blog-filter .checklist-item > label input {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}
.react-blog .blog-filter .checklist-item > label input:checked ~ .checkmark {
  background-color: #ea5353;
  cursor: pointer;
}
.react-blog .blog-filter .checklist-item > label input:checked ~ .checkmark:after {
  display: block;
}
.react-blog .blog-filter .checklist-item > label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.react-blog .blog-filter .checklist-item > label > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
}
.react-blog .blog-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px 25px;
}
.react-blog .blog-container .blog-entry {
  width: calc(33% - 25px);
  /* padding-right: 25px;
  padding-bottom: 25px; */
  height: 400px;
  /* &:nth-child(3n+3) {
    padding-right: 0;
  } */
}
@media (max-width: 1024px) {
  .react-blog .blog-container .blog-entry {
    width: calc(50% - 25px);
    /* &:nth-child(2n+2) {
      padding-right: 0;
    }

    &:nth-child(3n+3) {
      padding-right: 25px;
    } */
  }
}
@media (max-width: 768px) {
  .react-blog .blog-container .blog-entry {
    width: 100%;
    /* &:nth-child(3n+3) {
      padding-right: 25px;
    } */
  }
}
.react-blog .blog-container .blog-entry a {
  text-decoration: none;
}
.react-blog .blog-container .blog-entry a .blog-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.react-blog .blog-container .blog-entry a .blog-card--image {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.react-blog .blog-container .blog-entry a .blog-card--image img {
  height: 100% !important;
}
.react-blog .blog-container .blog-entry a .blog-card--image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.react-blog .blog-container .blog-entry a .blog-card--title {
  margin: 20px 30px 30px 30px;
  z-index: 6;
}
.react-blog .blog-container .blog-entry a .blog-card--title a {
  font-family: "Poppins";
  font-size: 24px;
  color: white;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  text-decoration: none;
}
.react-blog .blog-container .blog-entry a .blog-card--title a:hover {
  color: #EA5353;
}
.react-blog .blog-container .blog-entry a .blog-card--tag {
  margin: 0 30px;
  z-index: 6;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 13px;
  padding: 2px 15px;
  pointer-events: none;
}
.react-blog .blog-container .blog-entry a .blog-card--tag a {
  color: white;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 14px;
  color: white;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.react-blog .blog-show-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.react-blog .blog-show-more .show-more--info {
  color: black;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  width: 100%;
}
.react-blog .blog-show-more button {
  margin: 20px auto;
  width: 149px;
  height: 48px;
  display: flex;
  border-radius: 30px;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: 1px solid #ea5353;
  background-color: white;
  font-family: "Poppins";
  font-size: 17px;
  color: black;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 200;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}
@keyframes load {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.location-card-wrapper,
.locations-most-popular {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 1024px) {
  .location-card-wrapper,
.locations-most-popular {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
@media (max-width: 768px) {
  .location-card-wrapper,
.locations-most-popular {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.location-card-wrapper header,
.locations-most-popular header {
  width: 100%;
}
.location-card-wrapper .location-card,
.locations-most-popular .location-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  max-width: calc(33% - 15px);
}
.location-card-wrapper .location-card.hidden,
.locations-most-popular .location-card.hidden {
  display: none;
}
@media (max-width: 1024px) {
  .location-card-wrapper .location-card,
.locations-most-popular .location-card {
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .location-card-wrapper .location-card,
.locations-most-popular .location-card {
    max-width: 100%;
  }
}
.location-card-wrapper .location-card__cover-image,
.locations-most-popular .location-card__cover-image {
  line-height: 0;
}
.location-card-wrapper .location-card__cover-image > img,
.locations-most-popular .location-card__cover-image > img {
  height: 400px !important;
}
.location-card-wrapper .location-card__cover-image > img,
.locations-most-popular .location-card__cover-image > img {
  border-radius: 13px;
  width: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .location-card-wrapper .location-card__cover-image > img,
.locations-most-popular .location-card__cover-image > img {
    height: 360px !important;
  }
  .location-card-wrapper .location-card__cover-image > img,
.locations-most-popular .location-card__cover-image > img {
    width: 340px;
  }
}
.location-card-wrapper .location-card__title,
.locations-most-popular .location-card__title {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 15px;
  max-width: 340px;
}
@media (max-width: 1024px) {
  .location-card-wrapper .location-card__title,
.locations-most-popular .location-card__title {
    width: 310px;
  }
}
.location-card-wrapper .location-card__title span,
.locations-most-popular .location-card__title span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
  color: #ffffff;
  text-decoration: none;
}
.location-card-wrapper .location-card__link,
.locations-most-popular .location-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 200;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}
@keyframes load {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.contact {
  /* .footer {
      &__top {
          background-color: #F5993C;
      }
  }

  .footer .footer__top .footer__top-container *:not(.contextual) {
      color: #FFFFFF;
  } */
}
.contact main {
  background-color: #F9F6F4;
}
.contact__share-links {
  background-color: #F9F6F4;
}
.contact__share-links-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  max-width: 1200px;
  padding: 25px 15px 90px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact__share-links-wrapper {
    justify-content: center;
    padding: 25px 15px 60px;
  }
}
.contact__share-links--label {
  font-size: 17px;
  line-height: 32px;
  margin-right: 15px;
}
.contact__share-links--elements {
  display: flex;
  flex-direction: row;
}
.contact__share-links--elements .social-icon:not(:first-of-type) {
  margin-left: 9px;
}
.contact__share-links--elements .social-icon:not(:last-of-type) {
  margin-right: 9px;
}
.contact__share-links--elements .social-icon > a {
  display: inline-block;
  line-height: 0;
}
