.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:222,234,235;--color-primary-1:197,228,232;--color-primary-2:89,149,156;--color-primary-3:48,122,131;--color-primary-4:7,50,66;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:104,104,104;--color-tertiary-2:47,47,47;--color-tertiary-3:28,28,28;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Unbounded"; }@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-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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { z-index:;position:relative;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { border-width: 0; border-radius: 0; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:"open sans";height:52.3125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:16rem;left:2.375rem;height:5.625rem;font-style:normal;display:block; }
#Exe6BCosC261L2tzK5wG4npL97RB28ZJ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:30.25rem;top:12.0625rem;left:0rem;display:block; }
#GsuF2dD1i18kZRD7J0tKHPJqMSfT317o { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:34.25rem;left:3.25rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qVOAe2Q5PUeynlk9DACwO8MiZtSEXs0L { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:0.125rem;top:31.875rem;left:1.3125rem;display:block; }
#bXDMsxGwGb3MA4hrkrBTlX6X3FUoL7Tc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:26.8125rem;top:31.953125rem;left:2.375rem;display:block; }
#u9sGhkvSVWp3lpsDdnoTkyViuzR4HzJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.3125rem;left:2.375rem;height:3.9rem;font-style:normal;display:block; }
#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { 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; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { background-color: transparent; background-image: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .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); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { border-width: 0; border-radius: 0; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { font-size:0.875rem;font-family:arial;height:78.1875rem;width:75rem;position:relative;display:block; }#w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { color:rgba(var(--color-tertiary-3),1);display:block;width:27.4375rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:6.5625rem;left:44.25rem;height:;font-style:normal;display:block; }
#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/97ac9c7f-746d-4331-a919-b437491dcb0c/10.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:31rem;width:33.875rem;top:5.162109375rem;left:0rem;display:block; }#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.adaptive-delivery-prevent-bg, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyload, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyloading { background-image: none; }
#OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:5.162109375rem;left:42.25rem;display:block; }
#rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { color:rgba(var(--color-tertiary-3),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:39.125rem;left:0.8125rem;height:4.5rem;font-style:normal;display:block; }
#QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:0.0625rem;top:48.5625rem;left:0rem;display:block; }
#KUq04ZGKEMFV3NihTXHva9C2XdFapiiq { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:34.125rem;top:39.125rem;left:38.75rem;display:block; }
#zv0oKhXv77caPH7wNFUi1MSGGXmfMgtf { color:rgba(var(--color-tertiary-3),0.8);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:62.187501907349rem;left:1.8125rem;height:3.1494125rem;font-style:normal;display:block; }
#TqFFKunybPAGiFLhl3Az80CcCchGhz3h { color:rgba(var(--color-tertiary-3),0.8);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:46.125rem;left:43.9375rem;height:18.3125rem;font-style:normal;display:block; }#TqFFKunybPAGiFLhl3Az80CcCchGhz3h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TqFFKunybPAGiFLhl3Az80CcCchGhz3h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a73e8958301614d5024bef7462ea9f83075d300.svg); }
#cdJ5sqgqxi3y4UMwXCkyCvOe37IfcGHa { color:rgba(var(--color-tertiary-3),0.8);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:46.1875rem;left:0.8125rem;height:13.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cdJ5sqgqxi3y4UMwXCkyCvOe37IfcGHa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cdJ5sqgqxi3y4UMwXCkyCvOe37IfcGHa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e08bb2ab8d424a5b0145d8c4545f2f7.svg); }
#ni64G2I2tCI8bJUp1mgAal6JRtIL5GLv { color:rgba(var(--color-tertiary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:5.162109375rem;left:43.6875rem;height:3.75rem;font-style:normal;display:block; }
#QwmBQxocdfhc37VLcinBnMSxWalaWyOC { box-sizing:content-box;height:1.875rem;width:26.4375rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:40.1875rem;left:43.6875rem;display:block; }
#tn9sbh4QoCb35cUJipwJ0KWgXToVkWNr { box-sizing:content-box;height:2.875rem;width:26.4375rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:75.25rem;left:44.25rem;display:block; }
#ToJmSqQZoeWmN7UTnG3cMmHaIvzv6JMR { color:rgba(var(--color-tertiary-3),0.8);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:42.1875rem;left:43.6875rem;height:1.5rem;font-style:normal;display:block; }
#RWHRn3qrc1heb0xi6SlH5pp4F8lo7bsk { color:rgba(var(--color-tertiary-3),0.8);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.474609375rem;left:42.3125rem;height:20.25rem;font-style:normal;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; }
#WytLf4faeIZ96xagCnI3owlmmNboEvKC { position:relative;display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC { background-color: transparent; background-image: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .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); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC { border-width: 0; border-radius: 0; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .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; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .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:9.375rem;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; }#FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:2rem;left:0rem;display:block; }
#rcTykTFgTu1U2wondefRDPPrfCuNgKvC { color:rgba(var(--color-tertiary-3),1);display:block;width:73.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.375rem;left:1.875rem;height:2.7rem;font-style:normal;display:block; }
#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { position:relative;display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { background-color: transparent; background-image: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container > .video-iframe-container { display: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row > .video-iframe-container { display: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .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); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { border-width: 0; border-radius: 0; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .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; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .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:34.0625rem;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; }#mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.25rem;left:2.9375rem;height:1.05025rem;font-style:normal;display:block; }
#igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { color:rgba(var(--color-tertiary-2),0.8);display:block;width:17.25rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.9375rem;height:7.957rem;font-style:normal;display:block; }#igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
#zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.25rem;left:50.1875rem;height:1.05025rem;font-style:normal;display:block; }
#GukHKxegdq0wlwxfew2Uiy4lOtBE4dgh { color:rgba(var(--color-tertiary-2),0.8);display:block;width:20.875rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:49.25rem;height:7.957rem;font-style:normal;display:block; }#GukHKxegdq0wlwxfew2Uiy4lOtBE4dgh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GukHKxegdq0wlwxfew2Uiy4lOtBE4dgh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
#DPGO9Qzxl0ZBiMleuIrS0F9UefLJAnnE { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5167ff94-09d0-4278-8e26-f36cc1348ebe/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:29.625rem;width:23.3125rem;top:4.25rem;left:23.505859375rem;display:block; }#DPGO9Qzxl0ZBiMleuIrS0F9UefLJAnnE.adaptive-delivery-prevent-bg, #DPGO9Qzxl0ZBiMleuIrS0F9UefLJAnnE.lazyload, #DPGO9Qzxl0ZBiMleuIrS0F9UefLJAnnE.lazyloading { background-image: none; }
#DPGO9Qzxl0ZBiMleuIrS0F9UefLJAnnE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DPGO9Qzxl0ZBiMleuIrS0F9UefLJAnnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0); }#iwdHv3rLao7uKRODZyyiPwX2rLPaJGJc { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:17.625rem;left:2.9375rem;height:1.05025rem;font-style:normal;display:block; }
#opezJm8UCoktTu8dDmdmLvdHFEiXStPZ { color:rgba(var(--color-tertiary-2),0.8);display:block;width:18.0625rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:22.125rem;left:2.9375rem;height:7.957rem;font-style:normal;display:block; }#opezJm8UCoktTu8dDmdmLvdHFEiXStPZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#opezJm8UCoktTu8dDmdmLvdHFEiXStPZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
#rpL2UAssbu3IzrwveBlC4tnU2GRFSGXp { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17.625rem;left:50.25rem;height:1.05025rem;font-style:normal;display:block; }
#ppXWbO9yXaVbKuD61rOQvcgKAfiH5vaR { color:rgba(var(--color-tertiary-2),0.8);display:block;width:21.875rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:21.0625rem;left:49.375rem;height:6.8203125rem;font-style:normal;display:block; }#ppXWbO9yXaVbKuD61rOQvcgKAfiH5vaR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ppXWbO9yXaVbKuD61rOQvcgKAfiH5vaR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g { 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; }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g > .row .container { background-color: transparent; background-image: none; }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g > .row .container > .video-iframe-container { display: none; }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g > .row > .video-iframe-container { display: none; }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g > .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); }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g > .row .container { border-width: 0; border-radius: 0; }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#J9IgvPEs40B5zTG2qLw7exFvrTWcHdmX { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:6.25rem;top:1.9375rem;left:1.4375rem;display:block; }
#HlFbFNLbEPs8CrHThd3XHHVahWUFRCpT { color:rgba(var(--color-tertiary-3),0.8);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:27.906253814698rem;height:;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; }
#yT35tfuLcyyEtTZQrflQrX4WgrIun4MK { position:absolute;display:block;z-index:15008;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:14.8125rem;width:14.625rem;top:15.1015625rem;left:5.1875rem;overflow:hidden;display:block; }
#D32Tphue6UVS8z2regMRHaZDVJMFaWLd { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.2724609375rem;left:30.59375rem;height:3.8984375rem;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; }
#TXmf6BcDvrtnexi6S3Q1yLt7cmRIS1GU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:29.9375rem;height:0;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:none; }
#L4gxkJz357nSGsVg4Gmvv2Jycs39ReNg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:30rem;height:0;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:none; }
#PWTwdMzWUpNhJoGu5CCRNPLEKC8PdGKN { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.3515625rem;left:30.59375rem;height:6.82225rem;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; }
#R8TIXcMC5qiC9VuAA9v8td19ukUciLV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.25rem;left:30rem;height:0;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:none; }
#zUI4AcvPpk1zAOIvkoKdEOPPT5ipzr7S { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:56rem;height:4.87305rem;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; }
#vDh28M6kTTMsuc79Vy4INz24v2uAw4sm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:55.875rem;height:0;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:none; }
#Sn3WOKBln01wGxnnvNzQgMe3X0lkayac { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:55.9375rem;height:0;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:none; }
#AQP4gTDP05hv9yCbTqo2JF72Qkar8kM1 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:16.3515625rem;left:56rem;height:4.87305rem;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; }
#uK2pcbT53apods8rXiERVuKWLS9eyfsW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.25rem;left:55.9375rem;height:0;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:none; }
#plM6IB6CSAoVn5nWv8Aag1U7POuI2Nqm { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.875rem;left:30.59375rem;height:4.87305rem;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; }
#GLPn5el7Qs1IRO43ikK1fXZSV5TKOwlB { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23.859375rem;left:56rem;height:6.82225rem;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; }
#deG7hvHCdSiMZzwCDOTllP9AGaOUSNvU { 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:15023;opacity:1;top:9.2724609375rem;left:26.6875rem; }
#t72UZqhGGwxilJvVHx0WAmPF7ZG6BDXT { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:5.6242179870606rem;left:0rem;display:block; }
#TKeL3MXm9PPptLqvIzkVQg83Ivzi943l { color:rgba(var(--color-tertiary-3),0.8);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:54.687503814698rem;height:;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; }
#roQ9SaayZrpJUIPtBFI5vAUt85Q9ytke { color:rgba(var(--color-tertiary-3),0.8);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1625003814697rem;left:2.5rem;height:7.3125rem;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; }
#dUXZdyToHS940mmNbmffoM0TG6DCH8hE { 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:15024;opacity:1;top:17.6875rem;left:26.6875rem; }
#yGFq0et3i7fLbKNui32fKhMZTwO8lRKR { 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:15025;opacity:1;top:24.875rem;left:26.6875rem; }
#SNcLp0HWrTpoyJTFn0VC1mbH7qOiJtFv { 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:15026;opacity:1;top:24.875rem;left:52.6875rem; }
#TT1kx51Lnv5SXfwkf5OwXrPODL9v2ztt { 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:15027;opacity:1;top:17.6875rem;left:52.6875rem; }
#AnhKSzU7rO8l8BnLeVirkTkqE8tCtSsz { 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:15028;opacity:1;top:9.1240234375rem;left:52.6875rem; }
#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { position:relative;display:none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { border-width: 0; border-radius: 0; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .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; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .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:9.3125rem;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:none; }#dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:2rem;left:0rem;display:block; }
#TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { color:rgba(var(--color-tertiary-3),1);display:block;width:73.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.375rem;left:1.875rem;height:2.25rem;font-style:normal;display:block; }
#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { position:relative;display:none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { border-width: 0; border-radius: 0; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .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; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .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:31.8125rem;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:none; }#P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-secondary-4),0.05) ;height:30.8125rem;width:37.1875rem;top:0rem;left:0rem;display:block; }
#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/282eb828-43dd-4737-a833-1fbf84bc81ee/Photo1.crop_1080x976_0,104.preview.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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:13rem;width:13rem;top:1.6875rem;left:1.875rem;display:block; }#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.adaptive-delivery-prevent-bg, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyload, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyloading { background-image: none; }
#JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { color:rgba(var(--color-tertiary-3),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:7.537109375rem;left:16.6875rem;height:1.3rem;font-style:normal;display:block; }
#IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { color:rgba(var(--color-tertiary-3),0.5);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:10.125rem;left:16.6875rem;height:2.25rem;font-style:normal;display:block; }
#muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-secondary-4),0.05) ;height:30.75rem;width:37rem;top:0rem;left:38rem;display:block; }
#UOZofqqCgNTHNyl3TKvybMrEiBc0sJAD { color:rgba(var(--color-tertiary-3),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:7.537109375rem;left:54.9375rem;height:1.3rem;font-style:normal;display:block; }
#zcKTBFoQhr8eXscRMsnBkVPygp0AVGZu { color:rgba(var(--color-tertiary-3),0.5);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:10.125rem;left:54.9375rem;height:3.375rem;font-style:normal;display:block; }
#ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b61fff00-7fe3-45ca-a524-eb4aa57812b6/photo2.crop_1080x946_0,134.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:11.9375rem;width:12.8125rem;top:2.8125rem;left:40.4375rem;display:block; }#ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.adaptive-delivery-prevent-bg, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyload, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyloading { background-image: none; }
#tdNpV9ZvlELGapvJyUASrvV0xBWXJevQ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:17rem;left:1.875rem;height:11.6953125rem;font-style:normal;display:block; }
#wdIkmxRONmuLkq8H1lgo10p7CXzMzTFg { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:17rem;left:39.46875rem;height:9.74610625rem;font-style:normal;display:block; }
#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S { position:relative;display:block; }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S { background-color: transparent; background-image: none; }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S > .row .container > .video-iframe-container { display: none; }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S > .row > .video-iframe-container { display: none; }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S > .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); }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S { border-width: 0; border-radius: 0; }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S > .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; }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S > .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:9.3125rem;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; }#govQoaO8b117JQbTAlhG07398qTh6nlG { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:2rem;left:0rem;display:block; }
#E0Gbc0aIZMV3s0gGgqm3vcUOwBNd7V4S { color:rgba(var(--color-tertiary-3),1);display:block;width:73.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.375rem;left:1.875rem;height:2.25rem;font-style:normal;display:block; }
#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA { 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; }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA > .row .container { background-color: transparent; background-image: none; }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA > .row .container > .video-iframe-container { display: none; }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA > .row > .video-iframe-container { display: none; }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA > .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); }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA > .row .container { border-width: 0; border-radius: 0; }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#TKNThxQdRJ37EBDMCe0b2TKBIotxbkz9 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:5.25rem;left:8.9296875rem;height:13.191375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NlcLzLclAvvbvNZaZP57plfkmvwrS3wd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:29.75rem;width:19rem;top:1.78125rem;left:7.3046875rem;display:block; }
#bogLyEf1mFFFupJ6p8l7T3iAfQ78xJa3 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:25.1376953125rem;left:7.3046875rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#l84XrWMAtK2ZoVpSK4sD5JMUrrdcslmB { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:29.9375rem;width:19rem;top:1.75rem;left:28rem;display:block; }
#STSiNzIpB4F9VO1Rg46N9THv0mSIu4AC { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:29.875rem;width:19rem;top:1.8125rem;left:47.6875rem;display:block; }
#TxJg55BdTJ5XNveau8MtAR8636TXPCt8 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:25.138671875rem;left:28.375rem;height:4.1982375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SoEEHE6xxldF36t6iXCuTJm8tXEJmJRI { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:26.6005859375rem;left:48.75rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#C2aLlLVdkpfnNFKV76ZGdzpWgMflkPpW { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:5.25rem;left:29.625rem;height:15.589875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#A9741ozmM9GxnIAK7Z2eI1o0GZKtl1bx { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:5.25rem;left:49.3125rem;height:17.98825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/_UIVmIBB3JU/unsplash/toa-heftiba-_UIVmIBB3JU-photo-1544027993-37dbfe43562a.jpg");background-position:center right !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; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL.adaptive-delivery-prevent-bg, #qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL.lazyload, #qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL.lazyloading { background-image: none; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row .container { background-color: transparent; background-image: none; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.6); }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row .container > .video-iframe-container { display: none; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.6); }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row > .video-iframe-container { display: none; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .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); }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row .container { border-width: 0; border-radius: 0; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL::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; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-form-header {  }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-regular-label { height:auto;display:block;font-family:"josefin sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-3),1);width:24.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1;overflow:hidden; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),0.48);border-left:0.0625rem solid rgba(var(--color-tertiary-3),0.48);border-right:0.0625rem solid rgba(var(--color-tertiary-3),0.48);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),0.48);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.4375rem;box-sizing:border-box;height:2.5625rem;color:#2d3137;font-size:0.875rem;overflow:hidden;font-family:ubuntu; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),0.48);border-left:0.0625rem solid rgba(var(--color-tertiary-3),0.48);border-right:0.0625rem solid rgba(var(--color-tertiary-3),0.48);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),0.48);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.4375rem;box-sizing:border-box;height:4.375rem;color:#2d3137;font-size:0.875rem;overflow:hidden;font-family:ubuntu; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),0.48);border-left:0.0625rem solid rgba(var(--color-tertiary-3),0.48);border-right:0.0625rem solid rgba(var(--color-tertiary-3),0.48);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),0.48);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.4375rem;box-sizing:border-box;height:2.5rem;color:#2d3137;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffa88c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:14.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:13.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.2;font-size:0.75rem;font-weight:300;color:#2d3137;vertical-align:top;width:26.4375rem;overflow:hidden;font-style:normal; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-container:first-of-type{padding-top:0;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-container:last-of-type{padding-bottom:0;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.962890625rem;left:3.65625rem; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.4375rem; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ {display:block;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.962890625rem;left:3.65625rem; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #vTKt7XFlT9ENuw6OghVoTigb4vhKEXhW { position:relative; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #JvROUa65WvwSOpsFTSpc9VmhDtOiRpLC { position:relative;display:block; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #XIliB4I56VhCT0kKQohqZ9wb9V70oSow { position:relative; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #wOzRGG7BPr5RpohNdKuL5CumVF5ZAe3K { position:relative; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #GxLQzEx8TWtJT3T8BGruBN2PWw8QpCxu { position:relative;display:block; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #pigJFZNXnE91fLdkKnZNH3A8d8nsI3XI { position:relative; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #fIvkvo6Se5C6zOlDw4RsHAOKnmmySUCF { position:relative; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #W7SJBukPLVvmDAc6TLF28TwtHvqfd7Z5 { position:relative;display:block; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #HTydXTKF5XGglTc4pRZL2muOIzSMxl1K { position:relative; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #qzAMRMNfSgM8ZbwT5anONtnDUx2goOD4 { position:relative; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #bRbCFB4Bi0fxvKMRL9l0cRQMw3B26tgD { position:relative;z-index:2; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #dPz9q5TvhkMvMIpUPmMEkzTTvqCotLBF { position:relative; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #xKq7hvQzSyfLNMZzGT3E2ZszRQt1ZZQU { position:relative; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #SoFm6UHgFhZbtUhFBif3HfS5LnNJIbMb { position:relative; }
#ypR6qlMauu7vlP1HWLI9DHZq1OIfPUMk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:37.5625rem;top:9rem;left:37.374999552965rem;display:block; }
#FcgLecEc13KkJ2gvGgmofEcImxDw6aM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.375rem;left:1.9375rem;height:4.5rem;font-style:normal;display:block; }
#OPpWLOC1DL7xyblgBu8rGhu9XcT2wD17 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:1.875rem;left:0.0625rem;display:block; }
#eJqMfUaBka9J5qGC7An06bBFTBx3BTBJ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:17rem;left:43.3125rem;height:3.75rem;font-style:normal;display:block; }
#C4lPtLNdHcahBXsQkO4HP33w6BZEBEKc { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.7;letter-spacing:0;top:21.5rem;left:43.3125rem;height:2.9746125rem;font-style:normal;display:block; }
#Jtvc21INltB8GHgWdektOg7QWum9Qq72 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:37.5625rem;top:9.0625rem;left:0rem;display:block; }
#dTwyBELDmM9HN8rEtoq1ANpxxTDhwNed { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:0.125rem;top:16.0625rem;left:40.3125rem;display:block; }
#t8zPN6HWWyMLs3JTd4aHH39yPkTGTCVt { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:26.8125rem;top:16.125rem;left:41.1875rem;display:block; }
#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B { border-top:0.3125rem solid rgba(var(--color-secondary-4),1);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; }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B > .row .container { background-color: transparent; background-image: none; }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B > .row .container > .video-iframe-container { display: none; }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B > .row > .video-iframe-container { display: none; }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B > .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); }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B > .row .container { border-width: 0; border-radius: 0; }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#ODfzyaFZaS99sonyXCpkmdP0N7T16vKz { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:55.875rem;display:block; }
#I2X340DRyxyuJXS1DkzaxWZlBEzmVcTz { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:60.0625rem;display:block; }
#V5xTmGPR7GUThfvbaNk2cCWJ4zsi2AAl { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:2.2838554382324rem;left:2.375rem;height:11.54784375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LEvBMJ4Rrr5kBUIGOKdenlcK8gCsivtB { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#tQIEAdVgwmttyrTwfI4A9pvmXktDwPZH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.5299491882325rem;left:46.91667175293rem;height:1.05025rem;font-style:normal;display:block; }
#imbPBLXNXsCiVJmpqbT19J07VEJUnCDR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.443359375rem;left:34.22917175293rem;height:1.05025rem;font-style:normal;display:block; }
#vQDOsy56bnrR2ax5qe2ICbDRF6BirhPf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12.819011688233rem;left:52.25rem;height:0.7875rem;font-style:normal;display:block; }
#rMwrL2VavP1CHf4SMfARV61gGTxpVdB2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:3.3125rem;left:31.875rem;height:2.1005rem;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; }
#rBxDRFt2veT2Qn8kedP8OJcxAwpa3gZp { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:16.0625rem;left:2.9375rem;display:block; }
#xpxAyeGGIdIBOqul4eKqIv2DG3GiRwTJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7.2740898132325rem;left:31.875rem; }
#Gyo3mhXro8h1LkHn4nypP1T9IkRyeBh1 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7.2740898132325rem;left:44.29167175293rem; }
#CS1TbIdOtd4n9RSzw1ulEDKW9yICyqmR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:15.15625rem;left:56.4375rem; }
#CS1TbIdOtd4n9RSzw1ulEDKW9yICyqmR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Fq1z0P0e9s1XtZRe5NUKFikgCP28aAiT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15rem;left:60.5rem; }
#Fq1z0P0e9s1XtZRe5NUKFikgCP28aAiT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#zQ7MZ4TIILFdueVevTBZIiipetukp4T3 { 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:5.5rem;width:9.875rem;top:11.555992126465rem;left:31.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { top:16rem;left:0rem;width:25rem;height:5.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { top:12.0625rem;left:0rem;width:30.25rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsuF2dD1i18kZRD7J0tKHPJqMSfT317o { top:34.25rem;left:0rem;width:25.6875rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVOAe2Q5PUeynlk9DACwO8MiZtSEXs0L { top:31.875rem;left:0rem;width:0.125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXDMsxGwGb3MA4hrkrBTlX6X3FUoL7Tc { top:31.9375rem;left:0rem;width:26.8125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9sGhkvSVWp3lpsDdnoTkyViuzR4HzJZ { top:24.3125rem;left:0rem;width:20.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { top:6.5625rem;left:20.3125rem;width:27.4375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { top:5.125rem;left:0rem;width:33.875rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { top:5.125rem;left:28.625rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { top:39.125rem;left:0rem;width:34.4375rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { top:48.5625rem;left:0rem;width:0.0625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUq04ZGKEMFV3NihTXHva9C2XdFapiiq { top:39.125rem;left:13.5rem;width:34.125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv0oKhXv77caPH7wNFUi1MSGGXmfMgtf { top:62.1875rem;left:0rem;width:30.25rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqFFKunybPAGiFLhl3Az80CcCchGhz3h { top:46.125rem;left:23.8125rem;width:23.9375rem;height:18.3125rem;font-size:0.8125rem;display:block; }#TqFFKunybPAGiFLhl3Az80CcCchGhz3h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a73e8958301614d5024bef7462ea9f83075d300.svg); }
 }@media only screen and (max-width: 763px) { #cdJ5sqgqxi3y4UMwXCkyCvOe37IfcGHa { top:46.1875rem;left:0rem;width:34.4375rem;height:13.3125rem;font-size:0.75rem;display:block; }#cdJ5sqgqxi3y4UMwXCkyCvOe37IfcGHa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e08bb2ab8d424a5b0145d8c4545f2f7.svg); }
 }@media only screen and (max-width: 763px) { #ni64G2I2tCI8bJUp1mgAal6JRtIL5GLv { top:5.125rem;left:16.4375rem;width:31.3125rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwmBQxocdfhc37VLcinBnMSxWalaWyOC { top:40.1875rem;left:21.3125rem;width:26.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn9sbh4QoCb35cUJipwJ0KWgXToVkWNr { top:75.25rem;left:21.3125rem;width:26.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToJmSqQZoeWmN7UTnG3cMmHaIvzv6JMR { top:42.1875rem;left:21.125rem;width:26.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWHRn3qrc1heb0xi6SlH5pp4F8lo7bsk { top:11.4375rem;left:18.5625rem;width:29.1875rem;height:20.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { top:2rem;left:0rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { top:3.375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { top:4.25rem;left:0rem;width:21.875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { top:7.6875rem;left:0rem;width:17.25rem;height:7.9375rem;font-size:0.875rem;display:block; }#igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
 }@media only screen and (max-width: 763px) { #zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { top:4.25rem;left:25.875rem;width:21.875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GukHKxegdq0wlwxfew2Uiy4lOtBE4dgh { top:7.6875rem;left:26.875rem;width:20.875rem;height:;font-size:0.875rem;display:block; }#GukHKxegdq0wlwxfew2Uiy4lOtBE4dgh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
 }@media only screen and (max-width: 763px) { #DPGO9Qzxl0ZBiMleuIrS0F9UefLJAnnE { top:4.25rem;left:9.880859375rem;width:23.3125rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwdHv3rLao7uKRODZyyiPwX2rLPaJGJc { top:17.625rem;left:0rem;width:21.875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opezJm8UCoktTu8dDmdmLvdHFEiXStPZ { top:22.125rem;left:0rem;width:18.0625rem;height:7.9375rem;font-size:0.875rem;display:block; }#opezJm8UCoktTu8dDmdmLvdHFEiXStPZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
 }@media only screen and (max-width: 763px) { #rpL2UAssbu3IzrwveBlC4tnU2GRFSGXp { top:17.625rem;left:25.875rem;width:21.875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppXWbO9yXaVbKuD61rOQvcgKAfiH5vaR { top:21.0625rem;left:25.875rem;width:21.875rem;height:6.8125rem;font-size:0.875rem;display:block; }#ppXWbO9yXaVbKuD61rOQvcgKAfiH5vaR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
 }@media only screen and (max-width: 763px) { #Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g { display:block; }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9IgvPEs40B5zTG2qLw7exFvrTWcHdmX { width:6.25rem;height:0.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlFbFNLbEPs8CrHThd3XHHVahWUFRCpT { width:19.1875rem;height:;top:2.5625rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT35tfuLcyyEtTZQrflQrX4WgrIun4MK { width:14.625rem;height:14.8125rem;top:15.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32Tphue6UVS8z2regMRHaZDVJMFaWLd { width:16.5625rem;height:3.875rem;top:9.25rem;left:15.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXmf6BcDvrtnexi6S3Q1yLt7cmRIS1GU { width:15.625rem;height:1.6875rem;top:5.875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4gxkJz357nSGsVg4Gmvv2Jycs39ReNg { width:15.625rem;height:0;top:14.0625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWTwdMzWUpNhJoGu5CCRNPLEKC8PdGKN { width:16.5625rem;height:6.8125rem;top:16.3125rem;left:15.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TIXcMC5qiC9VuAA9v8td19ukUciLV2 { width:15.625rem;height:0;top:22.25rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUI4AcvPpk1zAOIvkoKdEOPPT5ipzr7S { width:16.5625rem;height:4.8125rem;top:8.75rem;left:31.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDh28M6kTTMsuc79Vy4INz24v2uAw4sm { width:15.625rem;height:0;top:5.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn3WOKBln01wGxnnvNzQgMe3X0lkayac { width:15.625rem;height:0;top:14.0625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQP4gTDP05hv9yCbTqo2JF72Qkar8kM1 { width:16.5625rem;height:4.8125rem;top:16.3125rem;left:31.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK2pcbT53apods8rXiERVuKWLS9eyfsW { width:15.625rem;height:0;top:22.25rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plM6IB6CSAoVn5nWv8Aag1U7POuI2Nqm { width:16.5625rem;height:4.8125rem;top:25.875rem;left:15.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPn5el7Qs1IRO43ikK1fXZSV5TKOwlB { width:16.5625rem;height:6.8125rem;top:23.8125rem;left:31.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #deG7hvHCdSiMZzwCDOTllP9AGaOUSNvU { top:9.25rem;left:15.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t72UZqhGGwxilJvVHx0WAmPF7ZG6BDXT { top:5.5625rem;left:0rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKeL3MXm9PPptLqvIzkVQg83Ivzi943l { width:19.1875rem;height:;top:2.5625rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roQ9SaayZrpJUIPtBFI5vAUt85Q9ytke { width:19.1875rem;height:7.3125rem;top:5.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUXZdyToHS940mmNbmffoM0TG6DCH8hE { top:17.6875rem;left:15.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGFq0et3i7fLbKNui32fKhMZTwO8lRKR { top:24.875rem;left:15.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNcLp0HWrTpoyJTFn0VC1mbH7qOiJtFv { top:24.875rem;left:31.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1kx51Lnv5SXfwkf5OwXrPODL9v2ztt { top:17.6875rem;left:31.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnhKSzU7rO8l8BnLeVirkTkqE8tCtSsz { top:9.0625rem;left:31.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { top:2rem;left:0rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { top:3.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { top:0rem;left:0rem;width:37.1875rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { top:1.6875rem;left:0rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { top:7.5rem;left:3.0625rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { top:10.125rem;left:3.0625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { top:0rem;left:10.75rem;width:37rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOZofqqCgNTHNyl3TKvybMrEiBc0sJAD { top:7.5rem;left:31rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKTBFoQhr8eXscRMsnBkVPygp0AVGZu { top:10.125rem;left:31.375rem;width:16.375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik { top:2.8125rem;left:26.8125rem;width:12.8125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdNpV9ZvlELGapvJyUASrvV0xBWXJevQ { top:17rem;left:0rem;width:34.0625rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdIkmxRONmuLkq8H1lgo10p7CXzMzTFg { top:17rem;left:13.6875rem;width:34.0625rem;height:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S { display:block; }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #govQoaO8b117JQbTAlhG07398qTh6nlG { top:2rem;left:0rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Gbc0aIZMV3s0gGgqm3vcUOwBNd7V4S { top:3.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA { display:block; }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKNThxQdRJ37EBDMCe0b2TKBIotxbkz9 { width:15.75rem;height:13.1875rem;top:5.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlcLzLclAvvbvNZaZP57plfkmvwrS3wd { width:19rem;height:29.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bogLyEf1mFFFupJ6p8l7T3iAfQ78xJa3 { width:16.875rem;height:4.1875rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l84XrWMAtK2ZoVpSK4sD5JMUrrdcslmB { width:19rem;height:29.9375rem;top:1.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSiNzIpB4F9VO1Rg46N9THv0mSIu4AC { width:19rem;height:29.875rem;top:1.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxJg55BdTJ5XNveau8MtAR8636TXPCt8 { width:16.875rem;height:4.1875rem;top:25.125rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoEEHE6xxldF36t6iXCuTJm8tXEJmJRI { width:16.875rem;height:2.75rem;top:26.5625rem;left:30.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2aLlLVdkpfnNFKV76ZGdzpWgMflkPpW { width:15.75rem;height:15.5625rem;top:5.25rem;left:16rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9741ozmM9GxnIAK7Z2eI1o0GZKtl1bx { width:15.75rem;height:17.9375rem;top:5.25rem;left:32rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL { display:block; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-regular-label { width:27.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-text { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-textarea { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-select { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-checkbox-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ  { width:27.875rem;height:23.25rem;top:11.9375rem;left:0rem; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .radio-container { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ {display:block;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ { width:27.875rem;height:23.25rem;top:11.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #vTKt7XFlT9ENuw6OghVoTigb4vhKEXhW {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #JvROUa65WvwSOpsFTSpc9VmhDtOiRpLC { display:block; }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #XIliB4I56VhCT0kKQohqZ9wb9V70oSow {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #wOzRGG7BPr5RpohNdKuL5CumVF5ZAe3K {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #GxLQzEx8TWtJT3T8BGruBN2PWw8QpCxu { display:block; }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #pigJFZNXnE91fLdkKnZNH3A8d8nsI3XI {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #fIvkvo6Se5C6zOlDw4RsHAOKnmmySUCF {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #W7SJBukPLVvmDAc6TLF28TwtHvqfd7Z5 { display:block; }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #HTydXTKF5XGglTc4pRZL2muOIzSMxl1K {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #qzAMRMNfSgM8ZbwT5anONtnDUx2goOD4 {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #bRbCFB4Bi0fxvKMRL9l0cRQMw3B26tgD {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #dPz9q5TvhkMvMIpUPmMEkzTTvqCotLBF {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #xKq7hvQzSyfLNMZzGT3E2ZszRQt1ZZQU {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #SoFm6UHgFhZbtUhFBif3HfS5LnNJIbMb {  }
 }@media only screen and (max-width: 763px) { #ypR6qlMauu7vlP1HWLI9DHZq1OIfPUMk { top:9rem;left:10.0625rem;width:37.5625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcgLecEc13KkJ2gvGgmofEcImxDw6aM4 { top:2.375rem;left:0rem;width:44.6875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPpWLOC1DL7xyblgBu8rGhu9XcT2wD17 { top:1.875rem;left:0rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJqMfUaBka9J5qGC7An06bBFTBx3BTBJ { top:17rem;left:26.0625rem;width:21.6875rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4lPtLNdHcahBXsQkO4HP33w6BZEBEKc { top:21.5rem;left:26.0625rem;width:21.6875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtvc21INltB8GHgWdektOg7QWum9Qq72 { top:9.0625rem;left:0rem;width:37.5625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwyBELDmM9HN8rEtoq1ANpxxTDhwNed { top:16.0625rem;left:26.6875rem;width:0.125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8zPN6HWWyMLs3JTd4aHH39yPkTGTCVt { top:16.125rem;left:20.9375rem;width:26.8125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B { display:block; }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODfzyaFZaS99sonyXCpkmdP0N7T16vKz { top:14.5625rem;left:42.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2X340DRyxyuJXS1DkzaxWZlBEzmVcTz { top:14.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xTmGPR7GUThfvbaNk2cCWJ4zsi2AAl { top:2.25rem;left:0rem;width:26.0625rem;height:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEvBMJ4Rrr5kBUIGOKdenlcK8gCsivtB { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQIEAdVgwmttyrTwfI4A9pvmXktDwPZH { top:7.5rem;left:33.29167175293rem;width:7.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imbPBLXNXsCiVJmpqbT19J07VEJUnCDR { top:7.4375rem;left:20.60417175293rem;width:10.0625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQDOsy56bnrR2ax5qe2ICbDRF6BirhPf { top:12.8125rem;left:29.0625rem;width:18.6875rem;height:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMwrL2VavP1CHf4SMfARV61gGTxpVdB2 { top:3.3125rem;left:18.25rem;width:11.8125rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBxDRFt2veT2Qn8kedP8OJcxAwpa3gZp { top:16.0625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpxAyeGGIdIBOqul4eKqIv2DG3GiRwTJ { top:7.25rem;left:18.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyo3mhXro8h1LkHn4nypP1T9IkRyeBh1 { top:7.25rem;left:30.66667175293rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS1TbIdOtd4n9RSzw1ulEDKW9yICyqmR { top:15.125rem;left:42.8125rem;width:1.875rem;height:1.875rem;display:block; }
#CS1TbIdOtd4n9RSzw1ulEDKW9yICyqmR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Fq1z0P0e9s1XtZRe5NUKFikgCP28aAiT { top:15rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#Fq1z0P0e9s1XtZRe5NUKFikgCP28aAiT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #zQ7MZ4TIILFdueVevTBZIiipetukp4T3 { top:11.5rem;left:18.25rem;width:9.875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:transparent;background-image:none;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { width:20rem;height:4.72265625rem;top:3.3125rem;left:0rem;font-size:1.3125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { width:20rem;height:26.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsuF2dD1i18kZRD7J0tKHPJqMSfT317o { width:14.0625rem;height:6.5625rem;top:18.09375rem;left:1.7187499403954rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qVOAe2Q5PUeynlk9DACwO8MiZtSEXs0L { width:0.125rem;height:9.5rem;top:21.0625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXDMsxGwGb3MA4hrkrBTlX6X3FUoL7Tc { width:20rem;height:9.375rem;top:16.6875rem;left:0rem;background-color:#073242;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) { #u9sGhkvSVWp3lpsDdnoTkyViuzR4HzJZ { width:17.75rem;height:5.19921875rem;top:8.7116479873656rem;left:1.1250000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { width:16rem;height:0;top:30.547875rem;left:2rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { width:20rem;height:13.75rem;top:1.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/261e1b92-6996-4af6-a58b-e6946a449908/Rectangle80.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.adaptive-delivery-prevent-bg, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyload, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { width:0.0625rem;height:5.5rem;top:0.5625rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { width:17.4375rem;height:4.5rem;top:46.125rem;left:1.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { width:0.0625rem;height:5.5rem;top:39.3125rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUq04ZGKEMFV3NihTXHva9C2XdFapiiq { width:19.875rem;height:29.6875rem;top:39.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zv0oKhXv77caPH7wNFUi1MSGGXmfMgtf { width:20rem;height:4.19921875rem;top:75.68359375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqFFKunybPAGiFLhl3Az80CcCchGhz3h { width:20rem;height:auto;top:46.125rem;left:0rem;font-size:0.8125rem;display:none; }#TqFFKunybPAGiFLhl3Az80CcCchGhz3h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a73e8958301614d5024bef7462ea9f83075d300.svg); }
 }@media only screen and (max-width: 763px) { #cdJ5sqgqxi3y4UMwXCkyCvOe37IfcGHa { width:20rem;height:21.1875rem;top:52.75rem;left:0rem;font-size:0.75rem;display:block; }#cdJ5sqgqxi3y4UMwXCkyCvOe37IfcGHa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e08bb2ab8d424a5b0145d8c4545f2f7.svg); }
 }@media only screen and (max-width: 763px) { #ni64G2I2tCI8bJUp1mgAal6JRtIL5GLv { width:15.125rem;height:4.5rem;top:7rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwmBQxocdfhc37VLcinBnMSxWalaWyOC { width:20rem;height:1.875rem;top:40.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tn9sbh4QoCb35cUJipwJ0KWgXToVkWNr { width:20rem;height:2.875rem;top:75.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToJmSqQZoeWmN7UTnG3cMmHaIvzv6JMR { width:20rem;height:auto;top:42.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWHRn3qrc1heb0xi6SlH5pp4F8lo7bsk { width:20rem;height:28.125rem;top:12.73046875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:20rem;height:15.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { width:0.0625rem;height:5.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { width:15.1875rem;height:6.2988125rem;top:8rem;left:2.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { display:none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { width:20rem;height:93.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { width:11.8125rem;height:3.5996125rem;top:1.25rem;left:4.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { width:20rem;height:7.7988125rem;top:7.310546875rem;left:0rem;font-size:1rem;display:block; }#igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
 }@media only screen and (max-width: 763px) { #zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { width:12.0625rem;height:5.3994125rem;top:40.787109375rem;left:2.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GukHKxegdq0wlwxfew2Uiy4lOtBE4dgh { width:20rem;height:7.389625rem;top:71.1016rem;left:0rem;font-size:0.8125rem;display:block; }#GukHKxegdq0wlwxfew2Uiy4lOtBE4dgh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
 }@media only screen and (max-width: 763px) { #DPGO9Qzxl0ZBiMleuIrS0F9UefLJAnnE { width:19.0625rem;height:34rem;top:35.8516rem;left:0.4375rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #iwdHv3rLao7uKRODZyyiPwX2rLPaJGJc { width:20rem;height:3.5996125rem;top:79.7402875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opezJm8UCoktTu8dDmdmLvdHFEiXStPZ { width:19.375rem;height:7.957rem;top:26.6455375rem;left:0.3125rem;font-size:0.875rem;display:block; }#opezJm8UCoktTu8dDmdmLvdHFEiXStPZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
 }@media only screen and (max-width: 763px) { #rpL2UAssbu3IzrwveBlC4tnU2GRFSGXp { width:20rem;height:3.5996125rem;top:21.795925rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppXWbO9yXaVbKuD61rOQvcgKAfiH5vaR { width:20rem;height:7.957rem;top:84.5899rem;left:0rem;font-size:0.875rem;display:block; }#ppXWbO9yXaVbKuD61rOQvcgKAfiH5vaR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_635d3860cd9f5761f270e3d4d5e69493067c6818.svg); }
 }@media only screen and (max-width: 763px) { #Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g { display:block; }#Ng0grfdTPfx5zP2oao2fWiZKxqAuJX9g > .row .container { width:20rem;height:107.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9IgvPEs40B5zTG2qLw7exFvrTWcHdmX { width:6.25rem;height:0.0625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlFbFNLbEPs8CrHThd3XHHVahWUFRCpT { width:14.625rem;height:3.8994125rem;top:36.5625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT35tfuLcyyEtTZQrflQrX4WgrIun4MK { width:17.1875rem;height:17.4375rem;top:17.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32Tphue6UVS8z2regMRHaZDVJMFaWLd { width:16.5625rem;height:3.8984375rem;top:45.0234375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXmf6BcDvrtnexi6S3Q1yLt7cmRIS1GU { width:15.625rem;height:0;top:38.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L4gxkJz357nSGsVg4Gmvv2Jycs39ReNg { width:15.625rem;height:0;top:48.375rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PWTwdMzWUpNhJoGu5CCRNPLEKC8PdGKN { width:16.5625rem;height:6.82225rem;top:53.484375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TIXcMC5qiC9VuAA9v8td19ukUciLV2 { width:15.625rem;height:0;top:58.3125rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zUI4AcvPpk1zAOIvkoKdEOPPT5ipzr7S { width:16.5625rem;height:4.87305rem;top:80.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDh28M6kTTMsuc79Vy4INz24v2uAw4sm { width:15.625rem;height:0;top:68.25rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Sn3WOKBln01wGxnnvNzQgMe3X0lkayac { width:15.625rem;height:0;top:78.1875rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AQP4gTDP05hv9yCbTqo2JF72Qkar8kM1 { width:16.5625rem;height:4.87305rem;top:89.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK2pcbT53apods8rXiERVuKWLS9eyfsW { width:15.625rem;height:0;top:88.125rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #plM6IB6CSAoVn5nWv8Aag1U7POuI2Nqm { width:16.5625rem;height:4.87305rem;top:64.8681875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPn5el7Qs1IRO43ikK1fXZSV5TKOwlB { width:16.5625rem;height:6.82225rem;top:99.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #deG7hvHCdSiMZzwCDOTllP9AGaOUSNvU { display:flex;width:2.0625rem;height:2.0625rem;top:41.7109375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #t72UZqhGGwxilJvVHx0WAmPF7ZG6BDXT { width:0.0625rem;height:5.5rem;top:2.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKeL3MXm9PPptLqvIzkVQg83Ivzi943l { width:19.1875rem;height:3.8994125rem;top:71.58984375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roQ9SaayZrpJUIPtBFI5vAUt85Q9ytke { width:19.1875rem;height:7.3125rem;top:9.3125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUXZdyToHS940mmNbmffoM0TG6DCH8hE { display:flex;width:2.0625rem;height:2.0625rem;top:50.171875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #yGFq0et3i7fLbKNui32fKhMZTwO8lRKR { display:flex;width:2.0625rem;height:2.0625rem;top:61.5556875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #SNcLp0HWrTpoyJTFn0VC1mbH7qOiJtFv { display:flex;width:2.0625rem;height:2.0625rem;top:95.75rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #TT1kx51Lnv5SXfwkf5OwXrPODL9v2ztt { display:flex;width:2.0625rem;height:2.0625rem;top:86.3125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #AnhKSzU7rO8l8BnLeVirkTkqE8tCtSsz { display:flex;width:2.0625rem;height:2.0625rem;top:76.875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:20rem;height:15.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { width:0.0625rem;height:5.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { width:16.625rem;height:6.2988125rem;top:8rem;left:1.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:20rem;height:70.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { width:20rem;height:23.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { width:8.25rem;height:12.8125rem;top:2.9375rem;left:1.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ILip77SbmOE/unsplash/albert-dera-ILip77SbmOE-photo-1506794778202-cad84cf45f1d.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.adaptive-delivery-prevent-bg, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyload, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { width:8.3125rem;height:3.57421875rem;top:8.787109375rem;left:11.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { width:8.3125rem;height:9rem;top:11.375rem;left:11.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { width:20rem;height:24.125rem;top:38.0175625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOZofqqCgNTHNyl3TKvybMrEiBc0sJAD { width:8.3125rem;height:3.57421875rem;top:45.554671875rem;left:11.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKTBFoQhr8eXscRMsnBkVPygp0AVGZu { width:7.9375rem;height:10.5rem;top:48.1425625rem;left:12.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik { width:8.25rem;height:12.8125rem;top:40.8300625rem;left:2.4375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/i2hoD-C2RUA/unsplash/prince-akachi-i2hoD-C2RUA-photo-1530785602389-07594beb8b73.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.adaptive-delivery-prevent-bg, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyload, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tdNpV9ZvlELGapvJyUASrvV0xBWXJevQ { width:20rem;height:18.5175875rem;top:18.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdIkmxRONmuLkq8H1lgo10p7CXzMzTFg { width:20rem;height:14.61914375rem;top:55.0175625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S { display:block; }#ioqAGVsXqhTs9Ph8wR89Fh99LkXTDL7S > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #govQoaO8b117JQbTAlhG07398qTh6nlG { width:0.0625rem;height:5.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Gbc0aIZMV3s0gGgqm3vcUOwBNd7V4S { width:16.625rem;height:7.5rem;top:8rem;left:1.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA { display:block; }#Kc3btTXe7xpLiN07KMsaPdpMDQVGKTbA > .row .container { width:20rem;height:86.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKNThxQdRJ37EBDMCe0b2TKBIotxbkz9 { width:15.75rem;height:13.191375rem;top:4.57421875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlcLzLclAvvbvNZaZP57plfkmvwrS3wd { width:19rem;height:24.5rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bogLyEf1mFFFupJ6p8l7T3iAfQ78xJa3 { width:16.875rem;height:4.19824375rem;top:19.310546875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l84XrWMAtK2ZoVpSK4sD5JMUrrdcslmB { width:19rem;height:27.625rem;top:27.7353515625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSiNzIpB4F9VO1Rg46N9THv0mSIu4AC { width:19rem;height:27.625rem;top:57.330078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxJg55BdTJ5XNveau8MtAR8636TXPCt8 { width:16.875rem;height:4.1982375rem;top:46.9453125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoEEHE6xxldF36t6iXCuTJm8tXEJmJRI { width:16.875rem;height:2.7997125rem;top:79.666015625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2aLlLVdkpfnNFKV76ZGdzpWgMflkPpW { width:15.75rem;height:15.589875rem;top:29.6455078125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9741ozmM9GxnIAK7Z2eI1o0GZKtl1bx { width:15.75rem;height:17.98825rem;top:59.466796875rem;left:2.6328125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL { background-color:rgba(48,122,131,0.63);background-image:none;display:block; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row .container { background-color: transparent; background-image: none; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row .container > .video-iframe-container { display: none; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row > .video-iframe-container { display: none; }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .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); }#qn4wmTnpXbu0QPTXEzLp9OcOphvp2xzL > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-input-button { width:9.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4rem; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ  { width:17.5rem;height:auto;top:11.9091796875rem;left:0rem; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ {display:block;}#wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ { width:17.5rem;height:auto;top:11.9091796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #vTKt7XFlT9ENuw6OghVoTigb4vhKEXhW {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #JvROUa65WvwSOpsFTSpc9VmhDtOiRpLC { display:block; }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #XIliB4I56VhCT0kKQohqZ9wb9V70oSow {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #wOzRGG7BPr5RpohNdKuL5CumVF5ZAe3K {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #GxLQzEx8TWtJT3T8BGruBN2PWw8QpCxu { display:block; }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #pigJFZNXnE91fLdkKnZNH3A8d8nsI3XI {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #fIvkvo6Se5C6zOlDw4RsHAOKnmmySUCF {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #W7SJBukPLVvmDAc6TLF28TwtHvqfd7Z5 { display:block; }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #HTydXTKF5XGglTc4pRZL2muOIzSMxl1K {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #qzAMRMNfSgM8ZbwT5anONtnDUx2goOD4 {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #bRbCFB4Bi0fxvKMRL9l0cRQMw3B26tgD {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #dPz9q5TvhkMvMIpUPmMEkzTTvqCotLBF {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #xKq7hvQzSyfLNMZzGT3E2ZszRQt1ZZQU {  }
 }@media only screen and (max-width: 763px) { #wnSQPWDDQEUMONQQfSSIEB79Qv7AfiZJ #SoFm6UHgFhZbtUhFBif3HfS5LnNJIbMb {  }
 }@media only screen and (max-width: 763px) { #ypR6qlMauu7vlP1HWLI9DHZq1OIfPUMk { width:19.875rem;height:11.6875rem;top:50.292015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcgLecEc13KkJ2gvGgmofEcImxDw6aM4 { width:16.9375rem;height:8.2470625rem;top:1.599609375rem;left:1.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPpWLOC1DL7xyblgBu8rGhu9XcT2wD17 { width:0.0625rem;height:5.5rem;top:1.25rem;left:9.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #eJqMfUaBka9J5qGC7An06bBFTBx3BTBJ { width:16.875rem;height:4.5rem;top:42.716796875rem;left:1.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4lPtLNdHcahBXsQkO4HP33w6BZEBEKc { width:17.1875rem;height:2.9746125rem;top:47.9794921875rem;left:1.53125rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jtvc21INltB8GHgWdektOg7QWum9Qq72 { width:19.875rem;height:29.25rem;top:11.1591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwyBELDmM9HN8rEtoq1ANpxxTDhwNed { width:0.125rem;height:9.5rem;top:57.354515625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8zPN6HWWyMLs3JTd4aHH39yPkTGTCVt { width:20rem;height:13.0625rem;top:41.373046875rem;left:0rem;background-color:#307a83;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) { #XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B { display:block; }#XT2SLzdJgtcwiPuU4xbqkMwDM3tx051B > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODfzyaFZaS99sonyXCpkmdP0N7T16vKz { width:3.0625rem;height:3.0625rem;top:23.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2X340DRyxyuJXS1DkzaxWZlBEzmVcTz { width:3.0625rem;height:3.0625rem;top:23.125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xTmGPR7GUThfvbaNk2cCWJ4zsi2AAl { width:20rem;height:auto;top:2.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LEvBMJ4Rrr5kBUIGOKdenlcK8gCsivtB { width:18.75rem;height:0.0625rem;top:10.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQIEAdVgwmttyrTwfI4A9pvmXktDwPZH { width:10.5625rem;height:1.39985625rem;top:7.830078125rem;left:6.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imbPBLXNXsCiVJmpqbT19J07VEJUnCDR { width:11.375rem;height:1.39985625rem;top:5.162109375rem;left:6.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQDOsy56bnrR2ax5qe2ICbDRF6BirhPf { width:20rem;height:2.0996125rem;top:12.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMwrL2VavP1CHf4SMfARV61gGTxpVdB2 { width:20rem;height:2.0996125rem;top:1.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBxDRFt2veT2Qn8kedP8OJcxAwpa3gZp { width:18.75rem;height:0.0625rem;top:15.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpxAyeGGIdIBOqul4eKqIv2DG3GiRwTJ { width:1.5625rem;height:1.5625rem;top:5.080078125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyo3mhXro8h1LkHn4nypP1T9IkRyeBh1 { width:1.5625rem;height:1.5625rem;top:7.748046875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS1TbIdOtd4n9RSzw1ulEDKW9yICyqmR { width:1.875rem;height:1.875rem;top:23.8125rem;left:5.6875rem;display:block; }
#CS1TbIdOtd4n9RSzw1ulEDKW9yICyqmR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Fq1z0P0e9s1XtZRe5NUKFikgCP28aAiT { width:2.1875rem;height:2.1875rem;top:23.5625rem;left:12.25rem;display:block; }
#Fq1z0P0e9s1XtZRe5NUKFikgCP28aAiT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #zQ7MZ4TIILFdueVevTBZIiipetukp4T3 { width:9.875rem;height:5.5rem;top:16.875rem;left:5.125rem;display:block; }
 }