.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:221,224,225;--color-primary-1:143,150,156;--color-primary-2:30,45,56;--color-primary-3:15,23,28;--color-primary-4:5,7,8;--color-secondary-0:230,232,245;--color-secondary-1:172,180,223;--color-secondary-2:88,104,191;--color-secondary-3:44,52,96;--color-secondary-4:13,16,29;--color-tertiary-0:255,255,255;--color-tertiary-1:212,211,211;--color-tertiary-2:111,108,108;--color-tertiary-3:56,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Georgia";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-secondary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { box-sizing:content-box;height:33.3125rem;width:44.3125rem;position:absolute;display:block;z-index:15000;background-color:#100e40;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.625rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.59375rem;left:4.25rem;height:9rem;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; }
#GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:14.4375rem;left:4.25rem;height:;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; }
#iyIWVvOzeeUwhqIeycJPbeSpShfRzdGn { 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:32.625rem;width:34.9375rem;top:3.375rem;left:41.781147615384rem;overflow:hidden;display:block; }
#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE { background-color:#4ab2ea;background-image:url("https://images.assets-landingi.com/uc/d8811445-1f8c-42b9-a9d2-432d94782abf/ChatGPTImageMar16202603_01_03PM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE.adaptive-delivery-prevent-bg, #SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE.lazyload, #SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE.lazyloading { background-image: none; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row .container { background-color: transparent; background-image: none; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row .container > .video-iframe-container { display: none; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row > .video-iframe-container { display: none; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .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); }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row .container { border-width: 0; border-radius: 0; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#imXSsz64Ww6O1J4eAEM47qeMlto108nB { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #fdfeff;border-left:0.0625rem solid #fdfeff;border-right:0.0625rem solid #fdfeff;border-bottom:0.0625rem solid #fdfeff;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:33.875rem;top:2.1187510490417rem;left:0rem;display:block; }
#STgfbIu5BgT4C770iAoxADyOZ6C31mv3 { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3593759536744rem;left:1.5179681777954rem;height:12.43125rem;text-align:center;text-align-last:center;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; }
#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { background-color: transparent; background-image: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container > .video-iframe-container { display: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container { display: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .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); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { border-width: 0; border-radius: 0; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#RDMTKMvIQFZBHZiUZmOFmU0SyNxnw85t { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.925rem;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; }
#XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { color:rgba(var(--color-primary-3),1);display:block;width:74.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:6.1749877929688rem;left:0rem;height:6.4rem;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;display:block; }
#MhzrFEig0J1oALxvCx3tf5m4CSAkvyRV { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:1.5rem;display:block; }
#HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { color:rgba(var(--color-primary-3),1);display:block;width:26.125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:14.743743896484rem;left:4.5625rem;height:2.1rem;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; }
#rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { box-sizing:content-box;height:4.6875rem;width:37.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#TvJOqqegSkWBLaEfEhfFFSTbTaUl6MaW { box-sizing:content-box;height:14.0625rem;width:64.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5625rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#e6vLuZilvCiTaiHFzJcHaMywnQGSElQe { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:22.9375rem;left:1.5rem;height:7.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#e6vLuZilvCiTaiHFzJcHaMywnQGSElQe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e6vLuZilvCiTaiHFzJcHaMywnQGSElQe li:before{  }
#xR53A5SRGkda7Nr0Dv41uWwCeBtEOF7I { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:20.75rem;left:1.5rem;height:4.8rem;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; }
#TWKLVRp87hqEqwPrTva0uf2Hm7Hk3erD { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:29.4375rem;left:1rem;height:3.2rem;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; }
#ZKB9Fk5GNgqTZ99gbQ1SJFB7Pd72XNIE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.9375rem;left:59.625rem; }
#aKshc4NTmLmuIClMbLhN1CpLUDVWtRyb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.875rem;left:1.8125rem; }
#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR { 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; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container { background-color: transparent; background-image: none; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container > .video-iframe-container { display: none; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row > .video-iframe-container { display: none; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .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); }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container { border-width: 0; border-radius: 0; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#AGmucDiU2IFytsla2ys5gRIXq8faiCrP { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5929687023163rem;left:1.5rem;display:block; }
#RUJyl5lmuGCS1xlOA2Xd8sGmfQrEKweI { box-sizing:content-box;height:4.6875rem;width:36.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.76);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4359376430511rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#MhIr7xRtbsakRaHNE9d5cAUKZ1H13bDK { color:rgba(var(--color-primary-3),1);display:block;width:28.5625rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:2.91796875rem;left:4.65625rem;height:2.1rem;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; }
#zSv4nhTRP18HWJDugqX7FrKRvRLmDRhh { box-sizing:content-box;height:14.0625rem;width:64.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.73);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0000030994412rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:11.249219417572rem;left:1.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm li:before{  }
#u0UO6MyUmlLTDhGbvy696RXsw1Rhca7G { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:9.2500002384187rem;left:1.47265625rem;height:4.8rem;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; }
#UW6hL5CRZTU3EMoJ3frQPirh3wAoTqRC { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:17.424218654633rem;left:1.5rem;height:3.2rem;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; }
#XRyB9ZFaDxiMGDNpFXzrQAat8vVhAQXh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:6.1234540939331rem;left:60.187500953674rem; }
#bdmgpwmXFJOyiChXiXlx8gOh2Fr1dArz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.9039077758789rem;left:1.8125rem; }
#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container { background-color: transparent; background-image: none; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container > .video-iframe-container { display: none; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row > .video-iframe-container { display: none; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .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); }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container { border-width: 0; border-radius: 0; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#XTfAof03KyKsnuZUW6bgDN7yWSuq2DZk { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9054679870606rem;left:1.5rem;display:block; }
#XhvlPTfxs8PAywhT3g3li6sM2UcOQAFg { box-sizing:content-box;height:4.6875rem;width:36.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8109359741211rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#S7yXvltA5KyR1gwx0Ox9FvHhyCK5UeSV { color:rgba(var(--color-primary-3),1);display:block;width:30.8125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:2.1812500953674rem;left:4.6749992370606rem;height:4.2rem;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; }
#OC1sfIENrwz8IxcT54NXVqQT3NhargnL { box-sizing:content-box;height:14.0625rem;width:64.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0000030994412rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#siSofhnJKTG5kx1EK2u8en0fCFFAogXE { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:11.337500572204rem;left:1.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#siSofhnJKTG5kx1EK2u8en0fCFFAogXE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#siSofhnJKTG5kx1EK2u8en0fCFFAogXE li:before{  }
#bO0WJhgr0fv40DDE8CLGfh6zzmutx3JO { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:9.2500002384187rem;left:1.47265625rem;height:4.8rem;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; }
#p0KlmQ6kUm0ZDsf5HD0M352Qo6uXs4IV { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:17.53750038147rem;left:1.5rem;height:3.2rem;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; }
#ULOIJNhGvgahKkFny69pGyZzIRtU6HKa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.2796907424927rem;left:61.625000953674rem; }
#CkDVHW7PsQI90TvO46K0um8ixyMnhkZV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.0593738555908rem;left:1.65625rem; }
#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 { background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/b577ef8e-e824-4318-80b9-d33384f5a3ca/Mattphoto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8.adaptive-delivery-prevent-bg, #XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8.lazyload, #XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8.lazyloading { background-image: none; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row .container { background-color: transparent; background-image: none; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row .container > .video-iframe-container { display: none; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row > .video-iframe-container { display: none; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .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); }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row .container { border-width: 0; border-radius: 0; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Lf8DFwxic12hN4DtNDiePKX8BIz8lZ2a { color:rgba(var(--color-primary-3),1);display:block;width:34.5625rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:7.5679693222044rem;height:13.8125rem;text-align:center;text-align-last:center;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; }
#HCVTdbFyaMaeydpJLgDHb5DTEypyxCBO { box-sizing:content-box;height:17.9375rem;width:36.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6875rem;left:6.4742193222044rem;display:block; }
#ESgzzmalR4sm4g2PTcT65OqDZEoNJxCw { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #fdfeff;border-left:0.0625rem solid #fdfeff;border-right:0.0625rem solid #fdfeff;border-bottom:0.0625rem solid #fdfeff;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:33.875rem;top:2.3125rem;left:0rem;display:none; }
#tex7LBDylWufsTB5m8MLKXfN9sQErgfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { background-color: transparent; background-image: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .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); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { border-width: 0; border-radius: 0; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#EWNRET8A780oxeJozSQW2VQmkLQL6KIB { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.125rem;height:2.925rem;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; }
#orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { color:rgba(var(--color-primary-3),1);display:block;width:50.5rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.6875rem;left:3.125rem;height:5.625rem;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;display:block; }
#QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { color:rgba(var(--color-primary-2),1);display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.75rem;left:3.125rem;height:1.4rem;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;display:block; }
#MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:27.125rem;width:18.0625rem;top:4.3742187023163rem;left:54.562500953674rem;overflow:hidden;display:block; }
#IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { 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:3.4375rem;width:2.9375rem;top:31.499223709106rem;left:68.875000953675rem;overflow:hidden;display:block; }
#Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt { color:rgba(var(--color-primary-3),1);display:block;width:50.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:16.5rem;left:3.125rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }#Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt li:before{  }
#sWsW4v24bgLBXcU6TnWA9J3d7XGZrrX3 { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:14.875rem;left:3.125rem;height:1.40625rem;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;display:block; }
#Xczf96KhlhCKH1Q3JlGBGB4OBMX9eVxk { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:27.000000238419rem;left:3.125rem;height:1.40625rem;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;display:block; }
#lHWyTyun8myJLQoqmmfLMTPOXC6S6QOU { color:rgba(var(--color-primary-3),1);display:block;width:50.125rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:28.406250238419rem;left:3.125rem;height:4.21875rem;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;display:block; }
#XZc7WvvUXQglJu97tlu3EFoGl6zKGOGV { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:33.687502145768rem;left:3.125rem;height:1.40625rem;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;display:block; }
#w2eulUPuowkZaJSRJUpcwhT9F9E2PRKu { box-sizing:content-box;height:34.125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.03125rem;left:0.625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#J54UAKXGcqOCobPac5oemAvCI6DwwN8H { color:rgba(var(--color-primary-3),1);display:block;width:54.875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:32.375002145768rem;left:9.624218940735rem;height:2.8125rem;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;display:block; }
#CygDrbJxl33NTaWsXTztU3gWsCIHLlOC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.7492187023163rem;left:68.875000953675rem; }
#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf { 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; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container { background-color: transparent; background-image: none; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container > .video-iframe-container { display: none; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row > .video-iframe-container { display: none; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .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); }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container { border-width: 0; border-radius: 0; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#CkHIytk0MlPW5mlPhlALADEgzqTZTobi { box-sizing:content-box;height:37rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.40625rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#D8cSXd5UtFmKLtGozQ6sfieIyN56B0tH { color:rgba(var(--color-primary-3),1);display:block;width:46.875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.0484313964844rem;left:26.812500953674rem;height:12.65625rem;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;display:block; }
#PZfS62qcqWGC31bxUg9JV77qwOsHmatZ { color:rgba(var(--color-primary-2),1);display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.3367156982422rem;left:26.874218940735rem;height:1.4rem;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;display:block; }
#KeK9ShIOQrm4RnA8DVDRUOWCVQbT5AIb { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:22.6875rem;width:22.6875rem;top:4.3359376192093rem;left:1.9437494277954rem;overflow:hidden;display:block; }
#P3eGdhRIdwxLpW1HRpa1eInmqfiuhfPr { 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:3.4375rem;width:2.9375rem;top:2.66015625rem;left:69.281250953675rem;overflow:hidden;display:block; }
#qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS { color:rgba(var(--color-primary-3),1);display:block;width:47.125rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:21.877344489097rem;left:26.812500953674rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }#qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS li:before{  }
#wQchLeRIWtzTdEUVymERsUqfZFZ0lUp7 { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:19.909374594688rem;left:26.812500953674rem;height:1.40625rem;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;display:block; }
#SJSqyHyMT7PDsKZAtfOMTWX3zhuosMbI { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:34.675001502037rem;left:26.812500953674rem;height:1.40625rem;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;display:block; }
#pEU594LxO8WZ3TyuxMthJSAPOGI4QAyT { color:rgba(var(--color-primary-3),1);display:block;width:47.3125rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:29.174999594688rem;left:26.812500953674rem;height:4.21875rem;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;display:block; }
#rT72f8QAybmRpUxWVLdSERnChUtQEWFT { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:33.268751502037rem;left:33.643750190735rem;height:4.21875rem;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;display:block; }
#m6udTmKFv2tnycc6fpJrneXmBi6ueWSD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:25.522655844688rem;left:17.581250190735rem; }
#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65e38042-923e-4da0-a0d0-197636f30e02/bg2.webp");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; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.adaptive-delivery-prevent-bg, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyload, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyloading { background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { background-color: transparent; background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .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); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { border-width: 0; border-radius: 0; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::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; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#sIFHknVn2fZR7pTVdEknzziMlJNmNwXJ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5rem;position:absolute;font-family:comfortaa;font-size:3.625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:4.35rem;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; }
#nLruvH1rRnRpV8Pl72bT9EL4mud0qH9F { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-2),0.5);top:8.4249982833863rem;left:0rem;height:9.9rem;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; }
#Zpwzx31GUK0GwkWnDNdAH1ecc0glIE8y { box-sizing:content-box;height:17.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#fafeff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.875000476837rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#gx9zvB3BXlqmkb4Ie93FAsmdLbzKGuht { 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:6.5rem;width:6.4375rem;top:19.031249761581rem;left:16.887499809265rem;overflow:hidden;display:block; }
#bTT8izuC9xwmlZxMNxUdXGfHyOgRq7t1 { 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:5.25rem;width:11.25rem;top:27.387500286103rem;left:16.887499809265rem;overflow:hidden;display:block; }
#LJeakqVWE58zgbkB2WzHUobciIXTT8mw { 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:5.5625rem;width:5.5625rem;top:19.5rem;left:47.474999427796rem;overflow:hidden;display:block; }
#puRUGmetzH4sptsCvI4qx1uAAVMR4q75 { 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:4.5625rem;width:14.25rem;top:27.731250286103rem;left:29.800000190735rem;overflow:hidden;display:block; }
#eOvfkfm39mVzi2OW0LTAIKLLN6zUB8BH { 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:4.75rem;width:20.875rem;top:19.5rem;left:24.774220466614rem;overflow:hidden;display:block; }
#epgDPXrG9HMZDoPiwzCy7r6111INQDGU { position:absolute;display:block;z-index:15014;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:9.25rem;width:9.25rem;top:18.53125rem;left:63.975785255431rem;overflow:hidden;display:block; }
#Ra4NvfDIc3OH6QGvT3NlEEfT87c7pC8u { position:absolute;display:block;z-index:15015;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:3.1875rem;width:27.8125rem;top:29.5rem;left:45.375000953674rem;overflow:hidden;display:block; }
#yOs2SJoLbNkP2af1S2KNP4XtJT7J89Tr { position:absolute;display:block;z-index:15016;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.25rem;width:7.25rem;top:19.5rem;left:55.475785255432rem;overflow:hidden;display:block; }
#TA3ezAOuCzBnrnQTOQ9DJEditXLmyLme { position:absolute;display:block;z-index:15017;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:5.0625rem;width:14.375rem;top:19.3125rem;left:1.41015625rem;overflow:hidden;display:block; }
#E6tWf1dJeaG6prEXq5aRT4t73chCcyVL { position:absolute;display:block;z-index:15018;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:3.9375rem;width:15.375rem;top:28.981250286103rem;left:0.72265625rem;overflow:hidden;display:block; }
#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk { position:relative;display:block; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk { background-color: transparent; background-image: none; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row .container > .video-iframe-container { display: none; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row > .video-iframe-container { display: none; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .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); }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk { border-width: 0; border-radius: 0; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wfCfe6tM93TX5vmqnnTS55W5T3fSb8Mb { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2624988555908rem;left:1.7242183685302rem;height:2.925rem;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; }
#qz5tXLJwpT6N9DdaFibZtgWkrATKr1Cr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.87499976158144rem;left:22.412499427796rem; }
#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG { position:relative;display:block; }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG { background-color: transparent; background-image: none; }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG > .row .container > .video-iframe-container { display: none; }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG > .row > .video-iframe-container { display: none; }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG > .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); }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG { border-width: 0; border-radius: 0; }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qZbdXXSk92r8h2Z1qcxJEEhzqAlNewfa { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.859375rem;left:1.28125rem;height:29.25rem;display:block; }
#qs6fsdcfsoAv2DWsed6BOAzL1mcx5Dfy { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.111718177796rem;left:51.500000953674rem;height:6.09375rem;display:block; }
#ndhZ2TJdsoBuovvTLxVyRFtoZSvpsn1q { 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:6rem;width:6rem;top:24.652344882488rem;left:67.675004005431rem;overflow:hidden;display:block; }
#UKFWlQcHFBLC4CHKgnuF94bmDoAMGGZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.859375rem;left:51.500000953674rem;height:13.40625rem;display:block; }
#T54Tq0HHPhppyZB9cyvqWNCcLeaPkSym { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.859375rem;left:26.500000953674rem;height:18.28125rem;display:block; }
#lTt9s4UDQoHMTRbxNWrQ3FTWsZ2pBtM6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.627343177796rem;left:51.437500953674rem;height:8.53125rem;display:block; }
#N7fZ9lChQRI7wETP7dkWrQvFO9vmocUK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.409388065338rem;left:26.062500953674rem;height:9.75rem;display:block; }
#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p { position:relative;display:block; }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p { background-color: transparent; background-image: none; }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p > .row .container > .video-iframe-container { display: none; }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p > .row > .video-iframe-container { display: none; }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p > .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); }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p { border-width: 0; border-radius: 0; }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xp4yPcx7Iq0RIMXsPFis7y1Xw0J6Js8e { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.671875rem;left:1.375rem;height:13.40625rem;display:block; }
#gxZGbceIGAt8FxaHtZtkCvZF7On9LGBT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6711120605469rem;left:52.125000953674rem;height:13.40625rem;display:block; }
#s89JxuilpkDuJB8gqWSl0UrnxTKzlkmX { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4843769073486rem;left:26.500000953674rem;height:14.625rem;display:block; }
#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { background-color: transparent; background-image: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .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); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { border-width: 0; border-radius: 0; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.15625rem;left:25.875000953674rem;height:2.925rem;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; }
#evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { color:rgba(var(--color-primary-3),1);display:block;width:21rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:6.34765625rem;left:30.375000953674rem;height:4.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;display:block; }
#vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { box-sizing:content-box;height:4.6875rem;width:26.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.31640625rem;left:25.875000953674rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { box-sizing:content-box;height:4.6875rem;width:20.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:54.437500953674rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:6.34765625rem;left:56.187500953674rem;height:4.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;display:block; }
#oJhdA2aaTa6F4a2EPp70iKkGK5igqzfA { box-sizing:content-box;height:4.6875rem;width:20.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:25.625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#UQ8s9nbp5wR06hDxJZA0tEl59PKzBs1F { color:rgba(var(--color-primary-3),1);display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:11.862501144409rem;left:30.375000953674rem;height:4.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;display:block; }
#M1REAGUAkDRGatGeXncwq78qg7Fh0Tu5 { box-sizing:content-box;height:4.6875rem;width:27.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:47.5rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#qqpF2hWc4qdR7EKZJPSa9Lc7L31Binix { color:rgba(var(--color-primary-3),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:11.862501144409rem;left:52.625000953674rem;height:4.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;display:block; }
#z1nPqF27ETM8d1Alz59zR8gqsTPNRAqq { color:rgba(var(--color-primary-3),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:18.59375rem;left:25.875000953674rem;height:1.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;display:block; }
#ClxenV2g1CEvAU5Wh3IdIGTB7huG3USn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:6.34765625rem;left:26.962498664856rem; }
#fJTBZ0t4rMvvhXBO1UtQgtmT93tOcKqd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:12.25rem;left:26.899998664856rem; }
#JmRu3IkK9HQN6T3y64C0FdqUKWt8MVvL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:6.34765625rem;left:52.625000953674rem; }
#ayrDi0LrDmBPLiSHAlF4WbX6QDDL9xgb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:12.40625rem;left:48.987500190735rem; }
#JoMouW7SMV3QEoDLvoWEzk5QTq9HDsCP { position:absolute;display:block;z-index:15039;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.1875rem;width:24.75rem;top:0rem;left:-0.62568493150687rem;overflow:hidden;display:block; }
#EPcXyIQwXnC5EEtnop8aHHSzRv0xHqpu { box-sizing:content-box;height:4.6875rem;width:26.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4242200851437rem;left:25.875000953674rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:none; }
#r3n68lifl4hszIbBoCfihlcrEZU4zH9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f3af107-8d50-474b-9849-70615e8cb134/bg4.webp");background-position:top 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; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o.adaptive-delivery-prevent-bg, #r3n68lifl4hszIbBoCfihlcrEZU4zH9o.lazyload, #r3n68lifl4hszIbBoCfihlcrEZU4zH9o.lazyloading { background-image: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { background-color: transparent; background-image: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.48); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container > .video-iframe-container { display: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .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.48); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container { display: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .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); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { border-width: 0; border-radius: 0; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o::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; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#C1dET2eQShB8DwLmPITunS7lsHMGu1HX { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:comfortaa;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5968933105469rem;left:9.436718940735rem;height:7.55625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { box-sizing:content-box;height:14.375rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm { 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; }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm > .row .container { background-color: transparent; background-image: none; }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm > .row .container > .video-iframe-container { display: none; }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm > .row > .video-iframe-container { display: none; }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm > .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); }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm > .row .container { border-width: 0; border-radius: 0; }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#SiHHwmVOwwTQ1Wf22VVK7wTfVHb7r87H { color:rgba(var(--color-primary-2),1);display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.3367156982422rem;left:26.874218940735rem;height:1.4rem;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;display:block; }
#itdOklRMQstU53vFukeLBEa1kXgsNJR0 { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.375rem;height:2.19375rem;font-style:normal;display:block; }
#oV30k5bZ8pgtvQM5CEFcI8rdiq03y4JS { color:rgba(var(--color-primary-0),1);display:block;width:24.8125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.875rem;left:1.375rem;height:1.3rem;display:block; }
#DMZcZaGHOmHQbZMTHp9L9tewuKpKWuUm { position:absolute;display:block;z-index:15040;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:9.5625rem;width:7.3125rem;top:6.625rem;left:5.125rem;overflow:hidden;display:block; }
#JReAtCdnIfBBIvhmrTex9XdCgOMrUeWv { color:rgba(var(--color-primary-0),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:12.875rem;left:15.3125rem;height:1.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;display:block; }
#hdQIPAeNJ0dvk1wDVIzRcPZ1erZqh26Q { color:rgba(var(--color-primary-0),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.6;letter-spacing:0;top:14.875rem;left:15.3125rem;height:1.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;display:block; }
#rbViLGtyyUCvRTPWanC3VDk3V9QZGz61 { position:absolute;display:block;z-index:15041;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:9.6875rem;width:7.9375rem;top:6.625rem;left:42.5625rem;overflow:hidden;display:block; }
#scsnw6iIRnM9kBsH8Rn0wl51OXiU8yMq { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.6;letter-spacing:0;top:12.875rem;left:53.8125rem;height:1.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;display:block; }
#b08WfghSbHMTolCbTNrQ6usFPf6bgncI { color:rgba(var(--color-primary-0),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.6;letter-spacing:0;top:14.875rem;left:53.8125rem;height:1.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;display:block; }
#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { background-color: transparent; background-image: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container > .video-iframe-container { display: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container { display: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .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); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { border-width: 0; border-radius: 0; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#RI88EmnXgH5s2J9EoADfeFAspRT2J6SP { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:comfortaa;font-size:0.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.73672103881838rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:44.3125rem;height:33.3125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:21.875rem;height:;top:4.5625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:38.1875rem;height:;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyIWVvOzeeUwhqIeycJPbeSpShfRzdGn { top:3.375rem;left:12.8125rem;width:34.9375rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE { display:block; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imXSsz64Ww6O1J4eAEM47qeMlto108nB { width:33.875rem;height:19.5625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgfbIu5BgT4C770iAoxADyOZ6C31mv3 { width:30.9375rem;height:12.375rem;top:6.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { display:block; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDMTKMvIQFZBHZiUZmOFmU0SyNxnw85t { width:42.625rem;height:;top:3.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { width:47.75rem;height:6.375rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhzrFEig0J1oALxvCx3tf5m4CSAkvyRV { width:2.375rem;height:2.375rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { width:26.125rem;height:2.125rem;top:14.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { width:37.125rem;height:4.6875rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvJOqqegSkWBLaEfEhfFFSTbTaUl6MaW { width:47.75rem;height:14.0625rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6vLuZilvCiTaiHFzJcHaMywnQGSElQe { width:47.75rem;height:7.3125rem;top:22.9375rem;left:0rem;font-size:0.8125rem;display:block; }#e6vLuZilvCiTaiHFzJcHaMywnQGSElQe li:before{  }
 }@media only screen and (max-width: 763px) { #xR53A5SRGkda7Nr0Dv41uWwCeBtEOF7I { width:47.75rem;height:4.75rem;top:20.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWKLVRp87hqEqwPrTva0uf2Hm7Hk3erD { width:47.75rem;height:3.1875rem;top:29.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKB9Fk5GNgqTZ99gbQ1SJFB7Pd72XNIE { top:16.9375rem;left:42rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKshc4NTmLmuIClMbLhN1CpLUDVWtRyb { top:14.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNrTSeFSk0cGHOqoz7xqIppdfo0725hR { display:block; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGmucDiU2IFytsla2ys5gRIXq8faiCrP { width:2.375rem;height:2.375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUJyl5lmuGCS1xlOA2Xd8sGmfQrEKweI { width:36.375rem;height:4.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhIr7xRtbsakRaHNE9d5cAUKZ1H13bDK { width:28.5625rem;height:2.0625rem;top:2.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSv4nhTRP18HWJDugqX7FrKRvRLmDRhh { width:47.75rem;height:14.0625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm { width:47.75rem;height:;top:11.1875rem;left:0rem;font-size:0.8125rem;display:block; }#bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm li:before{  }
 }@media only screen and (max-width: 763px) { #u0UO6MyUmlLTDhGbvy696RXsw1Rhca7G { width:47.75rem;height:4.75rem;top:9.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW6hL5CRZTU3EMoJ3frQPirh3wAoTqRC { width:47.75rem;height:3.1875rem;top:17.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRyB9ZFaDxiMGDNpFXzrQAat8vVhAQXh { top:6.0625rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdmgpwmXFJOyiChXiXlx8gOh2Fr1dArz { top:2.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I { display:block; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTfAof03KyKsnuZUW6bgDN7yWSuq2DZk { width:2.375rem;height:2.375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhvlPTfxs8PAywhT3g3li6sM2UcOQAFg { width:36.75rem;height:4.6875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7yXvltA5KyR1gwx0Ox9FvHhyCK5UeSV { width:30.8125rem;height:4.1875rem;top:2.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC1sfIENrwz8IxcT54NXVqQT3NhargnL { width:47.75rem;height:14.0625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siSofhnJKTG5kx1EK2u8en0fCFFAogXE { width:47.75rem;height:;top:11.3125rem;left:0rem;font-size:0.8125rem;display:block; }#siSofhnJKTG5kx1EK2u8en0fCFFAogXE li:before{  }
 }@media only screen and (max-width: 763px) { #bO0WJhgr0fv40DDE8CLGfh6zzmutx3JO { width:47.75rem;height:4.75rem;top:9.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0KlmQ6kUm0ZDsf5HD0M352Qo6uXs4IV { width:47.75rem;height:3.1875rem;top:17.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULOIJNhGvgahKkFny69pGyZzIRtU6HKa { top:5.25rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkDVHW7PsQI90TvO46K0um8ixyMnhkZV { top:3rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 { display:block; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf8DFwxic12hN4DtNDiePKX8BIz8lZ2a { width:34.5625rem;height:13.8125rem;top:6rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCVTdbFyaMaeydpJLgDHb5DTEypyxCBO { top:3.6875rem;left:0rem;width:36.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESgzzmalR4sm4g2PTcT65OqDZEoNJxCw { width:33.875rem;height:19.5625rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWNRET8A780oxeJozSQW2VQmkLQL6KIB { width:42.625rem;height:;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { width:47.75rem;height:5.625rem;top:8.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { width:32.0625rem;height:1.375rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:18.0625rem;height:27.125rem;top:4.3125rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { width:2.9375rem;height:3.4375rem;top:31.4375rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt { width:47.75rem;height:9.375rem;top:16.5rem;left:0rem;font-size:0.8125rem;display:block; }#Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt li:before{  }
 }@media only screen and (max-width: 763px) { #sWsW4v24bgLBXcU6TnWA9J3d7XGZrrX3 { width:38.625rem;height:1.375rem;top:14.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xczf96KhlhCKH1Q3JlGBGB4OBMX9eVxk { width:38.625rem;height:1.375rem;top:27rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHWyTyun8myJLQoqmmfLMTPOXC6S6QOU { width:47.75rem;height:4.1875rem;top:28.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZc7WvvUXQglJu97tlu3EFoGl6zKGOGV { width:38.625rem;height:1.375rem;top:33.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2eulUPuowkZaJSRJUpcwhT9F9E2PRKu { width:47.75rem;height:34.125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J54UAKXGcqOCobPac5oemAvCI6DwwN8H { width:47.75rem;height:2.8125rem;top:32.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CygDrbJxl33NTaWsXTztU3gWsCIHLlOC { top:2.6875rem;left:42.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf { display:block; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkHIytk0MlPW5mlPhlALADEgzqTZTobi { width:47.75rem;height:37rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8cSXd5UtFmKLtGozQ6sfieIyN56B0tH { width:46.875rem;height:12.6875rem;top:6rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZfS62qcqWGC31bxUg9JV77qwOsHmatZ { width:32.0625rem;height:;top:4.3125rem;left:13.249218940735rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeK9ShIOQrm4RnA8DVDRUOWCVQbT5AIb { width:22.6875rem;height:22.6875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3eGdhRIdwxLpW1HRpa1eInmqfiuhfPr { width:2.9375rem;height:3.4375rem;top:2.625rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS { width:47.125rem;height:8rem;top:21.875rem;left:0.625rem;font-size:0.8125rem;display:block; }#qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS li:before{  }
 }@media only screen and (max-width: 763px) { #wQchLeRIWtzTdEUVymERsUqfZFZ0lUp7 { width:38.625rem;height:1.375rem;top:19.875rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJSqyHyMT7PDsKZAtfOMTWX3zhuosMbI { width:38.625rem;height:1.375rem;top:34.625rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEU594LxO8WZ3TyuxMthJSAPOGI4QAyT { width:47.3125rem;height:4.25rem;top:29.125rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT72f8QAybmRpUxWVLdSERnChUtQEWFT { width:38.625rem;height:4.1875rem;top:33.25rem;left:9.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6udTmKFv2tnycc6fpJrneXmBi6ueWSD { top:25.5rem;left:3.9562501907349rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { display:block; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIFHknVn2fZR7pTVdEknzziMlJNmNwXJ { width:47.75rem;height:;top:3.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLruvH1rRnRpV8Pl72bT9EL4mud0qH9F { width:45.375rem;height:;top:8.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpwzx31GUK0GwkWnDNdAH1ecc0glIE8y { width:47.75rem;height:17.0625rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9zvB3BXlqmkb4Ie93FAsmdLbzKGuht { top:19rem;left:3.2624998092651rem;width:6.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTT8izuC9xwmlZxMNxUdXGfHyOgRq7t1 { top:27.375rem;left:3.2624998092651rem;width:11.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJeakqVWE58zgbkB2WzHUobciIXTT8mw { top:19.5rem;left:33.849999427796rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puRUGmetzH4sptsCvI4qx1uAAVMR4q75 { top:27.6875rem;left:16.175000190735rem;width:14.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOvfkfm39mVzi2OW0LTAIKLLN6zUB8BH { top:19.5rem;left:11.149220466614rem;width:20.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epgDPXrG9HMZDoPiwzCy7r6111INQDGU { top:18.5rem;left:38.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4NvfDIc3OH6QGvT3NlEEfT87c7pC8u { top:29.5rem;left:19.9375rem;width:27.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOs2SJoLbNkP2af1S2KNP4XtJT7J89Tr { top:19.5rem;left:40.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA3ezAOuCzBnrnQTOQ9DJEditXLmyLme { top:19.3125rem;left:0rem;width:14.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6tWf1dJeaG6prEXq5aRT4t73chCcyVL { top:28.9375rem;left:0rem;width:15.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk { display:block; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfCfe6tM93TX5vmqnnTS55W5T3fSb8Mb { width:42.625rem;height:;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz5tXLJwpT6N9DdaFibZtgWkrATKr1Cr { top:0.8125rem;left:8.7874994277956rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG { display:block; }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZbdXXSk92r8h2Z1qcxJEEhzqAlNewfa { top:1.8125rem;left:0rem;width:22.4375rem;height:29.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs6fsdcfsoAv2DWsed6BOAzL1mcx5Dfy { top:17.0625rem;left:25.5rem;width:22.125rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndhZ2TJdsoBuovvTLxVyRFtoZSvpsn1q { top:24.625rem;left:41.625rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKFWlQcHFBLC4CHKgnuF94bmDoAMGGZ8 { top:1.8125rem;left:25.625rem;width:22rem;height:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T54Tq0HHPhppyZB9cyvqWNCcLeaPkSym { top:1.8125rem;left:9.75rem;width:22rem;height:18.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTt9s4UDQoHMTRbxNWrQ3FTWsZ2pBtM6 { top:22.625rem;left:30.875rem;width:16.75rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7fZ9lChQRI7wETP7dkWrQvFO9vmocUK { top:21.375rem;left:8.875rem;width:22.875rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p { display:block; }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp4yPcx7Iq0RIMXsPFis7y1Xw0J6Js8e { top:2.625rem;left:0rem;width:22.25rem;height:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxZGbceIGAt8FxaHtZtkCvZF7On9LGBT { top:2.625rem;left:24.75rem;width:21.25rem;height:13.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s89JxuilpkDuJB8gqWSl0UrnxTKzlkmX { top:2.4375rem;left:9.75rem;width:22rem;height:14.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { display:block; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { width:42.625rem;height:2.875rem;top:2.125rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { width:21rem;height:4.5rem;top:6.3125rem;left:16.750000953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { width:26.75rem;height:4.6875rem;top:5.3125rem;left:12.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { width:20.5625rem;height:4.6875rem;top:9.625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { width:15rem;height:4.5rem;top:6.3125rem;left:32.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJhdA2aaTa6F4a2EPp70iKkGK5igqzfA { width:20.8125rem;height:4.6875rem;top:16.3125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8s9nbp5wR06hDxJZA0tEl59PKzBs1F { width:15.1875rem;height:4.5rem;top:11.8125rem;left:16.750000953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1REAGUAkDRGatGeXncwq78qg7Fh0Tu5 { width:27.5rem;height:4.6875rem;top:16.3125rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqpF2hWc4qdR7EKZJPSa9Lc7L31Binix { width:21.1875rem;height:4.5rem;top:11.8125rem;left:26.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1nPqF27ETM8d1Alz59zR8gqsTPNRAqq { width:21.1875rem;height:1.5rem;top:18.5625rem;left:12.250000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxenV2g1CEvAU5Wh3IdIGTB7huG3USn { top:6.3125rem;left:13.337498664856rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJTBZ0t4rMvvhXBO1UtQgtmT93tOcKqd { top:12.25rem;left:13.274998664856rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmRu3IkK9HQN6T3y64C0FdqUKWt8MVvL { top:6.3125rem;left:39.000000953674rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayrDi0LrDmBPLiSHAlF4WbX6QDDL9xgb { top:12.375rem;left:35.362500190735rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoMouW7SMV3QEoDLvoWEzk5QTq9HDsCP { top:0rem;left:0rem;width:24.75rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPcXyIQwXnC5EEtnop8aHHSzRv0xHqpu { width:26.75rem;height:4.6875rem;top:9.375rem;left:12.250000953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3n68lifl4hszIbBoCfihlcrEZU4zH9o { display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1dET2eQShB8DwLmPITunS7lsHMGu1HX { width:47.75rem;height:7.5rem;top:5.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { width:47.75rem;height:14.375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm { display:block; }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiHHwmVOwwTQ1Wf22VVK7wTfVHb7r87H { width:32.0625rem;height:;top:4.3125rem;left:13.249218940735rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itdOklRMQstU53vFukeLBEa1kXgsNJR0 { top:1.5625rem;left:0rem;width:12.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV30k5bZ8pgtvQM5CEFcI8rdiq03y4JS { top:3.875rem;left:0rem;width:24.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMZcZaGHOmHQbZMTHp9L9tewuKpKWuUm { top:6.625rem;left:0rem;width:7.3125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JReAtCdnIfBBIvhmrTex9XdCgOMrUeWv { width:21.1875rem;height:1.5rem;top:12.875rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdQIPAeNJ0dvk1wDVIzRcPZ1erZqh26Q { width:21.1875rem;height:1.5rem;top:14.875rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbViLGtyyUCvRTPWanC3VDk3V9QZGz61 { top:6.625rem;left:28.9375rem;width:7.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scsnw6iIRnM9kBsH8Rn0wl51OXiU8yMq { width:21.1875rem;height:1.5rem;top:12.875rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08WfghSbHMTolCbTNrQ6usFPf6bgncI { width:21.1875rem;height:1.5rem;top:14.875rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { display:block; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI88EmnXgH5s2J9EoADfeFAspRT2J6SP { top:0.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:20rem;height:21.875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:20rem;height:2.1rem;top:15.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:18.5rem;height:15rem;top:18.831251144409rem;left:0.74921876192094rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iyIWVvOzeeUwhqIeycJPbeSpShfRzdGn { width:18.25rem;height:17rem;top:0rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8811445-1f8c-42b9-a9d2-432d94782abf/ChatGPTImageMar16202603_01_03PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE.adaptive-delivery-prevent-bg, #SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE.lazyload, #SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE.lazyloading { background-image: none; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row .container { background-color: transparent; background-image: none; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(185,208,223,0.63); }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row .container > .video-iframe-container { display: none; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(185,208,223,0.63); }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row > .video-iframe-container { display: none; }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .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); }#SLaZ8D3v0nwg5XvgtTZOemuvy4JnhfmE > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imXSsz64Ww6O1J4eAEM47qeMlto108nB { width:13.0625rem;height:28.4375rem;top:1.6679697036743rem;left:1.2429688572884rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #STgfbIu5BgT4C770iAoxADyOZ6C31mv3 { width:10.875rem;height:25.59375rem;top:3.140625rem;left:2.3867188096046rem;text-align:center;text-align-last:center;color:#060707;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { display:block; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDMTKMvIQFZBHZiUZmOFmU0SyNxnw85t { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { width:20rem;height:17.6rem;top:4.775rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhzrFEig0J1oALxvCx3tf5m4CSAkvyRV { width:2.375rem;height:2.375rem;top:24.718749523163rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { width:10.875rem;height:2.6rem;top:24.606246948243rem;left:4.5000000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { width:16.3125rem;height:4.6875rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvJOqqegSkWBLaEfEhfFFSTbTaUl6MaW { width:20rem;height:24.9375rem;top:29.206253051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6vLuZilvCiTaiHFzJcHaMywnQGSElQe { width:20rem;height:15.2375rem;top:33.468749523163rem;left:0rem;font-size:0.8125rem;display:block; }#e6vLuZilvCiTaiHFzJcHaMywnQGSElQe li:before{  }
 }@media only screen and (max-width: 763px) { #xR53A5SRGkda7Nr0Dv41uWwCeBtEOF7I { width:18.8125rem;height:5.2rem;top:29.999999523163rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWKLVRp87hqEqwPrTva0uf2Hm7Hk3erD { width:19.125rem;height:5.2rem;top:47.942970275879rem;left:0.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZKB9Fk5GNgqTZ99gbQ1SJFB7Pd72XNIE { display:flex;width:3.125rem;height:3.125rem;top:26.906244754791rem;left:16.874999582768rem; }
 }@media only screen and (max-width: 763px) { #aKshc4NTmLmuIClMbLhN1CpLUDVWtRyb { display:flex;width:1.75rem;height:1.75rem;top:24.9375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #wNrTSeFSk0cGHOqoz7xqIppdfo0725hR { display:block; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGmucDiU2IFytsla2ys5gRIXq8faiCrP { width:2.375rem;height:2.375rem;top:2.4070312529803rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUJyl5lmuGCS1xlOA2Xd8sGmfQrEKweI { width:15.5rem;height:4.6875rem;top:1.25rem;left:0.12500005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhIr7xRtbsakRaHNE9d5cAUKZ1H13bDK { width:10.9375rem;height:2.6rem;top:2.2937545776367rem;left:4.7500005364418rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSv4nhTRP18HWJDugqX7FrKRvRLmDRhh { width:20rem;height:26rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm { width:20rem;height:16.5375rem;top:11.293749809265rem;left:0rem;font-size:0.8125rem;display:block; }#bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm li:before{  }
 }@media only screen and (max-width: 763px) { #u0UO6MyUmlLTDhGbvy696RXsw1Rhca7G { width:19.3125rem;height:5.2rem;top:8.25rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW6hL5CRZTU3EMoJ3frQPirh3wAoTqRC { width:19rem;height:3.9rem;top:26.97421836853rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XRyB9ZFaDxiMGDNpFXzrQAat8vVhAQXh { display:flex;width:2.8125rem;height:2.8125rem;top:5.6875061988831rem;left:17.187499582768rem; }
 }@media only screen and (max-width: 763px) { #bdmgpwmXFJOyiChXiXlx8gOh2Fr1dArz { display:flex;width:1.75rem;height:1.75rem;top:2.7179718017578rem;left:1.9375000596046rem; }
 }@media only screen and (max-width: 763px) { #xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I { display:block; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTfAof03KyKsnuZUW6bgDN7yWSuq2DZk { width:2.375rem;height:2.375rem;top:2.40625rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhvlPTfxs8PAywhT3g3li6sM2UcOQAFg { width:16.4375rem;height:4.6875rem;top:1.3125rem;left:0.25000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7yXvltA5KyR1gwx0Ox9FvHhyCK5UeSV { width:11.5625rem;height:2.6rem;top:2.40625rem;left:4.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OC1sfIENrwz8IxcT54NXVqQT3NhargnL { width:20rem;height:24.3125rem;top:7.1085968017575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siSofhnJKTG5kx1EK2u8en0fCFFAogXE { width:20rem;height:13.9375rem;top:12.406249791384rem;left:0rem;font-size:0.8125rem;display:block; }#siSofhnJKTG5kx1EK2u8en0fCFFAogXE li:before{  }
 }@media only screen and (max-width: 763px) { #bO0WJhgr0fv40DDE8CLGfh6zzmutx3JO { width:19.0625rem;height:5.2rem;top:8.9210968017575rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0KlmQ6kUm0ZDsf5HD0M352Qo6uXs4IV { width:19.125rem;height:3.9rem;top:26.093750745058rem;left:0.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULOIJNhGvgahKkFny69pGyZzIRtU6HKa { display:flex;width:3.1875rem;height:3.1875rem;top:5.0062575340271rem;left:16.812499582768rem; }
 }@media only screen and (max-width: 763px) { #CkDVHW7PsQI90TvO46K0um8ixyMnhkZV { display:flex;width:2.0625rem;height:2.0625rem;top:2.5601577758789rem;left:1.9062500596046rem; }
 }@media only screen and (max-width: 763px) { #XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b577ef8e-e824-4318-80b9-d33384f5a3ca/Mattphoto.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8.adaptive-delivery-prevent-bg, #XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8.lazyload, #XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8.lazyloading { background-image: none; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row .container { background-color: transparent; background-image: none; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(164,185,192,0.36); }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row .container > .video-iframe-container { display: none; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(164,185,192,0.36); }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row > .video-iframe-container { display: none; }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .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); }#XK6SrJJ9h7os0vlocoZ77XZTyvg4cmQ8 > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf8DFwxic12hN4DtNDiePKX8BIz8lZ2a { width:11.75rem;height:26.1625rem;top:2.8562502861023rem;left:1.2687500119209rem;text-align:center;text-align-last:center;color:#050607;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCVTdbFyaMaeydpJLgDHb5DTEypyxCBO { width:12.875rem;height:28.1875rem;top:1.84375rem;left:0.70625001192094rem;z-index:15002;background-color:rgba(var(--color-secondary-1),0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ESgzzmalR4sm4g2PTcT65OqDZEoNJxCw { width:13.8125rem;height:29rem;top:1.0992188453674rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWNRET8A780oxeJozSQW2VQmkLQL6KIB { width:18.625rem;height:2.275rem;top:3.0929751396179rem;left:0.68671876192094rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { width:18.6875rem;height:9.75rem;top:7.8289070129394rem;left:0.68671876192094rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { width:18.875rem;height:1.4rem;top:5.9671974182129rem;left:0.68671876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:14.125rem;height:21.25rem;top:56.218751907349rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { width:2.9375rem;height:3.4375rem;top:46.499219894409rem;left:16.424218714238rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt { width:18.8125rem;height:19.21875rem;top:19.405475616455rem;left:0.68671876192094rem;font-size:0.8125rem;display:block; }#Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt li:before{  }
 }@media only screen and (max-width: 763px) { #sWsW4v24bgLBXcU6TnWA9J3d7XGZrrX3 { width:18rem;height:1.40625rem;top:17.96640586853rem;left:0.62421876192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xczf96KhlhCKH1Q3JlGBGB4OBMX9eVxk { width:18.5625rem;height:1.40625rem;top:39.75rem;left:0.71796876192094rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHWyTyun8myJLQoqmmfLMTPOXC6S6QOU { width:19rem;height:7.3125rem;top:41.15625rem;left:0.68671876192094rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZc7WvvUXQglJu97tlu3EFoGl6zKGOGV { width:18.5rem;height:1.40625rem;top:48.936718940735rem;left:0.74921876192094rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2eulUPuowkZaJSRJUpcwhT9F9E2PRKu { width:20rem;height:53.8125rem;top:1.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #J54UAKXGcqOCobPac5oemAvCI6DwwN8H { width:19.125rem;height:4.875rem;top:49.028124809265rem;left:0.68671876192094rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CygDrbJxl33NTaWsXTztU3gWsCIHLlOC { display:flex;width:5.1875rem;height:5.1875rem;top:55.062501907349rem;left:14.174218714237rem; }
 }@media only screen and (max-width: 763px) { #rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf { display:block; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkHIytk0MlPW5mlPhlALADEgzqTZTobi { width:20rem;height:58.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8cSXd5UtFmKLtGozQ6sfieIyN56B0tH { width:17.9375rem;height:24.375rem;top:5.5156240463257rem;left:1.0304687619209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZfS62qcqWGC31bxUg9JV77qwOsHmatZ { width:15rem;height:2.8rem;top:2.1148557662964rem;left:2.5000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KeK9ShIOQrm4RnA8DVDRUOWCVQbT5AIb { width:16.8125rem;height:16.8125rem;top:61.662502288818rem;left:1.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3eGdhRIdwxLpW1HRpa1eInmqfiuhfPr { width:2.9375rem;height:3.4375rem;top:56.456251621246rem;left:16.175000727177rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS { width:18.125rem;height:14.34375rem;top:32.032813072204rem;left:1.1242187619209rem;font-size:0.8125rem;display:block; }#qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS li:before{  }
 }@media only screen and (max-width: 763px) { #wQchLeRIWtzTdEUVymERsUqfZFZ0lUp7 { width:17.4375rem;height:1.40625rem;top:30.627326011658rem;left:1.1242187619209rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJSqyHyMT7PDsKZAtfOMTWX3zhuosMbI { width:18.375rem;height:1.40625rem;top:53.768751144409rem;left:0.81171876192094rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEU594LxO8WZ3TyuxMthJSAPOGI4QAyT { width:18.1875rem;height:7.3125rem;top:45.751563072204rem;left:0.87421876192094rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT72f8QAybmRpUxWVLdSERnChUtQEWFT { width:18.375rem;height:4.875rem;top:54.018757820129rem;left:0.87421876192094rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6udTmKFv2tnycc6fpJrneXmBi6ueWSD { display:flex;width:3.75rem;height:3.75rem;top:62.850001335144rem;left:15.362500727177rem; }
 }@media only screen and (max-width: 763px) { #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65e38042-923e-4da0-a0d0-197636f30e02/bg2.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.adaptive-delivery-prevent-bg, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyload, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyloading { background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { background-color: transparent; background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(82,93,73,0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(82,93,73,0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .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); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIFHknVn2fZR7pTVdEknzziMlJNmNwXJ { width:20rem;height:2.1rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLruvH1rRnRpV8Pl72bT9EL4mud0qH9F { width:20rem;height:6.5625rem;top:4.7242126464844rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Zpwzx31GUK0GwkWnDNdAH1ecc0glIE8y { width:20rem;height:31.8125rem;top:11.03750000149rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gx9zvB3BXlqmkb4Ie93FAsmdLbzKGuht { width:5.875rem;height:5.9375rem;top:11.817187786102rem;left:3.2233458500323rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTT8izuC9xwmlZxMNxUdXGfHyOgRq7t1 { width:8rem;height:3.6875rem;top:31.543754577637rem;left:10.941406786442rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJeakqVWE58zgbkB2WzHUobciIXTT8mw { width:4.5rem;height:4.5rem;top:22.793750047684rem;left:14.241406023503rem;display:block; }
 }@media only screen and (max-width: 763px) { #puRUGmetzH4sptsCvI4qx1uAAVMR4q75 { width:9.0625rem;height:2.8125rem;top:31.981250047684rem;left:0.76171869039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOvfkfm39mVzi2OW0LTAIKLLN6zUB8BH { width:17.125rem;height:3.5rem;top:18.775001168251rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #epgDPXrG9HMZDoPiwzCy7r6111INQDGU { width:7.5625rem;height:7.5625rem;top:11.285937786102rem;left:9.7742185235025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4NvfDIc3OH6QGvT3NlEEfT87c7pC8u { width:18.75rem;height:2.0625rem;top:28.125rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOs2SJoLbNkP2af1S2KNP4XtJT7J89Tr { width:5.125rem;height:5.125rem;top:36.350001573563rem;left:13.487499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA3ezAOuCzBnrnQTOQ9DJEditXLmyLme { width:10.0625rem;height:3.5625rem;top:23.262500047684rem;left:1.1281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6tWf1dJeaG6prEXq5aRT4t73chCcyVL { width:12.4375rem;height:3.125rem;top:37.600001573563rem;left:0.76093751192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk { display:block; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfCfe6tM93TX5vmqnnTS55W5T3fSb8Mb { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qz5tXLJwpT6N9DdaFibZtgWkrATKr1Cr { display:flex;width:3.125rem;height:3.125rem;top:4.775rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG { display:block; }#oErsiQN7OEBdCB2eRHE7HD3Nqcrt9HyG > .row .container { width:20rem;height:92.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZbdXXSk92r8h2Z1qcxJEEhzqAlNewfa { width:18.8125rem;height:27.4625rem;top:1.4375rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qs6fsdcfsoAv2DWsed6BOAzL1mcx5Dfy { width:18.125rem;height:5.28125rem;top:39.218761920929rem;left:0.93671876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndhZ2TJdsoBuovvTLxVyRFtoZSvpsn1q { width:8.5rem;height:8.5625rem;top:51.262500762939rem;left:5.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKFWlQcHFBLC4CHKgnuF94bmDoAMGGZ8 { width:18.4375rem;height:12.675rem;top:60.987501144409rem;left:0.78046876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T54Tq0HHPhppyZB9cyvqWNCcLeaPkSym { width:17.6875rem;height:16.9rem;top:74.349983215331rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTt9s4UDQoHMTRbxNWrQ3FTWsZ2pBtM6 { width:18.4375rem;height:5.28125rem;top:44.500012397766rem;left:0.75000005960463rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7fZ9lChQRI7wETP7dkWrQvFO9vmocUK { width:18.0625rem;height:8.45rem;top:29.737499713897rem;left:0.96796876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p { display:block; }#JumfzmhXzAhF7O3PZnkD3Thv4bUe8C6p > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp4yPcx7Iq0RIMXsPFis7y1Xw0J6Js8e { width:18.3125rem;height:11.61875rem;top:1.25rem;left:0.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxZGbceIGAt8FxaHtZtkCvZF7On9LGBT { width:17.8125rem;height:12.675rem;top:13.94296836853rem;left:1.0929687619209rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s89JxuilpkDuJB8gqWSl0UrnxTKzlkmX { width:18.3125rem;height:13.73125rem;top:27.887475967408rem;left:0.84296876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { background-color:#fbfbfa;background-image:none;display:block; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { background-color: transparent; background-image: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .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); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { width:20rem;height:2.275rem;top:5.8343753814697rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { width:12.6875rem;height:5.2rem;top:8.9296875rem;left:6.0625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { width:18.75rem;height:5.9375rem;top:24.774230957031rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { width:18.5rem;height:5.8125rem;top:15.016393661499rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { width:11.3125rem;height:3.9rem;top:15rem;left:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJhdA2aaTa6F4a2EPp70iKkGK5igqzfA { width:7.625rem;height:2.0625rem;top:5.4413754940033rem;left:6.1875000596046rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8s9nbp5wR06hDxJZA0tEl59PKzBs1F { width:12rem;height:3.9rem;top:20.1875rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1REAGUAkDRGatGeXncwq78qg7Fh0Tu5 { width:18.375rem;height:5.6875rem;top:25.124999642372rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqpF2hWc4qdR7EKZJPSa9Lc7L31Binix { width:12.75rem;height:5.2rem;top:25.5625rem;left:5.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z1nPqF27ETM8d1Alz59zR8gqsTPNRAqq { width:20rem;height:1.6rem;top:31.914086818695rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClxenV2g1CEvAU5Wh3IdIGTB7huG3USn { display:flex;width:2.625rem;height:2.625rem;top:9.9671936035156rem;left:2.5500000119209rem; }
 }@media only screen and (max-width: 763px) { #fJTBZ0t4rMvvhXBO1UtQgtmT93tOcKqd { display:flex;width:2.75rem;height:2.75rem;top:20.875rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #JmRu3IkK9HQN6T3y64C0FdqUKWt8MVvL { display:flex;width:2.5rem;height:2.5rem;top:15.5625rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #ayrDi0LrDmBPLiSHAlF4WbX6QDDL9xgb { display:flex;width:2.4375rem;height:2.4375rem;top:26.9375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #JoMouW7SMV3QEoDLvoWEzk5QTq9HDsCP { width:8rem;height:7.5rem;top:0rem;left:6.5000000596044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EPcXyIQwXnC5EEtnop8aHHSzRv0xHqpu { width:18.3125rem;height:5.9375rem;top:24.999999642372rem;left:1.6875000596046rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #r3n68lifl4hszIbBoCfihlcrEZU4zH9o { display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1dET2eQShB8DwLmPITunS7lsHMGu1HX { width:18.9375rem;height:15.925rem;top:3.0679378509521rem;left:1.0624999403954rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { width:20rem;height:19.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm { display:block; }#tvk5IMIUwfHJDnVcO0NWGkTr7wbVCTxm > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiHHwmVOwwTQ1Wf22VVK7wTfVHb7r87H { width:15rem;height:2.8rem;top:2.1148557662964rem;left:2.5000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itdOklRMQstU53vFukeLBEa1kXgsNJR0 { width:12.5rem;height:2.19375rem;top:1.0398529052734rem;left:3.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oV30k5bZ8pgtvQM5CEFcI8rdiq03y4JS { width:20rem;height:2.6rem;top:4.4836029052734rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMZcZaGHOmHQbZMTHp9L9tewuKpKWuUm { width:7.3125rem;height:9.5625rem;top:8.3336029052738rem;left:6.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JReAtCdnIfBBIvhmrTex9XdCgOMrUeWv { width:20rem;height:1.5rem;top:19.146102905274rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdQIPAeNJ0dvk1wDVIzRcPZ1erZqh26Q { width:20rem;height:1.5rem;top:20.896102905274rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rbViLGtyyUCvRTPWanC3VDk3V9QZGz61 { width:7.9375rem;height:9.6875rem;top:24.646102905274rem;left:6rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #scsnw6iIRnM9kBsH8Rn0wl51OXiU8yMq { width:20rem;height:1.5rem;top:35.583602905274rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b08WfghSbHMTolCbTNrQ6usFPf6bgncI { width:20rem;height:1.5rem;top:37.458602905274rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { display:block; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI88EmnXgH5s2J9EoADfeFAspRT2J6SP { width:20rem;height:4.46875rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }