.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:218,227,250;--color-primary-1:131,160,238;--color-primary-2:6,65,220;--color-primary-3:3,33,110;--color-primary-4:1,10,33;--color-secondary-0:254,252,222;--color-secondary-1:251,246,144;--color-secondary-2:247,236,33;--color-secondary-3:124,118,17;--color-secondary-4:37,35,5;--color-tertiary-0:255,255,255;--color-tertiary-1:176,180,189;--color-tertiary-2:124,130,145;--color-tertiary-3:74,78,87;--color-tertiary-4:37,47,72;--headlines-font-family:"open sans";--paragraphs-font-family:"Noto Sans HK"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/nnAGd3PIB08/unsplash/adrien-olichon-nnAGd3PIB08-photo-1537037124419-bdc2fa27f648.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;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;z-index:auto;display:block; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.adaptive-delivery-prevent-bg, #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.lazyload, #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.lazyloading { background-image: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { background-color: transparent; background-image: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .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); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { border-width: 0; border-radius: 0; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y::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; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:60rem;position:relative;display:block; }#vEWa7X2bUv1H4oAOX9XrZPwpxgpAMTNH { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.4375rem 0rem rgba(0,0,0,0.96) ;box-sizing:border-box;color:#212f48;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4998125rem;height:3.62305rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.866104125976rem;left:22.748481750488rem;display:block; }
#CT0ETuxON3KLDWO0EIRVPGJoaPamQNiJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTLTgBvbtC3lWPVFbLNmNfbAkFLPZ4wQ { color:#47b5b0;display:block;width:43.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:14.0625rem;left:3rem;height:4.14388125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uVnmvvq9Oh4PdgcVegJoJN3Mxz8599PM { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom: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.9373125rem;width:26.624375rem;top:7.4375rem;left:0rem;overflow:hidden;display:block; }
#W2EkyeggSXPvy2CTlqIHgBorRAwxaTgw { color:#47b5b0;display:block;width:15.561rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:9.3125rem;left:25rem;height:4.14388125rem;text-align:left;text-align-last:left;display:block; }
#iuNtTv3c8FkLVR5TruDXL0VoiS8BRpLV { color:rgba(var(--color-tertiary-4),1);display:block;width:49.561625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2.375rem;height:6.09375rem;text-align:left;text-align-last:left;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; }
#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#48a4a4;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; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { background-color: transparent; background-image: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .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); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { border-width: 0; border-radius: 0; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { font-size:0.875rem;font-family:arial;height:90.25rem;width:60rem;position:relative;display:block; }#wIuUbzzuveaP0UfyLZtO55EPgT6SQ5Gc { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.1875rem 0.3125rem 0rem #000000 ;height:23.875rem;width:18.125rem;top:3.310546875rem;left:40.749786376953rem;display:block; }
#JdCnUtOZRIxFerl2A76a8SK5JMGZx7M5 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.1875rem 0.3125rem 0rem #000000 ;height:23.875rem;width:18.125rem;top:3.310546875rem;left:20.749782562256rem;display:block; }
#Ab0UTBEw2SpXvTh2tZZEzQz0T2MN9KTp { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.1875rem 0.3125rem 0rem #000000 ;height:24rem;width:18.125rem;top:3.310546875rem;left:0.74978256225588rem;display:block; }
#kUsGlBZeOHIkHkn5EWDiMP9wZbX4KggV { color:#1d2850;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.318358898163rem;left:2.96875rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dB29hVNQ2dlzHfImZOZCABbrK4G7Zx3y { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.123046875rem;left:3.78125rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHV71kZ2d587Zgs72ar2Qt05Z7Opva2A { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom: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.311875rem;width:6.311875rem;top:8.935546875rem;left:26.842449188233rem;overflow:hidden;display:block; }
#Phsn7iQ78QTGzKA9yibGwTTLZoJVbmyM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom: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.125rem;width:6.4375rem;top:10.4677734375rem;left:6.78125rem;overflow:hidden;display:block; }
#wK63Jp3OTT4q6prcXHsHybfbX51ymWnF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.123046875rem;left:21.15625rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BFbwXRLSZE1ITyQQ39ltCu07ck1nPOof { color:rgba(var(--color-tertiary-0),1);display:block;width:12.374125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:4.1221790313721rem;left:43.811851501465rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kKcsSwSJRGNwsXNMuf9w5XGWtT3MxrV2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.25rem 0rem #000000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.622829914093rem;left:5.15625rem;display:block; }
#OotxOL9gFUrrIXrG6gm33s9v1UKVbmNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCgtTWM4aIWENvJn91g1gWgTdq03aBIs { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:18.125rem;top:3.310546875rem;left:0.6875rem;display:block; }
#q9kHDJKK9hx95Wdlt2yoDH2NSBzxdvQc { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:18.125rem;top:3.310546875rem;left:20.6875rem;display:block; }
#MWim7ORG4cVBzxrAJ4W4gAQ4qWKLVKlg { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:18.125rem;top:3.310546875rem;left:40.6875rem;display:block; }
#lCMhDEpnnyA7CTzOnFzu2boRo5EASg6s { color:#1d2850;display:block;width:16.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.316190719604rem;left:21.810981750488rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBSu2NbZCTBDx45R4x7VdOZMHJvpnJL9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.25rem 0rem #000000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:20.622829437256rem;left:25.15625rem;display:block; }
#OpAUxyRfFdKci71R9wf00t5NvpVPVLGU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VsZ0vuwwmLfpqyB6Tuw5a4NQt3qHe17w { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom: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.25rem;width:6.25rem;top:8.935546875rem;left:46.843536376953rem;overflow:hidden;display:block; }
#do3DmPPdODhLPcATv80F1Uuug6VmRCyF { color:#1d2850;display:block;width:16.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.316190719604rem;left:41.812065124512rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPHPAZ3wk6nRDgtFLnT6xIDp5xIvQZr7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.25rem 0rem #000000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:20.622829437256rem;left:45.15625rem;display:block; }
#T1CmvHNscqRJnXVcGwsKlH0s7TgsanFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eW9s0TxpwEQToSnmgXemiHErCzGa5IEb { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.1875rem 0.3125rem 0rem #000000 ;height:23.875rem;width:18.125rem;top:30.1875rem;left:40.9375rem;display:block; }
#BHISzDQyaStz0O7Q7dKk8UzaZTVQTl3I { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.25rem 0rem #000000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:47.5rem;left:45.375rem;display:block; }
#q1M3uPxREqhDv2NXwKrr507yThSGdKdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L6z7izkdLrI3DztFSRffa5Lgo7HI6Jta { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.1875rem 0.3125rem 0rem #000000 ;height:23.875rem;width:18.125rem;top:30.1875rem;left:20.9375rem;display:block; }
#UmInBTe46Pbcq2BWPqtG3tpVAPreByoy { color:#1d2850;display:block;width:16.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:43.1875rem;left:22rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C5OGJyzzMspFukaZwT2Cd1y59PNdZCR9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.25rem 0rem #000000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:47.5rem;left:25.375rem;display:block; }
#XCO2iFJxdcbRqIHeJs2JdLeZHn2XvFGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#leEgOgnBW89p59PetaLvP0PzIrVyc4yz { color:#1d2850;display:block;width:16.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:43.1875rem;left:42rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IDvQeZEitFIUAd583lAWhTkTgthAQEx5 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom: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.875rem;width:6.875rem;top:35.754124641419rem;left:26.5625rem;overflow:hidden;display:block; }
#KwGSyktsIsV6c2BaM6Go70ktGBiCdF9W { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom: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.81163125rem;width:9.8123125rem;top:35.754124164581rem;left:45.311416625976rem;overflow:hidden;display:block; }
#BbazmWRMfUA3oaf8tK6UgRwLH1k0NDeC { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:18.125rem;top:30.1875rem;left:20.875rem;display:block; }
#qEuXP1yDco3KZezIPnzVrnzL9laSvMN9 { position:absolute;display:block;z-index:15022;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:18.125rem;top:30.1875rem;left:40.875rem;display:block; }
#QZ5I00l33NVsTcux4oo9XZy0zUtHIbpd { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.1875rem 0.3125rem 0rem #000000 ;height:24rem;width:18.125rem;top:30.1875rem;left:0.9375rem;display:block; }
#FS5PXpibE4AzPf5cmsom5TNfy2AIrFIL { color:#1d2850;display:block;width:17.1235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:43.249352693557rem;left:1.5627174377441rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EWbdUp8DIHArz0CMC3R1NVNklaKaIySN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:31rem;left:4rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VaVdbtn8wr6VqSgAuMBSr75TZMI8hmO4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:31rem;left:21.375rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIg4wHzGGv1gAvd7TQ821eZOLiq50zQf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:30.997179985046rem;left:41.908638000488rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qDeZvqF7PkKSoflQTtLdtGksgfBB69aT { position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:18.125rem;top:30.1875rem;left:0.875rem;display:block; }
#rA4DrZNEIbAkqxcm4TKzo8NVGLhAXfWr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.25rem 0rem #000000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:47.5rem;left:5.375rem;display:block; }
#mnEOnACrHrmvWS0F9yZnRkDbZ3bKcEE8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWVdRT670kO6BPSpdvHlLH2yxJ8XChsu { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom: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.18685rem;width:11.25rem;top:37.965496540069rem;left:4.375rem;overflow:hidden;display:block; }
#eKmSGrVFQRTqFsSetMGmM5FIHhZ65Z6w { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.1875rem 0.3125rem 0rem #000000 ;height:24rem;width:18.125rem;top:57.3125rem;left:1.125rem;display:block; }
#FrArskm3L3pZgvKWmRufe5Un9AAOAgzt { position:absolute;display:block;z-index:15032;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:18.125rem;top:57.3125rem;left:1.0625rem;display:block; }
#RKmsxPZT46v6viDqP73tzdqBdfp7On3T { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:58.125rem;left:4.1875rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sUl1eFkoupiiLa7P8Ak3NWt2H654NwOf { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom: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.56163125rem;width:13.186875rem;top:64.182947158812rem;left:3.4049453735351rem;overflow:hidden;display:block; }
#l6BqcUltVkke1Oy6H9UGP69JCxNybmyS { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.1875rem 0.3125rem 0rem #000000 ;height:23.875rem;width:18.125rem;top:57.3125rem;left:21.125rem;display:block; }
#akyfgLCRvp3Tg35WpQZToJpTrV6gSdHu { position:absolute;display:block;z-index:15033;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:18.125rem;top:57.3125rem;left:21.0625rem;display:block; }
#L43cpsAIILe7dssIX8Ly48Tl8HF6Qs7s { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:58.125rem;left:21.5625rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GtdO0wJ7XFHFWu8mICTSu3peeOKNoIrg { color:#1d2850;display:block;width:16.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:70.3125rem;left:22.1875rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3QoSQJu3lyiQm1VAiRfGufKLbzWSirg { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom: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:2.56185rem;width:10.811625rem;top:65.18554878235rem;left:24.593097686767rem;overflow:hidden;display:block; }
#ztniHate1nxFUqnd4cN0MIVVRqeBkusG { color:#1d2850;display:block;width:17.1235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:70.375rem;left:1.75rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1WoEOOwNGqKiBQl1iRyLMMz4KpXRDnC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.25rem 0rem #000000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:74.625rem;left:25.5625rem;display:block; }
#qIU8AnlFofTBKKo2gtnNFDs9o1JCs21z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JMXtqcCP4K015deW6oOGhGLMMEu3Dz5n { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.25rem 0rem #000000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:74.625rem;left:5.5625rem;display:block; }
#I67pglv5EQT29HNangqROttHo0ZhMI2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQ6VVVJtDkis1wmsO6nIHTi0oNZuaJuL { color:#1d2850;display:block;width:39.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:85.451393127444rem;left:1.5071601867676rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ceL5yDCzVVKLR8yL5IWm9UgZ87yiDOBr { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.1875rem 0.3125rem 0rem #000000 ;height:23.875rem;width:18.125rem;top:57.3125rem;left:40.9375rem;display:block; }
#LES9D1zPSDNIbhIgrplxL0GTtGPFvSZS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.25rem 0rem #000000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:74.625rem;left:45.375rem;display:block; }
#QSMABMQxb2IGDOVdcteDwi321xyVFxey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PUKHiR8vOBDqGQr7MSDbZAdNmxBTvEvP { color:#1d2850;display:block;width:16.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:70.3125rem;left:42rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCDHph1iCi9GcSlA1DnryOEUw3VNV9q3 { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom: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.561875rem;width:13.2498125rem;top:61.936851501465rem;left:43.374565124512rem;overflow:hidden;display:block; }
#mNLRRyKDKlSsFndqeW9Dr9QWTe96mye3 { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:18.125rem;top:57.3125rem;left:40.875rem;display:block; }
#eiv2TqDtrlSUsoZO7MsTl7XXTGH5bdgp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:58.125rem;left:41.375rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.47);background-image:url("https://images.assets-landingi.com/nnAGd3PIB08/unsplash/adrien-olichon-nnAGd3PIB08-photo-1537037124419-bdc2fa27f648.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js.adaptive-delivery-prevent-bg, #ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js.lazyload, #ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js.lazyloading { background-image: none; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row .container { background-color: transparent; background-image: none; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row .container > .video-iframe-container { display: none; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row > .video-iframe-container { display: none; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .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); }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row .container { border-width: 0; border-radius: 0; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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;z-index:auto;display:block; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { background-color: transparent; background-image: none; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container > .video-iframe-container { display: none; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row > .video-iframe-container { display: none; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .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); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { border-width: 0; border-radius: 0; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#xoFVh2eEhNT4pwnBQLKIrziqfJbGhV4g { color:#3f3f3f;display:block;width:27.8735625rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:1.45263671875rem;left:31.06201171875rem;height:2.9730875rem;text-align:center;text-align-last:center;display:block; }
#rtwyCsSkhch0lG7frcv2m51GwDNNBriD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom: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:2.06176875rem;width:10rem;top:1.87255859375rem;left:10rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y { display:block; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEWa7X2bUv1H4oAOX9XrZPwpxgpAMTNH { width:14.4375rem;height:3.5625rem;top:28.8125rem;left:16.623481750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT0ETuxON3KLDWO0EIRVPGJoaPamQNiJ { display:block; }
 }@media only screen and (max-width: 763px) { #QTLTgBvbtC3lWPVFbLNmNfbAkFLPZ4wQ { top:14.0625rem;left:0rem;width:43.5625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVnmvvq9Oh4PdgcVegJoJN3Mxz8599PM { top:7.4375rem;left:0rem;width:26.5625rem;height:7.9188661999106rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2EkyeggSXPvy2CTlqIHgBorRAwxaTgw { top:9.3125rem;left:18.875rem;width:15.5rem;height:4.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuNtTv3c8FkLVR5TruDXL0VoiS8BRpLV { top:19.3125rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { display:block; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIuUbzzuveaP0UfyLZtO55EPgT6SQ5Gc { top:3.25rem;left:29.125rem;width:18.125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdCnUtOZRIxFerl2A76a8SK5JMGZx7M5 { top:3.25rem;left:13.25rem;width:18.125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0UTBEw2SpXvTh2tZZEzQz0T2MN9KTp { top:3.25rem;left:0rem;width:18.125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUsGlBZeOHIkHkn5EWDiMP9wZbX4KggV { top:16.3125rem;left:0.90625rem;width:14.0625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB29hVNQ2dlzHfImZOZCABbrK4G7Zx3y { top:4.0625rem;left:1.71875rem;width:12.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHV71kZ2d587Zgs72ar2Qt05Z7Opva2A { top:8.875rem;left:20.654949188233rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phsn7iQ78QTGzKA9yibGwTTLZoJVbmyM { top:10.4375rem;left:4.71875rem;width:6.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK63Jp3OTT4q6prcXHsHybfbX51ymWnF { top:4.0625rem;left:14.125rem;width:17.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFbwXRLSZE1ITyQQ39ltCu07ck1nPOof { top:4.0625rem;left:33.499351501465rem;width:12.3125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKcsSwSJRGNwsXNMuf9w5XGWtT3MxrV2 { width:9.6875rem;height:3.125rem;top:20.5625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OotxOL9gFUrrIXrG6gm33s9v1UKVbmNH { display:block; }
 }@media only screen and (max-width: 763px) { #zCgtTWM4aIWENvJn91g1gWgTdq03aBIs { top:3.25rem;left:0rem;width:18.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9kHDJKK9hx95Wdlt2yoDH2NSBzxdvQc { top:3.25rem;left:13.125rem;width:18.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWim7ORG4cVBzxrAJ4W4gAQ4qWKLVKlg { top:3.25rem;left:29rem;width:18.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCMhDEpnnyA7CTzOnFzu2boRo5EASg6s { top:16.3125rem;left:15.4375rem;width:16.3125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBSu2NbZCTBDx45R4x7VdOZMHJvpnJL9 { width:9.6875rem;height:3.125rem;top:20.5625rem;left:18.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpAUxyRfFdKci71R9wf00t5NvpVPVLGU { display:block; }
 }@media only screen and (max-width: 763px) { #VsZ0vuwwmLfpqyB6Tuw5a4NQt3qHe17w { top:8.875rem;left:36.531036376953rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #do3DmPPdODhLPcATv80F1Uuug6VmRCyF { top:16.3125rem;left:31.3125rem;width:16.3125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPHPAZ3wk6nRDgtFLnT6xIDp5xIvQZr7 { width:9.6875rem;height:3.125rem;top:20.5625rem;left:34.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CmvHNscqRJnXVcGwsKlH0s7TgsanFy { display:block; }
 }@media only screen and (max-width: 763px) { #eW9s0TxpwEQToSnmgXemiHErCzGa5IEb { top:30.1875rem;left:29.125rem;width:18.125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHISzDQyaStz0O7Q7dKk8UzaZTVQTl3I { width:9.6875rem;height:3.125rem;top:47.5rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1M3uPxREqhDv2NXwKrr507yThSGdKdh { display:block; }
 }@media only screen and (max-width: 763px) { #L6z7izkdLrI3DztFSRffa5Lgo7HI6Jta { top:30.1875rem;left:13.25rem;width:18.125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmInBTe46Pbcq2BWPqtG3tpVAPreByoy { top:43.125rem;left:15.4375rem;width:16.3125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5OGJyzzMspFukaZwT2Cd1y59PNdZCR9 { width:9.6875rem;height:3.125rem;top:47.5rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCO2iFJxdcbRqIHeJs2JdLeZHn2XvFGE { display:block; }
 }@media only screen and (max-width: 763px) { #leEgOgnBW89p59PetaLvP0PzIrVyc4yz { top:43.125rem;left:31.3125rem;width:16.3125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDvQeZEitFIUAd583lAWhTkTgthAQEx5 { top:35.75rem;left:20.375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwGSyktsIsV6c2BaM6Go70ktGBiCdF9W { top:35.75rem;left:34.998916625976rem;width:9.75rem;height:5.7747248355064rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbazmWRMfUA3oaf8tK6UgRwLH1k0NDeC { top:30.1875rem;left:13.125rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEuXP1yDco3KZezIPnzVrnzL9laSvMN9 { top:30.1875rem;left:29rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ5I00l33NVsTcux4oo9XZy0zUtHIbpd { top:30.1875rem;left:0rem;width:18.125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS5PXpibE4AzPf5cmsom5TNfy2AIrFIL { top:43.1875rem;left:0rem;width:17.0625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWbdUp8DIHArz0CMC3R1NVNklaKaIySN { top:31rem;left:1.9375rem;width:12.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaVdbtn8wr6VqSgAuMBSr75TZMI8hmO4 { top:30.9375rem;left:14.125rem;width:17.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIg4wHzGGv1gAvd7TQ821eZOLiq50zQf { top:30.9375rem;left:30.3125rem;width:17.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDeZvqF7PkKSoflQTtLdtGksgfBB69aT { top:30.1875rem;left:0rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA4DrZNEIbAkqxcm4TKzo8NVGLhAXfWr { width:9.6875rem;height:3.125rem;top:47.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnEOnACrHrmvWS0F9yZnRkDbZ3bKcEE8 { display:block; }
 }@media only screen and (max-width: 763px) { #HWVdRT670kO6BPSpdvHlLH2yxJ8XChsu { top:37.9375rem;left:2.3125rem;width:11.25rem;height:3.18685rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmSGrVFQRTqFsSetMGmM5FIHhZ65Z6w { top:57.3125rem;left:0rem;width:18.125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrArskm3L3pZgvKWmRufe5Un9AAOAgzt { top:57.3125rem;left:0rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKmsxPZT46v6viDqP73tzdqBdfp7On3T { top:58.125rem;left:2.125rem;width:12.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUl1eFkoupiiLa7P8Ak3NWt2H654NwOf { top:64.125rem;left:1.3424453735351rem;width:13.125rem;height:4.5402273212001rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6BqcUltVkke1Oy6H9UGP69JCxNybmyS { top:57.3125rem;left:13.25rem;width:18.125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akyfgLCRvp3Tg35WpQZToJpTrV6gSdHu { top:57.3125rem;left:13.125rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L43cpsAIILe7dssIX8Ly48Tl8HF6Qs7s { top:58.125rem;left:14.125rem;width:17.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtdO0wJ7XFHFWu8mICTSu3peeOKNoIrg { top:70.3125rem;left:15.4375rem;width:16.3125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3QoSQJu3lyiQm1VAiRfGufKLbzWSirg { top:65.125rem;left:18.405597686767rem;width:10.75rem;height:2.5472477541535rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztniHate1nxFUqnd4cN0MIVVRqeBkusG { top:70.375rem;left:0rem;width:17.0625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1WoEOOwNGqKiBQl1iRyLMMz4KpXRDnC { width:9.6875rem;height:3.125rem;top:74.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIU8AnlFofTBKKo2gtnNFDs9o1JCs21z { display:block; }
 }@media only screen and (max-width: 763px) { #JMXtqcCP4K015deW6oOGhGLMMEu3Dz5n { width:9.6875rem;height:3.125rem;top:74.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67pglv5EQT29HNangqROttHo0ZhMI2W { display:block; }
 }@media only screen and (max-width: 763px) { #lQ6VVVJtDkis1wmsO6nIHTi0oNZuaJuL { top:85.4375rem;left:0rem;width:39.25rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceL5yDCzVVKLR8yL5IWm9UgZ87yiDOBr { top:57.3125rem;left:29.125rem;width:18.125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LES9D1zPSDNIbhIgrplxL0GTtGPFvSZS { width:9.6875rem;height:3.125rem;top:74.625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSMABMQxb2IGDOVdcteDwi321xyVFxey { display:block; }
 }@media only screen and (max-width: 763px) { #PUKHiR8vOBDqGQr7MSDbZAdNmxBTvEvP { top:70.3125rem;left:31.3125rem;width:16.3125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCDHph1iCi9GcSlA1DnryOEUw3VNV9q3 { top:61.875rem;left:33.062065124512rem;width:13.1875rem;height:7.526312282721rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNLRRyKDKlSsFndqeW9Dr9QWTe96mye3 { top:57.3125rem;left:29rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiv2TqDtrlSUsoZO7MsTl7XXTGH5bdgp { top:58.125rem;left:30rem;width:17.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js { display:block; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs { display:block; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoFVh2eEhNT4pwnBQLKIrziqfJbGhV4g { top:1.4375rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtwyCsSkhch0lG7frcv2m51GwDNNBriD { top:1.8125rem;left:6.9375rem;width:10rem;height:2.06176875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y { position:relative;z-index:auto;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/nnAGd3PIB08/unsplash/adrien-olichon-nnAGd3PIB08-photo-1537037124419-bdc2fa27f648.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.adaptive-delivery-prevent-bg, #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.lazyload, #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y.lazyloading { background-image: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { background-color: transparent; background-image: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .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); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEWa7X2bUv1H4oAOX9XrZPwpxgpAMTNH { width:12.0605625rem;height:3.125rem;top:19.622396469116rem;left:3.9691842198372rem;font-size:1.0625rem;background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CT0ETuxON3KLDWO0EIRVPGJoaPamQNiJ { display:block; }
 }@media only screen and (max-width: 763px) { #QTLTgBvbtC3lWPVFbLNmNfbAkFLPZ4wQ { width:18.2498125rem;height:1.7871125rem;top:8.30837726593rem;left:0.87456601858137rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVnmvvq9Oh4PdgcVegJoJN3Mxz8599PM { width:11.311875rem;height:3.31163125rem;top:4.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2EkyeggSXPvy2CTlqIHgBorRAwxaTgw { width:7.8125rem;height:1.8684875rem;top:4.875rem;left:10.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuNtTv3c8FkLVR5TruDXL0VoiS8BRpLV { width:16.311875rem;height:6.17404375rem;top:11.690538406372rem;left:1.8435330986977rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b { background-color:#47b5b0;background-image:url("https://images.assets-landingi.com/uc/1397a3be-648d-4ce9-8976-741ef6777312/materials_for_landing04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b.adaptive-delivery-prevent-bg, #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b.lazyload, #zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b.lazyloading { background-image: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { background-color: transparent; background-image: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row > .video-iframe-container { display: none; }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .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); }#zc0ThIL3v8vbMMs4vEta9UezpDNL0t7b > .row .container { width:20rem;height:232.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIuUbzzuveaP0UfyLZtO55EPgT6SQ5Gc { width:18.125rem;height:22.375rem;top:51.062286376953rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdCnUtOZRIxFerl2A76a8SK5JMGZx7M5 { width:18.125rem;height:21.6875rem;top:25.811633944511rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0UTBEw2SpXvTh2tZZEzQz0T2MN9KTp { width:18.125rem;height:20.125rem;top:2.1245651245117rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUsGlBZeOHIkHkn5EWDiMP9wZbX4KggV { width:15.625rem;height:1.62435rem;top:13.123916625976rem;left:2.1875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #dB29hVNQ2dlzHfImZOZCABbrK4G7Zx3y { width:17.8125rem;height:2.03125rem;top:3.140625rem;left:1.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHV71kZ2d587Zgs72ar2Qt05Z7Opva2A { width:5.625rem;height:5.625rem;top:31.561416625976rem;left:7.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phsn7iQ78QTGzKA9yibGwTTLZoJVbmyM { width:5.3125rem;height:2.68663125rem;top:7.9991323947906rem;left:7.3437502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK63Jp3OTT4q6prcXHsHybfbX51ymWnF { width:16rem;height:2.03125rem;top:26.8125rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFbwXRLSZE1ITyQQ39ltCu07ck1nPOof { width:10.75rem;height:2.03125rem;top:52.0625rem;left:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKcsSwSJRGNwsXNMuf9w5XGWtT3MxrV2 { width:9.375rem;height:3.125rem;top:17.122398376465rem;left:5.3125002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OotxOL9gFUrrIXrG6gm33s9v1UKVbmNH { display:block; }
 }@media only screen and (max-width: 763px) { #zCgtTWM4aIWENvJn91g1gWgTdq03aBIs { width:18.125rem;height:3.5625rem;top:2.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9kHDJKK9hx95Wdlt2yoDH2NSBzxdvQc { width:18.125rem;height:3.5625rem;top:25.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWim7ORG4cVBzxrAJ4W4gAQ4qWKLVKlg { width:18.125rem;height:3.5625rem;top:51.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCMhDEpnnyA7CTzOnFzu2boRo5EASg6s { width:16.311875rem;height:1.62435rem;top:39.0625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #qBSu2NbZCTBDx45R4x7VdOZMHJvpnJL9 { width:9.0625rem;height:3.125rem;top:42.374134063721rem;left:5.4687502980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpAUxyRfFdKci71R9wf00t5NvpVPVLGU { display:block; }
 }@media only screen and (max-width: 763px) { #VsZ0vuwwmLfpqyB6Tuw5a4NQt3qHe17w { width:6.25rem;height:6.25rem;top:57.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #do3DmPPdODhLPcATv80F1Uuug6VmRCyF { width:16.311875rem;height:1.62435rem;top:65.3125rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #qPHPAZ3wk6nRDgtFLnT6xIDp5xIvQZr7 { width:8.811875rem;height:3.125rem;top:68.872615814206rem;left:5.5935333371163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CmvHNscqRJnXVcGwsKlH0s7TgsanFy { display:block; }
 }@media only screen and (max-width: 763px) { #eW9s0TxpwEQToSnmgXemiHErCzGa5IEb { width:18.125rem;height:21.3125rem;top:123.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHISzDQyaStz0O7Q7dKk8UzaZTVQTl3I { width:8.2498125rem;height:3.125rem;top:140.18663597107rem;left:5.8745663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1M3uPxREqhDv2NXwKrr507yThSGdKdh { display:block; }
 }@media only screen and (max-width: 763px) { #L6z7izkdLrI3DztFSRffa5Lgo7HI6Jta { width:18.125rem;height:21.1875rem;top:99.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmInBTe46Pbcq2BWPqtG3tpVAPreByoy { width:16.311875rem;height:1.62435rem;top:110.81163406372rem;left:1.8435330986977rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #C5OGJyzzMspFukaZwT2Cd1y59PNdZCR9 { width:8.499375rem;height:3.125rem;top:115.56098937988rem;left:5.7497833371163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCO2iFJxdcbRqIHeJs2JdLeZHn2XvFGE { display:block; }
 }@media only screen and (max-width: 763px) { #leEgOgnBW89p59PetaLvP0PzIrVyc4yz { width:16.311875rem;height:1.62435rem;top:136.56142425537rem;left:1.8435330986977rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #IDvQeZEitFIUAd583lAWhTkTgthAQEx5 { width:5.68685rem;height:5.68685rem;top:104.37283706665rem;left:7.1560333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwGSyktsIsV6c2BaM6Go70ktGBiCdF9W { width:8.499375rem;height:5rem;top:129.37392234802rem;left:5.7497833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbazmWRMfUA3oaf8tK6UgRwLH1k0NDeC { width:18.125rem;height:3.5rem;top:99.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEuXP1yDco3KZezIPnzVrnzL9laSvMN9 { width:18.125rem;height:3.5rem;top:123.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ5I00l33NVsTcux4oo9XZy0zUtHIbpd { width:18.125rem;height:20.5625rem;top:76.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS5PXpibE4AzPf5cmsom5TNfy2AIrFIL { width:17.0605625rem;height:1.62435rem;top:88.498268127444rem;left:1.4691842198372rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #EWbdUp8DIHArz0CMC3R1NVNklaKaIySN { width:12.374125rem;height:2.03125rem;top:77rem;left:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaVdbtn8wr6VqSgAuMBSr75TZMI8hmO4 { width:17.6248125rem;height:2.03125rem;top:100rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIg4wHzGGv1gAvd7TQ821eZOLiq50zQf { width:17.249375rem;height:2.03125rem;top:124.75rem;left:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDeZvqF7PkKSoflQTtLdtGksgfBB69aT { width:18.125rem;height:3.5rem;top:76.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA4DrZNEIbAkqxcm4TKzo8NVGLhAXfWr { width:7.6248125rem;height:3.125rem;top:91.997615814206rem;left:6.1870663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnEOnACrHrmvWS0F9yZnRkDbZ3bKcEE8 { display:block; }
 }@media only screen and (max-width: 763px) { #HWVdRT670kO6BPSpdvHlLH2yxJ8XChsu { width:11.25rem;height:3.18685rem;top:82.561851501462rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmSGrVFQRTqFsSetMGmM5FIHhZ65Z6w { width:18.125rem;height:20.75rem;top:148.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrArskm3L3pZgvKWmRufe5Un9AAOAgzt { width:18.125rem;height:3.5rem;top:148.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKmsxPZT46v6viDqP73tzdqBdfp7On3T { width:12.374125rem;height:2.03125rem;top:149.5625rem;left:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUl1eFkoupiiLa7P8Ak3NWt2H654NwOf { width:13.125rem;height:4.53993125rem;top:153.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6BqcUltVkke1Oy6H9UGP69JCxNybmyS { width:18.125rem;height:21.625rem;top:173.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akyfgLCRvp3Tg35WpQZToJpTrV6gSdHu { width:18.125rem;height:3.5rem;top:173.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L43cpsAIILe7dssIX8Ly48Tl8HF6Qs7s { width:17.6248125rem;height:2.03125rem;top:174.3125rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtdO0wJ7XFHFWu8mICTSu3peeOKNoIrg { width:10.499125rem;height:3.2487rem;top:184.56055450439rem;left:4.7504342198372rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #L3QoSQJu3lyiQm1VAiRfGufKLbzWSirg { width:10.7498125rem;height:2.54665625rem;top:179.31098937988rem;left:4.6245663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztniHate1nxFUqnd4cN0MIVVRqeBkusG { width:17.0605625rem;height:1.62435rem;top:160.0625rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #W1WoEOOwNGqKiBQl1iRyLMMz4KpXRDnC { width:7.7495625rem;height:3.125rem;top:189.93598937988rem;left:6.1252172589302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIU8AnlFofTBKKo2gtnNFDs9o1JCs21z { display:block; }
 }@media only screen and (max-width: 763px) { #JMXtqcCP4K015deW6oOGhGLMMEu3Dz5n { width:7.874375rem;height:3.125rem;top:163.74892425537rem;left:6.0622833371163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67pglv5EQT29HNangqROttHo0ZhMI2W { display:block; }
 }@media only screen and (max-width: 763px) { #lQ6VVVJtDkis1wmsO6nIHTi0oNZuaJuL { width:20rem;height:5.5208375rem;top:223.77605819702rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #ceL5yDCzVVKLR8yL5IWm9UgZ87yiDOBr { width:18.125rem;height:23.8125rem;top:197.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LES9D1zPSDNIbhIgrplxL0GTtGPFvSZS { width:9.6875rem;height:3.125rem;top:214.5625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSMABMQxb2IGDOVdcteDwi321xyVFxey { display:block; }
 }@media only screen and (max-width: 763px) { #PUKHiR8vOBDqGQr7MSDbZAdNmxBTvEvP { width:16.311875rem;height:3.2487rem;top:210.25rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #lCDHph1iCi9GcSlA1DnryOEUw3VNV9q3 { width:13.1875rem;height:7.526312282721rem;top:201.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNLRRyKDKlSsFndqeW9Dr9QWTe96mye3 { width:18.125rem;height:3.5rem;top:197.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiv2TqDtrlSUsoZO7MsTl7XXTGH5bdgp { width:17.6248125rem;height:2.03125rem;top:198.0625rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1397a3be-648d-4ce9-8976-741ef6777312/materials_for_landing04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js.adaptive-delivery-prevent-bg, #ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js.lazyload, #ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js.lazyloading { background-image: none; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row .container { background-color: transparent; background-image: none; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row .container > .video-iframe-container { display: none; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row > .video-iframe-container { display: none; }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .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); }#ug8ulfP2Vf1IySphf4lEA9zA1ZWG06Js > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs { position:relative;z-index:auto;display:block; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoFVh2eEhNT4pwnBQLKIrziqfJbGhV4g { width:20rem;height:2.7625875rem;top:4.56176875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtwyCsSkhch0lG7frcv2m51GwDNNBriD { width:10rem;height:2.06176875rem;top:1.25rem;left:5rem;overflow:hidden;display:block; }
 }