.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,217,217;--color-primary-1:128,128,128;--color-primary-2:0,0,0;--color-primary-3:0,0,0;--color-primary-4:0,0,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:237,225,211;--color-tertiary-2:196,154,108;--color-tertiary-3:98,77,54;--color-tertiary-4:20,15,11;--headlines-font-family:"Lato";--paragraphs-font-family:""; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33146841-9e5b-4603-8d1d-2c75bdbcb566/IMG_5262.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc.adaptive-delivery-prevent-bg, #OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc.lazyload, #OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc.lazyloading { background-image: none; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container { background-color: transparent; background-image: none; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.57); }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container > .video-iframe-container { display: none; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.57); }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row > .video-iframe-container { display: none; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container { border-width: 0; border-radius: 0; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container { font-size:0.875rem;font-family:lato;height:49.875rem;width:75rem;position:relative;display:block; }#rUnZlSkViqOMcIuWp5X4VPOlXlOmepT5 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.6875rem;position:absolute;font-family:kalnia;font-size:5.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.3125rem;left:0rem;height:21.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pK528J9muuia1gwg0G9mBZZr7npIPPnT { box-sizing:content-box;height:0.0625rem;width:48.625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32rem;left:0rem;display:block; }
#bGad3vdGT1RZayw6pKzO777qpfGnUSKa { color:rgba(var(--color-secondary-2),1);display:block;width:36.125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:34.9375rem;left:0rem;height:4rem;font-style:normal;display:block; }
#xSPZVtlbVAcEN8sMxsKARLNqGkhuPdyW { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:31.40625rem;left:47.430210113526rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hDg4dTC57SNHIhJx0e9DUKrG8RT2Jnli { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.654145875rem;height:3.216664625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:43.110414505005rem;left:0rem;display:block; }
#Fo16BH0Ts3tu0hlmG1SpiNvKcCnFTOuV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c57097ed-e759-4d45-a166-32a80a47bd52/to.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x.adaptive-delivery-prevent-bg, #T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x.lazyload, #T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x.lazyloading { background-image: none; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container { background-color: transparent; background-image: none; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container > .video-iframe-container { display: none; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row > .video-iframe-container { display: none; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container { border-width: 0; border-radius: 0; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container { font-size:0.875rem;font-family:lato;height:19.0625rem;width:75rem;position:relative;display:block; }#vJO41tNTulyLLvs673O1E2lVNTLdtFqZ { color:rgba(var(--color-primary-2),1);display:block;width:36.125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:3.0312538146973rem;left:19.4375rem;height:14rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 > .row .container { background-color: transparent; background-image: none; }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 > .row .container > .video-iframe-container { display: none; }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 > .row > .video-iframe-container { display: none; }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 > .row .container { border-width: 0; border-radius: 0; }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 > .row .container { font-size:0.875rem;font-family:lato;height:6.5rem;width:75rem;position:relative;display:block; }#WhyT8eHU8tF3yBcJqAkOtpu3nRQs8C4T { color:rgba(var(--color-tertiary-2),1);display:block;width:61.4375rem;position:absolute;font-family:kalnia;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.1927080154419rem;left:3.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep > .row .container { background-color: transparent; background-image: none; }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep > .row .container > .video-iframe-container { display: none; }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep > .row > .video-iframe-container { display: none; }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep > .row .container { border-width: 0; border-radius: 0; }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep > .row .container { font-size:0.875rem;font-family:lato;height:131.375rem;width:75rem;position:relative;display:block; }#PoxIMq7UtrTlnArBWZa2Lf30ErwZpkWm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.6875rem;top:3.316668510437rem;left:15.623958587646rem;overflow:hidden;display:block; }
#LX8AxZfXVC8t343Jok9G9zdX1SL8lmG0 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:17.9375rem;top:4.941668510437rem;left:40.841667175293rem;overflow:hidden;display:block; }
#mWT5ex0FBKv8mIs9dMuEkIxs98rSa98v { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:19.0625rem;top:18.08749961853rem;left:16.304166793823rem;overflow:hidden;display:block; }
#wGpT0Ewqh2RBq7ONbmZ377AqyfZbLglB { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:16.5625rem;top:25.274995803833rem;left:41.529167175293rem;overflow:hidden;display:block; }
#LSFU0ifFL04PJhTeUMSRqZRTSWHWan3s { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:23.25rem;top:28.580209732056rem;left:10.3125rem;overflow:hidden;display:block; }
#iWyA93sX2PRre07opruXoTuOWsvOaRZa { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:21rem;top:46.947915077209rem;left:37.146877288818rem;overflow:hidden;display:block; }
#KSx2Cp7g0LTMA1CJee2txyONuuZowpcI { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:23.5625rem;top:47.695831298828rem;left:9.4364585876462rem;overflow:hidden;display:block; }
#WgEWyJ74IbBhcBmTAAIMavPdKba9tUNB { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:20.9375rem;top:59.320835113526rem;left:39.341667175293rem;overflow:hidden;display:block; }
#iqcic2tczHWy1HM6WFzPtAdlOc2sozXa { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:19.1875rem;top:62.022927284241rem;left:13.866666793823rem;overflow:hidden;display:block; }
#dLJIFlC8TTItDhipNqsy1niSGBDTdSPn { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:19.4375rem;top:78.647916793825rem;left:37.146877288818rem;overflow:hidden;display:block; }
#eem2I01vvuzv3BKb4uSgGlVR2X647TJ1 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:24rem;top:81.1166639328rem;left:6.625rem;overflow:hidden;display:block; }
#rXsmzq4JQhACIwgNJaPneuTynend6Gun { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:17.3125rem;top:102.88958454132rem;left:14.804166793823rem;overflow:hidden;display:block; }
#CVIauZQMXAoURFrzDX3TqyvAT74zN5eC { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:19.9375rem;top:106.14791584015rem;left:37.146877288818rem;overflow:hidden;display:block; }
#yQKbHAokZP6yVncDM1FPqVOno2xZvmid { border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container { background-color: transparent; background-image: none; }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container > .video-iframe-container { display: none; }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row > .video-iframe-container { display: none; }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container { border-width: 0; border-radius: 0; }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container { font-size:0.875rem;font-family:lato;height:15.1875rem;width:75rem;position:relative;display:block; }#uOFprtT7IrsuTMdQLxwusHTAb46NGuAC { color:rgba(var(--color-tertiary-2),1);display:block;width:61.4375rem;position:absolute;font-family:kalnia;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.1927080154419rem;left:3.125rem;height:7.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ltDHHKKHmaCqqtiUWTKAmu1TLdSnB4FM { color:rgba(var(--color-primary-2),1);display:block;width:60.25rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:9.6135416030881rem;left:3.71875rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TChrHRJX6I8to9xMn8EosOtikNsdOAWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR > .row .container { background-color: transparent; background-image: none; }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR > .row .container > .video-iframe-container { display: none; }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR > .row > .video-iframe-container { display: none; }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR > .row .container { border-width: 0; border-radius: 0; }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR > .row .container { font-size:0.875rem;font-family:lato;height:57.0625rem;width:75rem;position:relative;display:block; }#W5rnuvTSXdMOXO0A2IhXfz6Zvxzbr5I8 { color:rgba(var(--color-tertiary-2),1);display:block;width:61.4375rem;position:absolute;font-family:kalnia;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.1927080154419rem;left:3.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zTszCKsvTiAKS3vcuvU3FlXgZQoyE5XQ { color:rgba(var(--color-secondary-2),1);display:block;width:60.25rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:6.1656255722046rem;left:3.71875rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DpJxMrDT1aWTV2zOtTqxMAUVE2N9UCeS { color:rgba(var(--color-secondary-2),1);display:block;width:56.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:18.088541984558rem;left:5.5625rem;height:;font-style:normal;display:block; }#DpJxMrDT1aWTV2zOtTqxMAUVE2N9UCeS li:not(:first-child){ padding-top:2rem;padding-right:0;padding-bottom:0;padding-left:0; }#DpJxMrDT1aWTV2zOtTqxMAUVE2N9UCeS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e0476af8b77c1d2517db38461a5174eec6d169a.svg); }
#vr9uZHV3NQRqfIwIcrok3rd3FKsJpPWi { color:rgba(var(--color-secondary-2),1);display:block;width:60.25rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:48.47811794281rem;left:1.9302082061768rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yuzNqv7f2QV15NIKs2NIHkVO1ZyengBg { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.952083375rem;height:3.327083375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:52.168742179871rem;left:1.9302082061768rem;display:block; }
#Nk0pLy0N7GEfhd5FqD0KeCIRUA6vI0sh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.83);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ > .row .container { background-color: transparent; background-image: none; }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ > .row .container > .video-iframe-container { display: none; }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ > .row > .video-iframe-container { display: none; }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ > .row .container { border-width: 0; border-radius: 0; }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ > .row .container { font-size:0.875rem;font-family:lato;height:57.0625rem;width:75rem;position:relative;display:block; }#gzTHZHO5ssbZaWdzEdgasvXQitNIQ8pI { color:rgba(var(--color-tertiary-2),1);display:block;width:61.4375rem;position:absolute;font-family:kalnia;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.1927080154419rem;left:3.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Mliuvxl2kgVXQSX9h4ie0dCqqpaiMR9n { color:rgba(var(--color-secondary-2),1);display:block;width:60.25rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:6.1656255722046rem;left:3.71875rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q6vK5ykoaPoycavWJWVCGptaStSsaZEA { color:rgba(var(--color-secondary-2),1);display:block;width:56.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:18.088541984558rem;left:5.5625rem;height:;font-style:normal;display:block; }#Q6vK5ykoaPoycavWJWVCGptaStSsaZEA li:not(:first-child){ padding-top:2rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q6vK5ykoaPoycavWJWVCGptaStSsaZEA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e0476af8b77c1d2517db38461a5174eec6d169a.svg); }
#gT6EAbUbbFQAH0oGVTaBBXTtC12TyIKn { color:rgba(var(--color-secondary-2),1);display:block;width:24.5rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:46.540615081787rem;left:1.9302082061768rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VuQSRoEeT1Uu2BdOGlzxzla0eVcDFRUL { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.841645875rem;height:3.216664625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:52.606247901916rem;left:1.9302082061768rem;display:block; }
#GkDmbXPgBTXmaknPxt8nO9z8PTTpq5bF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUH4dhwmNwumBnXIUL4W1pHt5vc49zDJ { color:rgba(var(--color-secondary-2),1);display:block;width:19.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:50.348958015442rem;left:1.9302082061768rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bUT7xewaF221FdpssqbTwszznTiIwnfz { color:rgba(var(--color-secondary-2),1);display:block;width:24.6875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:38.595833778381rem;left:1.9302082061768rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bUT7xewaF221FdpssqbTwszznTiIwnfz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bUT7xewaF221FdpssqbTwszznTiIwnfz li:before{  }
#NtKGFplCw4EOZS0HnyAEdCcdHqvAIgWB { color:rgba(var(--color-secondary-2),1);display:block;width:24.6875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:38.595833778381rem;left:34.492710113526rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NtKGFplCw4EOZS0HnyAEdCcdHqvAIgWB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NtKGFplCw4EOZS0HnyAEdCcdHqvAIgWB li:before{  }
#mFf5o1R9lfWaW1iTZH1BS3OpLODVf3oq { color:rgba(var(--color-secondary-2),1);display:block;width:24.5rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:47.165623664856rem;left:34.586460113526rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QXP4L0zgAJJO00VAXbWveezAzxdl5xrA { background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.731270875rem;height:3.106252125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:52.661458015442rem;left:34.492710113526rem;display:block; }
#ndLrbM2882f7TgceXJv0tTbaIDzPPJOC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnubO3O8LApHhBOaUxPZgZmHpHkrUM9O { color:rgba(var(--color-secondary-2),1);display:block;width:19.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:50.348958015442rem;left:34.492710113526rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo > .row .container { background-color: transparent; background-image: none; }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo > .row .container > .video-iframe-container { display: none; }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo > .row > .video-iframe-container { display: none; }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo > .row .container { border-width: 0; border-radius: 0; }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo > .row .container { font-size:0.875rem;font-family:lato;height:35.375rem;width:75rem;position:relative;display:block; }#kG9hgF5xhmNa90DrN4W2LE1FTmIIqHV0 { color:rgba(var(--color-secondary-2),1);display:block;width:56.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:9.6750020980838rem;left:5.8125rem;height:12.4rem;font-style:normal;display:block; }#kG9hgF5xhmNa90DrN4W2LE1FTmIIqHV0 li:not(:first-child){ padding-top:2rem;padding-right:0;padding-bottom:0;padding-left:0; }#kG9hgF5xhmNa90DrN4W2LE1FTmIIqHV0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e0476af8b77c1d2517db38461a5174eec6d169a.svg); }
#JgWxI90IRGfMCyf2CEZsd9WqDakKm8pX { color:rgba(var(--color-tertiary-2),1);display:block;width:61.4375rem;position:absolute;font-family:kalnia;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.1927080154419rem;left:3.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WH2OrEVXtJJugrHHdx0WnSggvuMqFo5W { color:rgba(var(--color-secondary-2),1);display:block;width:58.5625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:6.1781311035156rem;left:7.0614585876462rem;height:2rem;font-style:normal;display:block; }
#vW2xXziJhaGzeRMxDNdXweReQ4vFbiR7 { color:rgba(var(--color-secondary-2),1);display:block;width:58.5625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:24.803113937378rem;left:7.0614585876462rem;height:8rem;font-style:normal;display:block; }
#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo > .row .container { background-color: transparent; background-image: none; }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo > .row .container > .video-iframe-container { display: none; }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo > .row > .video-iframe-container { display: none; }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo > .row .container { border-width: 0; border-radius: 0; }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo > .row .container { font-size:0.875rem;font-family:lato;height:42.6875rem;width:75rem;position:relative;display:block; }#NeeGWPAqvnI0WipzWEIIVJnlcNqoS283 { color:rgba(var(--color-primary-2),1);display:block;width:56.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:18.262502670288rem;left:5.5625rem;height:20.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rZ62ueZCLFIQL5VFg8TVbo79Zgy3S49f { color:rgba(var(--color-tertiary-2),1);display:block;width:50.75rem;position:absolute;font-family:kalnia;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.1927146911621rem;left:17.8125rem;height:3.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hz8e3TMdEiMeMmihqW9LCPt65PnQO5oO { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:15.8125rem;top:5.7220458984375E-6rem;left:0rem;overflow:hidden;display:block; }
#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk > .row .container { background-color: transparent; background-image: none; }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk > .row .container > .video-iframe-container { display: none; }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk > .row > .video-iframe-container { display: none; }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk > .row .container { border-width: 0; border-radius: 0; }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk > .row .container { font-size:0.875rem;font-family:lato;height:12.6875rem;width:75rem;position:relative;display:block; }#QAcumzaq4aslZQHztEhp3cfJ2ZyCieDd { color:rgba(var(--color-secondary-2),1);display:block;width:60.25rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:1.5rem;left:7.375rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc { display:block; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUnZlSkViqOMcIuWp5X4VPOlXlOmepT5 { top:7.3125rem;left:0rem;width:47.75rem;height:21.375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK528J9muuia1gwg0G9mBZZr7npIPPnT { top:32rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGad3vdGT1RZayw6pKzO777qpfGnUSKa { top:34.9375rem;left:0rem;width:36.125rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSPZVtlbVAcEN8sMxsKARLNqGkhuPdyW { top:31.375rem;left:33.805210113526rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDg4dTC57SNHIhJx0e9DUKrG8RT2Jnli { width:10.625rem;height:3.1875rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo16BH0Ts3tu0hlmG1SpiNvKcCnFTOuV { display:block; }
 }@media only screen and (max-width: 763px) { #T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x { display:block; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJO41tNTulyLLvs673O1E2lVNTLdtFqZ { top:3rem;left:5.8125rem;width:36.125rem;height:14rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 { display:block; }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhyT8eHU8tF3yBcJqAkOtpu3nRQs8C4T { top:1.1875rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTodDttHtL1uR7eKMJUQTVPQwTWVNUep { display:block; }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoxIMq7UtrTlnArBWZa2Lf30ErwZpkWm { top:3.3125rem;left:1.9989585876465rem;width:19.6875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX8AxZfXVC8t343Jok9G9zdX1SL8lmG0 { top:4.9375rem;left:27.216667175293rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWT5ex0FBKv8mIs9dMuEkIxs98rSa98v { top:18.0625rem;left:2.6791667938233rem;width:19.0625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGpT0Ewqh2RBq7ONbmZ377AqyfZbLglB { top:25.25rem;left:27.904167175293rem;width:16.5625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSFU0ifFL04PJhTeUMSRqZRTSWHWan3s { top:28.5625rem;left:0rem;width:23.25rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWyA93sX2PRre07opruXoTuOWsvOaRZa { top:46.9375rem;left:23.521877288818rem;width:21rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSx2Cp7g0LTMA1CJee2txyONuuZowpcI { top:47.6875rem;left:0rem;width:23.5625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgEWyJ74IbBhcBmTAAIMavPdKba9tUNB { top:59.3125rem;left:25.716667175293rem;width:20.9375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqcic2tczHWy1HM6WFzPtAdlOc2sozXa { top:62rem;left:0.24166679382324rem;width:19.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLJIFlC8TTItDhipNqsy1niSGBDTdSPn { top:78.625rem;left:23.521877288818rem;width:19.4375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eem2I01vvuzv3BKb4uSgGlVR2X647TJ1 { top:81.0625rem;left:0rem;width:24rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXsmzq4JQhACIwgNJaPneuTynend6Gun { top:102.875rem;left:1.1791667938232rem;width:17.3125rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVIauZQMXAoURFrzDX3TqyvAT74zN5eC { top:106.125rem;left:23.521877288818rem;width:19.9375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQKbHAokZP6yVncDM1FPqVOno2xZvmid { display:block; }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOFprtT7IrsuTMdQLxwusHTAb46NGuAC { top:1.1875rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltDHHKKHmaCqqtiUWTKAmu1TLdSnB4FM { top:9.5625rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TChrHRJX6I8to9xMn8EosOtikNsdOAWR { display:block; }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5rnuvTSXdMOXO0A2IhXfz6Zvxzbr5I8 { top:1.1875rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTszCKsvTiAKS3vcuvU3FlXgZQoyE5XQ { top:6.125rem;left:0rem;width:47.75rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpJxMrDT1aWTV2zOtTqxMAUVE2N9UCeS { top:18.0625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#DpJxMrDT1aWTV2zOtTqxMAUVE2N9UCeS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e0476af8b77c1d2517db38461a5174eec6d169a.svg); }
 }@media only screen and (max-width: 763px) { #vr9uZHV3NQRqfIwIcrok3rd3FKsJpPWi { top:48.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuzNqv7f2QV15NIKs2NIHkVO1ZyengBg { width:17.9375rem;height:3.3125rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk0pLy0N7GEfhd5FqD0KeCIRUA6vI0sh { display:block; }
 }@media only screen and (max-width: 763px) { #lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ { display:block; }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzTHZHO5ssbZaWdzEdgasvXQitNIQ8pI { top:1.1875rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mliuvxl2kgVXQSX9h4ie0dCqqpaiMR9n { top:6.125rem;left:0rem;width:47.75rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6vK5ykoaPoycavWJWVCGptaStSsaZEA { top:18.0625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#Q6vK5ykoaPoycavWJWVCGptaStSsaZEA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e0476af8b77c1d2517db38461a5174eec6d169a.svg); }
 }@media only screen and (max-width: 763px) { #gT6EAbUbbFQAH0oGVTaBBXTtC12TyIKn { top:46.5rem;left:0rem;width:24.5rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuQSRoEeT1Uu2BdOGlzxzla0eVcDFRUL { width:17.8125rem;height:3.1875rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkDmbXPgBTXmaknPxt8nO9z8PTTpq5bF { display:block; }
 }@media only screen and (max-width: 763px) { #lUH4dhwmNwumBnXIUL4W1pHt5vc49zDJ { top:50.3125rem;left:0rem;width:19.625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUT7xewaF221FdpssqbTwszznTiIwnfz { top:38.5625rem;left:0rem;width:24.6875rem;height:8rem;font-size:1.1875rem;display:block; }#bUT7xewaF221FdpssqbTwszznTiIwnfz li:before{  }
 }@media only screen and (max-width: 763px) { #NtKGFplCw4EOZS0HnyAEdCcdHqvAIgWB { top:38.5625rem;left:20.867710113526rem;width:24.6875rem;height:8rem;font-size:1.1875rem;display:block; }#NtKGFplCw4EOZS0HnyAEdCcdHqvAIgWB li:before{  }
 }@media only screen and (max-width: 763px) { #mFf5o1R9lfWaW1iTZH1BS3OpLODVf3oq { top:47.125rem;left:20.961460113526rem;width:24.5rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXP4L0zgAJJO00VAXbWveezAzxdl5xrA { width:17.6875rem;height:3.0625rem;top:52.625rem;left:20.867710113526rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndLrbM2882f7TgceXJv0tTbaIDzPPJOC { display:block; }
 }@media only screen and (max-width: 763px) { #ZnubO3O8LApHhBOaUxPZgZmHpHkrUM9O { top:50.3125rem;left:20.867710113526rem;width:19.625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo { display:block; }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kG9hgF5xhmNa90DrN4W2LE1FTmIIqHV0 { top:9.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#kG9hgF5xhmNa90DrN4W2LE1FTmIIqHV0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e0476af8b77c1d2517db38461a5174eec6d169a.svg); }
 }@media only screen and (max-width: 763px) { #JgWxI90IRGfMCyf2CEZsd9WqDakKm8pX { top:1.1875rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH2OrEVXtJJugrHHdx0WnSggvuMqFo5W { top:6.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW2xXziJhaGzeRMxDNdXweReQ4vFbiR7 { top:24.75rem;left:0rem;width:47.75rem;height:8rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo { display:block; }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeeGWPAqvnI0WipzWEIIVJnlcNqoS283 { top:18.25rem;left:0rem;width:47.75rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ62ueZCLFIQL5VFg8TVbo79Zgy3S49f { top:6.1875rem;left:0rem;width:47.75rem;height:0;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz8e3TMdEiMeMmihqW9LCPt65PnQO5oO { top:0rem;left:0rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lukRyVITXTc8dn8dxSF5TFyPd3htGRTk { display:block; }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAcumzaq4aslZQHztEhp3cfJ2ZyCieDd { top:1.5rem;left:0rem;width:47.75rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33146841-9e5b-4603-8d1d-2c75bdbcb566/IMG_5262.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc.adaptive-delivery-prevent-bg, #OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc.lazyload, #OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc.lazyloading { background-image: none; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container { background-color: transparent; background-image: none; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.57); }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container > .video-iframe-container { display: none; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.57); }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row > .video-iframe-container { display: none; }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrQyy19CPEqLqdhiSKzJ7wxGEZJsQISc > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUnZlSkViqOMcIuWp5X4VPOlXlOmepT5 { width:20rem;height:7.2rem;top:1.25rem;left:0rem;font-size:2rem;z-index:14998;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pK528J9muuia1gwg0G9mBZZr7npIPPnT { width:18.75rem;height:0.0625rem;top:9.7rem;left:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bGad3vdGT1RZayw6pKzO777qpfGnUSKa { width:20rem;height:6rem;top:12.074999809265rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #xSPZVtlbVAcEN8sMxsKARLNqGkhuPdyW { width:1rem;height:1rem;top:9.231249809265rem;left:18.430207252502rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hDg4dTC57SNHIhJx0e9DUKrG8RT2Jnli { width:10.654145875rem;height:2.591664625rem;top:19.387500762939rem;left:4.6729164123535rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Fo16BH0Ts3tu0hlmG1SpiNvKcCnFTOuV { display:block; }
 }@media only screen and (max-width: 763px) { #T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c57097ed-e759-4d45-a166-32a80a47bd52/to.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x.adaptive-delivery-prevent-bg, #T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x.lazyload, #T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x.lazyloading { background-image: none; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container { background-color: transparent; background-image: none; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container > .video-iframe-container { display: none; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row > .video-iframe-container { display: none; }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lE9TeRW6nlI7ki6pbUQfpoZSEnPC1x > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJO41tNTulyLLvs673O1E2lVNTLdtFqZ { width:20rem;height:13.5rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 { display:block; }#OA1C7leq0Sz8TWNr20WP88eXVI0Vhbf2 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhyT8eHU8tF3yBcJqAkOtpu3nRQs8C4T { width:20rem;height:5.1rem;top:1.25rem;left:0rem;font-size:2.125rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTodDttHtL1uR7eKMJUQTVPQwTWVNUep { display:block; }#HTodDttHtL1uR7eKMJUQTVPQwTWVNUep > .row .container { width:20rem;height:221.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoxIMq7UtrTlnArBWZa2Lf30ErwZpkWm { width:19.6875rem;height:12.25rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX8AxZfXVC8t343Jok9G9zdX1SL8lmG0 { width:17.9375rem;height:17.9375rem;top:23.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWT5ex0FBKv8mIs9dMuEkIxs98rSa98v { width:19.0625rem;height:7.1875rem;top:14.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGpT0Ewqh2RBq7ONbmZ377AqyfZbLglB { width:16.5625rem;height:18.75rem;top:56.9583125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSFU0ifFL04PJhTeUMSRqZRTSWHWan3s { width:20rem;height:13.333333333333rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWyA93sX2PRre07opruXoTuOWsvOaRZa { width:20rem;height:7.797619047619rem;top:88.076rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSx2Cp7g0LTMA1CJee2txyONuuZowpcI { width:20rem;height:9.867374005305rem;top:76.9583125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgEWyJ74IbBhcBmTAAIMavPdKba9tUNB { width:20rem;height:16rem;top:114.9989375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqcic2tczHWy1HM6WFzPtAdlOc2sozXa { width:19.1875rem;height:16.625rem;top:97.1239375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLJIFlC8TTItDhipNqsy1niSGBDTdSPn { width:19.4375rem;height:24.9375rem;top:170.978125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eem2I01vvuzv3BKb4uSgGlVR2X647TJ1 { width:20rem;height:16.666666666667rem;top:132.2489375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXsmzq4JQhACIwgNJaPneuTynend6Gun { width:17.3125rem;height:19.5625rem;top:150.165625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVIauZQMXAoURFrzDX3TqyvAT74zN5eC { width:19.9375rem;height:23.4375rem;top:197.165625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQKbHAokZP6yVncDM1FPqVOno2xZvmid { background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container { background-color: transparent; background-image: none; }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container > .video-iframe-container { display: none; }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row > .video-iframe-container { display: none; }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQKbHAokZP6yVncDM1FPqVOno2xZvmid > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOFprtT7IrsuTMdQLxwusHTAb46NGuAC { width:20rem;height:7.2rem;top:1.25rem;left:0rem;font-size:2rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ltDHHKKHmaCqqtiUWTKAmu1TLdSnB4FM { width:20rem;height:8rem;top:9.7rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #TChrHRJX6I8to9xMn8EosOtikNsdOAWR { display:block; }#TChrHRJX6I8to9xMn8EosOtikNsdOAWR > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5rnuvTSXdMOXO0A2IhXfz6Zvxzbr5I8 { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2.5rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTszCKsvTiAKS3vcuvU3FlXgZQoyE5XQ { width:20rem;height:14.4rem;top:7.7999982833863rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #DpJxMrDT1aWTV2zOtTqxMAUVE2N9UCeS { width:20rem;height:44.4rem;top:22.95rem;left:0rem;font-size:1rem;display:block; }#DpJxMrDT1aWTV2zOtTqxMAUVE2N9UCeS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e0476af8b77c1d2517db38461a5174eec6d169a.svg); }
 }@media only screen and (max-width: 763px) { #vr9uZHV3NQRqfIwIcrok3rd3FKsJpPWi { width:20rem;height:3rem;top:68.6rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #yuzNqv7f2QV15NIKs2NIHkVO1ZyengBg { width:17.9375rem;height:3.3125rem;top:72.85rem;left:1rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Nk0pLy0N7GEfhd5FqD0KeCIRUA6vI0sh { display:block; }
 }@media only screen and (max-width: 763px) { #lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ { display:block; }#lsRlG9QT5TLLf9B3m05UqWcmBiNd2fqZ > .row .container { width:20rem;height:97rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzTHZHO5ssbZaWdzEdgasvXQitNIQ8pI { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2.5rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mliuvxl2kgVXQSX9h4ie0dCqqpaiMR9n { width:20rem;height:16rem;top:5.3999977111816rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Q6vK5ykoaPoycavWJWVCGptaStSsaZEA { width:20rem;height:30.4rem;top:22.525013923645rem;left:0rem;font-size:1rem;display:block; }#Q6vK5ykoaPoycavWJWVCGptaStSsaZEA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e0476af8b77c1d2517db38461a5174eec6d169a.svg); }
 }@media only screen and (max-width: 763px) { #gT6EAbUbbFQAH0oGVTaBBXTtC12TyIKn { width:20rem;height:3rem;top:65.049999237062rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #VuQSRoEeT1Uu2BdOGlzxzla0eVcDFRUL { width:17.8125rem;height:3.1875rem;top:71.393749237062rem;left:1.09375rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #GkDmbXPgBTXmaknPxt8nO9z8PTTpq5bF { display:block; }
 }@media only screen and (max-width: 763px) { #lUH4dhwmNwumBnXIUL4W1pHt5vc49zDJ { width:19.625rem;height:1.5rem;top:69.073959350588rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #bUT7xewaF221FdpssqbTwszznTiIwnfz { width:20rem;height:7.6rem;top:56.674984931946rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-2),1);display:block; }#bUT7xewaF221FdpssqbTwszznTiIwnfz li:before{  }
 }@media only screen and (max-width: 763px) { #NtKGFplCw4EOZS0HnyAEdCcdHqvAIgWB { width:20rem;height:7.6rem;top:79.112499237062rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-2),1);display:block; }#NtKGFplCw4EOZS0HnyAEdCcdHqvAIgWB li:before{  }
 }@media only screen and (max-width: 763px) { #mFf5o1R9lfWaW1iTZH1BS3OpLODVf3oq { width:20rem;height:3rem;top:87.730205535888rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #QXP4L0zgAJJO00VAXbWveezAzxdl5xrA { width:17.6875rem;height:3.0625rem;top:92.7375rem;left:1.125rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ndLrbM2882f7TgceXJv0tTbaIDzPPJOC { display:block; }
 }@media only screen and (max-width: 763px) { #ZnubO3O8LApHhBOaUxPZgZmHpHkrUM9O { width:19.625rem;height:1.5rem;top:90.674999237062rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo { display:block; }#N6F7H7T13GKMwde19ZRdfB5aBOkwnTWo > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kG9hgF5xhmNa90DrN4W2LE1FTmIIqHV0 { width:19.875rem;height:20.4rem;top:14.15rem;left:0.0625rem;font-size:1rem;display:block; }#kG9hgF5xhmNa90DrN4W2LE1FTmIIqHV0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e0476af8b77c1d2517db38461a5174eec6d169a.svg); }
 }@media only screen and (max-width: 763px) { #JgWxI90IRGfMCyf2CEZsd9WqDakKm8pX { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WH2OrEVXtJJugrHHdx0WnSggvuMqFo5W { width:20rem;height:8rem;top:4.9rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #vW2xXziJhaGzeRMxDNdXweReQ4vFbiR7 { width:20rem;height:20.9rem;top:37.300001144409rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo { display:block; }#ZuKnXOhJ31ZDRSDFZ9VbeEScyH7Tz9Wo > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeeGWPAqvnI0WipzWEIIVJnlcNqoS283 { width:19.875rem;height:40rem;top:21.9625rem;left:0.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rZ62ueZCLFIQL5VFg8TVbo79Zgy3S49f { width:20rem;height:2.4rem;top:18.3125rem;left:0rem;font-size:2rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hz8e3TMdEiMeMmihqW9LCPt65PnQO5oO { width:15.8125rem;height:15.8125rem;top:1.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lukRyVITXTc8dn8dxSF5TFyPd3htGRTk { display:block; }#lukRyVITXTc8dn8dxSF5TFyPd3htGRTk > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAcumzaq4aslZQHztEhp3cfJ2ZyCieDd { width:20rem;height:5rem;top:1.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }