@charset "UTF-8";
*,
:before,
:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input {
  overflow: visible;
  border-radius: 0;
}
button {
  cursor: pointer;
  border: 0;
  outline: none;
  background: none;
  padding: 0;
}
button,
select {
  text-transform: none;
}
input:is([type="button"], [type="submit"], [type="reset"]),
input[type="file"]::file-selector-button,
button,
select {
  color: inherit;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.container-fluid {
  width: 100%;
  padding-left: var(--padding-fluid);
  padding-right: var(--padding-fluid);
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 130rem;
  padding-left: var(--padding);
  padding-right: var(--padding);
}
@media only screen and (max-width: 1025px) {
  .container {
    padding-left: var(--padding-fluid);
    padding-right: var(--padding-fluid);
  }
}
.row {
  display: flex;
  justify-content: initial;
  align-items: initial;
  align-content: initial;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: calc(-1 * var(--padding));
  margin-right: calc(-1 * var(--padding));
  min-width: 100%;
}
[class*="col-"] {
  padding-left: var(--padding);
  padding-right: var(--padding);
  width: 100%;
}
.col-1 {
  max-width: 8.3333333333%;
}
.col-2 {
  max-width: 16.6666666667%;
}
.col-3 {
  max-width: 25%;
}
.col-4 {
  max-width: 33.3333333333%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.col-5 {
  max-width: 41.6666666667%;
}
.col-6 {
  max-width: 50%;
}
.col-7 {
  max-width: 58.3333333333%;
}
.col-12 {
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .col-sm-3 {
    max-width: 25%;
  }
  .col-sm-6 {
    max-width: 50%;
  }
  .col-sm-9 {
    max-width: 75%;
  }
  .col-sm-12 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
  }
  .col-md-4 {
    max-width: 33.3333333333%;
  }
  .col-md-6 {
    max-width: 50%;
  }
  .col-md-8 {
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    max-width: 75%;
  }
  .col-md-12 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025.1px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    max-width: 16.6666666667%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    max-width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    max-width: 33.3333333333%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    max-width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    max-width: 66.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    max-width: 75%;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .col-tablet-3 {
    max-width: 25%;
  }
  .col-tablet-4 {
    max-width: 33.3333333333%;
  }
  .offset-tablet-4 {
    margin-left: 33.3333333333%;
  }
  .col-tablet-5 {
    max-width: 41.6666666667%;
  }
  .col-tablet-6 {
    max-width: 50%;
  }
  .col-tablet-7 {
    max-width: 58.3333333333%;
  }
  .col-tablet-8 {
    max-width: 66.6666666667%;
  }
}
.black-1 {
  color: #212121;
}
.white-1 {
  color: #a3ff89;
}
.bg-white-1 {
  background-color: #f5fff2;
}
:root {
  --black-1: #212121;
  --black-2: #000000;
  --gray-1: #c7c1af;
  --white-1: #fffbf2;
  --white-2: #fff;
  --red-1: #c50000;
  --green-1: #2ac500;
}
.yes-mobile {
  display: none !important;
}
@media only screen and (max-width: 1025px) {
  .yes-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 1025px) {
  .no-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 767.98px) {
  .yes-phone {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .no-phone {
    display: none !important;
  }
}
.hide {
  display: inline-block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: -100vw;
  text-indent: -99999px;
}
.container-img {
  overflow: hidden;
  display: flex;
}
.container-img img,
.container-img video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.container-img video {
  border-radius: 1px;
}
lottie-player {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-22 {
    font-size: 2.2rem !important;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  .fs-phone-25 {
    font-size: 2.5rem !important;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  .fs-phone-36 {
    font-size: 3.6rem !important;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  .fs-phone-40 {
    font-size: 4rem !important;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  .fs-phone-50 {
    font-size: 5rem !important;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767.98px) {
  .fs-phone-55 {
    font-size: 5.5rem !important;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 700;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-65 {
    font-size: 6.5rem !important;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  .fs-phone-70 {
    font-size: 7rem !important;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 500;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-72 {
    font-size: 7.2rem !important;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1025px) {
  .fs-mobile-72 {
    font-size: 7.2rem !important;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 500;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-80 {
    font-size: 8rem !important;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 700;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-100 {
    font-size: 10rem !important;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1025.1px) {
  .fs-lg-148 {
    font-size: 14.8rem !important;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1025.1px) {
  .fs-lg-178 {
    font-size: 17.8rem !important;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1025.1px) {
  .fs-lg-213 {
    font-size: 21.3rem !important;
    line-height: 0.9em;
    letter-spacing: -0.04em;
    font-weight: 500;
  }
}
.grid {
  display: flex;
  justify-content: initial;
  align-items: initial;
  align-content: initial;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  min-width: 100%;
  margin-left: calc(var(--padding) * -1);
  margin-right: calc(var(--padding) * -1);
}
.w-auto {
  width: auto;
}
.w-100 {
  width: 100%;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-none {
  display: none !important;
}
.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025.1px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-none {
    display: none !important;
  }
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.align-self-center {
  align-self: center;
}
.m-auto {
  margin: auto;
}
.ml-auto {
  margin-left: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-0 {
  margin-left: 0rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.ml-1 {
  margin-left: 0.1rem;
}
.mr-1 {
  margin-right: 0.1rem;
}
.mt-1 {
  margin-top: 0.1rem;
}
.mr-2 {
  margin-right: 0.2rem;
}
.mt-2 {
  margin-top: 0.2rem;
}
.mb-2 {
  margin-bottom: 0.2rem;
}
.my-2 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.m-3 {
  margin: 0.3rem;
}
.ml-3 {
  margin-left: 0.3rem;
}
.mr-3 {
  margin-right: 0.3rem;
}
.mt-3 {
  margin-top: 0.3rem;
}
.mb-3 {
  margin-bottom: 0.3rem;
}
.my-3 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.ml-4 {
  margin-left: 0.4rem;
}
.mt-4 {
  margin-top: 0.4rem;
}
.mb-4 {
  margin-bottom: 0.4rem;
}
.mt-5 {
  margin-top: 0.5rem;
}
.mb-5 {
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.m-8 {
  margin: 0.8rem;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mt-30 {
  margin-top: 3rem;
}
.mb-30 {
  margin-bottom: 3rem;
}
.mt-40 {
  margin-top: 4rem;
}
@media only screen and (min-width: 1025.1px) {
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.2rem !important;
  }
  .mr-lg-12 {
    margin-right: 1.2rem !important;
  }
  .mt-lg-30 {
    margin-top: 3rem !important;
  }
  .mt-lg-50 {
    margin-top: 5rem !important;
  }
  .mt-lg-70 {
    margin-top: 7rem !important;
  }
  .mt-lg-85 {
    margin-top: 8.5rem !important;
  }
  .mt-lg-335 {
    margin-top: 33.5rem !important;
  }
}
@media only screen and (max-width: 1025px) {
  .mb-mobile-10 {
    margin-bottom: 1rem !important;
  }
  .mt-mobile-15 {
    margin-top: 1.5rem !important;
  }
  .mt-mobile-30 {
    margin-top: 3rem !important;
  }
  .mb-mobile-40 {
    margin-bottom: 4rem !important;
  }
  .mt-mobile-50 {
    margin-top: 5rem !important;
  }
  .mb-mobile-300 {
    margin-bottom: 30rem !important;
  }
}
.p-0 {
  padding: 0rem;
}
.pb-0 {
  padding-bottom: 0rem;
}
.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}
.py-3 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.px-3 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.p-5 {
  padding: 0.5rem;
}
.pt-5 {
  padding-top: 0.5rem;
}
.p-8 {
  padding: 0.8rem;
}
.pb-16 {
  padding-bottom: 1.6rem;
}
.pt-30 {
  padding-top: 3rem;
}
.pt-32 {
  padding-top: 3.2rem;
}
.pb-40 {
  padding-bottom: 4rem;
}
.pr-100 {
  padding-right: 10rem;
}
.pt-100 {
  padding-top: 10rem;
}
.pt-156 {
  padding-top: 15.6rem;
}
@media only screen and (min-width: 768px) {
  .pt-md-100 {
    padding-top: 10rem !important;
  }
}
@media only screen and (min-width: 1025.1px) {
  .pr-lg-20 {
    padding-right: 2rem !important;
  }
  .pt-lg-20 {
    padding-top: 2rem !important;
  }
  .pt-lg-36 {
    padding-top: 3.6rem !important;
  }
  .pt-lg-64 {
    padding-top: 6.4rem !important;
  }
  .pt-lg-90 {
    padding-top: 9rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 9rem !important;
  }
  .pt-lg-100 {
    padding-top: 10rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }
  .pt-lg-115 {
    padding-top: 11.5rem !important;
  }
  .pb-lg-130 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-140 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-170 {
    padding-bottom: 17rem !important;
  }
  .pb-lg-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 18rem !important;
  }
  .pt-lg-200 {
    padding-top: 20rem !important;
  }
  .pt-lg-300 {
    padding-top: 30rem !important;
  }
  .pb-lg-300 {
    padding-bottom: 30rem !important;
  }
  .py-lg-335 {
    padding-top: 33.5rem !important;
    padding-bottom: 33.5rem !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .pt-phone-20 {
    padding-top: 2rem !important;
  }
  .pb-phone-20 {
    padding-bottom: 2rem !important;
  }
  .pb-phone-30 {
    padding-bottom: 3rem !important;
  }
  .pt-phone-80 {
    padding-top: 8rem !important;
  }
  .pt-phone-100 {
    padding-top: 10rem !important;
  }
  .pt-phone-120 {
    padding-top: 12rem !important;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt-tablet-20 {
    padding-top: 2rem !important;
  }
  .pt-tablet-50 {
    padding-top: 5rem !important;
  }
  .pt-tablet-80 {
    padding-top: 8rem !important;
  }
  .pt-tablet-150 {
    padding-top: 15rem !important;
  }
}
@media only screen and (max-width: 1025px) {
  .pt-mobile-10 {
    padding-top: 1rem !important;
  }
  .pb-mobile-10 {
    padding-bottom: 1rem !important;
  }
  .pt-mobile-20 {
    padding-top: 2rem !important;
  }
  .pb-mobile-20 {
    padding-bottom: 2rem !important;
  }
  .py-mobile-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pb-mobile-30 {
    padding-bottom: 3rem !important;
  }
  .py-mobile-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-mobile-32 {
    padding-top: 3.2rem !important;
  }
  .pb-mobile-40 {
    padding-bottom: 4rem !important;
  }
  .pt-mobile-50 {
    padding-top: 5rem !important;
  }
  .pb-mobile-50 {
    padding-bottom: 5rem !important;
  }
  .pb-mobile-60 {
    padding-bottom: 6rem !important;
  }
  .pb-mobile-100 {
    padding-bottom: 10rem !important;
  }
  .pt-mobile-150 {
    padding-top: 15rem !important;
  }
  .pt-mobile-200 {
    padding-top: 20rem !important;
  }
  .pb-mobile-200 {
    padding-bottom: 20rem !important;
  }
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
@media only screen and (max-width: 767.98px) {
  .order-phone-0 {
    order: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .order-phone-1 {
    order: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .order-phone-3 {
    order: 3;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pos-relative {
  position: relative;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.z-2 {
  z-index: 2;
}
.row.row-logo {
  display: none;
}
