/*! normalize.css v8.0.0 | 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;
}

/**
 * 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.
 */
sup {
  font-size: 25%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -2.25em;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/* 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;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  padding: 0;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 4.4vw;
}
@media (min-width: 760px) {
  html {
    font-size: 3.1vw;
  }
}
@media (min-width: 975px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 18px;
  }
}

body {
  min-height: 100vh;
}

.advantage__main {
  background-color: #f2f2f2;
}
.advantage__main section {
  position: relative;
}

.advantage__h1 {
  font-size: 7.8vw;
  color: #f85d13;
  margin: 0 0 0.25em;
  padding: 0;
  line-height: 1.125;
}
@media (min-width: 760px) {
  .advantage__h1 {
    font-size: 5.6vw;
  }
}
@media (min-width: 975px) {
  .advantage__h1 {
    font-size: 3.9vw;
  }
}
@media (min-width: 1440px) {
  .advantage__h1 {
    font-size: 56px;
  }
}

.advantage__h2 {
  font-size: 6.7vw;
  color: #666666;
  margin: 0;
  padding: 0;
}
@media (min-width: 760px) {
  .advantage__h2 {
    font-size: 4.7vw;
  }
}
@media (min-width: 975px) {
  .advantage__h2 {
    font-size: 2.1vw;
  }
}
@media (min-width: 1440px) {
  .advantage__h2 {
    font-size: 30px;
  }
}

.advantage__h3 {
  font-size: 5.6vw;
  color: #666666;
  margin: 0 0 0.5em;
  padding: 0;
}
@media (min-width: 760px) {
  .advantage__h3 {
    font-size: 3.9vw;
  }
}
@media (min-width: 975px) {
  .advantage__h3 {
    font-size: 1.7vw;
  }
}
@media (min-width: 1440px) {
  .advantage__h3 {
    font-size: 24px;
  }
}

.advantage__h3--grey-bg {
  color: #f85d13;
  background-color: #F2F2F2;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  padding: 0.75em 1.25em;
  display: inline-block;
}
@media (max-width: 975px) {
  .advantage__h3--grey-bg {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.advantage__h4 {
  font-size: 4.7vw;
  color: #666666;
  margin: 0;
  padding: 0;
}
@media (min-width: 760px) {
  .advantage__h4 {
    font-size: 3.3vw;
  }
}
@media (min-width: 975px) {
  .advantage__h4 {
    font-size: 1.5vw;
  }
}
@media (min-width: 1440px) {
  .advantage__h4 {
    font-size: 22px;
  }
}

.advantage__p {
  font-size: 1rem;
  padding-bottom: 1em;
}

.advantage__hr {
  margin: 4.4vw auto;
  background-color: #f85d13;
  width: 185px;
  border: 0;
  display: block;
  height: 10px;
}
@media (min-width: 975px) {
  .advantage__hr {
    margin: 1vw auto 1.25vw;
  }
}
@media (min-width: 1440px) {
  .advantage__hr {
    margin: 20px auto 30px;
  }
}

.advantage__hr--green {
  background-color: #679146;
}

.advantage__hr--lightblue {
  background-color: #82b8c9;
}

.advantage__hr--darkblue {
  background-color: #418a92;
}

.advantage__video-wrapper {
  width: 100%;
  max-width: 1050px;
  line-height: 0;
  margin: 1.5rem 0;
}
@media (min-width: 975px) {
  .advantage__video-wrapper {
    margin: 3rem 0;
  }
}
.advantage__video-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.7777777778;
  margin: 0;
}

.advantage__content-wrapper {
  background-color: white;
  margin: -14vw 2.8vw;
  padding: 7vw 2.7vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 975px) {
  .advantage__content-wrapper {
    max-width: 1050px;
    margin: -10.4vw auto -5.2vw;
    padding: 3.5vw;
  }
}
@media (min-width: 1440px) {
  .advantage__content-wrapper {
    margin: -150px auto -80px;
    padding: 50px;
  }
}

.advantage__btn {
  display: inline-block;
  font-size: 3.3vw;
  background-color: white;
  color: black !important;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  text-decoration: none !important;
  padding: 1.5em 1em 1.5em 1.5em;
  font-weight: bold;
  white-space: nowrap;
  margin: 1rem 0 2rem;
  border: 2px solid black;
  cursor: pointer;
}
@media (min-width: 760px) {
  .advantage__btn {
    font-size: 2.3vw;
  }
}
@media (min-width: 975px) {
  .advantage__btn {
    font-size: 0.83vw;
  }
}
@media (min-width: 1440px) {
  .advantage__btn {
    font-size: 12px;
  }
}
.advantage__btn:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.45em solid black;
  border-right: 0.45em solid transparent;
  border-top: 0.375em solid transparent;
  border-bottom: 0.375em solid transparent;
  margin-left: 0.75em;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}
@media (hover: hover) {
  .advantage__btn:hover {
    background-color: #f85d13;
    color: white !important;
    border-color: #f85d13;
  }
  .advantage__btn:hover:after {
    border-left-color: white;
  }
}

.advantage__box-shadow {
  -webkit-box-shadow: 0 0 16vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16vw rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: -7vw;
}
@media (min-width: 975px) {
  .advantage__box-shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }
}

.advantage__section-photo {
  width: 100%;
  display: block;
  height: auto;
}

.advantage__icon-header {
  padding-top: 6vw;
}
@media (min-width: 760px) {
  .advantage__icon-header {
    padding-top: 4vw;
  }
}
@media (min-width: 975px) {
  .advantage__icon-header {
    padding: 0 0 0 9%;
    position: relative;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1160px) {
  .advantage__icon-header {
    padding: 0 0 0 4%;
    margin-bottom: 0;
  }
}

.advantage__icon-header-img {
  width: 20vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 2.7vw;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 760px) {
  .advantage__icon-header-img {
    width: 14vw;
  }
}
@media (min-width: 975px) {
  .advantage__icon-header-img {
    width: 6vw;
    top: 50%;
    left: 0;
  }
}
@media (min-width: 1160px) {
  .advantage__icon-header-img {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: -3.5vw;
  }
}
@media (min-width: 1440px) {
  .advantage__icon-header-img {
    width: 87px;
    left: -50px;
  }
}

.advantage__icon-header--right {
  text-align: right;
}
.advantage__icon-header--right .advantage__icon-header-img {
  left: auto;
  right: 2.7vw;
}
@media (min-width: 975px) {
  .advantage__icon-header--right {
    padding: 0 9% 0 0;
  }
  .advantage__icon-header--right .advantage__icon-header-img {
    right: 0;
  }
}
@media (min-width: 1160px) {
  .advantage__icon-header--right {
    padding: 0 4% 0 0;
  }
  .advantage__icon-header--right .advantage__icon-header-img {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    right: -3.5vw;
  }
}
@media (min-width: 1440px) {
  .advantage__icon-header--right .advantage__icon-header-img {
    right: -50px;
  }
}

.advantage__icon-header--center {
  text-align: center;
  padding-left: 0;
}
.advantage__icon-header--center .advantage__icon-header-img {
  right: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 975px) {
  .advantage__icon-header--center {
    position: static;
  }
}

@media (min-width: 975px) {
  .advantage__two-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.7vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2.7vw;
  }
  .advantage__two-column div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantage__two-column div .advantage__p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1440px) {
  .advantage__two-column {
    gap: 30px;
  }
}

.advantage__internal-anchor-target {
  height: 1px;
  width: 100px;
  position: absolute;
  top: -60px;
  pointer-events: none;
}

@media (max-width: 975px) {
  .advantage__content-wrapper--section1 {
    padding-bottom: 2.7vw;
  }
}

.advantage__section1-photo-wrapper {
  width: 240%;
  margin-left: -74%;
}
@media (min-width: 760px) {
  .advantage__section1-photo-wrapper {
    width: 180%;
    margin-left: -42%;
  }
}
@media (min-width: 975px) {
  .advantage__section1-photo-wrapper {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .advantage__section1-photo-wrapper {
    height: 575px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .advantage__section1-photo-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
  }
}

.advantage__section1-btn-wrapper {
  text-align: center;
}

.advantage__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.7vw;
  margin-top: 1rem;
}
@media (min-width: 975px) {
  .advantage__menu {
    -ms-grid-columns: 1fr 1.7vw 1fr 1.7vw 1fr 1.7vw 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.7vw;
  }
}
@media (min-width: 1440px) {
  .advantage__menu {
    gap: 25px;
  }
}

.advantage__menu-item {
  border: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.7vw 7vw 2.7vw 2.7vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  gap: 2.7vw;
  color: black !important;
}
@media (min-width: 975px) {
  .advantage__menu-item {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.7vw 1.7vw 3.4vw;
    gap: 1.7vw;
  }
}
@media (min-width: 1440px) {
  .advantage__menu-item {
    padding: 25px 25px 50px;
    gap: 25px;
  }
}

.advantage__menu-item-icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 9vw;
  height: auto;
}
@media (min-width: 975px) {
  .advantage__menu-item-icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 6vw;
  }
}
@media (min-width: 975px) {
  .advantage__menu-item-icon {
    width: 87px;
  }
}

.advantage__menu-item-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: left;
  color: black;
  font-size: 1rem;
}
@media (min-width: 975px) {
  .advantage__menu-item-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}

.advantage__menu-item-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7vw;
  height: auto;
}
@media (min-width: 760px) {
  .advantage__menu-item-arrow {
    width: 4.5vw;
  }
}
@media (min-width: 975px) {
  .advantage__menu-item-arrow {
    width: 40px;
  }
}

.advantage__section2-photo-wrapper {
  width: 200%;
  margin-left: -50%;
}
@media (min-width: 760px) {
  .advantage__section2-photo-wrapper {
    width: 180%;
    margin-left: -40%;
  }
}
@media (min-width: 975px) {
  .advantage__section2-photo-wrapper {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .advantage__section2-photo-wrapper {
    height: 715px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .advantage__section2-photo-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
  }
}

.advantage__growth-photo {
  padding-top: 0.5rem;
  margin-right: -5.4vw;
  width: calc(100% + 5.4vw);
  max-width: none !important;
}
@media (min-width: 975px) {
  .advantage__growth-photo {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 975px) {
  .advantage__growth-photos {
    width: 35%;
    display: -ms-grid;
    display: grid;
    gap: 2.7vw;
  }
}
@media (min-width: 1160px) {
  .advantage__growth-photos {
    position: absolute;
    bottom: 0;
    right: -5.4vw;
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .advantage__growth-photos {
    gap: 40px;
    right: -80px;
  }
}

.advantage__growth-photo + p {
  margin-top: 1em;
}

@media (min-width: 975px) {
  .advantage__growth-flexer {
    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;
  }
}
@media (min-width: 1160px) {
  .advantage__growth-flexer {
    position: relative;
  }
}
@media (min-width: 1440px) {
  .advantage__growth-flexer {
    gap: 30px;
  }
}

@media (min-width: 975px) {
  .advantage__growth-copy {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .advantage__growth-copy {
    width: 64%;
  }
}

.advantage__section2-stats {
  display: -ms-grid;
  display: grid;
  gap: 5vw;
  padding: 2.7vw;
}
@media (min-width: 975px) {
  .advantage__section2-stats {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
    padding: 0;
  }
}

.advantage__section2-stat {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 15px 6fr;
  grid-template-columns: 2fr 6fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
@media (min-width: 760px) {
  .advantage__section2-stat {
    -ms-grid-columns: 1.5fr 30px 6fr;
    grid-template-columns: 1.5fr 6fr;
    gap: 30px;
  }
}
@media (min-width: 975px) {
  .advantage__section2-stat {
    -ms-grid-columns: 2fr 20px 6fr;
    grid-template-columns: 2fr 6fr;
    gap: 20px;
  }
}

.advantage__section2-stat-img {
  padding: 0;
  width: 100%;
  max-height: 80px;
}
@media (min-width: 975px) {
  .advantage__section2-stat-img {
    max-height: 70px;
  }
}

@media (max-width: 760px) {
  .advantage__section2-stat-text {
    font-size: 0.875rem;
  }
}

.advantage__section3-photo-wrapper {
  width: 200%;
  margin-left: -20%;
}
@media (min-width: 760px) {
  .advantage__section3-photo-wrapper {
    width: 180%;
  }
}
@media (min-width: 975px) {
  .advantage__section3-photo-wrapper {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .advantage__section3-photo-wrapper {
    height: 768px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .advantage__section3-photo-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
  }
}

.advantage__innovation-photo1 {
  padding: 0;
  margin: 0 0 2rem;
}
@media (min-width: 975px) {
  .advantage__innovation-photo1 {
    margin-left: -5.4vw;
    width: calc(100% + 5.4vw);
    max-width: none !important;
  }
}
@media (min-width: 1440px) {
  .advantage__innovation-photo1 {
    margin-left: -80px;
    width: calc(100% + 80px);
  }
}

.advantage__innovation-photo2 {
  padding: 0;
  margin: 0 0 2rem;
}
@media (min-width: 975px) {
  .advantage__innovation-photo2 {
    margin: 0;
  }
}

.advantage__innovation-photo3 {
  padding: 0;
  margin: 0;
}

@media (min-width: 975px) {
  .advantage__section3-img-holder {
    height: 330px;
    background: blue;
  }
  .advantage__section3-img-holder img {
    display: none;
  }
}

@media (min-width: 975px) {
  .advantage__section3-img-holder--1 {
    background: url("../images/innovation-photo2.jpg") no-repeat center center;
    background-size: cover;
  }
}

@media (min-width: 975px) {
  .advantage__section3-img-holder--2 {
    margin-right: -5.4vw;
    width: calc(100% + 5.4vw);
    background: url("../images/innovation-photo3.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 1440px) {
  .advantage__section3-img-holder--2 {
    margin-right: -80px;
    width: calc(100% + 80px);
  }
}

.advantage__section4-photo-wrapper {
  width: 200%;
  margin-left: -55%;
}
@media (min-width: 760px) {
  .advantage__section4-photo-wrapper {
    width: 180%;
    margin-left: -45%;
  }
}
@media (min-width: 975px) {
  .advantage__section4-photo-wrapper {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .advantage__section4-photo-wrapper {
    height: 768px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .advantage__section4-photo-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
  }
}

.advantage__safety-photo {
  padding: 0;
  margin: 0 0 1em;
}

.advantage__priority + .advantage__priority {
  margin-top: 1rem;
}
@media (min-width: 975px) {
  .advantage__priority {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6fr 2.7vw 5fr;
    grid-template-columns: 6fr 5fr;
    gap: 2.7vw;
    height: 232px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantage__priority + .advantage__priority {
    margin-top: 2rem;
  }
}
@media (min-width: 1440px) {
  .advantage__priority {
    gap: 30px;
  }
}

@media (min-width: 975px) {
  .advantage__priority-img-wrapper {
    height: 100%;
  }
  .advantage__priority-img-wrapper--1 {
    background: url("../images/safety-photo1.jpg") no-repeat center center;
    background-size: cover;
  }
  .advantage__priority-img-wrapper--2 {
    background: url("../images/safety-photo2.jpg") no-repeat center center;
    background-size: cover;
  }
  .advantage__priority-img-wrapper--3 {
    background: url("../images/safety-photo3.jpg") no-repeat center center;
    background-size: cover;
  }
  .advantage__priority--1, .advantage__priority--3 {
    margin-left: -5.4vw;
    margin-right: 5.4vw;
  }
}
@media (min-width: 1440px) {
  .advantage__priority--1, .advantage__priority--3 {
    margin-left: -80px;
    margin-right: 80px;
  }
}
.advantage__quantum {
  background-color: black;
  text-align: center;
  padding: 2.7vw 4vw 6vw;
  margin-top: 34vw;
  margin-bottom: -11vw;
}
.advantage__quantum p {
  color: white;
}
@media (min-width: 975px) {
  .advantage__quantum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 2.7vw 17vw 2.7vw 2.7vw;
    text-align: left;
    margin: 5rem 15vw -12vw 26vw;
  }
}
@media (min-width: 1160px) {
  .advantage__quantum {
    padding: 25px 178px 25px 25px;
    margin: 2rem 72px -173px 288px;
  }
}

.advantage__quantum-img {
  width: 60%;
  margin-top: -33vw;
  margin-bottom: 5vw;
}
@media (min-width: 760px) {
  .advantage__quantum-img {
    margin-top: -29vw;
  }
}
@media (min-width: 975px) {
  .advantage__quantum-img {
    margin: 0;
    position: absolute;
    width: 305px;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    padding: 0;
  }
}

.advantage__section5-photo-wrapper {
  width: 200%;
  margin-left: -9%;
}
@media (min-width: 760px) {
  .advantage__section5-photo-wrapper {
    width: 180%;
    margin-left: -3%;
  }
}
@media (min-width: 975px) {
  .advantage__section5-photo-wrapper {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .advantage__section5-photo-wrapper {
    height: 880px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .advantage__section5-photo-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
  }
}

@media (min-width: 975px) {
  .advantage__collaboration-features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.7vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2.7vw;
  }
  .advantage__collaboration-features div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantage__collaboration-features div .advantage__p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1440px) {
  .advantage__collaboration-features {
    gap: 30px;
  }
}

.advantage__collaboration-photo {
  margin-bottom: 0.5rem;
}
@media (min-width: 975px) {
  .advantage__collaboration-photo {
    padding: 0;
    height: 242px !important;
  }
}

.advantage__collaboration-photo--1 {
  margin-left: -5.4vw;
  width: calc(100% + 5.4vw);
  max-width: none !important;
}

@media (max-width: 975px) {
  .advantage__collaboration-photo--3 {
    margin-left: -5.4vw;
    width: calc(100% + 5.4vw);
    max-width: none !important;
  }
}

@media (max-width: 975px) {
  .advantage__collaboration-photo--2 {
    margin-right: -5.4vw;
    width: calc(100% + 5.4vw);
    max-width: none !important;
  }
}

.advantage__collaboration-photo--4 {
  margin-right: -5.4vw;
  width: calc(100% + 5.4vw);
  max-width: none !important;
}

.advantage__contact-panel {
  background-color: black;
  text-align: center;
  padding: 6vw 4vw 9vw;
  margin-bottom: -21vw;
  margin-top: 2rem;
}
@media (min-width: 975px) {
  .advantage__contact-panel {
    padding: 2.7vw;
    margin-bottom: -14vw;
  }
  .advantage__contact-panel .advantage__hr {
    margin: 1.25vw auto;
  }
}
@media (min-width: 1440px) {
  .advantage__contact-panel {
    padding: 40px;
    margin-bottom: -200px;
  }
  .advantage__contact-panel .advantage__hr {
    margin: 20px auto;
  }
}

.advantage__btn--contact {
  background: black;
  border-color: white;
  color: white !important;
  margin-bottom: 0;
  margin-top: 2rem;
}
.advantage__btn--contact:after {
  border-left-color: white;
}

.advantage__section6-photo-wrapper {
  width: 150%;
  margin-left: -46%;
}
@media (min-width: 760px) {
  .advantage__section6-photo-wrapper {
    width: 130%;
    margin-left: -26%;
  }
}
@media (min-width: 975px) {
  .advantage__section6-photo-wrapper {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .advantage__section6-photo-wrapper {
    height: 492px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .advantage__section6-photo-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
  }
}

.orange-txt {
  color: #f85d13;
}

.green-txt {
  color: #679146;
}

.lightblue-txt {
  color: #82b8c9;
}

.darkblue-txt {
  color: #418a92;
}

.grey-txt {
  color: #666666;
}

.white-txt {
  color: white;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

html, body {
  position: relative;
}

h2 + h3 {
  margin-bottom: 1em;
}

h2 + .grid, h3 + .grid {
  margin-top: 2.5em;
}

.ta-r h2 + h3 {
  margin-right: 0.25em;
}

p + h3, p + .btn {
  margin-top: 1.25em;
}

p + p > .btn:last-child:first-child, p + ul {
  margin-top: 1.5em;
}

ul {
  margin: 1em 0;
  padding: 0 0 0 1em;
  list-style: none;
}
ul li {
  line-height: 1.75;
}
ul li:before {
  content: "";
  border-radius: 100%;
  position: absolute;
  width: 0.375em;
  height: 0.375em;
  left: -1em;
  top: 0.675em;
}

ol {
  margin: 1em 0;
}
ol li {
  line-height: 1.75;
}
ol li + ol li {
  margin-top: 0.5em;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  padding: 0;
  cursor: pointer;
}

button[disabled] {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

blockquote {
  background-color: #FCFBF7;
  border: 1px solid #f85d13;
  font-size: 1.25rem;
  padding: 1.5em;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.325;
}
@media (min-width: 760px) {
  blockquote {
    font-size: 1.375em;
    padding: 1.75em;
  }
}
@media (min-width: 975px) {
  blockquote {
    padding: 2em;
    font-size: 1.5rem;
  }
}

form {
  position: relative;
}
form label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5em;
  cursor: pointer;
  font-weight: bold;
}
@media (min-width: 760px) {
  form label {
    font-size: 12px;
  }
}
form label a {
  color: #f85d13;
}
form input[type=text], form input[type=email], form textarea {
  border: 1px solid #E4E0C6;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.75em;
  font-size: 1rem;
  height: 3rem;
}
form input[type=checkbox] {
  border: 1px solid #E4E0C6;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  aspect-ratio: 1;
  width: 1.25em;
  height: auto;
}
form input[type=checkbox] + label {
  font-weight: normal;
}
form input[type=checkbox]:checked {
  background-color: #f85d13;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
}
form textarea {
  min-height: 5em;
}
form .btn:not(:first-child) {
  margin-top: 2em;
}

.form__error {
  background-color: #bb1f1f;
  color: white;
  font-weight: bold;
  font-style: italic;
  padding: 0.75em 1em;
  font-size: 0.5em;
  text-transform: uppercase;
}

.form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.25rem 0;
}
.form__checkbox-group label {
  margin: 0;
}
.form__checkbox-group + .form__checkbox-group {
  margin-top: 5vw;
}
@media (min-width: 975px) {
  .form__checkbox-group + .form__checkbox-group {
    margin-top: 35px;
  }
}
.form__checkbox-group + .form__form-error {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}
@media (min-width: 975px) {
  .form__checkbox-group + .form__form-error {
    display: inline-block;
  }
}

.form__radio-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__radio-group label {
  margin: 0 0 0 0.25em;
}
.form__radio-group + .form__radio-group {
  margin-left: 1em;
}
.form__radio-group + .form__error {
  margin: 0 0 0 1rem;
  display: inline-block;
  white-space: nowrap;
  vertical-align: text-bottom;
}

.form__success {
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form__success--show {
  opacity: 1;
  pointer-events: all;
}

.form__success-bg {
  background-color: black;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form__success-msg {
  padding: 2em;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background-color: white;
  position: relative;
  max-width: 80vw;
}
@media (min-width: 760px) {
  .form__success-msg {
    padding: 3em;
  }
}

.form__success-close-btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px !important;
  color: black;
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
  outline: 0;
}
@media (hover: hover) {
  .form__success-close-btn:hover {
    color: black;
  }
}

.form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border: 1px solid #E4E0C6;
  border-radius: 0;
  font-size: 1rem !important;
  padding: 0.75em !important;
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.25 !important;
  height: 3rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23b61615' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 1rem top 40%;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
@media (min-width: 975px) and (max-width: 1400px) {
  .form__select {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
}

.form__select:focus {
  border-color: #2563eb;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form__select[multiple] {
  background: white;
  height: auto;
}

.form__error {
  background-color: #f85d13;
  color: white;
  font-weight: bold;
  font-style: italic;
  padding: 0.75em 1em;
  font-size: 0.5em;
  text-transform: uppercase;
}

.form__thank-you {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60% 20%;
}
@media (min-width: 760px) {
  .form__thank-you {
    padding: 0 30%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form__thank-you--hidden {
  opacity: 0;
  pointer-events: none;
}

[x-cloak] {
  display: none !important;
}

.width100pc {
  width: 100%;
}

.grid-block-full-width {
  grid-column: -1/1;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.white-bg {
  background-color: white;
}

@media (min-width: 760px) {
  .phone-only {
    display: none;
  }
}

@media (min-width: 975px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 975px) {
  .desktop-only {
    display: none;
  }
}