/*
Theme Name: OTA
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

.left-align {
  text-align: left !important;
}

.center-align {
  text-align: center !important;
}

.right-align {
  text-align: right !important;
}

.justify-align {
  text-align: justify !important;
}

.top-align {
  vertical-align: top !important;
}

.middle-align {
  vertical-align: middle !important;
}

.bottom-align {
  vertical-align: bottom !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "Marydale";
  src: url("./assets/fonts/Marydale.woff2") format("woff2"), url("./assets/fonts/Marydale.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Black.woff2") format("woff2"), url("./assets/fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("./assets/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #231F20;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  min-width: 320px;
}

#page {
  max-width: 100%;
  overflow: hidden;
}

section,
.module {
  margin: 120px 0;
}
@media (max-width: 1679px) {
  section,
.module {
    margin: 80px 0;
  }
}
@media (max-width: 575px) {
  section,
.module {
    margin: 50px 0;
  }
}

.wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1303px;
  padding: 0 40px;
}
@media (max-width: 575px) {
  .wrapper {
    padding: 0 18px;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  color: #231F20;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.1em;
  letter-spacing: 0em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  font-size: 100px;
  font-weight: 900;
  color: #00B27C;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0 0 25px;
  letter-spacing: -0.02em;
}

h2, .h2 {
  font-size: 64px;
  font-weight: 700;
  color: #00B27C;
  text-transform: uppercase;
  line-height: 1.3125;
  margin: 0 0 22px;
  letter-spacing: -0.02em;
}

h3, .h3 {
  font-family: "Marydale";
  line-height: 1.1;
  font-size: 48px;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: #000;
}

h4, .h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #00B27C;
  line-height: 1.5;
}

p {
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  background-color: transparent;
  color: #009566;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
a:hover, a:focus {
  color: #007a5e;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.button {
  background-color: #00B27C;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 52px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.25em;
  margin: 0;
  padding: 13px 43px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  will-change: transform;
}
.button:hover, .button:focus {
  background-color: #009566;
  color: #fff;
  text-decoration: none;
}
.button.primary-alt {
  background-color: #fff;
  color: #00B27C;
}
.button.primary-alt:hover, .button.primary-alt:focus {
  background-color: #000;
  color: #fff;
}
@media (max-width: 575px) {
  .button {
    padding: 10px 30px;
    font-size: 14px;
  }
}

hr {
  margin: 1.5em 0;
  height: 1px;
  background-color: #ddd;
  border: 0;
}

blockquote {
  color: #cc0000;
  font-weight: 700;
  margin: 3em 0;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote strong {
  display: block;
  margin-top: 30px;
  font-size: 0.9em;
}
blockquote strong:before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #cc0000;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 100%;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 15px;
  margin-top: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  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. */
}

.site-content ul, .site-content ol {
  padding: 0 0 0 1em;
  margin: 0 0 1.5em;
}
.site-content ul li, .site-content ol li {
  margin-bottom: 10px;
}
.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
  margin: 0;
}
.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 0 0 1em;
}
.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.site-content .wysiwyg-columns.three img {
  width: 100%;
}
@media (max-width: 1303px) {
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img {
    width: unset;
  }
}

.background-image {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
}

.bg-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.small-header {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-header {
  padding: 40px 0;
}
.site-header .wrapper {
  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;
  max-width: 100%;
}
.site-header .site-logo {
  max-width: 224px;
}
.site-header .site-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.site-header aside {
  background: #00B27C;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  top: 101px;
  left: 100%;
  height: calc(100vh - 101px);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 0 0 100px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 20px;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
}
.nav-on .site-header aside {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.site-header aside nav {
  padding-top: 3px;
}
.site-header aside nav .nav-element {
  border-bottom: solid 1px #fff;
}
.site-header aside nav .nav-element a {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  padding: 17px 20px 15px;
  line-height: 1em;
  text-decoration: none;
}
.site-header aside nav .nav-element a:hover, .site-header aside nav .nav-element a:focus {
  color: #231F20;
}
@media (max-width: 1303px) {
  .site-header {
    padding: 30px 0;
  }
  .site-header aside {
    top: 120px;
    height: calc(100vh - 120px);
  }
}

.nav-toggle {
  width: 33px;
  height: 21px;
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 3px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #00B27C;
}
.nav-toggle i:before {
  content: "";
  top: -9px;
}
.nav-toggle i:after {
  content: "";
  top: 9px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}

.site-footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.site-footer .left {
  background: url(./assets/img/footer-line.svg) no-repeat right center;
  min-height: 270px;
  padding-right: 120px;
  min-width: 620px;
  color: #4B4B4B;
  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;
}
.site-footer .left a {
  color: #4B4B4B;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.site-footer .left a:hover {
  color: #00B27C;
}
.site-footer .left .logo {
  font-family: "Marydale";
  font-size: 34px;
  line-height: 1;
  margin: 0 0 72px;
  padding-left: 140px;
}
.site-footer .left .logo img {
  display: block;
  margin: 20px 0 0;
}
.site-footer .left .copyright {
  display: inline-block;
}
.site-footer .left .copyright > *::after {
  content: " | ";
  margin: 0 3px;
}
.site-footer .left .copyright > *:last-child::after {
  display: none;
}
.site-footer .left .copyright .nav-element {
  display: inline-block;
}
@media (max-width: 1079px) {
  .site-footer {
    margin: 30px 0;
    background: url(./assets/img/footer-line-mobile.svg) no-repeat left top;
    background-size: 262px auto;
    padding-top: 40px;
  }
  .site-footer .wrapper {
    -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: 60px;
  }
  .site-footer .left {
    padding: 0;
    background: none;
    min-height: 0;
    min-width: 0;
  }
  .site-footer .left .logo {
    padding: 0;
    margin: 0 0 40px;
  }
  .site-footer .right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 575px) {
  .site-footer .left {
    font-size: 14px;
  }
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.hero-home {
  padding: 50px 0 413px;
  margin: 0 0 120px;
  background-size: 3223px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.hero-home h1 .flip-inline {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}
.hero-home h1 .flip-inline:after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  right: 0;
  height: 5px;
  background: currentColor;
}
.hero-home h2 {
  font-size: 34px;
  color: #000;
}
.hero-home .badge {
  max-width: 617px;
  width: 100%;
  height: auto;
}
@media (max-width: 1438px) {
  .hero-home {
    padding-top: 3.47vw;
    padding-bottom: 28.68vw;
    background-size: 223.82vw auto;
  }
}
@media (max-width: 1303px) {
  .hero-home h1 {
    font-size: 7.687vw;
    margin: 0 0 0.25em;
  }
  .hero-home h1 .flip-inline:after {
    height: 3px;
  }
  .hero-home h2 {
    font-size: 2.607vw;
  }
  .hero-home .badge {
    max-width: 47.315vw;
  }
}
@media (max-width: 575px) {
  .hero-home {
    margin-bottom: 30px;
  }
  .hero-home h1 {
    font-size: 8.888vw;
  }
  .hero-home h1 .flip-inline:after {
    height: 2px;
  }
  .hero-home h2 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .hero-home h1 {
    font-size: 8vw;
  }
}

.hero-sub {
  padding: 0 0 200px;
  margin: 100px 0;
  background-size: 1920px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
}
.hero-sub h1 .flip-inline {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}
.hero-sub h1 .flip-inline:after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  right: 0;
  height: 5px;
  background: currentColor;
}
.hero-sub h2 {
  font-size: 34px;
  color: #000;
  margin-bottom: 50px;
}
.hero-sub img {
  display: block;
  width: 100%;
  max-width: 878px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1438px) {
  .hero-sub {
    margin-top: 8vw;
    padding-bottom: 15vw;
    background-size: 135vw auto;
  }
}
@media (max-width: 1303px) {
  .hero-sub h1 {
    font-size: 7.687vw;
    margin: 0 0 0.25em;
  }
  .hero-sub h1 .flip-inline:after {
    height: 3px;
  }
  .hero-sub h2 {
    font-size: 2.607vw;
  }
}
@media (max-width: 575px) {
  .hero-sub {
    margin: 30px 0;
  }
  .hero-sub h1 {
    font-size: 8.888vw;
  }
  .hero-sub h1 .flip-inline:after {
    height: 2px;
  }
  .hero-sub h2 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .hero-sub h1 {
    font-size: 8vw;
  }
}

.standard-text .table-wrapper {
  width: 100%;
  overflow: auto;
}
.standard-text table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.standard-text table th,
.standard-text table td {
  border: 1px solid #ddd;
  padding: 8px;
  min-width: 150px;
}
.standard-text table th {
  background: #f4f4f4;
  font-weight: 900;
  text-align: left;
}

.center-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 1080px;
  position: relative;
  margin: 0 0 100px;
  padding: 0;
}
.center-text .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vw;
  z-index: -1;
  background: url(./assets/img/shelves.svg) no-repeat center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200% auto;
}
.center-text .wrapper {
  max-width: 754px;
}
.center-text h2 {
  margin-bottom: 22px;
}
.center-text h3 {
  max-width: 500px;
  margin: 116px auto 22px;
}
.center-text h4 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin: 3em 0 1.5em;
}
.center-text p {
  max-width: 535px;
  margin: 0 auto 22px;
  text-align: center;
}
.center-text p img {
  margin-left: auto;
  margin-right: auto;
}
.center-text .button {
  margin-top: 66px;
}
@media (max-width: 1679px) {
  .center-text .bg {
    background-size: 280% auto;
  }
}
@media (max-width: 1303px) {
  .center-text {
    min-height: 82.82vw;
  }
  .center-text .wrapper {
    max-width: 56vw;
  }
  .center-text h2 {
    font-size: 4.9vw;
  }
  .center-text h3 {
    font-size: 3.68vw;
    max-width: 38.34vw;
    margin-top: 8.9vw;
  }
  .center-text .logo {
    max-width: 53px;
  }
  .center-text .bg {
    background-size: 250% auto;
  }
}
@media (max-width: 1079px) {
  .center-text .button {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .center-text {
    min-height: 115.82vw;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .center-text .bg {
    background-size: 350% auto;
  }
  .center-text .wrapper {
    max-width: calc(59vw + 40px);
  }
  .center-text h2 {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 16px;
  }
  .center-text h3 {
    font-size: 24px;
    max-width: 200px;
    margin: 25px auto 15px;
  }
}

.text-scroll-image {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 200px;
}
.text-scroll-image .wrapper {
  max-width: 940px;
}
.text-scroll-image h2 {
  margin: 0 0 28px;
}
.text-scroll-image h3 {
  margin: 1em 0 0;
}
.text-scroll-image p {
  margin: 0 0 24px;
}
.text-scroll-image figure {
  margin: 90px auto 0;
  position: relative;
  max-width: 1440px;
}
.text-scroll-image figure .logo {
  width: 65%;
  max-width: 870px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  border: solid 20px #fff;
  background-color: #fff;
}
.text-scroll-image figure .scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .text-scroll-image {
    font-size: initial;
    line-height: initial;
  }
  .text-scroll-image h2 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .text-scroll-image {
    margin-bottom: 90px;
  }
  .text-scroll-image h2 {
    font-size: 24px;
  }
  .text-scroll-image h3 {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
  .text-scroll-image p {
    margin: 0 0 16px;
  }
  .text-scroll-image figure {
    margin-top: 40px;
  }
  .text-scroll-image figure .logo {
    max-width: 60%;
    border-width: 10px;
  }
}

.text-background-image {
  background-position: center bottom 15px;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 70px;
  background-size: min(100%, 1920px) auto;
}
.text-background-image .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 40px;
  max-width: 1220px;
}
.text-background-image.light {
  margin: 0;
  color: #fff;
}
.text-background-image.light h1, .text-background-image.light h2, .text-background-image.light h3, .text-background-image.light h4, .text-background-image.light h5, .text-background-image.light h6, .text-background-image.light .h1, .text-background-image.light .h2, .text-background-image.light .h3, .text-background-image.light .h4, .text-background-image.light .h5, .text-background-image.light .h6 {
  color: inherit;
}
.text-background-image.dark {
  padding-top: 0;
  margin-top: 70px;
  color: #000;
}
.text-background-image.dark h1, .text-background-image.dark h2, .text-background-image.dark h3, .text-background-image.dark h4, .text-background-image.dark h5, .text-background-image.dark h6, .text-background-image.dark .h1, .text-background-image.dark .h2, .text-background-image.dark .h3, .text-background-image.dark .h4, .text-background-image.dark .h5, .text-background-image.dark .h6 {
  color: #000;
}
.text-background-image h2 {
  font-size: 50px;
  line-height: 1.2em;
  margin-bottom: 0.25em;
}
@media (max-width: 1303px) {
  .text-background-image h2 {
    font-size: 4.9vw;
  }
}
@media (max-width: 1079px) {
  .text-background-image {
    background-size: 1440px auto;
  }
  .text-background-image .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .text-background-image h2 {
    font-size: 24px;
  }
}

.cta-split {
  margin: 0 0 60px;
  font-size: 24px;
}
.cta-split .wrapper {
  max-width: 1336px;
}
.cta-split h2 {
  margin: 0 0 10px;
}
.cta-split p {
  margin: 0 0 24px;
}
.cta-split .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 48px;
  margin-top: -50px;
}
.cta-split .grid figure {
  margin: 0;
}
.cta-split .grid figure img {
  width: 100%;
  height: auto;
}
.cta-split .grid aside {
  max-width: 346px;
  text-align: center;
  padding-bottom: 150px;
}
.cta-split .grid aside h3 {
  margin: 0 0 24px;
}
.cta-split .grid aside p {
  font-size: 16px;
}
.cta-split .grid aside p img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1022px) {
  .cta-split .grid {
    margin: 20px 0 0;
  }
  .cta-split .grid aside {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cta-split .grid {
    display: block;
  }
  .cta-split .grid figure {
    max-width: 188px;
    margin: 29px auto 28px;
  }
  .cta-split .grid aside {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .cta-split {
    font-size: 16px;
  }
  .cta-split h2 {
    font-size: 24px;
  }
  .cta-split h3 {
    font-size: 24px;
  }
  .cta-split .grid aside p {
    font-size: 14px;
  }
  .cta-split .button {
    display: block;
    text-align: center;
  }
}

.bottom-line {
  margin: 0 0 180px;
}
.bottom-line .wrapper {
  max-width: 964px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.bottom-line .wrapper > * {
  width: 50%;
  min-width: 50%;
}
.bottom-line figure {
  direction: rtl;
  position: relative;
  margin: 0;
  padding: 0;
}
.bottom-line figure .img {
  width: 50vw;
  max-width: 638px;
}
.bottom-line figure .line {
  position: absolute;
  top: 540px;
  left: 310px;
  min-width: 875px;
}
.bottom-line aside {
  padding-left: 20px;
}
.bottom-line aside h2 {
  font-size: 34px;
  margin: 0 0 16px;
  line-height: 1.17em;
}
.bottom-line aside p {
  margin: 0 0 20px;
}
.bottom-line aside ul {
  list-style: none;
  margin: 0 0 140px;
  padding: 0;
}
.bottom-line aside ul li {
  background: url(./assets/img/check.svg) no-repeat left top;
  padding-left: 56px;
  margin-bottom: 24px;
  min-height: 36px;
}
.bottom-line aside .line {
  display: none;
}
@media (max-width: 1272px) {
  .bottom-line figure .line {
    display: none;
  }
  .bottom-line aside ul {
    margin-bottom: 0;
  }
  .bottom-line aside .line {
    display: block;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .bottom-line .wrapper {
    display: block;
  }
  .bottom-line .wrapper > * {
    width: auto;
    min-width: 0;
  }
  .bottom-line figure {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -10vw;
    padding-left: 20.2vw;
    width: 100vw !important;
  }
  .bottom-line figure .img {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .bottom-line aside {
    padding-left: 0;
    padding-top: 40px;
  }
  .bottom-line aside .line {
    margin-left: -80px;
    min-width: 340px;
  }
}
@media (max-width: 575px) {
  .bottom-line {
    margin: 0 0 80px;
  }
  .bottom-line aside h2 {
    font-size: 24px;
  }
  .bottom-line h3 {
    font-size: 24px;
  }
  .bottom-line figure {
    margin-left: -18px;
    margin-right: -18px;
  }
}

.text-image .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1220px;
}
.text-image aside {
  padding-right: 100px;
  font-weight: 500;
}
.text-image aside h2 {
  font-size: 50px;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.text-image aside h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3em;
  margin: 0 0 1em;
}
.text-image figure {
  margin-right: -120px;
}
@media (max-width: 1303px) {
  .text-image aside {
    padding-right: 50px;
  }
  .text-image aside h2 {
    font-size: 4.9vw;
  }
  .text-image aside h3 {
    font-size: 20px;
  }
  .text-image figure {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .text-image .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
@media (max-width: 575px) {
  .text-image aside h2 {
    font-size: 24px;
  }
}

.text-badges .wrapper {
  max-width: 1220px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.text-badges aside:first-child {
  padding-right: 100px;
}
.text-badges aside h2 {
  font-size: 50px;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.text-badges .title-info {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5em;
  position: relative;
  padding-top: 1.75em;
  line-height: 1.2em;
  max-width: 580px;
}
.text-badges .title-info span {
  max-width: 384px;
}
.text-badges .title-info svg, .text-badges .title-info img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1303px) {
  .text-badges aside:first-child {
    padding-right: 50px;
  }
  .text-badges aside h2 {
    font-size: 4.9vw;
  }
  .text-badges .title-info {
    font-size: 20px;
    padding-top: 1.5em;
    max-width: 480px;
  }
  .text-badges .title-info span {
    max-width: 320px;
  }
  .text-badges .title-info svg, .text-badges .title-info img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .text-badges .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .text-badges .title-info {
    padding-top: 2em;
  }
}
@media (max-width: 575px) {
  .text-badges aside h2 {
    font-size: 24px;
  }
}

.quick-hit {
  margin-bottom: 200px;
}
.quick-hit .content {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.quick-hit .content h2 {
  margin-bottom: 0.25em;
  line-height: 1.2em;
}
.quick-hit .content h3 {
  font-size: 26px;
  margin-bottom: 1.5em;
}
.quick-hit .content a {
  font-weight: bold;
  text-decoration: underline;
}
.quick-hit .content a:hover, .quick-hit .content a:focus {
  color: #000;
}
.quick-hit .content p strong {
  font-weight: bold;
  color: #00B27C;
  text-decoration: underline;
}
.quick-hit .info-title {
  margin-bottom: 28px;
}
.quick-hit .green-bar {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: #00B27C;
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
}
.quick-hit .green-bar:before, .quick-hit .green-bar::after {
  content: "";
  position: absolute;
  width: 195px;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.quick-hit .green-bar::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 178, 124, 0)), to(#00B27C));
  background: linear-gradient(270deg, rgba(0, 178, 124, 0) 0%, #00B27C 100%);
  left: 0;
}
.quick-hit .green-bar:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 178, 124, 0)), to(#00B27C));
  background: linear-gradient(90deg, rgba(0, 178, 124, 0) 0%, #00B27C 100%);
}
.quick-hit .green-bar .track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 47px 0;
}
.quick-hit .green-bar .track .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}
@media (max-width: 1679px) {
  .quick-hit {
    margin-bottom: 120px;
  }
}
@media (max-width: 1303px) {
  .quick-hit h2 {
    font-size: 6vw;
  }
}
@media (max-width: 575px) {
  .quick-hit {
    margin-bottom: 75px;
  }
  .quick-hit h2 {
    font-size: 32px;
  }
  .quick-hit .content {
    margin-bottom: 1.5em;
  }
  .quick-hit .info-title {
    margin-bottom: 1em;
  }
  .quick-hit .info-title img {
    max-width: max(30vw, 200px);
    height: auto;
    display: block;
  }
  .quick-hit .green-bar {
    font-size: 16px;
  }
  .quick-hit .green-bar::before, .quick-hit .green-bar::after {
    width: 40px;
  }
  .quick-hit .green-bar .track {
    padding: 30px 0;
  }
  .quick-hit .green-bar .track .item svg {
    width: 14px;
    height: auto;
  }
}

.bread {
  position: relative;
}
.bread h2 {
  max-width: 835px;
  margin: 0 auto 10px;
  line-height: 1;
}
.bread h3 {
  font-size: 47px;
  margin: 0 0 12px;
}
.bread p {
  margin: 0 0 25px;
}
.bread p:last-of-type {
  margin-bottom: 0;
}
.bread ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
}
.bread ul strong {
  font-weight: 900;
  color: #00B27C;
}
.bread ul li {
  margin: 0;
}
.bread aside {
  background: url(./assets/img/bread.svg) no-repeat top center;
  background-size: 1520px auto;
  min-height: 1517px;
  position: relative;
  padding: 340px 0 0;
}
.bread aside .content {
  padding: 0 20px;
  max-width: 440px;
  margin: 0 auto;
  overflow: scroll;
  max-height: 964px;
}
.bread aside .content .logo {
  display: block;
  margin: 100px auto 0;
}
@media (max-width: 1303px) {
  .bread h2 {
    font-size: 4.9vw;
    max-width: 64vw;
  }
}
@media (max-width: 575px) {
  .bread {
    font-size: 14px;
    line-height: 1.15;
  }
  .bread h2 {
    font-size: 24px;
    line-height: 1.17;
    max-width: 314px;
  }
  .bread h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .bread p {
    margin-bottom: 16px;
  }
  .bread ul {
    margin: 0 0 25px;
    row-gap: 0;
    line-height: 1.3;
  }
  .bread aside {
    background-size: 760px auto;
    min-height: 760px;
    padding-top: 140px;
  }
  .bread aside .content {
    max-width: 260px;
    max-height: 520px;
  }
  .bread aside .content .logo {
    margin: 0 auto;
    max-width: 70px;
  }
}

.eco {
  margin: 0 0 250px;
}
.eco .wrapper {
  max-width: 407px;
  position: relative;
}
.eco .header {
  margin-bottom: 20px;
}
.eco .mountains {
  position: absolute;
  bottom: calc(100% + 24px);
  left: calc(100% + 300px);
}
.eco .side-image {
  position: absolute;
  top: 0;
  left: calc(100% + 24px);
}
.eco h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0;
}
.eco h3 {
  white-space: nowrap;
  font-size: 48px;
  letter-spacing: normal;
  margin: 0 0 20px;
}
.eco .slide {
  position: relative;
  margin: 0 0 20px;
}
.eco .slide figure {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eco .slide.water figure {
  right: calc(100% + 24px);
}
.eco .slide.bees figure {
  left: calc(100% + 24px);
}
.eco .slide.cows figure {
  right: calc(100% + 24px);
}
.eco .slide.wheat figure {
  left: calc(100% + 24px);
}
.eco .slide.beyond-food figure {
  right: calc(100% + 24px);
}
.eco .swiper {
  overflow: visible;
}
.eco .swiper .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 22px;
}
.eco .swiper .swiper-slide figure {
  max-width: 100px;
  width: 100%;
}
.eco .swiper .swiper-slide figure svg, .eco .swiper .swiper-slide figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.eco .swiper .swiper-slide.water figure {
  right: calc(100% + 10px);
  max-width: 80px;
}
.eco .swiper .swiper-slide.bees figure {
  left: auto;
  right: calc(100% + 10px);
  max-width: 70px;
}
.eco .swiper .swiper-slide.cows figure {
  right: calc(100% + 10px);
}
.eco .swiper .swiper-slide.wheat figure {
  left: auto;
  right: calc(100% + 10px);
  max-width: 35px;
}
.eco .swiper .swiper-slide.beyond-food figure {
  right: calc(100% + 10px);
  max-width: 55px;
}
.eco .swiper .swiper-slide p:last-child {
  margin-bottom: 0;
}
.eco .swiper .swiper-pagination {
  display: none;
  position: static;
  gap: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.eco .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: solid 2px #221F20;
  background-color: transparent;
  opacity: 1;
  margin: 0;
}
.eco .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #221F20;
}
.eco .footer {
  margin-top: 80px;
  position: relative;
}
.eco .footer .left-line {
  position: absolute;
  right: calc(100% + 20px);
  top: -45px;
  max-width: 1764px;
}
.eco .footer .right-line {
  position: absolute;
  left: calc(100% + 120px);
  top: 0;
  max-width: 1759px;
}
@media (max-width: 767px) {
  .eco .mountains {
    max-width: 95px;
    left: calc(100% - 40px);
  }
  .eco .side-image {
    max-width: 80px;
    left: calc(100% - 40px);
  }
  .eco .swiper-initialized .swiper-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 575px) {
  .eco {
    font-size: 14px;
    margin: 0 0 80px;
  }
  .eco .wrapper {
    max-width: 260px;
  }
  .eco h2,
.eco h3 {
    font-size: 24px;
  }
  .eco h3 {
    margin-bottom: 16px;
  }
  .eco .swiper-slide.cows figure {
    max-width: 80px;
  }
  .eco .footer {
    margin-top: 88px;
  }
  .eco .footer .left-line {
    top: -40px;
    max-width: 1323px;
  }
  .eco .footer .right-line {
    left: calc(100% + 0px);
    top: -10px;
    max-width: 1320px;
  }
}

section.video {
  margin: 120px 0;
}
section.video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}

.infobox {
  margin: 160px 0;
}
.infobox .box {
  background: url(./assets/img/top-line.svg) no-repeat top center/100% auto;
  width: 100%;
  max-width: 876px;
  margin: 0 auto;
  position: relative;
}
.infobox .box:after {
  content: "";
  display: block;
  background: url(./assets/img/bottom-line.svg) no-repeat bottom center/100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.infobox .box .content {
  padding: 50px 100px;
  background: url(./assets/img/left-squiggly.svg) no-repeat top left/contain;
  position: relative;
  text-align: center;
  min-height: 420px;
}
.infobox .box .content::after {
  content: "";
  display: block;
  background: url(./assets/img/right-squiggly.svg) no-repeat top right/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.infobox .box .content .icon {
  margin: 0 auto 20px;
}
.infobox .box .content h2 {
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  max-width: 524px;
  margin: 0 auto 20px;
}
@media (max-width: 1679px) {
  .infobox {
    margin: 120px 0;
  }
}
@media (max-width: 1079px) {
  .infobox .box .content {
    background: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .infobox .box .content::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .infobox {
    margin: 80px 0;
  }
  .infobox .box .content {
    padding: 30px 10px;
  }
  .infobox .box .content h2 {
    font-size: 24px;
  }
  .infobox .box .content .icon {
    max-width: 50px;
  }
}

.infobox {
  margin: 160px 0;
}
.infobox .box {
  background: url(./assets/img/top-line.svg) no-repeat top center/100% auto;
  width: 100%;
  max-width: 876px;
  margin: 0 auto;
  position: relative;
}
.infobox .box:after {
  content: "";
  display: block;
  background: url(./assets/img/bottom-line.svg) no-repeat bottom center/100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.infobox .box .content {
  padding: 50px 100px;
  background: url(./assets/img/left-squiggly.svg) no-repeat top left/contain;
  position: relative;
  text-align: center;
  min-height: 420px;
}
.infobox .box .content::after {
  content: "";
  display: block;
  background: url(./assets/img/right-squiggly.svg) no-repeat top right/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.infobox .box .content .icon {
  margin: 0 auto 20px;
}
.infobox .box .content h2 {
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  max-width: 524px;
  margin: 0 auto 20px;
}
@media (max-width: 1679px) {
  .infobox {
    margin: 120px 0;
  }
}
@media (max-width: 1079px) {
  .infobox .box .content {
    background: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .infobox .box .content::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .infobox {
    margin: 80px 0;
  }
  .infobox .box .content {
    padding: 30px 10px;
  }
  .infobox .box .content h2 {
    font-size: 24px;
  }
  .infobox .box .content .icon {
    max-width: 50px;
  }
}

.image-text-scroll .wrapper {
  max-width: 1120px;
}
.image-text-scroll .content {
  max-width: 430px;
  margin: 0 auto 50px;
}
.image-text-scroll .content h2 {
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  max-width: 524px;
  margin: 0 auto 20px;
}
.image-text-scroll .content > *:last-child {
  margin-bottom: 0;
}
.image-text-scroll .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.image-text-scroll .grid figure {
  padding-right: 60px;
}
.image-text-scroll .grid figure img {
  height: auto;
  max-width: 100%;
}
.image-text-scroll .grid aside {
  margin-top: 40px;
  position: relative;
}
.image-text-scroll .grid aside::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
  z-index: 2;
  pointer-events: none;
}
.image-text-scroll .grid aside .scroll {
  overflow: scroll;
  max-height: 440px;
  padding-right: 20px;
  margin-left: -30px;
}
.image-text-scroll .grid aside .item {
  padding-left: 50px;
  position: relative;
  padding-bottom: 50px;
}
.image-text-scroll .grid aside .item:last-child {
  padding-bottom: 170px;
}
.image-text-scroll .grid aside .item::before {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  content: "";
  position: absolute;
  left: 0;
  background-color: #00B27C;
}
.image-text-scroll .grid aside .item:after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #00B27C;
  position: absolute;
  left: 8px;
  top: 0;
}
.image-text-scroll .grid aside .item h4 {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #231F20;
  margin-bottom: 30px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .image-text-scroll .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .image-text-scroll .grid figure img {
    margin: 0 auto;
  }
  .image-text-scroll .grid aside::before {
    height: 70px;
  }
  .image-text-scroll .grid aside .scroll {
    max-height: none;
    margin-left: 0;
  }
  .image-text-scroll .grid aside .item:last-child {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .image-text-scroll .content h2 {
    font-size: 24px;
  }
}

.pathway-buttons {
  background-color: #F9F9F9;
  padding: 140px 0;
}
.pathway-buttons .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  max-width: 1220px;
}
.pathway-buttons .content h2 {
  font-size: 50px;
  line-height: 1.2em;
  margin-bottom: 34px;
}
.pathway-buttons .content h3 {
  font-size: 22px;
  line-height: 1.4em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 34px;
}
.pathway-buttons aside .title-info {
  margin: 0 0 34px;
}
.pathway-buttons aside .pathways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 34px;
}
.pathway-buttons aside .pathways .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  min-height: 30px;
}
.pathway-buttons aside .pathways .item svg {
  width: 26px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 1303px) {
  .pathway-buttons .content h2 {
    font-size: 4.9vw;
  }
}
@media (max-width: 767px) {
  .pathway-buttons {
    padding: 100px 0;
  }
  .pathway-buttons .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 34px;
  }
}
@media (max-width: 575px) {
  .pathway-buttons {
    padding: 80px 0;
  }
  .pathway-buttons .content h2 {
    font-size: 24px;
  }
  .pathway-buttons .content h3 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
