/*!
 * App CSS
 * @description App CSS
 * @author Ricardo Lopes
 */
/* IMPORT EXAMPLE */
/* IMPORT EXAMPLE */
/* CUSTOM ICON FONT EXAMPLE */
/*
@font-face {
	font-family: dficon;
	src: url("./../fonts/dficon/dficon.eot?v751zj");
	src: url("./../fonts/dficon/dficon.eot?v751zj#iefix") format("embedded-opentype"),
		 url("./../fonts/dficon/dficon.ttf?v751zj") format("truetype"),
		 url("./../fonts/dficon/dficon.woff?v751zj") format("woff"),
		 url("./../fonts/dficon/dficon.svg?v751zj#dficon") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}
*/
/* CUSTOM FONT SUBITO */
@font-face {
  font-family: "Subito";
  src: url("./../webfonts/subito-regular-webfont.woff") format("woff"), url("./../webfonts/subito-regular-webfont.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Subito";
  src: url("./../webfonts/subito-light-webfont.woff") format("woff"), url("./../webfonts/subito-light-webfont.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Complex Colors System */
/*
$colors-list: (
	'blue': #09C,
	'navy': #000046,
	'grey': #5B6570,
	'orange': #EC8200,
	'yellow': #FFB400,
	'green': #0B9D4D,
	'red': #F7442C
);
*/
/*
 * Example output:
 *
 */
/*
%font-heading-01 {
	font-feature-settings: "ss01";
	font-family: "proxima-nova", arial, helvetica, sans-serif;
	font-size: 1.75rem;
	line-height: 1.1429;
	font-weight: 700;

	@media (width >= 768px) {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	@media (width >= 1024px) {
		font-size: 3rem;
		line-height: 1.0833;
	}
}
*/
/* stylelint-disable scss/no-duplicate-dollar-variables -- I need to replace default vars to test on next iteration */
/* stylelint-disable at-rule-empty-line-before -- Just for the sake of maintaning all ifs together */
.page-404 .subtitle, .b-hero-partner .info .title, .b-contacts-page-intro .subtitle, .b-about-info .intro .highlight p, .b-text-video .intro .title, .b-partners-list .intro .title, .b-global-presence .intro .subtitle, .b-hero .info .text, .title-h1, h1 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Marcellus", Georgia, serif;
  font-size: 3.125rem;
  line-height: 0.9;
  font-weight: 400;
}
@media (width >= 1025px) {
  .page-404 .subtitle, .b-hero-partner .info .title, .b-contacts-page-intro .subtitle, .b-about-info .intro .highlight p, .b-text-video .intro .title, .b-partners-list .intro .title, .b-global-presence .intro .subtitle, .b-hero .info .text, .title-h1, h1 {
    font-size: 5rem;
    line-height: 0.875;
  }
}

.b-homepage-intro .founder .title, .b-homepage-intro .cards-list .card .title, .b-team-list .intro .title, .b-partner-content .intro.--type-3 .title, .b-partner-content .intro.--type-2 .title, .b-partner-content .intro.--type-1 .title, .b-partner-intro .intro .subtitle, .b-partners-list.--in-about .intro .title, .b-cards-text .intro .subtitle, .b-cards .intro .subtitle, .b-event-booking .intro .subtitle, .b-how-it-works .intro .subtitle, .b-global-presence .partners-locations .text {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Marcellus", Georgia, serif;
  font-size: 2.5rem;
  line-height: 0.95;
  font-weight: 400;
}
@media (width >= 1025px) {
  .b-homepage-intro .founder .title, .b-homepage-intro .cards-list .card .title, .b-team-list .intro .title, .b-partner-content .intro.--type-3 .title, .b-partner-content .intro.--type-2 .title, .b-partner-content .intro.--type-1 .title, .b-partner-intro .intro .subtitle, .b-partners-list.--in-about .intro .title, .b-cards-text .intro .subtitle, .b-cards .intro .subtitle, .b-event-booking .intro .subtitle, .b-how-it-works .intro .subtitle, .b-global-presence .partners-locations .text {
    font-size: 3.125rem;
    line-height: 1;
  }
}

.b-partners-page-intro .text-info .description p, .b-global-presence .intro .text, .m-cards .c-card .description p, .body-text, p {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.22;
  font-weight: 300;
}
@media (width >= 1025px) {
  .b-partners-page-intro .text-info .description p, .b-global-presence .intro .text, .m-cards .c-card .description p, .body-text, p {
    font-size: 1.375rem;
    line-height: 1.44;
  }
}

.b-account-accordion .accordion-content .intro .description p, .b-accordion .accordion-content .description p, .b-homepage-intro .cards-list .card .description p, .b-team-list .intro .description p, .b-about-intro .intro .description p, .b-partner-content .intro.--type-3 .description p, .b-partner-content .intro.--type-2 .description p, .b-partner-content .intro.--type-1 .description p, .b-text-video .intro .description p, .b-partners-list.--in-about .intro .description p, .b-cards-text .intro .text, .b-features .feature .description p, .b-cards .intro .text, .b-event-booking .intro .text, .b-how-it-works .item .description, .b-how-it-works .intro .text, .m-team-list .c-team-item .info .description p, .m-partners-list .c-partner-item .info .btn-link, .m-partners-list .c-partner-item .info .description p, .m-cards-text .c-card-text p, p {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (width >= 1025px) {
  .b-account-accordion .accordion-content .intro .description p, .b-accordion .accordion-content .description p, .b-homepage-intro .cards-list .card .description p, .b-team-list .intro .description p, .b-about-intro .intro .description p, .b-partner-content .intro.--type-3 .description p, .b-partner-content .intro.--type-2 .description p, .b-partner-content .intro.--type-1 .description p, .b-text-video .intro .description p, .b-partners-list.--in-about .intro .description p, .b-cards-text .intro .text, .b-features .feature .description p, .b-cards .intro .text, .b-event-booking .intro .text, .b-how-it-works .item .description, .b-how-it-works .intro .text, .m-team-list .c-team-item .info .description p, .m-partners-list .c-partner-item .info .btn-link, .m-partners-list .c-partner-item .info .description p, .m-cards-text .c-card-text p, p {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}

.page-404 .title, .b-partners-list-slider .intro .title, .b-destinations-list .intro .title, .b-testimonials .intro .title, .b-hp-gallery .intro .title, .b-about-info .intro .title, .b-about-intro .intro .title, .b-partner-intro .intro .title, .b-cards-text .intro .title, .b-cards .intro .title, .b-event-booking .intro .title, .b-how-it-works .intro .title, .b-global-presence .partners-locations .title, .b-global-presence .intro .title, .b-form .title {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
}
/* stylelint-enable scss/no-duplicate-dollar-variables */
/* stylelint-enable at-rule-empty-line-before -- Reason: testing */
@-webkit-keyframes scrollDownArrowAnim {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@keyframes scrollDownArrowAnim {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@-webkit-keyframes scrollDownArrowAnim2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(4px) rotate(90deg);
            transform: translateY(4px) rotate(90deg);
  }
}
@keyframes scrollDownArrowAnim2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(4px) rotate(90deg);
            transform: translateY(4px) rotate(90deg);
  }
}
[data-appear] {
  opacity: 0;
}

[data-appear-list] > * {
  opacity: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:active, *:focus {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

body {
  color: #000;
  line-height: 1.5555;
  overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important -- important needed */
}

::-moz-selection {
  background-color: #FA2B2B;
  color: #000;
}

::selection {
  background-color: #FA2B2B;
  color: #000;
}

img::-moz-selection {
  color: #FFF;
  background: transparent;
}

img::selection {
  color: #FFF;
  background: transparent;
}

strong,
b {
  font-weight: 700;
}

em,
i,
var {
  font-style: italic;
}

pre,
code,
kbd {
  background: #000;
  border: 1px solid #FFF;
  border-radius: 2px;
  font-family: monospace;
  font-size: 0.75rem;
  overflow-x: scroll;
  padding: 1rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
}

q::before, q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure,
img,
svg {
  height: auto;
  max-width: 100%;
}

svg {
  max-height: 100%;
  width: auto;
}

button,
input,
textarea {
  font-family: inherit;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase;
}

/*
 * Example output:
 *
 */
/*
.font-heading-01 {
	font-feature-settings: "ss01";
	font-family: "proxima-nova", arial, helvetica, sans-serif;
	font-size: 1.75rem;
	line-height: 1.1429;
	font-weight: 700;

	@media (width >= 768px) {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	@media (width >= 1024px) {
		font-size: 3rem;
		line-height: 1.0833;
	}
}
*/
/* stylelint-disable scss/no-duplicate-dollar-variables -- I need to replace default vars to test on next iteration */
/* stylelint-disable at-rule-empty-line-before -- Just for the sake of maintaning all ifs together */
.font-heading-01 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Marcellus", Georgia, serif;
  font-size: 3.125rem;
  line-height: 0.9;
  font-weight: 400;
}
@media (width >= 1025px) {
  .font-heading-01 {
    font-size: 5rem;
    line-height: 0.875;
  }
}

.font-heading-02 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Marcellus", Georgia, serif;
  font-size: 2.5rem;
  line-height: 0.95;
  font-weight: 400;
}
@media (width >= 1025px) {
  .font-heading-02 {
    font-size: 3.125rem;
    line-height: 1;
  }
}

.font-highlight-quote {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.5625rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (width >= 1025px) {
  .font-highlight-quote {
    font-size: 2.1875rem;
    line-height: 1.14;
  }
}

.font-body-01 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.22;
  font-weight: 300;
}
@media (width >= 1025px) {
  .font-body-01 {
    font-size: 1.375rem;
    line-height: 1.44;
  }
}

.font-body-02 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (width >= 1025px) {
  .font-body-02 {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}

.font-marker {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
}
/* stylelint-enable scss/no-duplicate-dollar-variables */
/* stylelint-enable at-rule-empty-line-before -- Reason: testing */
.semibold {
  font-weight: 600;
}

strong, b, .bold {
  font-weight: 700;
}

em, i, .italic {
  font-style: italic;
}

/* stylelint-disable font-family-no-missing-generic-family-keyword -- Reason: there is no fallback font for icons */
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon::before {
  color: #000;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

/*
.icon-arrow-back::before {
	content: "\e901";
}
*/
.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 16px;
}
.container.--fluid {
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}
@media (min-width: 1025px) {
  .container {
    padding: 0 48px;
  }
}

.hide, .hidden {
  display: none;
}

@media (max-width: 479px) {
  .hide-xs {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hide-sm {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-md {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hide-lg {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 1200px) {
  .hide-xl {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
.show-xs, .show-sm, .show-md, .show-lg, .show-xl {
  display: none !important;
} /* stylelint-disable-line declaration-no-important -- important needed */
@media (max-width: 479px) {
  .show-xs {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 480px) and (max-width: 767px) {
  .show-sm {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .show-md {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .show-lg {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 1200px) {
  .show-xl {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
.height-0 {
  height: 0;
}

.gap-0 {
  grid-gap: 0;
}

.margin-0 {
  margin: 0 0;
}

.margin-t-0 {
  margin-top: 0;
}

.margin-b-0 {
  margin-bottom: 0;
}

.padding-0 {
  padding: 0 0;
}

.padding-t-0 {
  padding-top: 0;
}

.padding-b-0 {
  padding-bottom: 0;
}

.height-1 {
  height: 0.0625rem;
}

.gap-1 {
  grid-gap: 0.0625rem;
}

.margin-1 {
  margin: 0.0625rem 0;
}

.margin-t-1 {
  margin-top: 0.0625rem;
}

.margin-b-1 {
  margin-bottom: 0.0625rem;
}

.padding-1 {
  padding: 0.0625rem 0;
}

.padding-t-1 {
  padding-top: 0.0625rem;
}

.padding-b-1 {
  padding-bottom: 0.0625rem;
}

.height-2 {
  height: 0.125rem;
}

.gap-2 {
  grid-gap: 0.125rem;
}

.margin-2 {
  margin: 0.125rem 0;
}

.margin-t-2 {
  margin-top: 0.125rem;
}

.margin-b-2 {
  margin-bottom: 0.125rem;
}

.padding-2 {
  padding: 0.125rem 0;
}

.padding-t-2 {
  padding-top: 0.125rem;
}

.padding-b-2 {
  padding-bottom: 0.125rem;
}

.height-4 {
  height: 0.25rem;
}

.gap-4 {
  grid-gap: 0.25rem;
}

.margin-4 {
  margin: 0.25rem 0;
}

.margin-t-4 {
  margin-top: 0.25rem;
}

.margin-b-4 {
  margin-bottom: 0.25rem;
}

.padding-4 {
  padding: 0.25rem 0;
}

.padding-t-4 {
  padding-top: 0.25rem;
}

.padding-b-4 {
  padding-bottom: 0.25rem;
}

.height-8 {
  height: 0.5rem;
}

.gap-8 {
  grid-gap: 0.5rem;
}

.margin-8 {
  margin: 0.5rem 0;
}

.margin-t-8 {
  margin-top: 0.5rem;
}

.margin-b-8 {
  margin-bottom: 0.5rem;
}

.padding-8 {
  padding: 0.5rem 0;
}

.padding-t-8 {
  padding-top: 0.5rem;
}

.padding-b-8 {
  padding-bottom: 0.5rem;
}

.height-12 {
  height: 0.75rem;
}

.gap-12 {
  grid-gap: 0.75rem;
}

.margin-12 {
  margin: 0.75rem 0;
}

.margin-t-12 {
  margin-top: 0.75rem;
}

.margin-b-12 {
  margin-bottom: 0.75rem;
}

.padding-12 {
  padding: 0.75rem 0;
}

.padding-t-12 {
  padding-top: 0.75rem;
}

.padding-b-12 {
  padding-bottom: 0.75rem;
}

.height-16 {
  height: 1rem;
}

.gap-16 {
  grid-gap: 1rem;
}

.margin-16 {
  margin: 1rem 0;
}

.margin-t-16 {
  margin-top: 1rem;
}

.margin-b-16 {
  margin-bottom: 1rem;
}

.padding-16 {
  padding: 1rem 0;
}

.padding-t-16 {
  padding-top: 1rem;
}

.padding-b-16 {
  padding-bottom: 1rem;
}

.height-20 {
  height: 1.25rem;
}

.gap-20 {
  grid-gap: 1.25rem;
}

.margin-20 {
  margin: 1.25rem 0;
}

.margin-t-20 {
  margin-top: 1.25rem;
}

.margin-b-20 {
  margin-bottom: 1.25rem;
}

.padding-20 {
  padding: 1.25rem 0;
}

.padding-t-20 {
  padding-top: 1.25rem;
}

.padding-b-20 {
  padding-bottom: 1.25rem;
}

.height-24 {
  height: 1.5rem;
}

.gap-24 {
  grid-gap: 1.5rem;
}

.margin-24 {
  margin: 1.5rem 0;
}

.margin-t-24 {
  margin-top: 1.5rem;
}

.margin-b-24 {
  margin-bottom: 1.5rem;
}

.padding-24 {
  padding: 1.5rem 0;
}

.padding-t-24 {
  padding-top: 1.5rem;
}

.padding-b-24 {
  padding-bottom: 1.5rem;
}

.height-32 {
  height: 2rem;
}

.gap-32 {
  grid-gap: 2rem;
}

.margin-32 {
  margin: 2rem 0;
}

.margin-t-32 {
  margin-top: 2rem;
}

.margin-b-32 {
  margin-bottom: 2rem;
}

.padding-32 {
  padding: 2rem 0;
}

.padding-t-32 {
  padding-top: 2rem;
}

.padding-b-32 {
  padding-bottom: 2rem;
}

.height-48 {
  height: 3rem;
}

.gap-48 {
  grid-gap: 3rem;
}

.margin-48 {
  margin: 3rem 0;
}

.margin-t-48 {
  margin-top: 3rem;
}

.margin-b-48 {
  margin-bottom: 3rem;
}

.padding-48 {
  padding: 3rem 0;
}

.padding-t-48 {
  padding-top: 3rem;
}

.padding-b-48 {
  padding-bottom: 3rem;
}

.height-64 {
  height: 4rem;
}

.gap-64 {
  grid-gap: 4rem;
}

.margin-64 {
  margin: 4rem 0;
}

.margin-t-64 {
  margin-top: 4rem;
}

.margin-b-64 {
  margin-bottom: 4rem;
}

.padding-64 {
  padding: 4rem 0;
}

.padding-t-64 {
  padding-top: 4rem;
}

.padding-b-64 {
  padding-bottom: 4rem;
}

.height-128 {
  height: 8rem;
}

.gap-128 {
  grid-gap: 8rem;
}

.margin-128 {
  margin: 8rem 0;
}

.margin-t-128 {
  margin-top: 8rem;
}

.margin-b-128 {
  margin-bottom: 8rem;
}

.padding-128 {
  padding: 8rem 0;
}

.padding-t-128 {
  padding-top: 8rem;
}

.padding-b-128 {
  padding-bottom: 8rem;
}

html, body {
  min-height: 100%;
  background-color: #FFF;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  color: #231F20;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  overflow-x: hidden;
}

body {
  position: relative;
}

body.in-popup, body.is-in-popup, html.in-popup, html.is-in-popup {
  overflow: hidden !important;
}

.swiper-custom-nav span { /*outline: none;*/ }

.swiper-custom-prev { /*outline: none;*/ }

.swiper-custom-next { /*outline: none;*/ }

@media (min-width: 1025px) {
  .swiper-custom-button-prev:hover, .swiper-custom-button-next:hover {
    cursor: pointer;
  }
}
.clearfix {
  display: flow-root;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Marcellus", Georgia, serif;
  color: #000;
  font-weight: 400;
  margin: 0;
}

p {
  margin-bottom: 1rem;
}

a, a:visited {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  a, a:visited {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}

table {
  width: 100%;
}
table td {
  vertical-align: top;
  padding: 1rem;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.svg-sprite {
  display: none;
}

.skip-to-main {
  z-index: -9999999;
  position: absolute;
}
.skip-to-main:focus {
  position: static;
}

/* WP default classes */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

image {
  border: none;
}
image.responsive {
  max-width: 100%;
  height: auto;
}
image.responsive-full {
  max-width: none;
  width: 100%;
  height: auto;
}

a.full-link,
a.full-link:visited {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p0, .no-padding {
  padding: 0;
}

.m0, .no-margin {
  margin: 0;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

video {
  border: none;
}
video.responsive {
  max-width: 100%;
  height: auto;
}
video.responsive-full {
  max-width: none;
  width: 100%;
  height: auto;
}

.c-button, a.c-button, a.c-button:visited, button.c-button {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: inline-block;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  background-color: #FA2B2B;
  color: #000;
  border-radius: 5px;
  padding: 9px 18px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.c-button.--secondary, a.c-button.--secondary, a.c-button:visited.--secondary, button.c-button.--secondary {
  background-color: #FFF;
}
.c-button.--terciary, a.c-button.--terciary, a.c-button:visited.--terciary, button.c-button.--terciary {
  background-color: transparent;
  border: 1px solid #000;
}
.c-button.--disabled, a.c-button.--disabled, a.c-button:visited.--disabled, button.c-button.--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.c-button.--icon, a.c-button.--icon, a.c-button:visited.--icon, button.c-button.--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.c-button.--icon svg, a.c-button.--icon svg, a.c-button:visited.--icon svg, button.c-button.--icon svg {
  width: 16px;
  height: 10px;
  fill: #000;
  stroke: #000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.c-button.--light, a.c-button.--light, a.c-button:visited.--light, button.c-button.--light {
  color: #FFF;
}
.c-button.--light svg, a.c-button.--light svg, a.c-button:visited.--light svg, button.c-button.--light svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (min-width: 1025px) {
  .c-button, a.c-button, a.c-button:visited, button.c-button {
    font-size: 18px;
    padding: 10px 20px;
  }
  .c-button:hover, a.c-button:hover, a.c-button:visited:hover, button.c-button:hover {
    background-color: #000;
    color: #FFF;
  }
  .c-button:hover svg, a.c-button:hover svg, a.c-button:visited:hover svg, button.c-button:hover svg {
    fill: #FFF;
    stroke: #FFF;
  }
}

/* Spinner loading animation */
@-webkit-keyframes spinner-d3wgkg {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spinner-d3wgkg {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.m-form .form-field {
  position: relative;
  margin-bottom: 1rem;
}
.m-form input {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  border: 0;
  background-color: transparent;
  border: 1px solid #747474;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.75rem;
  width: 100%;
  color: #000;
}
.m-form input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #747474;
  opacity: 1;
}
.m-form input::-moz-placeholder {
  text-transform: uppercase;
  color: #747474;
  opacity: 1;
}
.m-form input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #747474;
  opacity: 1;
}
.m-form input::-ms-input-placeholder {
  text-transform: uppercase;
  color: #747474;
  opacity: 1;
}
.m-form input::placeholder {
  text-transform: uppercase;
  color: #747474;
  opacity: 1;
}
.m-form input:focus {
  caret-color: #000;
  border-color: transparent;
  background-color: #FFF;
}
.m-form textarea {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  border: 0;
  background-color: transparent;
  border: 1px solid #747474;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.75rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 335px;
  min-height: 335px;
  max-height: 335px;
  color: #000;
}
.m-form textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #747474;
  opacity: 1;
}
.m-form textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #747474;
  opacity: 1;
}
.m-form textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #747474;
  opacity: 1;
}
.m-form textarea::-ms-input-placeholder {
  text-transform: uppercase;
  color: #747474;
  opacity: 1;
}
.m-form textarea::placeholder {
  text-transform: uppercase;
  color: #747474;
  opacity: 1;
}
.m-form textarea:focus {
  caret-color: #000;
  border-color: transparent;
  background-color: #FFF;
}
.m-form .form-acceptance .checkbox {
  margin-bottom: 0.875rem;
}
.m-form .form-acceptance .checkbox:last-child {
  margin-bottom: 0;
}
.m-form .form-acceptance .wpcf7-checkbox label, .m-form .form-acceptance .wpcf7-acceptance label {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 17px;
  color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 28px;
}
.m-form .form-acceptance .wpcf7-checkbox label a, .m-form .form-acceptance .wpcf7-checkbox label a:visited, .m-form .form-acceptance .wpcf7-acceptance label a, .m-form .form-acceptance .wpcf7-acceptance label a:visited {
  color: #121212;
  text-decoration: underline;
}
.m-form .form-acceptance .wpcf7-checkbox input, .m-form .form-acceptance .wpcf7-acceptance input {
  -webkit-appearance: none;
  -moz-appearance: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: none;
  border: 1px solid #707070;
  border-radius: 50%;
  margin: 0;
  margin-right: 12px;
  padding: 0;
  background-color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.m-form .form-acceptance .wpcf7-checkbox input:checked::after, .m-form .form-acceptance .wpcf7-acceptance input:checked::after {
  content: "";
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  position: absolute;
  top: 2px;
  left: 2px;
  color: #000;
  line-height: 0;
  background: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #231F20;
}
.m-form .form-acceptance .wpcf7-checkbox .wpcf7-list-item, .m-form .form-acceptance .wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 100%;
  color: red;
  margin-bottom: 0;
}
.m-form .form-acceptance .wpcf7-checkbox .wpcf7-list-item label, .m-form .form-acceptance .wpcf7-acceptance .wpcf7-list-item label {
  margin-bottom: 0;
}
.m-form .form-acceptance .wpcf7-checkbox .wpcf7-list-item span, .m-form .form-acceptance .wpcf7-acceptance .wpcf7-list-item span {
  display: inline-block;
  width: calc(100% - 32px);
}
.m-form .form-acceptance .wpcf7-checkbox [type=checkbox] + span, .m-form .form-acceptance .wpcf7-acceptance [type=checkbox] + span {
  display: block;
  margin-bottom: 0;
}
.m-form .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + label,
.m-form .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + label,
.m-form .form-acceptance .wpcf7-checkbox [type=checkbox]:not(:checked) + span,
.m-form .form-acceptance .wpcf7-checkbox [type=checkbox]:checked + span, .m-form .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + label,
.m-form .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + label,
.m-form .form-acceptance .wpcf7-acceptance [type=checkbox]:not(:checked) + span,
.m-form .form-acceptance .wpcf7-acceptance [type=checkbox]:checked + span {
  cursor: pointer;
}
.m-form .form-bottom {
  margin-top: 1rem;
}
.m-form .form-bottom .form-submit {
  margin-top: 30px;
}
.m-form .wpcf7-not-valid-tip {
  display: none;
}
.m-form .wpcf7 form.invalid {
  /* TODO: Styles for invalid form */
}
.m-form .wpcf7 form.invalid .wpcf7-not-valid {
  border-color: #FF0302;
}
.m-form .wpcf7 form.invalid .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  line-height: 1;
  color: #FF0302;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 16px;
  display: block;
}
.m-form .wpcf7 form.invalid .form-field textarea + .wpcf7-not-valid-tip {
  margin-top: 2px;
}
.m-form .wpcf7 form.invalid .form-acceptance .wpcf7-not-valid {
  border: 0;
}
.m-form .wpcf7 form.invalid .form-acceptance .wpcf7-not-valid-tip {
  position: static;
}
.m-form .wpcf7 form .wpcf7-response-output {
  clear: both;
  border: 0;
  padding: 8px;
  margin: 0;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.25rem;
}
.m-form .wpcf7 form.invalid .wpcf7-response-output, .m-form .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #FFF;
  background-color: #FF0302;
}
.m-form .wpcf7 form.sent .wpcf7-response-output {
  color: #FFF;
  background-color: green;
}
.m-form .wpcf7-spinner {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 9px solid;
  border-color: #dbdcef;
  background-color: transparent;
  border-right-color: #231F20;
  -webkit-animation: spinner-d3wgkg 1s infinite linear;
          animation: spinner-d3wgkg 1s infinite linear;
}
.m-form .wpcf7-spinner:before {
  content: "";
}
.m-form form.submitting .wpcf7-submit, .m-form form.submitting .form-submit .c-button {
  display: none;
}
.m-form form.submitting .wpcf7-spinner {
  display: block;
}
.m-form .wpcf7-submit {
  display: none;
}
@media (min-width: 1025px) {
  .m-form .form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.25rem;
  }
  .m-form .form-bottom .form-acceptance {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    white-space: nowrap;
  }
  .m-form .form-bottom .form-submit {
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.m-cards {
  display: grid;
  gap: 14px;
}
.m-cards .c-card {
  background-color: #EAEAEA;
  padding: 12px;
  padding-bottom: 48px;
  border-radius: 10px;
}
.m-cards .c-card .image {
  position: relative;
  padding-top: 75%;
  margin-bottom: 16px;
}
.m-cards .c-card .image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.m-cards .c-card .title {
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 1rem;
  padding: 0 12px;
}
.m-cards .c-card .description {
  padding: 0 12px;
}
.m-cards .c-card .description p {
  margin-bottom: 1rem;
}
.m-cards .c-card .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .m-cards {
    grid-template-columns: repeat(3, 1fr); /* 3 columns for desktop */
    gap: 16px;
  }
  .m-cards .c-card {
    padding: 16px;
    padding-bottom: 55px;
  }
  .m-cards .c-card .image {
    margin-bottom: 22px;
  }
  .m-cards .c-card .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 2rem;
  }
}

.m-cards-text {
  display: grid;
  gap: 10px;
}
.m-cards-text .c-card-text {
  background-color: #EAEAEA;
  border-radius: 10px;
  padding: 24px 12px 32px 12px;
}
.m-cards-text .c-card-text .title {
  font-size: 25px;
  line-height: 27px;
  padding-left: 64px;
  position: relative;
}
.m-cards-text .c-card-text .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 53px;
  background: url("../img/svg/icon-hat.svg") no-repeat center center;
  background-size: contain;
}
.m-cards-text .c-card-text p {
  margin-bottom: 0;
  margin-top: 36px;
}
@media (min-width: 1025px) {
  .m-cards-text {
    grid-template-columns: repeat(2, 1fr); /* 3 columns for desktop */
    gap: 16px;
  }
  .m-cards-text .c-card-text {
    padding: 34px;
    padding-right: 24px;
  }
  .m-cards-text .c-card-text .title {
    font-size: 35px;
    line-height: 41px;
    padding-left: 68px;
  }
  .m-cards-text .c-card-text p {
    margin-top: 46px;
  }
}

.m-gallery-loop .swiper-wrapper {
  overflow: visible;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.m-gallery-loop .swiper-container {
  overflow: visible;
}
.m-gallery-loop .swiper-slide {
  width: 500px;
}
.m-gallery-loop .swiper-slide .image {
  height: 644px;
  width: 100%;
  position: relative;
}
.m-gallery-loop .swiper-slide .image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.m-gallery-loop .swiper-slide .image.--type-2 {
  height: 530px;
}
.m-gallery-loop .swiper-slide .image.--type-3 {
  height: 610px;
}
.m-gallery-loop .swiper-slide .info {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: 18px;
  margin-bottom: 0;
  color: #151514;
  text-transform: uppercase;
}

.m-partners-list {
  display: grid;
  gap: 24px;
}
.m-partners-list .c-partner-item.--hidden {
  display: none;
}
.m-partners-list .c-partner-item .image {
  position: relative;
  padding-top: 140%;
  margin-bottom: 20px;
}
.m-partners-list .c-partner-item .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.m-partners-list .c-partner-item .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.m-partners-list .c-partner-item .image .logo-image {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m-partners-list .c-partner-item .image .logo-image img {
  display: block;
  max-width: 180px;
  height: auto;
}
.m-partners-list .c-partner-item .image a, .m-partners-list .c-partner-item .image a:visited {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-partners-list .c-partner-item .image a span, .m-partners-list .c-partner-item .image a:visited span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EAEAEA;
  border-radius: 5px;
  width: 48px;
  height: 30px;
}
.m-partners-list .c-partner-item .image a span svg, .m-partners-list .c-partner-item .image a:visited span svg {
  width: 17px;
  height: 10px;
  stroke: #000;
}
.m-partners-list .c-partner-item .info .title {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1rem;
}
.m-partners-list .c-partner-item .info .description p {
  margin-bottom: 1rem;
}
.m-partners-list .c-partner-item .info .description p:last-child {
  margin-bottom: 0;
}
.m-partners-list .c-partner-item .info .btn-link {
  font-weight: 700;
  margin-top: 1rem;
}
.m-partners-list .c-partner-item .info .btn-link a, .m-partners-list .c-partner-item .info .btn-link a:visited {
  color: #000;
}
@media (min-width: 540px) {
  .m-partners-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (min-width: 1025px) {
  .m-partners-list {
    gap: 32px;
    -webkit-column-gap: 114px;
       -moz-column-gap: 114px;
            column-gap: 114px;
  }
  .m-partners-list .c-partner-item:nth-child(2n) {
    padding-top: 97px;
  }
  .m-partners-list .c-partner-item .image .logo-image img {
    max-width: 277px;
  }
  .m-partners-list .c-partner-item .image a span, .m-partners-list .c-partner-item .image a:visited span {
    width: 58px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .m-partners-list .c-partner-item .image a span svg, .m-partners-list .c-partner-item .image a:visited span svg {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .m-partners-list .c-partner-item .image a:hover span, .m-partners-list .c-partner-item .image a:visited:hover span {
    background-color: #000;
  }
  .m-partners-list .c-partner-item .image a:hover span svg, .m-partners-list .c-partner-item .image a:visited:hover span svg {
    stroke: #FFF;
  }
  .m-partners-list .c-partner-item .info .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 1.25rem;
  }
  .m-partners-list .c-partner-item .info .description p {
    margin-bottom: 1.25rem;
  }
  .m-partners-list .c-partner-item .info .btn-link {
    margin-top: 1.25rem;
  }
  .m-partners-list .c-partner-item .info .btn-link a:hover, .m-partners-list .c-partner-item .info .btn-link a:visited:hover {
    text-decoration: none;
    color: #FA2B2B;
  }
  .m-partners-list .c-partner-item .image::after {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .m-partners-list .c-partner-item:hover .image::after {
    background: rgba(0, 0, 0, 0.6);
  }
}

.m-gallery-slider .swiper-slide {
  width: 500px;
  height: 450px;
}
.m-gallery-slider .swiper-slide .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.m-gallery-slider .swiper-slide .image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.m-gallery-slider .swiper-navigation {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.m-gallery-slider .swiper-navigation a.swiper-custom-button-prev svg, .m-gallery-slider .swiper-navigation a.swiper-custom-button-prev:visited svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m-gallery-slider .swiper-navigation a.swiper-button-disabled, .m-gallery-slider .swiper-navigation a.swiper-button-disabled:visited {
  background-color: rgba(250, 43, 43, 0.5);
  pointer-events: none;
}
@media (min-width: 1025px) {
  .m-gallery-slider .swiper-container {
    padding: 0 48px;
  }
  .m-gallery-slider .swiper-navigation {
    padding-left: 48px;
    padding-bottom: 8px;
    margin-top: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.m-team-list {
  display: grid;
  gap: 24px;
}
.m-team-list .c-team-item .image {
  position: relative;
  padding-top: 140%;
  margin-bottom: 20px;
}
.m-team-list .c-team-item .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.m-team-list .c-team-item .info .title {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1rem;
}
.m-team-list .c-team-item .info .description p {
  margin-bottom: 1rem;
}
.m-team-list .c-team-item .info .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 540px) {
  .m-team-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (min-width: 1025px) {
  .m-team-list {
    gap: 16px;
    -webkit-column-gap: 114px;
       -moz-column-gap: 114px;
            column-gap: 114px;
  }
  .m-team-list .c-team-item:nth-child(2n) {
    padding-top: 97px;
  }
  .m-team-list .c-team-item .info .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 1.25rem;
  }
  .m-team-list .c-team-item .info .description p {
    margin-bottom: 1.25rem;
  }
}

.m-gallery-loop-v2 {
  position: relative;
  z-index: 1;
}
.m-gallery-loop-v2 .swiper-wrapper {
  overflow: visible;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.m-gallery-loop-v2 .swiper-container {
  overflow: visible;
}
.m-gallery-loop-v2 .swiper-slide {
  width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 76px;
}
.m-gallery-loop-v2 .swiper-slide:nth-child(odd) {
  padding-top: 130px;
}
.m-gallery-loop-v2 .swiper-slide .image {
  display: block;
  height: 365px;
  width: 100%;
  position: relative;
}
.m-gallery-loop-v2 .swiper-slide .image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.m-gallery-loop-v2 .swiper-slide .image span.caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #FFF;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1025px) {
  .m-gallery-loop-v2 .swiper-slide {
    width: 840px;
    gap: 110px;
  }
  .m-gallery-loop-v2 .swiper-slide:nth-child(odd) {
    padding-top: 185px;
  }
  .m-gallery-loop-v2 .swiper-slide .image {
    height: 518px;
  }
  .m-gallery-loop-v2 .swiper-slide .image span.caption {
    left: 20px;
    bottom: 20px;
    font-size: 14px;
  }
}

.m-testimonials .swiper-container {
  overflow: visible;
  padding: 0 28px;
}
.m-testimonials .swiper-slide {
  width: 100%;
}
.m-testimonials .swiper-slide:nth-child(odd) .c-testimonial-item {
  background-color: #FEDB86;
}
.m-testimonials .c-testimonial-item {
  background-color: #F3D9B6;
  height: 453px;
  border-radius: 10px;
  position: relative;
}
.m-testimonials .c-testimonial-item .quote {
  position: absolute;
  top: 50%;
  left: 28px;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-testimonials .c-testimonial-item .quote p {
  margin-top: -24px;
  font-family: "Marcellus", Georgia, serif;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 0;
}
.m-testimonials .c-testimonial-item .author {
  position: absolute;
  bottom: 30px;
  left: 28px;
  right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-testimonials .c-testimonial-item .author .image {
  border-radius: 10px;
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #939393;
}
.m-testimonials .c-testimonial-item .author .image img {
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.m-testimonials .c-testimonial-item .author p {
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 300;
}
.m-testimonials .c-testimonial-item .author p span {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .m-testimonials .swiper-container {
    padding: 0 48px;
  }
  .m-testimonials .swiper-slide {
    width: 582px;
  }
  .m-testimonials .c-testimonial-item {
    height: 445px;
    padding: 32px;
  }
  .m-testimonials .c-testimonial-item .quote {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .m-testimonials .c-testimonial-item .quote p {
    margin-top: 0;
    font-size: 35px;
    line-height: 41px;
  }
  .m-testimonials .c-testimonial-item .author {
    bottom: 32px;
    left: 32px;
    right: 32px;
  }
}

.m-account-slider .swiper-wrapper, .m-account-slider .swiper-container {
  overflow: visible;
}
.m-account-slider .swiper-slide {
  width: 340px;
}
.m-account-slider .swiper-slide .image {
  margin-bottom: 12px;
}
.m-account-slider .swiper-slide .image img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.m-account-slider .swiper-slide .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.m-account-slider .swiper-slide .info p.title {
  width: 100%;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.m-account-slider.--events-slider .swiper-slide .image {
  position: relative;
}
.m-account-slider.--events-slider .swiper-slide .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
}
.m-account-slider.--events-slider .swiper-slide .image span.date {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  color: #FFF;
  text-transform: uppercase;
}
.m-account-slider .swiper-navigation {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.m-account-slider .swiper-navigation a, .m-account-slider .swiper-navigation a:visited {
  background-color: #000;
}
.m-account-slider .swiper-navigation a svg, .m-account-slider .swiper-navigation a:visited svg {
  stroke: #FFF;
}
.m-account-slider .swiper-navigation a.swiper-custom-button-prev svg, .m-account-slider .swiper-navigation a.swiper-custom-button-prev:visited svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m-account-slider .swiper-navigation a.swiper-button-disabled, .m-account-slider .swiper-navigation a.swiper-button-disabled:visited {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.m-account-slider .swiper-navigation a.swiper-button-disabled svg, .m-account-slider .swiper-navigation a.swiper-button-disabled:visited svg {
  stroke: #000;
}
@media (min-width: 1025px) {
  .m-account-slider .swiper-wrapper, .m-account-slider .swiper-container {
    overflow: visible;
  }
  .m-account-slider .swiper-slide {
    width: 433px;
  }
  .m-account-slider .swiper-slide .image {
    margin-bottom: 16px;
  }
  .m-account-slider .swiper-slide .image img {
    height: 548px;
  }
  .m-account-slider.--events-slider .swiper-slide .image span.date {
    font-size: 50px;
    line-height: 56px;
  }
  .m-account-slider .swiper-navigation {
    margin-bottom: 16px;
  }
}

/* V2 */
.m-cards-text-small {
  display: grid;
  gap: 10px;
}
.m-cards-text-small .c-card-text-small {
  background-color: #F7F3ED;
  border-radius: 8px;
  padding: 16px;
}
.m-cards-text-small .c-card-text-small .title {
  font-size: 26px;
  line-height: 28px;
  position: relative;
  padding-top: 80px;
}
.m-cards-text-small .c-card-text-small .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 53px;
  background: url("../img/svg/icon-hat.svg") no-repeat center center;
  background-size: contain;
}
.m-cards-text-small .c-card-text-small p {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .m-cards-text-small {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for desktop */
  }
}
@media (min-width: 768px) {
  .m-cards-text-small {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for desktop */
  }
}
@media (min-width: 1025px) {
  .m-cards-text-small {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for desktop */
    gap: 16px;
  }
  .m-cards-text-small .c-card-text-small {
    padding: 32px;
  }
  .m-cards-text-small .c-card-text-small .title {
    font-size: 36px;
    line-height: 42px;
    padding-top: 110px;
  }
}

.m-partners-list-slider .swiper-container {
  overflow: visible;
  padding: 0 10px;
}
.m-partners-list-slider .swiper-slide {
  width: 335px;
}
.m-partners-list-slider .c-partner-slide-item .image {
  position: relative;
  padding-top: 106%;
  border-radius: 10px;
  margin-bottom: 26px;
}
.m-partners-list-slider .c-partner-slide-item .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.m-partners-list-slider .c-partner-slide-item .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.m-partners-list-slider .c-partner-slide-item .image .logo-image {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-partners-list-slider .c-partner-slide-item .image .logo-image img {
  display: block;
  max-width: 180px;
  height: auto;
}
.m-partners-list-slider .c-partner-slide-item .image a, .m-partners-list-slider .c-partner-slide-item .image a:visited {
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-partners-list-slider .c-partner-slide-item .image a span, .m-partners-list-slider .c-partner-slide-item .image a:visited span {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EAEAEA;
  border-radius: 5px;
  width: 48px;
  height: 30px;
}
.m-partners-list-slider .c-partner-slide-item .image a span svg, .m-partners-list-slider .c-partner-slide-item .image a:visited span svg {
  width: 17px;
  height: 10px;
  stroke: #000;
}
.m-partners-list-slider .c-partner-slide-item .info {
  padding-right: 30px;
}
.m-partners-list-slider .c-partner-slide-item .info .title {
  font-family: "Marcellus", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}
.m-partners-list-slider .c-partner-slide-item .info .description {
  margin-bottom: 24px;
}
.m-partners-list-slider .c-partner-slide-item .info .description p {
  font-family: "Marcellus", Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.m-partners-list-slider .c-partner-slide-item .info .member-of {
  margin-bottom: 16px;
}
.m-partners-list-slider .c-partner-slide-item .info .member-of p {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.m-partners-list-slider .c-partner-slide-item .info .additional-info li {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.m-partners-list-slider .c-partner-slide-item .info .btn-wrapper {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (min-width: 1025px) {
  .m-partners-list-slider .swiper-container {
    padding: 0 48px;
  }
  .m-partners-list-slider .swiper-slide {
    width: 467px;
    height: auto;
  }
  .m-partners-list-slider .c-partner-slide-item {
    position: relative;
    height: 100%;
  }
  .m-partners-list-slider .c-partner-slide-item .image {
    margin-bottom: 52px;
  }
  .m-partners-list-slider .c-partner-slide-item .image .logo-image {
    bottom: 48px;
  }
  .m-partners-list-slider .c-partner-slide-item .image .logo-image img {
    max-width: 200px;
  }
  .m-partners-list-slider .c-partner-slide-item .image a span, .m-partners-list-slider .c-partner-slide-item .image a:visited span {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .m-partners-list-slider .c-partner-slide-item .info {
    padding-bottom: 76px;
  }
  .m-partners-list-slider .c-partner-slide-item .info .title {
    font-size: 35px;
    line-height: 40px;
  }
  .m-partners-list-slider .c-partner-slide-item .info .description {
    margin-bottom: 40px;
  }
  .m-partners-list-slider .c-partner-slide-item .info .description p {
    font-size: 16px;
    line-height: 20px;
  }
  .m-partners-list-slider .c-partner-slide-item .info .member-of p {
    font-size: 16px;
    line-height: 20px;
  }
  .m-partners-list-slider .c-partner-slide-item .info .additional-info li {
    font-size: 16px;
    line-height: 20px;
  }
  .m-partners-list-slider .c-partner-slide-item .info .btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .m-partners-list-slider .c-partner-slide-item .image::after {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .m-partners-list-slider .c-partner-slide-item:hover .image::after {
    background: rgba(0, 0, 0, 0.5);
  }
  .m-partners-list-slider .c-partner-slide-item:hover .image a span, .m-partners-list-slider .c-partner-slide-item:hover .image a:visited span {
    opacity: 1;
  }
}

#headerWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#headerWrapper.--opened {
  height: 100dvh;
  background-color: #EAEAEA;
}
#headerWrapper.--opened .header {
  background-color: #EAEAEA;
  position: relative;
  z-index: 2;
}
#headerWrapper.--opened .header-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#headerWrapper.--opened .nav-toggle .nav-closed {
  display: none;
}
#headerWrapper.--opened .nav-toggle .nav-opened {
  display: block;
}
#headerWrapper .header {
  padding-top: 28px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#headerWrapper .logo a, #headerWrapper .logo a:visited {
  display: block;
  width: 231px;
  height: 51px;
  background: url("../img/svg/logo-dark.svg") no-repeat center center;
  background-size: contain;
  line-height: 500px;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#headerWrapper .nav-toggle {
  display: block;
  background-color: #FFF;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#headerWrapper .nav-toggle .nav-closed svg {
  width: 10px;
  height: 11px;
}
#headerWrapper .nav-toggle .nav-opened {
  display: none;
}
#headerWrapper .nav-toggle .nav-opened svg {
  width: 10px;
  height: 8px;
}
#headerWrapper .header-navs {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: scroll;
}
#headerWrapper .header-navs .container {
  width: 100%;
}
#headerWrapper .main-nav {
  margin-top: 200px;
  margin-bottom: 115px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#headerWrapper .main-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
#headerWrapper .main-nav > ul > li {
  width: auto;
}
#headerWrapper .main-nav > ul > li > a, #headerWrapper .main-nav > ul > li > a:visited {
  display: inline-block;
  font-family: "Marcellus", Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 5px;
}
#headerWrapper .main-nav > ul > li.current-menu-item a, #headerWrapper .main-nav > ul > li.current-menu-item a:visited, #headerWrapper .main-nav > ul > li.current-menu-parent a, #headerWrapper .main-nav > ul > li.current-menu-parent a:visited, #headerWrapper .main-nav > ul > li.current_page_parent a, #headerWrapper .main-nav > ul > li.current_page_parent a:visited {
  background-color: #000;
  color: #FFF;
}
#headerWrapper .main-nav > ul > li.--has-submenu {
  position: relative;
  display: inline-grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
}
#headerWrapper .main-nav > ul > li.--has-submenu > a, #headerWrapper .main-nav > ul > li.--has-submenu > a:visited {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerWrapper .main-nav > ul > li.--has-submenu > a svg, #headerWrapper .main-nav > ul > li.--has-submenu > a:visited svg {
  width: 7px;
  height: 4px;
  fill: red;
  stroke: #000;
}
#headerWrapper .main-nav > ul > li.--has-submenu > ul {
  display: none;
  min-width: 100%; /* at least as wide as trigger */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; /* can grow if text is longer */
}
#headerWrapper .main-nav > ul > li.--has-submenu > ul > li a, #headerWrapper .main-nav > ul > li.--has-submenu > ul > li a:visited {
  display: block;
  white-space: nowrap;
  font-family: "Marcellus", Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 0;
}
#headerWrapper .main-nav > ul > li.--has-submenu > ul > li:last-child a, #headerWrapper .main-nav > ul > li.--has-submenu > ul > li:last-child a:visited {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#headerWrapper .main-nav > ul > li.--has-submenu.--opened > a, #headerWrapper .main-nav > ul > li.--has-submenu.--opened > a:visited {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#headerWrapper .main-nav > ul > li.--has-submenu.--opened > a svg, #headerWrapper .main-nav > ul > li.--has-submenu.--opened > a:visited svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#headerWrapper .secondary-navs h2 {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}
#headerWrapper .secondary-navs .social-nav ul {
  font-size: 25px;
  line-height: 1;
  font-family: "Marcellus", Georgia, serif;
  text-transform: uppercase;
}
#headerWrapper .secondary-navs .social-nav a, #headerWrapper .secondary-navs .social-nav a:visited {
  color: #231F20;
  text-decoration: none;
}
#headerWrapper .secondary-navs .legal-nav {
  margin-top: 28px;
  font-size: 16px;
  line-height: 1;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #231F20;
}
#headerWrapper .secondary-navs .legal-nav a, #headerWrapper .secondary-navs .legal-nav a:visited {
  color: #231F20;
  text-decoration: none;
}
@media (min-width: 1025px) {
  #headerWrapper .header {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #headerWrapper .logo {
    position: relative;
    z-index: 3;
  }
  #headerWrapper .logo a, #headerWrapper .logo a:visited {
    width: 357px;
    height: 79px;
  }
  #headerWrapper .nav-toggle {
    display: none;
  }
  #headerWrapper .header-navs {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 0;
    overflow: visible;
  }
  #headerWrapper .header-navs .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #headerWrapper .main-nav {
    padding-top: 48px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #headerWrapper .main-nav > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  #headerWrapper .main-nav > ul > li {
    width: auto;
  }
  #headerWrapper .main-nav > ul > li > a, #headerWrapper .main-nav > ul > li > a:visited {
    display: inline-block;
    font-family: "Marcellus", Georgia, serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #FFF;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
  }
  #headerWrapper .main-nav > ul > li > a:hover, #headerWrapper .main-nav > ul > li > a:visited:hover {
    background-color: #000;
    color: #FFF;
  }
  #headerWrapper .main-nav > ul > li.current-menu-item a, #headerWrapper .main-nav > ul > li.current-menu-item a:visited, #headerWrapper .main-nav > ul > li.current-menu-parent a, #headerWrapper .main-nav > ul > li.current-menu-parent a:visited, #headerWrapper .main-nav > ul > li.current_page_parent a, #headerWrapper .main-nav > ul > li.current_page_parent a:visited {
    background-color: #000;
    color: #FFF;
  }
  #headerWrapper .main-nav > ul > li.--has-submenu {
    position: relative;
    display: inline-block;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }
  #headerWrapper .main-nav > ul > li.--has-submenu > a, #headerWrapper .main-nav > ul > li.--has-submenu > a:visited {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #headerWrapper .main-nav > ul > li.--has-submenu > a svg, #headerWrapper .main-nav > ul > li.--has-submenu > a:visited svg {
    width: 7px;
    height: 4px;
    fill: red;
    stroke: #000;
  }
  #headerWrapper .main-nav > ul > li.--has-submenu > a:hover svg, #headerWrapper .main-nav > ul > li.--has-submenu > a:visited:hover svg {
    stroke: #FFF;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  #headerWrapper .main-nav > ul > li.--has-submenu > ul {
    display: none;
    min-width: 100%; /* at least as wide as trigger */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; /* can grow if text is longer */
  }
  #headerWrapper .main-nav > ul > li.--has-submenu > ul > li a, #headerWrapper .main-nav > ul > li.--has-submenu > ul > li a:visited {
    display: block;
    white-space: nowrap;
    font-family: "Marcellus", Georgia, serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #FFF;
    color: #000;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 0;
  }
  #headerWrapper .main-nav > ul > li.--has-submenu > ul > li a:hover, #headerWrapper .main-nav > ul > li.--has-submenu > ul > li a:visited:hover {
    background-color: #262626;
    color: #FFF;
  }
  #headerWrapper .main-nav > ul > li.--has-submenu > ul > li:last-child a, #headerWrapper .main-nav > ul > li.--has-submenu > ul > li:last-child a:visited {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #headerWrapper .main-nav > ul > li.--has-submenu.--opened > a, #headerWrapper .main-nav > ul > li.--has-submenu.--opened > a:visited {
    background-color: #000;
    color: #FFF;
  }
  #headerWrapper .main-nav > ul > li.--has-submenu.--opened > a svg, #headerWrapper .main-nav > ul > li.--has-submenu.--opened > a:visited svg {
    stroke: #FFF;
  }
  #headerWrapper .secondary-navs {
    display: none;
  }
}

#headerWrapper.--transparent .logo a, #headerWrapper.--transparent .logo a:visited {
  background: url("../img/svg/logo-light.svg") no-repeat center center;
  background-size: contain;
}

#headerWrapper.--scrolled {
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#headerWrapper.--scrolled .logo a, #headerWrapper.--scrolled .logo a:visited {
  background: url("../img/svg/logo-dark.svg") no-repeat center center;
  background-size: contain;
}
@media (min-width: 1025px) {
  #headerWrapper.--scrolled .header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #headerWrapper.--scrolled .logo a, #headerWrapper.--scrolled .logo a:visited {
    width: 231px;
    height: 51px;
  }
  #headerWrapper.--scrolled .main-nav {
    padding-top: 18px;
  }
}

#headerWrapper.--scrolled-up {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#main {
  padding-top: 100px;
  background-color: #F7F3ED;
}
#main.--no-padding {
  padding-top: 0;
}
@media (min-width: 1025px) {
  #main {
    padding-top: 150px;
  }
}

#footerWrapper {
  background-color: #FFF;
  padding-top: 4.5rem;
  padding-bottom: 1.25rem;
  text-align: center;
}
#footerWrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footerWrapper .footer-logo svg {
  width: 310px;
  height: 70px;
}
#footerWrapper .footer-logo.--in-desktop {
  display: none;
}
#footerWrapper .footer-navs .footer-nav {
  margin-bottom: 4.5rem;
}
#footerWrapper .footer-navs a, #footerWrapper .footer-navs a:visited {
  color: #231F20;
  text-decoration: none;
}
#footerWrapper .footer-navs h2 {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}
#footerWrapper .footer-navs ul {
  font-size: 25px;
  line-height: 1;
  font-family: "Marcellus", Georgia, serif;
  text-transform: uppercase;
}
#footerWrapper .legal-nav {
  margin-bottom: 2.5rem;
  font-size: 14px;
  line-height: 1;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #231F20;
}
#footerWrapper .legal-nav a, #footerWrapper .legal-nav a:visited {
  color: #231F20;
  text-decoration: none;
}
#footerWrapper p.copyright {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #231F20;
}
@media (min-width: 1025px) {
  #footerWrapper {
    padding-top: 5rem;
    padding-bottom: 2rem;
    text-align: left;
  }
  #footerWrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footerWrapper .footer-logo svg {
    width: 357px;
    height: 79px;
  }
  #footerWrapper .footer-logo.--in-desktop {
    display: block;
  }
  #footerWrapper .footer-logo.--in-mobile {
    display: none;
  }
  #footerWrapper .footer-navs {
    padding-top: 25px;
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footerWrapper .footer-navs .footer-nav {
    margin-bottom: 6.5rem;
  }
  #footerWrapper .footer-navs a:hover, #footerWrapper .footer-navs a:visited:hover {
    text-decoration: underline;
  }
  #footerWrapper .footer-bottom {
    width: 450px;
    margin-left: calc(100% - 450px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #footerWrapper .legal-nav {
    margin-bottom: 0;
  }
  #footerWrapper .legal-nav a:hover, #footerWrapper .legal-nav a:visited:hover {
    text-decoration: underline;
  }
  #footerWrapper p.copyright {
    margin-top: 0;
  }
}

.b-hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  background-color: #F7F3ED;
}
.b-hero.--bg-v2 {
  background-color: #F3D9B6;
}
.b-hero .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-hero .media img, .b-hero .media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.b-hero .media img.--in-desktop, .b-hero .media video.--in-desktop {
  display: none;
}
.b-hero .media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.b-hero .info {
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.b-hero .info .title, .b-hero .info .text {
  color: #FFF;
}
.b-hero .info .title {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.b-hero .info .text strong {
  font-weight: 400;
  color: #FA2B2B;
}
.b-hero .info .btn-wrapper {
  margin-top: 20px;
}
.b-hero.--in-homepage .info {
  bottom: 112px;
}
.b-hero .logo-image {
  margin-top: 24px;
}
.b-hero .logo-image.--in-desktop {
  display: none;
}
.b-hero .logo-image img {
  display: inline-block;
  max-width: 200px;
  height: auto;
}
.b-hero a.scroll-down, .b-hero a.scroll-down:visited {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.b-hero a.scroll-down svg, .b-hero a.scroll-down:visited svg {
  height: 5px;
  width: 10px;
  stroke: #FFF;
}
.b-hero a.scroll-down-aux, .b-hero a.scroll-down-aux:visited {
  position: absolute;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  display: block;
  gap: 0;
  white-space: nowrap;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.b-hero a.scroll-down-aux strong, .b-hero a.scroll-down-aux:visited strong {
  font-weight: 700;
  color: #FFF;
  text-transform: none;
}
.b-hero a.scroll-down-aux svg, .b-hero a.scroll-down-aux:visited svg {
  width: 17px;
  height: 10px;
  stroke: #FFF;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.b-hero.--dark .media::after {
  display: none;
}
.b-hero.--dark .info .title, .b-hero.--dark .info .text {
  color: #000;
}
.b-hero.--dark a.scroll-down, .b-hero.--dark a.scroll-down:visited,
.b-hero.--dark a.scroll-down-aux, .b-hero.--dark a.scroll-down-aux:visited {
  color: #000;
}
.b-hero.--dark a.scroll-down svg, .b-hero.--dark a.scroll-down:visited svg,
.b-hero.--dark a.scroll-down-aux svg, .b-hero.--dark a.scroll-down-aux:visited svg {
  stroke: #000;
}
@media (min-width: 1025px) {
  .b-hero .media img.--in-desktop, .b-hero .media video.--in-desktop {
    display: block;
  }
  .b-hero .media img.--in-mobile, .b-hero .media video.--in-mobile {
    display: none;
  }
  .b-hero .info {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .b-hero .info .title {
    font-size: 14px;
    line-height: 15px;
  }
  .b-hero .info .btn-wrapper {
    margin-top: 30px;
  }
  .b-hero.--in-homepage .info {
    bottom: auto;
  }
  .b-hero .logo-image {
    position: absolute;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
  }
  .b-hero .logo-image.--in-mobile {
    display: none;
  }
  .b-hero .logo-image.--in-desktop {
    display: block;
  }
  .b-hero .logo-image img {
    max-width: 265px;
  }
  .b-hero a.scroll-down, .b-hero a.scroll-down:visited {
    bottom: 24px;
  }
  .b-hero a.scroll-down:hover svg, .b-hero a.scroll-down:visited:hover svg {
    -webkit-animation: scrollDownArrowAnim 1s infinite;
            animation: scrollDownArrowAnim 1s infinite;
  }
  .b-hero a.scroll-down-aux, .b-hero a.scroll-down-aux:visited {
    font-size: 22px;
    line-height: 26px;
  }
  .b-hero a.scroll-down-aux:hover svg, .b-hero a.scroll-down-aux:visited:hover svg {
    -webkit-animation: scrollDownArrowAnim2 1s infinite;
            animation: scrollDownArrowAnim2 1s infinite;
  }
}

.b-form {
  background-color: #F7F3ED;
  padding-top: 65px;
  padding-bottom: 190px;
}
.b-form .title {
  text-align: center;
  text-transform: uppercase;
  max-width: 232px;
  margin: 0 auto;
  margin-bottom: 56px;
  letter-spacing: 1px;
}
@media (min-width: 1025px) {
  .b-form {
    padding: 112px 0;
  }
  .b-form .title {
    max-width: 100%;
    text-align: left;
    margin-bottom: 2rem;
  }
}

.b-global-presence {
  background-color: #FFF;
  padding-top: 60px;
  padding-bottom: 32px;
}
.b-global-presence.--in-partners {
  background-color: #F7F3ED;
  padding-bottom: 155px;
  padding-top: 0;
}
.b-global-presence.--in-homepage {
  background-color: #F7F3ED;
  padding-bottom: 140px;
  padding-top: 130px;
}
.b-global-presence .intro {
  text-align: center;
}
.b-global-presence .intro .title {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.b-global-presence .intro .subtitle {
  text-transform: uppercase;
}
.b-global-presence .intro .subtitle strong {
  font-weight: 400;
  color: #FA2B2B;
}
.b-global-presence .intro .text {
  margin-bottom: 0;
  margin-top: 20px;
}
.b-global-presence .media {
  margin: 0 -90px;
  margin-top: -20px;
}
.b-global-presence .media img, .b-global-presence .media video {
  display: block;
  margin: 0 auto;
  width: 540px;
  height: auto;
}
.b-global-presence .partners-locations .title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.b-global-presence .partners-locations .text {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.b-global-presence .partners-locations ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.b-global-presence .partners-locations ul li a, .b-global-presence .partners-locations ul li a:visited {
  font-size: 1rem;
  line-height: 1;
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 12px;
  padding-right: 78px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.b-global-presence .partners-locations ul li a span, .b-global-presence .partners-locations ul li a:visited span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FA2B2B;
  border-radius: 5px;
  width: 58px;
  height: 30px;
}
.b-global-presence .partners-locations ul li a span svg, .b-global-presence .partners-locations ul li a:visited span svg {
  width: 18px;
  height: 10px;
  stroke: #000;
}
@media (min-width: 1025px) {
  .b-global-presence {
    padding-top: 100px;
  }
  .b-global-presence.--in-partners {
    padding-bottom: 70px;
    padding-top: 0;
  }
  .b-global-presence.--in-homepage {
    padding-bottom: 90px;
    padding-top: 160px;
  }
  .b-global-presence .intro {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b-global-presence .intro .title {
    margin-bottom: 1rem;
  }
  .b-global-presence .intro .text {
    margin-top: 0;
    width: 376px;
  }
  .b-global-presence .media {
    margin: 0;
    margin-top: -30px;
    margin-bottom: -10px;
  }
  .b-global-presence .media img, .b-global-presence .media video {
    width: 920px;
  }
  .b-global-presence .partners-locations .text {
    margin-bottom: 60px;
  }
  .b-global-presence .partners-locations ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns for desktop */
  }
  .b-global-presence .partners-locations ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .b-global-presence .partners-locations ul li a, .b-global-presence .partners-locations ul li a:visited {
    font-size: 1.125rem;
    padding: 10px;
    padding-right: 73px;
  }
  .b-global-presence .partners-locations ul li a span, .b-global-presence .partners-locations ul li a:visited span {
    right: 5px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .b-global-presence .partners-locations ul li a span svg, .b-global-presence .partners-locations ul li a:visited span svg {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .b-global-presence .partners-locations ul li a:hover, .b-global-presence .partners-locations ul li a:visited:hover {
    background-color: #000;
    color: #FFF;
  }
  .b-global-presence .partners-locations ul li a:hover span, .b-global-presence .partners-locations ul li a:visited:hover span {
    background-color: #262626;
  }
  .b-global-presence .partners-locations ul li a:hover span svg, .b-global-presence .partners-locations ul li a:visited:hover span svg {
    stroke: #FFF;
  }
}

.b-how-it-works {
  background-color: #EAEAEA;
  padding-top: 60px;
  padding-bottom: 60px;
}
.b-how-it-works .intro {
  text-align: center;
  margin-bottom: 60px;
}
.b-how-it-works .intro .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.b-how-it-works .intro .subtitle {
  text-transform: uppercase;
}
.b-how-it-works .intro .text {
  margin-bottom: 0;
  margin-top: 20px;
}
.b-how-it-works .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.b-how-it-works .item {
  border-top: 1px solid #B9B9B9;
  padding-top: 20px;
}
.b-how-it-works .item h4 {
  font-family: "Marcellus", Georgia, serif;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 20px;
}
.b-how-it-works .item .description p {
  margin: 0;
}
.b-how-it-works .item .video {
  margin-top: 40px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.b-how-it-works .item .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .b-how-it-works {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .b-how-it-works .intro {
    text-align: left;
    max-width: 754px;
    margin-bottom: 40px;
  }
  .b-how-it-works .intro .title {
    margin-bottom: 20px;
  }
  .b-how-it-works .intro .subtitle {
    font-size: 5rem;
  }
  .b-how-it-works .intro .text {
    max-width: 580px;
  }
  .b-how-it-works .items-list {
    gap: 64px;
    max-width: 1000px;
  }
  .b-how-it-works .item {
    padding-top: 30px;
  }
  .b-how-it-works .item h4 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 16px;
  }
  .b-how-it-works .item .video {
    margin-top: 30px;
  }
}

.b-event-booking {
  background-color: #FFF;
}
.b-event-booking .intro {
  text-align: center;
  margin-bottom: 45px;
}
.b-event-booking .intro .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.b-event-booking .intro .subtitle {
  text-transform: uppercase;
}
.b-event-booking .intro .text {
  margin-bottom: 0;
  margin-top: 20px;
}
.b-event-booking .booking-demo {
  background-color: #FFF;
}
.b-event-booking .booking-demo .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .b-event-booking {
    padding-top: 80px;
  }
  .b-event-booking .intro {
    text-align: center;
    max-width: 924px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .b-event-booking .intro .title {
    margin-bottom: 20px;
  }
  .b-event-booking .intro .subtitle {
    font-size: 5rem;
  }
  .b-event-booking .intro .text {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
  .b-event-booking .booking-demo {
    padding-top: 64px;
  }
}

.b-cards {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
}
.b-cards .container {
  max-width: 1444px;
}
.b-cards .intro {
  text-align: center;
  margin-bottom: 45px;
}
.b-cards .intro .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.b-cards .intro .subtitle {
  text-transform: uppercase;
}
.b-cards .intro .text {
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .b-cards {
    padding-top: 115px;
    padding-bottom: 45px;
  }
  .b-cards .intro {
    text-align: center;
    max-width: 924px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .b-cards .intro .title {
    margin-bottom: 20px;
  }
  .b-cards .intro .text, .b-cards .intro .subtitle {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
}

.b-cards + .b-cards-text {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .b-cards + .b-cards-text {
    padding-top: 100px;
  }
}

.b-features {
  position: relative;
  padding: 55px 0;
}
.b-features .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-features .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.b-features .container {
  position: relative;
  z-index: 2;
}
.b-features .features-wrapper {
  display: grid;
  gap: 10px;
}
.b-features .feature {
  background-color: #F4D9B6;
  border-radius: 15px;
  padding: 24px 18px;
}
.b-features .feature:nth-child(2n) {
  background-color: #FEDC85;
}
.b-features .feature .title {
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 42px;
  padding-left: 64px;
  position: relative;
}
.b-features .feature .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 53px;
  background: url("../img/svg/icon-hat.svg") no-repeat center center;
  background-size: contain;
}
.b-features .feature .description {
  margin-bottom: 2rem;
}
.b-features .feature .description p {
  margin-bottom: 1rem;
}
.b-features .feature .description p:last-child {
  margin-bottom: 0;
}
.b-features .feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.b-features .feature ul li {
  background-color: #F7F3ED;
  border-radius: 5px;
  padding: 12px;
  font-size: 18px;
  line-height: 1;
  color: #747474;
}
@media (min-width: 1025px) {
  .b-features {
    padding: 107px 0;
  }
  .b-features .features-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .b-features .feature {
    border-radius: 10px;
    padding: 35px;
    padding-top: 30px;
  }
  .b-features .feature .title {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 34px;
    min-height: 124px;
    padding-left: 68px;
  }
  .b-features .feature .title::before {
    top: 5px;
  }
  .b-features .feature .description {
    min-height: 78px;
  }
  .b-features .feature ul {
    gap: 8px;
  }
  .b-features .feature ul li {
    padding: 16px;
  }
}

.b-cards-text {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
}
.b-cards-text .intro {
  text-align: center;
  margin-bottom: 50px;
}
.b-cards-text .intro .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.b-cards-text .intro .subtitle {
  text-transform: uppercase;
}
.b-cards-text .intro .text {
  margin-bottom: 0;
  margin-top: 20px;
}
.b-cards-text.--in-about {
  background-color: #EAEAEA;
}
.b-cards-text.--in-about .m-cards-text .c-card-text {
  background-color: #F7F3ED;
}
@media (min-width: 1025px) {
  .b-cards-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .b-cards-text .intro {
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .b-cards-text .intro .title {
    margin-bottom: 20px;
  }
  .b-cards-text .intro .subtitle {
    font-size: 5rem;
  }
  .b-cards-text .intro .text {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}

.b-partners-page-intro {
  padding: 60px 0;
}
.b-partners-page-intro .intro {
  margin-bottom: 48px;
}
.b-partners-page-intro .intro .title {
  font-size: 50px;
  line-height: 51px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-top: 78px;
}
.b-partners-page-intro .intro .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 47px;
  height: 53px;
  background: url("../img/svg/icon-hat.svg") no-repeat center center;
  background-size: contain;
}
.b-partners-page-intro .m-gallery-loop {
  margin-bottom: 38px;
}
.b-partners-page-intro .text-info {
  margin-bottom: 56px;
}
.b-partners-page-intro .text-info .description p {
  margin-bottom: 1rem;
}
.b-partners-page-intro .text-info .description p:last-child {
  margin-bottom: 0;
}
.b-partners-page-intro .text-info .quote p {
  font-family: "Marcellus", Georgia, serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 50px;
}
@media (min-width: 1025px) {
  .b-partners-page-intro {
    padding: 160px 0;
    padding-bottom: 100px;
  }
  .b-partners-page-intro .intro {
    margin-bottom: 84px;
  }
  .b-partners-page-intro .intro .title {
    padding-top: 0;
    padding-left: 68px;
    text-align: left;
  }
  .b-partners-page-intro .intro .title::before {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .b-partners-page-intro .m-gallery-loop {
    margin-bottom: 60px;
  }
  .b-partners-page-intro .text-info {
    margin-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 64px;
  }
  .b-partners-page-intro .text-info .description {
    width: calc(56.5% - 32px);
  }
  .b-partners-page-intro .text-info .quote {
    width: calc(43.5% - 32px);
  }
  .b-partners-page-intro .text-info .quote p {
    margin-top: 0;
  }
}

.b-partners-list {
  padding-top: 30px;
  padding-bottom: 90px;
}
.b-partners-list .intro {
  text-align: center;
  margin-bottom: 50px;
}
.b-partners-list .intro .title {
  text-transform: uppercase;
}
.b-partners-list .load-more {
  text-align: center;
  margin-top: 100px;
}
.b-partners-list.--in-about {
  padding-top: 66px;
  padding-bottom: 78px;
}
.b-partners-list.--in-about .intro {
  margin-bottom: 48px;
  text-align: left;
}
.b-partners-list.--in-about .intro .title {
  text-align: center;
}
.b-partners-list.--in-about .intro .btn-wrapper {
  text-align: center;
  margin-top: 20px;
}
.b-partners-list.--in-about .intro .description {
  margin-top: 24px;
}
.b-partners-list.--in-about .intro .description p {
  margin-bottom: 1rem;
}
.b-partners-list.--in-about .intro .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .b-partners-list {
    padding-top: 10px;
    padding-bottom: 136px;
  }
  .b-partners-list .intro {
    margin-bottom: 88px;
  }
  .b-partners-list.--in-about {
    padding-top: 88px;
    padding-bottom: 98px;
  }
  .b-partners-list.--in-about .intro {
    margin-bottom: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4.18%;
  }
  .b-partners-list.--in-about .intro .col-left {
    width: 520px;
  }
  .b-partners-list.--in-about .intro .col-right {
    width: calc(100% - 520px - 4.18%);
  }
  .b-partners-list.--in-about .intro .title {
    text-align: left;
  }
  .b-partners-list.--in-about .intro .btn-wrapper {
    margin-top: 56px;
    text-align: left;
  }
  .b-partners-list.--in-about .intro .description {
    margin-top: 0;
  }
  .b-partners-list.--in-about .intro .description p {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 1.5rem;
  }
}

.b-text-video {
  padding-top: 80px;
  padding-bottom: 130px;
}
.b-text-video .intro {
  margin-bottom: 32px;
}
.b-text-video .intro .title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 48px;
}
.b-text-video .intro .description {
  max-width: 580px;
  margin: 0 auto;
}
.b-text-video .intro .description p {
  margin-bottom: 1rem;
}
.b-text-video .intro .description p:last-child {
  margin-bottom: 0;
}
.b-text-video .media {
  position: relative;
}
.b-text-video .media video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.b-text-video .media .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-text-video .media .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.b-text-video .media a.btn-video, .b-text-video .media a.btn-video:visited {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  letter-spacing: 2px;
}
.b-text-video .media a.btn-video span.pause, .b-text-video .media a.btn-video:visited span.pause {
  display: none;
}
.b-text-video .media.--playing a.btn-video, .b-text-video .media.--playing a.btn-video:visited {
  top: 10px;
  left: 10px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 60px;
  height: 60px;
  font-size: 10px;
}
.b-text-video .media.--playing a.btn-video span.play {
  display: none;
}
.b-text-video .media.--playing a.btn-video span.pause {
  display: block;
}
@media (min-width: 1025px) {
  .b-text-video {
    padding: 160px 0;
  }
  .b-text-video .intro {
    margin-bottom: 64px;
    text-align: center;
  }
  .b-text-video .intro .title {
    margin-bottom: 40px;
  }
  .b-text-video .media a.btn-video:hover, .b-text-video .media a.btn-video:visited:hover {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
}

.b-partner-intro {
  padding-top: 64px;
  padding-bottom: 32px;
}
.b-partner-intro .intro {
  text-align: center;
  margin-bottom: 32px;
}
.b-partner-intro .intro .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.b-partner-intro .intro .subtitle {
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .b-partner-intro {
    padding-top: 78px;
    padding-bottom: 120px;
  }
  .b-partner-intro .intro {
    margin-bottom: 60px;
  }
  .b-partner-intro .intro .title {
    margin-bottom: 16px;
  }
}

.b-partner-content {
  position: relative;
}
.b-partner-content .container {
  max-width: 1400px;
}
.b-partner-content .intro.--type-1 {
  margin-bottom: 40px;
}
.b-partner-content .intro.--type-1 .title {
  text-transform: uppercase;
  text-align: center;
}
.b-partner-content .intro.--type-1 .title a, .b-partner-content .intro.--type-1 .title a:visited {
  text-decoration: underline;
  color: #000;
}
.b-partner-content .intro.--type-1 .btn-wrapper {
  margin-top: 20px;
  text-align: center;
}
.b-partner-content .intro.--type-1 .description {
  margin-top: 30px;
}
.b-partner-content .intro.--type-1 .description p {
  margin-bottom: 1rem;
}
.b-partner-content .intro.--type-1 .description p:last-child {
  margin-bottom: 0;
}
.b-partner-content .intro.--type-2 {
  margin-bottom: 32px;
}
.b-partner-content .intro.--type-2 .title {
  text-transform: uppercase;
  text-align: center;
}
.b-partner-content .intro.--type-2 .description {
  margin-top: 28px;
}
.b-partner-content .intro.--type-2 .description p {
  margin-bottom: 1rem;
}
.b-partner-content .intro.--type-2 .description p:last-child {
  margin-bottom: 0;
}
.b-partner-content .intro.--type-3 {
  margin-bottom: 36px;
}
.b-partner-content .intro.--type-3 .title {
  text-transform: uppercase;
  text-align: center;
}
.b-partner-content .intro.--type-3 .btn-wrapper {
  margin-top: 20px;
  text-align: center;
}
.b-partner-content .intro.--type-3 .description {
  margin-top: 36px;
}
.b-partner-content .intro.--type-3 .description p {
  margin-bottom: 1rem;
}
.b-partner-content .intro.--type-3 .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .b-partner-content .intro.--type-1 {
    margin-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .b-partner-content .intro.--type-1 .col-left {
    width: 46%;
    margin-right: 5.83%;
  }
  .b-partner-content .intro.--type-1 .col-right {
    width: 44.48%;
  }
  .b-partner-content .intro.--type-1 .title {
    text-align: left;
  }
  .b-partner-content .intro.--type-1 .title a:hover, .b-partner-content .intro.--type-1 .title a:visited:hover {
    color: #FA2B2B;
    text-decoration: none;
  }
  .b-partner-content .intro.--type-1 .btn-wrapper {
    margin-top: 36px;
    text-align: left;
  }
  .b-partner-content .intro.--type-1 .description {
    margin-top: 0;
  }
  .b-partner-content .intro.--type-2 {
    margin-bottom: 48px;
  }
  .b-partner-content .intro.--type-2 .title {
    text-align: left;
  }
  .b-partner-content .intro.--type-2 .description {
    max-width: 1256px;
    margin-top: 52px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 7.5%;
       -moz-column-gap: 7.5%;
            column-gap: 7.5%;
  }
  .b-partner-content .intro.--type-3 {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .b-partner-content .intro.--type-3 .col-left {
    width: 46%;
    margin-right: 5.83%;
  }
  .b-partner-content .intro.--type-3 .col-right {
    width: 44.48%;
  }
  .b-partner-content .intro.--type-3 .title {
    text-align: left;
  }
  .b-partner-content .intro.--type-3 .btn-wrapper {
    position: absolute;
    right: 32px;
    bottom: 0;
    margin-top: 0;
  }
  .b-partner-content .intro.--type-3 .description {
    margin-top: 0;
  }
}

.b-partner-content + .b-partner-content {
  margin-top: 90px;
}

.b-about-intro {
  background-color: #F7F3ED;
  padding-top: 112px;
  padding-bottom: 60px;
}
.b-about-intro .intro {
  margin-bottom: 48px;
}
.b-about-intro .intro .title {
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.b-about-intro .intro .highlight {
  margin-bottom: 24px;
}
.b-about-intro .intro .highlight p {
  font-family: "Marcellus", Georgia, serif;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 1rem;
}
.b-about-intro .intro .highlight p:last-child {
  margin-bottom: 0;
}
.b-about-intro .intro .description p {
  margin-bottom: 1rem;
}
.b-about-intro .intro .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .b-about-intro {
    padding-bottom: 100px;
  }
  .b-about-intro .intro {
    margin-bottom: 72px;
  }
  .b-about-intro .intro .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10%;
  }
  .b-about-intro .intro .highlight {
    width: 445px;
    margin-bottom: 0;
  }
  .b-about-intro .intro .highlight p {
    font-size: 35px;
    line-height: 31px;
    margin-bottom: 1.5rem;
  }
  .b-about-intro .intro .description {
    width: calc(100% - 445px - 10%);
  }
  .b-about-intro .intro .description p {
    margin-bottom: 1.25rem;
  }
}

.b-about-info {
  background-color: #EAEAEA;
}
.b-about-info .intro {
  margin-bottom: 48px;
  text-align: center;
}
.b-about-info .intro .title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.b-about-info .intro .title strong {
  font-weight: 400;
  color: #FA2B2B;
}
.b-about-info .intro .highlight {
  margin-bottom: 24px;
}
.b-about-info .intro .highlight p {
  text-transform: uppercase;
  margin-bottom: 0;
}
.b-about-info .intro .highlight p strong {
  font-weight: 400;
  color: #FA2B2B;
}
@media (min-width: 1025px) {
  .b-about-info {
    padding-top: 48px;
    padding-bottom: 115px;
  }
  .b-about-info .intro .highlight {
    margin-bottom: 32px;
  }
}

.b-team-list {
  background-color: #EAEAEA;
  padding-top: 74px;
  padding-bottom: 88px;
}
.b-team-list .intro {
  margin-bottom: 48px;
  text-align: left;
}
.b-team-list .intro .title {
  text-align: center;
  text-transform: uppercase;
}
.b-team-list .intro .description {
  margin-top: 20px;
}
.b-team-list .intro .description p {
  margin-bottom: 1rem;
}
.b-team-list .intro .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .b-team-list {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .b-team-list .intro {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4.18%;
  }
  .b-team-list .intro .col-left {
    width: 520px;
  }
  .b-team-list .intro .col-right {
    width: calc(100% - 520px - 4.18%);
  }
  .b-team-list .intro .title {
    text-align: left;
  }
  .b-team-list .intro .description {
    margin-top: 0;
  }
  .b-team-list .intro .description p {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 1.5rem;
  }
}

.b-homepage-intro {
  background-color: #EAEAEA;
  padding-top: 32px;
}
.b-homepage-intro .cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.b-homepage-intro .cards-list .card {
  background-color: #F7F3ED;
  padding: 16px 12px;
  border-radius: 10px;
}
.b-homepage-intro .cards-list .card .title {
  text-transform: uppercase;
}
.b-homepage-intro .cards-list .card .description {
  margin-top: 42px;
}
.b-homepage-intro .cards-list .card .description p {
  margin-bottom: 1rem;
}
.b-homepage-intro .cards-list .card .description p:last-child {
  margin-bottom: 0;
}
.b-homepage-intro .cards-list .card .btn-wrapper {
  margin-top: 32px;
}
.b-homepage-intro .founder {
  margin-top: 60px;
}
.b-homepage-intro .founder .title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 42px;
}
.b-homepage-intro .founder .image {
  position: relative;
}
.b-homepage-intro .founder .image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  height: 150px;
  width: 200vw;
  background-color: #F7F3ED;
}
.b-homepage-intro .founder .image img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  height: auto;
}
.b-homepage-intro .founder .info {
  position: relative;
  padding-top: 42px;
}
.b-homepage-intro .founder .info::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  height: 100%;
  width: 200vw;
  background-color: #F7F3ED;
}
.b-homepage-intro .founder .info .quote, .b-homepage-intro .founder .info .author {
  position: relative;
  z-index: 1;
}
.b-homepage-intro .founder .info .quote p {
  font-family: "Marcellus", Georgia, serif;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 0;
}
.b-homepage-intro .founder .info .author {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
}
.b-homepage-intro .founder .info .author span {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .b-homepage-intro {
    padding-top: 74px;
  }
  .b-homepage-intro .cards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
  .b-homepage-intro .cards-list .card {
    padding: 40px 42px 40px 42px;
  }
  .b-homepage-intro .cards-list .card .description {
    margin-top: 38px;
  }
  .b-homepage-intro .cards-list .card .description p {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 1.25rem;
  }
  .b-homepage-intro .cards-list .card .btn-wrapper {
    margin-top: 74px;
  }
  .b-homepage-intro .founder {
    margin-top: 95px;
    position: relative;
  }
  .b-homepage-intro .founder::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100vw;
    height: 60px;
    width: 200vw;
    background-color: #F7F3ED;
  }
  .b-homepage-intro .founder .title {
    max-width: 792px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .b-homepage-intro .founder .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5.5%;
  }
  .b-homepage-intro .founder .image {
    width: 436px;
  }
  .b-homepage-intro .founder .image::before {
    display: none;
  }
  .b-homepage-intro .founder .info {
    width: calc(100% - 436px - 5.5%);
    padding-top: 0;
    padding-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-homepage-intro .founder .info::before {
    display: none;
  }
  .b-homepage-intro .founder .info .quote p {
    font-size: 35px;
    line-height: 41px;
  }
  .b-homepage-intro .founder .info .author {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
  .b-homepage-intro .founder .info .author span {
    font-size: 14px;
  }
}

.b-accordion {
  padding-top: 32px;
  padding-bottom: 64px;
}
.b-accordion .container {
  max-width: 1424px;
}
.b-accordion .accordion-item.--is-open .accordion-toggle a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.b-accordion .accordion-item.--is-open .accordion-toggle span.collapsed {
  display: none;
}
.b-accordion .accordion-item.--is-open .accordion-toggle span.opened {
  display: block;
}
.b-accordion .accordion-toggle {
  border-top: 1px solid #707070;
}
.b-accordion .accordion-toggle a, .b-accordion .accordion-toggle a:visited {
  display: block;
  padding: 1rem 0;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  position: relative;
}
.b-accordion .accordion-toggle a::after, .b-accordion .accordion-toggle a:visited::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 5px;
  background: url("../img/svg/icon-arrow-down-dark.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.b-accordion .accordion-toggle {
  position: relative;
}
.b-accordion .accordion-toggle span {
  pointer-events: none;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.b-accordion .accordion-toggle span.opened {
  display: none;
}
.b-accordion .accordion-content {
  display: none;
  padding-top: 24px;
  padding-bottom: 48px;
}
.b-accordion .accordion-content .title {
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 1rem;
}
.b-accordion .accordion-content .description p {
  margin-bottom: 16px;
}
.b-accordion .accordion-content .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .b-accordion {
    padding-bottom: 74px;
  }
  .b-accordion .accordion-item:last-child .accordion-content {
    padding-bottom: 0;
  }
  .b-accordion .accordion-toggle a, .b-accordion .accordion-toggle a:visited {
    font-size: 18px;
  }
  .b-accordion .accordion-toggle span {
    right: 16px;
  }
  .b-accordion .accordion-toggle:hover a, .b-accordion .accordion-toggle:hover a:visited {
    text-decoration: underline;
  }
  .b-accordion .accordion-content {
    padding-bottom: 74px;
  }
  .b-accordion .accordion-content .title {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 3rem;
  }
  .b-accordion .accordion-content .description p {
    margin-bottom: 24px;
  }
}

.b-hp-gallery {
  background-color: #EAEAEA;
  padding-top: 56px;
  padding-bottom: 64px;
}
.b-hp-gallery .intro {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: -130px;
  padding-bottom: 40px;
}
.b-hp-gallery .intro .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.b-hp-gallery .intro p.text {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.b-hp-gallery .intro p.text strong {
  font-weight: 400;
  color: #FA2B2B;
}
.b-hp-gallery .intro .btn-wrapper {
  margin-top: 14px;
}
.b-hp-gallery.--no-gallery .intro {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .b-hp-gallery {
    padding: 64px 0;
  }
  .b-hp-gallery .intro {
    margin-bottom: -185px;
    padding-bottom: 64px;
  }
  .b-hp-gallery .intro p.text {
    font-size: 80px;
  }
  .b-hp-gallery .intro .btn-wrapper {
    margin-top: 24px;
  }
}

.b-testimonials {
  background-color: #EAEAEA;
  padding-top: 68px;
  padding-bottom: 40px;
}
.b-testimonials.--bg-light {
  background-color: #FFF;
}
.b-testimonials .intro {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 24px;
}
.b-testimonials .intro .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.b-testimonials .intro p.text {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.b-testimonials .swiper-navigation {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.b-testimonials .swiper-navigation a.c-button, .b-testimonials .swiper-navigation a.c-button:visited {
  background-color: #FA2B2B;
}
.b-testimonials .swiper-navigation a.c-button svg, .b-testimonials .swiper-navigation a.c-button:visited svg {
  fill: #FFF;
  stroke: #FFF;
}
.b-testimonials .swiper-navigation a.swiper-custom-button-prev svg, .b-testimonials .swiper-navigation a.swiper-custom-button-prev:visited svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-testimonials .swiper-navigation a.swiper-button-disabled, .b-testimonials .swiper-navigation a.swiper-button-disabled:visited {
  background-color: #F78271;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .b-testimonials {
    padding: 74px 0;
  }
  .b-testimonials .intro .container {
    position: relative;
  }
  .b-testimonials .intro {
    text-align: left;
    margin-bottom: 50px;
  }
  .b-testimonials .intro p.text {
    font-size: 50px;
  }
  .b-testimonials .swiper-navigation {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 48px;
  }
}

.b-account-entry {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  background-color: #F7F3ED;
}
.b-account-entry .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-account-entry .media img, .b-account-entry .media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.b-account-entry .media img.--in-desktop, .b-account-entry .media video.--in-desktop {
  display: none;
}
.b-account-entry .media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.b-account-entry .info {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 104px;
}
.b-account-entry .account-entry-form {
  margin: 0 auto;
  max-width: 430px;
  min-height: 595px;
  padding: 28px;
  padding-bottom: 110px;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.b-account-entry .account-entry-form .title {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 37px;
  position: relative;
  padding-top: 73px;
}
.b-account-entry .account-entry-form .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 47px;
  height: 53px;
  background: url("../img/svg/icon-hat.svg") no-repeat center center;
  background-size: contain;
}
.b-account-entry .account-entry-form .description {
  margin-top: 16px;
  padding: 0 6px;
}
.b-account-entry .account-entry-form .description p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #1C1D21;
  margin-bottom: 0;
}
.b-account-entry .account-entry-form .description p a, .b-account-entry .account-entry-form .description p a:visited {
  color: #1C1D21;
  text-decoration: underline;
}
.b-account-entry .account-entry-form p.additional-link {
  text-align: left;
  padding: 0 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #1C1D21;
  margin-bottom: 0;
}
.b-account-entry .account-entry-form p.additional-link a, .b-account-entry .account-entry-form p.additional-link a:visited {
  color: #1C1D21;
  text-decoration: underline;
}
.b-account-entry .account-entry-form .m-form {
  margin-top: 40px;
}
.b-account-entry .account-entry-form .form-error {
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #F7442C;
}
.b-account-entry .account-entry-form .form-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 38px;
  margin-top: 36px;
}
.b-account-entry .account-entry-form .form-submit {
  margin-top: 0;
}
.b-account-entry .account-entry-message {
  margin: 0 auto;
  max-width: 430px;
  min-height: 595px;
  padding: 28px;
  padding-bottom: 110px;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.b-account-entry .account-entry-message .title {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 37px;
  position: relative;
  padding-top: 73px;
}
.b-account-entry .account-entry-message .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 47px;
  height: 53px;
  background: url("../img/svg/icon-hat.svg") no-repeat center center;
  background-size: contain;
}
.b-account-entry .account-entry-message .entry-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0 6px;
}
.b-account-entry .account-entry-message .entry-message p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #1C1D21;
  margin-bottom: 0;
}
.b-account-entry .account-entry-message .entry-message p a, .b-account-entry .account-entry-message .entry-message p a:visited {
  color: #1C1D21;
  text-decoration: underline;
}
.b-account-entry .account-entry-message .m-form {
  margin-top: 40px;
}
.b-account-entry .account-entry-message .back-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 38px;
  margin-top: 36px;
}
@media (min-width: 1025px) {
  .b-account-entry {
    height: 100dvh;
  }
  .b-account-entry .media img.--in-desktop, .b-account-entry .media video.--in-desktop {
    display: block;
  }
  .b-account-entry .media img.--in-mobile, .b-account-entry .media video.--in-mobile {
    display: none;
  }
  .b-account-entry .info {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
  .b-account-entry .account-entry-form {
    padding: 32px;
    padding-bottom: 122px;
    min-height: 543px;
  }
  .b-account-entry .account-entry-form .description {
    margin-top: 16px;
    padding: 0 4px;
  }
  .b-account-entry .account-entry-form .description p a:hover, .b-account-entry .account-entry-form .description p a:visited:hover {
    color: #FA2B2B;
  }
  .b-account-entry .account-entry-form .m-form {
    margin-top: 32px;
  }
  .b-account-entry .account-entry-form .form-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-account-entry .account-entry-form .form-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    margin-top: 48px;
  }
  .b-account-entry .account-entry-message {
    padding: 32px;
    padding-bottom: 122px;
    min-height: 543px;
  }
  .b-account-entry .account-entry-message .entry-message {
    padding: 0 4px;
  }
  .b-account-entry .account-entry-message .entry-message p {
    font-size: 21px;
    line-height: 25px;
  }
  .b-account-entry .account-entry-message .entry-message p a:hover, .b-account-entry .account-entry-message .entry-message p a:visited:hover {
    color: #FA2B2B;
  }
  .b-account-entry .account-entry-message .back-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    margin-top: 48px;
  }
}

.b-dashboard-intro {
  position: relative;
  width: 100%;
  height: 100vh;
}
.b-dashboard-intro .info {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.b-dashboard-intro .info .image {
  margin-bottom: 34px;
}
.b-dashboard-intro .info .image img {
  display: inline-block;
  width: 132px;
  height: 132px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}
.b-dashboard-intro .info .title {
  font-family: "Marcellus", Georgia, serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 18px;
}
.b-dashboard-intro .info .description p {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 16px;
}
.b-dashboard-intro .info .description p:last-child {
  margin-bottom: 0;
}
.b-dashboard-intro a.scroll-down, .b-dashboard-intro a.scroll-down:visited {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.b-dashboard-intro a.scroll-down svg, .b-dashboard-intro a.scroll-down:visited svg {
  height: 5px;
  width: 10px;
  stroke: #000;
}
@media (min-width: 1025px) {
  .b-dashboard-intro .info .image {
    margin-bottom: 50px;
  }
  .b-dashboard-intro .info .title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
  }
  .b-dashboard-intro a.scroll-down, .b-dashboard-intro a.scroll-down:visited {
    bottom: 24px;
  }
  .b-dashboard-intro a.scroll-down:hover svg, .b-dashboard-intro a.scroll-down:visited:hover svg {
    -webkit-animation: scrollDownArrowAnim 1s infinite;
            animation: scrollDownArrowAnim 1s infinite;
  }
}

.b-account-accordion {
  padding-top: 24px;
  padding-bottom: 64px;
}
.b-account-accordion .container {
  max-width: 1424px;
}
.b-account-accordion .accordion-item.--is-open .accordion-toggle a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.b-account-accordion .accordion-item.--is-open .accordion-toggle span.collapsed {
  display: none;
}
.b-account-accordion .accordion-item.--is-open .accordion-toggle span.opened {
  display: block;
}
.b-account-accordion .accordion-toggle {
  border-top: 1px solid #707070;
}
.b-account-accordion .accordion-toggle a, .b-account-accordion .accordion-toggle a:visited {
  display: block;
  padding: 1rem 0;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  position: relative;
}
.b-account-accordion .accordion-toggle a::after, .b-account-accordion .accordion-toggle a:visited::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 5px;
  background: url("../img/svg/icon-arrow-down-dark.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.b-account-accordion .accordion-toggle {
  position: relative;
}
.b-account-accordion .accordion-toggle span {
  pointer-events: none;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.b-account-accordion .accordion-toggle span.opened {
  display: none;
}
.b-account-accordion .accordion-content {
  display: none;
  padding-top: 32px;
  padding-bottom: 48px;
}
.b-account-accordion .accordion-content .intro {
  margin-bottom: 50px;
}
.b-account-accordion .accordion-content .intro .title {
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 2rem;
}
.b-account-accordion .accordion-content .intro .description p {
  margin-bottom: 16px;
}
.b-account-accordion .accordion-content .intro .description p:last-child {
  margin-bottom: 0;
}
.b-account-accordion .accordion-content > .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.b-account-accordion .accordion-content > .image.--in-desktop {
  display: none;
}
.b-account-accordion .m-form textarea {
  background-color: #FFF;
  border: 1px solid transparent;
}
.b-account-accordion .m-form textarea:focus {
  border-color: #747474;
  caret-color: #000;
  background-color: transparent;
}
.b-account-accordion .next-event {
  width: 100%;
  margin-bottom: 55px;
}
.b-account-accordion .next-event .subtitle {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 26px;
}
.b-account-accordion .next-event .image {
  margin-bottom: 12px;
}
.b-account-accordion .next-event .image img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.b-account-accordion .next-event .image {
  position: relative;
}
.b-account-accordion .next-event .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
}
.b-account-accordion .next-event .image span.date {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  color: #FFF;
  text-transform: uppercase;
}
.b-account-accordion .next-event .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.b-account-accordion .next-event .info p.title {
  width: 100%;
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .b-account-accordion {
    padding-bottom: 120px;
  }
  .b-account-accordion .accordion-item:last-child .accordion-content {
    padding-bottom: 0;
  }
  .b-account-accordion .accordion-toggle a, .b-account-accordion .accordion-toggle a:visited {
    font-size: 18px;
  }
  .b-account-accordion .accordion-toggle span {
    right: 16px;
  }
  .b-account-accordion .accordion-toggle:hover a, .b-account-accordion .accordion-toggle:hover a:visited {
    text-decoration: underline;
  }
  .b-account-accordion .accordion-content {
    padding-bottom: 100px;
  }
  .b-account-accordion .accordion-content .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.52%;
    margin-bottom: 70px;
  }
  .b-account-accordion .accordion-content .intro .title {
    width: 46.54%;
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 0;
  }
  .b-account-accordion .accordion-content .intro .description {
    width: 41.42%;
  }
  .b-account-accordion .accordion-content .intro .description p {
    margin-bottom: 24px;
  }
  .b-account-accordion .accordion-content > .image.--in-desktop {
    display: block;
  }
  .b-account-accordion .accordion-content > .image.--in-mobile {
    display: none;
  }
  .b-account-accordion .next-event .subtitle {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 32px;
  }
  .b-account-accordion .next-event .image {
    margin-bottom: 20px;
  }
  .b-account-accordion .next-event .image img {
    height: 596px;
  }
  .b-account-accordion .next-event .image span.date {
    font-size: 80px;
    line-height: 46px;
  }
}

/* V2 */
.b-contacts-page-intro {
  text-align: center;
  text-transform: uppercase;
  padding-top: 80px;
}
.b-contacts-page-intro .title {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .b-contacts-page-intro {
    padding-top: 120px;
  }
}

.b-hero-partner {
  position: relative;
  width: 100%;
  height: 100dvh;
  background-color: #F7F3ED;
}
.b-hero-partner .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-hero-partner .media img, .b-hero-partner .media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.b-hero-partner .media img.--in-desktop, .b-hero-partner .media video.--in-desktop {
  display: none;
}
.b-hero-partner .media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.b-hero-partner .info {
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.b-hero-partner .info .title, .b-hero-partner .info .text {
  color: #FFF;
}
.b-hero-partner .info .text strong {
  font-weight: 400;
  color: #FA2B2B;
}
.b-hero-partner .info .text {
  font-family: "Marcellus", Georgia, serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  max-width: 456px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.b-hero-partner .logo-image {
  margin-top: 24px;
}
.b-hero-partner .logo-image img {
  display: inline-block;
  max-width: 200px;
  height: auto;
}
.b-hero-partner a.scroll-down, .b-hero-partner a.scroll-down:visited {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.b-hero-partner a.scroll-down svg, .b-hero-partner a.scroll-down:visited svg {
  height: 5px;
  width: 10px;
  stroke: #FFF;
}
.b-hero-partner.--dark .media::after {
  display: none;
}
.b-hero-partner.--dark .info .title, .b-hero-partner.--dark .info .text {
  color: #000;
}
.b-hero-partner.--dark a.scroll-down, .b-hero-partner.--dark a.scroll-down:visited,
.b-hero-partner.--dark a.scroll-down-aux, .b-hero-partner.--dark a.scroll-down-aux:visited {
  color: #000;
}
.b-hero-partner.--dark a.scroll-down svg, .b-hero-partner.--dark a.scroll-down:visited svg,
.b-hero-partner.--dark a.scroll-down-aux svg, .b-hero-partner.--dark a.scroll-down-aux:visited svg {
  stroke: #000;
}
@media (min-width: 1025px) {
  .b-hero-partner .media img.--in-desktop, .b-hero-partner .media video.--in-desktop {
    display: block;
  }
  .b-hero-partner .media img.--in-mobile, .b-hero-partner .media video.--in-mobile {
    display: none;
  }
  .b-hero-partner .info {
    bottom: 80px;
  }
  .b-hero-partner .info .title {
    font-size: 88px;
    line-height: 92px;
  }
  .b-hero-partner .info .text {
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .b-hero-partner .logo-image {
    margin-top: 0;
  }
  .b-hero-partner .logo-image img {
    max-width: 265px;
  }
  .b-hero-partner a.scroll-down, .b-hero-partner a.scroll-down:visited {
    bottom: 24px;
  }
  .b-hero-partner a.scroll-down:hover svg, .b-hero-partner a.scroll-down:visited:hover svg {
    -webkit-animation: scrollDownArrowAnim 1s infinite;
            animation: scrollDownArrowAnim 1s infinite;
  }
}

.b-destinations-list {
  background-color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 60px;
}
.b-destinations-list .container {
  max-width: 1436px;
}
.b-destinations-list .intro {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 922px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.b-destinations-list .intro .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.b-destinations-list .intro .subtitle {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}
.b-destinations-list .intro .subtitle strong {
  font-weight: 400;
  color: #FA2B2B;
}
@media (min-width: 1025px) {
  .b-destinations-list {
    padding-top: 90px;
    padding-bottom: 150px;
  }
  .b-destinations-list .intro {
    margin-bottom: 32px;
  }
  .b-destinations-list .intro .subtitle {
    font-size: 50px;
  }
}

.b-destinations-list .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.b-destinations-list .list > .item {
  background-color: #EAEAEA;
  border-radius: 10px;
  padding: 16px;
}
.b-destinations-list .list > .item .image {
  width: 100%;
  padding-top: 75%;
  position: relative;
  margin-bottom: 22px;
}
.b-destinations-list .list > .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-destinations-list .list > .item .info {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}
.b-destinations-list .list > .item .title {
  font-size: 35px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 40px;
}
.b-destinations-list .list > .item .description p {
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 20px;
}
.b-destinations-list .list > .item .description p:last-child {
  margin-bottom: 0;
}
.b-destinations-list .list > .item .btn-wrapper {
  margin-top: 40px;
}
.b-destinations-list .list > .item {
  grid-column: span 2;
}
.b-destinations-list .list.cols-1 > .item {
  grid-column: span 6;
}
.b-destinations-list .list.cols-2 > .item {
  grid-column: span 3;
}
.b-destinations-list .list.cols-3 > .item {
  grid-column: span 2;
}
.b-destinations-list .list.last-1 > .item:last-child {
  grid-column: span 6;
}
.b-destinations-list .list.last-2 > .item:nth-last-child(2), .b-destinations-list .list.last-2 > .item:last-child {
  grid-column: span 3;
}
@media (min-width: 1440px) {
  .b-destinations-list .list > .item {
    position: relative;
    padding-bottom: 82px;
  }
  .b-destinations-list .list > .item .info .btn-wrapper {
    position: absolute;
    bottom: 24px;
    left: 32px;
    margin-top: 0;
  }
  .b-destinations-list .list.cols-2 > .item, .b-destinations-list .list.last-2 > .item:nth-last-child(2), .b-destinations-list .list.last-2 > .item:last-child {
    padding-bottom: 122px;
  }
  .b-destinations-list .list.cols-2 > .item .title, .b-destinations-list .list.last-2 > .item:nth-last-child(2) .title, .b-destinations-list .list.last-2 > .item:last-child .title {
    margin-bottom: 52px;
  }
  .b-destinations-list .list.cols-2 > .item .image, .b-destinations-list .list.last-2 > .item:nth-last-child(2) .image, .b-destinations-list .list.last-2 > .item:last-child .image {
    padding-top: 48.32%;
  }
  .b-destinations-list .list.cols-1 > .item, .b-destinations-list .list.last-1 > .item:last-child {
    padding-bottom: 24px;
  }
  .b-destinations-list .list.cols-1 > .item .image, .b-destinations-list .list.last-1 > .item:last-child .image {
    padding-top: 35.1%;
  }
  .b-destinations-list .list.cols-1 > .item .title, .b-destinations-list .list.last-1 > .item:last-child .title {
    margin-bottom: 62px;
  }
  .b-destinations-list .list.cols-1 > .item .description, .b-destinations-list .list.last-1 > .item:last-child .description {
    max-width: 770px;
  }
  .b-destinations-list .list.cols-1 > .item .btn-wrapper, .b-destinations-list .list.last-1 > .item:last-child .btn-wrapper {
    right: 32px;
    left: auto;
  }
}
@media (max-width: 1439px) {
  .b-destinations-list .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .b-destinations-list .list > .item, .b-destinations-list .list.cols-1 > .item, .b-destinations-list .list.cols-2 > .item, .b-destinations-list .list.cols-3 > .item, .b-destinations-list .list.last-1 > .item:last-child, .b-destinations-list .list.last-2 > .item:nth-last-child(2), .b-destinations-list .list.last-2 > .item:last-child {
    grid-column: span 1;
  }
  .b-destinations-list .list > .item .image {
    margin-bottom: 20px;
  }
  .b-destinations-list .list > .item .info {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
  }
  .b-destinations-list .list > .item .title {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .b-destinations-list .list > .item .description p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .b-destinations-list .list > .item .btn-wrapper {
    margin-top: 24px;
  }
}
@media (max-width: 1024px) {
  .b-destinations-list .list {
    grid-template-columns: 1fr;
  }
}

.b-partner-info {
  background-color: #FFF;
  padding-bottom: 60px;
}
.b-partner-info .intro {
  margin-bottom: 32px;
}
.b-partner-info .intro .title {
  font-family: "Marcellus", Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.b-partner-info .intro .description p {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 1rem;
}
.b-partner-info .intro .description p:last-child {
  margin-bottom: 0;
}
.b-partner-info .media {
  position: relative;
}
.b-partner-info .media video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.b-partner-info .media .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-partner-info .media .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.b-partner-info .media .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.b-partner-info .media a.btn-video, .b-partner-info .media a.btn-video:visited {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  letter-spacing: 2px;
}
.b-partner-info .media a.btn-video span.pause, .b-partner-info .media a.btn-video:visited span.pause {
  display: none;
}
.b-partner-info .media.--playing a.btn-video, .b-partner-info .media.--playing a.btn-video:visited {
  top: 10px;
  left: 10px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 60px;
  height: 60px;
  font-size: 10px;
}
.b-partner-info .media.--playing a.btn-video span.play {
  display: none;
}
.b-partner-info .media.--playing a.btn-video span.pause {
  display: block;
}
.b-partner-info .highlight-text {
  margin-top: 32px;
}
.b-partner-info .highlight-text p {
  font-family: "Marcellus", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.b-partner-info .highlight-text p strong {
  color: #FA2B2B;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .b-partner-info {
    padding-bottom: 150px;
  }
  .b-partner-info .intro {
    margin-bottom: 50px;
  }
  .b-partner-info .intro .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .b-partner-info .intro .description p {
    font-size: 22px;
    line-height: 25px;
  }
  .b-partner-info .media a.btn-video:hover, .b-partner-info .media a.btn-video:visited:hover {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
  .b-partner-info .highlight-text {
    margin-top: 60px;
  }
  .b-partner-info .highlight-text p {
    font-size: 42px;
    line-height: 46px;
  }
}

.b-global-presence-v2 {
  background-color: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F7F3ED;
}
.b-global-presence-v2.--in-contacts {
  background-color: #FFFFFF;
}
.b-global-presence-v2 .intro {
  text-align: center;
  margin-bottom: 20px;
}
.b-global-presence-v2 .intro .title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.b-global-presence-v2 .intro .subtitle {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}
.b-global-presence-v2 .intro .subtitle strong {
  font-weight: 400;
  color: #FA2B2B;
}
.b-global-presence-v2 .partners-regions {
  margin-bottom: 30px;
}
.b-global-presence-v2 .partners-regions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.b-global-presence-v2 .partners-regions ul li a, .b-global-presence-v2 .partners-regions ul li a:visited {
  font-family: "Marcellus", Georgia, serif;
}
.b-global-presence-v2 .partners-regions ul li.--active a, .b-global-presence-v2 .partners-regions ul li.--active a:visited {
  background-color: #000;
  color: #FFF;
}
.b-global-presence-v2 .media {
  margin: 0 -90px;
  margin-top: -20px;
}
.b-global-presence-v2 .media img, .b-global-presence-v2 .media video {
  display: block;
  margin: 0 auto;
  width: 540px;
  height: auto;
}
.b-global-presence-v2 .partners-locations ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.b-global-presence-v2 .partners-locations ul li a, .b-global-presence-v2 .partners-locations ul li a:visited {
  font-size: 1rem;
  line-height: 1;
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 12px;
  padding-right: 78px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.b-global-presence-v2 .partners-locations ul li a span, .b-global-presence-v2 .partners-locations ul li a:visited span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FA2B2B;
  border-radius: 5px;
  width: 58px;
  height: 30px;
}
.b-global-presence-v2 .partners-locations ul li a span svg, .b-global-presence-v2 .partners-locations ul li a:visited span svg {
  width: 18px;
  height: 10px;
  stroke: #FFF;
}
.b-global-presence-v2 .partners-locations ul li.is-hiding {
  display: none;
}
.b-global-presence-v2 .global-presence-values ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.b-global-presence-v2 .global-presence-values ul li {
  text-align: center;
  text-transform: uppercase;
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  line-height: 1;
}
.b-global-presence-v2 .global-presence-values ul li > span {
  display: block;
}
.b-global-presence-v2 .global-presence-values ul li .value {
  font-family: "Marcellus", Georgia, serif;
  font-size: 60px;
}
.b-global-presence-v2 .global-presence-values ul li .name {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (min-width: 1025px) {
  .b-global-presence-v2 {
    padding: 90px 0;
  }
  .b-global-presence-v2 .intro {
    margin-bottom: 22px;
  }
  .b-global-presence-v2 .intro .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
  }
  .b-global-presence-v2 .intro .subtitle {
    font-size: 42px;
    line-height: 45px;
  }
  .b-global-presence-v2 .media {
    margin: 0;
    margin-top: -30px;
    margin-bottom: -10px;
  }
  .b-global-presence-v2 .media img, .b-global-presence-v2 .media video {
    width: 920px;
  }
  .b-global-presence-v2 .partners-regions {
    margin-bottom: 30px;
  }
  .b-global-presence-v2 .partners-regions ul {
    gap: 12px;
  }
  .b-global-presence-v2 .partners-regions ul li a:hover, .b-global-presence-v2 .partners-regions ul li a:visited:hover {
    background-color: #000;
    color: #FFF;
  }
  .b-global-presence-v2 .partners-locations ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns for desktop */
  }
  .b-global-presence-v2 .partners-locations ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .b-global-presence-v2 .partners-locations ul li a, .b-global-presence-v2 .partners-locations ul li a:visited {
    font-size: 1.125rem;
    padding: 10px;
    padding-right: 73px;
  }
  .b-global-presence-v2 .partners-locations ul li a span, .b-global-presence-v2 .partners-locations ul li a:visited span {
    right: 5px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .b-global-presence-v2 .partners-locations ul li a span svg, .b-global-presence-v2 .partners-locations ul li a:visited span svg {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .b-global-presence-v2 .partners-locations ul li a:hover, .b-global-presence-v2 .partners-locations ul li a:visited:hover {
    background-color: #000;
    color: #FFF;
  }
  .b-global-presence-v2 .partners-locations ul li a:hover span, .b-global-presence-v2 .partners-locations ul li a:visited:hover span {
    background-color: #262626;
  }
  .b-global-presence-v2 .partners-locations ul li a:hover span svg, .b-global-presence-v2 .partners-locations ul li a:visited:hover span svg {
    stroke: #FFF;
  }
  .b-global-presence-v2 .global-presence-values ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
  .b-global-presence-v2 .global-presence-values ul li .value {
    font-size: 90px;
  }
  .b-global-presence-v2 .global-presence-values ul li .name {
    margin-top: 20px;
    font-size: 16px;
  }
}

.b-cta {
  padding: 60px 0;
  padding-bottom: 80px;
  background-color: #FFF;
}
.b-cta .info {
  text-align: center;
}
.b-cta .info p.text {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.b-cta .info p.text strong {
  font-weight: 400;
  color: #FA2B2B;
}
.b-cta .info .btn-wrapper {
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .b-cta {
    padding: 100px 0;
    padding-bottom: 200px;
  }
  .b-cta .intro p.text {
    font-size: 50px;
  }
  .b-cta .btn-wrapper {
    margin-top: 26px;
  }
}

.b-founder-quote {
  padding: 60px 0;
  background-color: #FFF;
}
.b-founder-quote .container {
  max-width: 1420px;
}
.b-founder-quote .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.b-founder-quote .info {
  margin: 40px 0;
  text-align: center;
}
.b-founder-quote .info p.author {
  line-height: 19px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.b-founder-quote .info p.author span {
  font-weight: 400;
  font-family: "Marcellus", Georgia, serif;
  font-size: 14px;
}
.b-founder-quote .info .quote p {
  font-family: "Marcellus", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}
@media (min-width: 1190px) {
  .b-founder-quote {
    padding: 0;
  }
  .b-founder-quote .container {
    position: relative;
    padding-top: 140px;
    padding-bottom: 194px;
  }
  .b-founder-quote .image {
    position: absolute;
  }
  .b-founder-quote .image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .b-founder-quote .info {
    max-width: 600px;
    margin: 0 auto;
  }
  .b-founder-quote .info p.author {
    font-size: 14px;
    margin-bottom: 34px;
  }
  .b-founder-quote .info p.author span {
    font-size: 16px;
  }
  .b-founder-quote .info .quote p {
    font-size: 30px;
    line-height: 38px;
  }
  .b-founder-quote .image-1 {
    top: 140px;
    left: 0;
    width: 262px;
    height: 262px;
  }
  .b-founder-quote .image-2 {
    bottom: 0;
    right: 0;
    width: 287px;
    height: 245px;
  }
}

.b-cards-text-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.b-cards-text-small.--bg-light {
  background-color: #FFF;
}
.b-cards-text-small .container {
  max-width: 1376px;
}
.b-cards-text-small .intro {
  text-align: center;
  max-width: 1124px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.b-cards-text-small .intro .title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.b-cards-text-small .intro .subtitle {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}
.b-cards-text-small .intro .subtitle strong {
  font-weight: 400;
  color: #FA2B2B;
}
.b-cards-text-small .intro .btn-wrapper {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .b-cards-text-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .b-cards-text-small.--cols-2 .m-cards-text-small {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for desktop */
  }
  .b-cards-text-small.--cols-3 .m-cards-text-small {
    grid-template-columns: repeat(3, 1fr); /* 3 columns for desktop */
  }
  .b-cards-text-small.--cols-4 .m-cards-text-small {
    grid-template-columns: repeat(4, 1fr); /* 4 columns for desktop */
  }
  .b-cards-text-small .intro {
    margin-bottom: 42px;
  }
  .b-cards-text-small .intro .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
  }
  .b-cards-text-small .intro .subtitle {
    font-size: 42px;
    line-height: 45px;
  }
  .b-cards-text-small .intro .subtitle.--large {
    font-size: 72px;
    line-height: 1;
  }
  .b-cards-text-small .intro .btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
}

.b-partners-list-slider {
  background-color: #EAEAEA;
  padding-top: 68px;
  padding-bottom: 40px;
}
.b-partners-list-slider.--bg-light {
  background-color: #FFF;
}
.b-partners-list-slider .intro {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 24px;
}
.b-partners-list-slider .intro .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.b-partners-list-slider .intro p.text {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.b-partners-list-slider .intro p.text strong {
  font-weight: 400;
  color: #FA2B2B;
}
.b-partners-list-slider .swiper-navigation {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.b-partners-list-slider .swiper-navigation a.c-button, .b-partners-list-slider .swiper-navigation a.c-button:visited {
  background-color: #FA2B2B;
}
.b-partners-list-slider .swiper-navigation a.c-button svg, .b-partners-list-slider .swiper-navigation a.c-button:visited svg {
  fill: #FFF;
  stroke: #FFF;
}
.b-partners-list-slider .swiper-navigation a.swiper-custom-button-prev svg, .b-partners-list-slider .swiper-navigation a.swiper-custom-button-prev:visited svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-partners-list-slider .swiper-navigation a.swiper-button-disabled, .b-partners-list-slider .swiper-navigation a.swiper-button-disabled:visited {
  background-color: #F78271;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .b-partners-list-slider {
    padding: 74px 0;
  }
  .b-partners-list-slider .intro .container {
    position: relative;
  }
  .b-partners-list-slider .intro {
    text-align: left;
    margin-bottom: 50px;
  }
  .b-partners-list-slider .intro p.text {
    font-size: 50px;
  }
  .b-partners-list-slider .swiper-navigation {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 48px;
  }
}

.page-404 {
  text-align: center;
  padding: 140px 0;
}
.page-404 .title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-404 .subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-404 .description {
  font-family: "Subito", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}
.page-404 .btn-wrapper {
  margin-top: 72px;
}
@media (min-width: 1025px) {
  .page-404 {
    padding: 235px 0;
  }
  .page-404 .btn-wrapper {
    margin-top: 28px;
  }
}

.page-about {
  background-color: #EAEAEA;
}

.partner-detail-info {
  background-color: #F3D9B6;
  padding-bottom: 70px;
}
@media (min-width: 1025px) {
  .partner-detail-info {
    padding-bottom: 140px;
  }
}
/*# sourceMappingURL=app.css.map */
