.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#e5cfda;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { background-color: transparent; background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { border-width: 0; border-radius: 0; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/oqORGJiL/sophia_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;width:75rem;height:39.625rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container.adaptive-delivery-prevent-bg, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container.lazyload, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container.lazyloading { background-image: none; }#ckisLs62xTJOGMfgN95AnZpTWzQyqJSh { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lobster;font-size:3.25rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0rem;height:8.44925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iFsEDtbQ6q606mn6o7naUkRXUcxqGaHq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:26rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#yULgdv5tp5glZcNZsqFhBmVlqgxfcICN { z-index:100004;top:33.9375rem;left:30.75rem;background-color:#ffb819;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CwPmi1J0ULzwLuCn6IUTd13cpGk2afCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e47nAEEww9pbCDr4DzgXsobPX0OVguPP { position:relative;display:block; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP { background-color: transparent; background-image: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container > .video-iframe-container { display: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container { display: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .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); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP { border-width: 0; border-radius: 0; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(246,239,190,0.63), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(246,239,190,0.63), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(246,239,190,0.63), #ffffff);background-image: -o-linear-gradient(180deg, rgba(246,239,190,0.63), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0f6efbe', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0f6efbe', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(246,239,190,0.63), #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:block; }#Eduu5ETpazUp6DQ1QnSpqLZvc5KNT0dI { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:16.625rem;top:7.15625rem;left:7.75rem;overflow:hidden;display:block; }
#nxk32rXIZQvlX82zTiqHhaozyS31Wxqs { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:27.1875rem;left:9.3125rem;height:6.49903125rem;display:block; }
#fq4DIfw8NHPwimHBzWVrWs12pecgTxQW { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:24.4375rem;left:9.1875rem;height:2.1125rem;font-style:normal;display:block; }
#WRvMr8nOTTdB8TNMX9ngZ8prx2TsDmaB { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:16.625rem;top:7.1875rem;left:28.75rem;overflow:hidden;display:block; }
#c4sJTyu7QWvWB2V2wZ9KCdcFTB5dVKxV { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:16.625rem;top:7.25rem;left:50.4375rem;overflow:hidden;display:block; }
#msga3PPOGsa95D57cgb84czyvB7ku6HW { color:#4f4b4c;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:35.375rem;left:8.5625rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#rRNc9Pm7zxW1KMW7XyE7xVtPhMIR2i56 { position:absolute;display:block;z-index:100001;background-color:rgba(244,94,94,0.59);background-image:none;border-top:0.0625rem solid #fafafa;border-left:0.0625rem solid #fafafa;border-right:0.0625rem solid #fafafa;border-bottom:0.0625rem solid #fafafa;height:30.3125rem;width:16.625rem;top:7.125rem;left:7.6875rem;display:block; }
#STcgJ5pXcVSKTS2byrhNX8DPBkPG0npH { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f45e5e;border-left:0.125rem solid #f45e5e;border-right:0.125rem solid #f45e5e;border-bottom:0.125rem solid #f45e5e;height:3.25rem;width:16.5rem;top:34.3125rem;left:7.6875rem;display:block; }
#UGgITG4fGXdi0pJCQO0zC9X8Hp1EA18o { position:absolute;display:block;z-index:100006;background-color:rgba(134,178,153,0.65);background-image:none;border-top:0.0625rem solid #fafafa;border-left:0.0625rem solid #fafafa;border-right:0.0625rem solid #fafafa;border-bottom:0.0625rem solid #fafafa;height:30.3125rem;width:16.625rem;top:7.125rem;left:28.625rem;display:block; }
#vC9LIhBK3HOqbzPRSk5hGRg81fTx0avn { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:27.187500381843rem;left:30.375001907349rem;height:3.89941875rem;display:block; }
#VSgCwaZUZZK1yOTqmdkmAKI3mfVwDMIA { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:24.287760734558rem;left:30.1875rem;height:2.1125rem;font-style:normal;display:block; }
#Am4kyHzr4zpx0UTNyycaQnyN5v2evBws { color:#4f4b4c;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:35.375002289191rem;left:28.750001907349rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#MoUStHSFkKchuxd8b83bHyy62wrf46AA { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #86b299;border-left:0.125rem solid #86b299;border-right:0.125rem solid #86b299;border-bottom:0.125rem solid #86b299;height:3.25rem;width:16.5rem;top:34.375rem;left:28.625rem;display:block; }
#Rz8NJU05UIiTz0Bw4TmPgA4vpFC735Ra { position:absolute;display:block;z-index:100000;background-color:rgba(65,127,193,0.53);background-image:none;border-top:0.0625rem solid #fafafa;border-left:0.0625rem solid #fafafa;border-right:0.0625rem solid #fafafa;border-bottom:0.0625rem solid #fafafa;height:30.3125rem;width:16.625rem;top:7.1875rem;left:50.375rem;display:block; }
#BdDKz1edQD0wmg40aaR7rQfTBngoTrek { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:24.287761688233rem;left:53.5625rem;height:2.1125rem;font-style:normal;display:block; }
#nfanv16u5DMggyWDVNmWlkt6LgLQMKri { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:27.25rem;left:51.5rem;height:3.89941875rem;display:block; }
#bTH3Q9rnKQbaPRLZKgvKz5pnwZOL073Q { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #417fc1;border-left:0.125rem solid #417fc1;border-right:0.125rem solid #417fc1;border-bottom:0.125rem solid #417fc1;height:3.25rem;width:16.5625rem;top:34.375rem;left:50.375rem;display:block; }
#U9KN5mTNxZ6eq0lazzx4nitZmpHg2TGh { color:#4f4b4c;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:35.1875rem;left:49.5rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#onkCJLnuALUK6SAkzpKCho5fChfns7Mf { color:#950a0a;display:block;width:37.5rem;position:absolute;font-family:"noto sans tc";font-size:3.375rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:39.568749809638rem;left:18.8125rem;height:4.3875rem;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; }
#SGifAHAyVim83oNgGxQn03woamP6Rdor { color:#950a0a;display:block;width:8.0625rem;position:absolute;font-family:lobster;font-size:2.625rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:2.25rem;left:20.75rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SVA7TWetT8FaWMqbvh0WV2EFe0gz1FZo { color:#950a0a;display:block;width:21.6875rem;position:absolute;font-family:"noto sans tc";font-size:2.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.25rem;left:28.8125rem;height:3.4125rem;font-style:normal;display:block; }
#sWpmx15H4TrWlODaQbKNPNczEl6OoWx6 { z-index:100005;top:45.250000381842rem;left:29.875001907349rem;background-color:#ffb819;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rAbKTFPLBE9JrzVInF9G8Cv9ixvT1grT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TZbITa6pZ7pSLFgnlgTeB9MOgE6XX9Bo { position:absolute;display:block;z-index:100027;background-color:#950a0a;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;height:0.125rem;width:6.25rem;top:36.0625rem;left:11.6875rem;display:block; }
#Z22hAq15WG1AzaAssOQ1cI4dDfT4HbLy { position:absolute;display:block;z-index:100028;background-color:#950a0a;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;height:0.125rem;width:6.25rem;top:36.125002289191rem;left:31.312501907349rem;display:block; }
#eVfBxxvVmSN5WiIvuo2197liNOJ0RX1N { position:absolute;display:block;z-index:100029;background-color:#950a0a;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;height:0.125rem;width:6.25rem;top:35.9375rem;left:52.5625rem;display:block; }
#V5vAOdetVnB2SV2HxbO1XlCXmsopcJgD { color:#4f4b4c;display:block;width:3rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:34.6875rem;left:18.125rem;height:2.925rem;font-style:normal;display:block; }
#lCbSdeqbngphHIdwDb9uh5yrFS7AGCnR { color:#4f4b4c;display:block;width:3rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:34.725000763312rem;left:38.312501907349rem;height:2.925rem;font-style:normal;display:block; }
#rUeosl8SOgosd6sTTOK5pPxgzvGq8ilR { color:#4f4b4c;display:block;width:7.125rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:34.475260734558rem;left:59.5rem;height:2.925rem;font-style:normal;display:block; }
#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z { position:relative;display:block; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z { background-color: transparent; background-image: none; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container > .video-iframe-container { display: none; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row > .video-iframe-container { display: none; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .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); }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z { border-width: 0; border-radius: 0; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/G8e3BJa4/grey_divider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container.adaptive-delivery-prevent-bg, #a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container.lazyload, #a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container.lazyloading { background-image: none; }#PuI6tTL7lZ6cNZ4HXfwuPffOtqKIKvDN { color:#950a0a;display:block;width:6.0625rem;position:absolute;font-family:lobster;font-size:1.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1218729019165rem;left:6.34375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#imyUHA2lyaAeZkGaJ4D7bUhV1csrZoIu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.8125rem;top:5.4375rem;left:23.75rem;overflow:hidden;display:block; }
#CNPte72wHQclSNuNTOINiuTrEJt0n5CA { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:5.5rem;left:61.5625rem;overflow:hidden;display:block; }
#eF2yEDxz6VzEBTMC9bvAgNf51rl8Gn6F { color:#565656;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:13.9375rem;left:21.875rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FfbagFKN7LA0Km8HS2dnEmOvGGha29FQ { color:#565656;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:13.9375rem;left:40.625rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#entGPHS1Iyv6iG4rxfKNqZr9RIRBi5yp { color:#565656;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:13.9375rem;left:59.375rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixsfbdDNvXvbOAKwVAaF3aWrnHPML5zq { color:#565656;display:block;width:14.1875rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:18.875rem;left:21.4375rem;height:5.986325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ixsfbdDNvXvbOAKwVAaF3aWrnHPML5zq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ixsfbdDNvXvbOAKwVAaF3aWrnHPML5zq li:before{  }
#VQViC80fA1rnFoJFVXLQgMEkDQ3tDky8 { color:#565656;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:18.875rem;left:40.625rem;height:5.986325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VQViC80fA1rnFoJFVXLQgMEkDQ3tDky8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VQViC80fA1rnFoJFVXLQgMEkDQ3tDky8 li:before{  }
#EsImd1CIOv0ABHLtbuILTVugmLdSJhJr { color:#565656;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:18.875rem;left:59.375rem;height:5.986325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#EsImd1CIOv0ABHLtbuILTVugmLdSJhJr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EsImd1CIOv0ABHLtbuILTVugmLdSJhJr li:before{  }
#vCA5bZ6JbWcvc94ZaOUQ55wKgPyuh6Tw { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:9.8125rem;top:5.9375rem;left:42rem;overflow:hidden;display:block; }
#sGZhzTBbdPOivLQu3yDnV9NopogFvOXA { color:#950a0a;display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:3.5585918426514rem;left:6.34375rem;height:2.4375rem;font-style:normal;display:block; }
#ieiUtwXGfqB7yftXOqgfKrsyiyodUSp2 { color:#86b299;display:block;width:12.5rem;position:absolute;font-family:lobster;font-size:1.8125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:27.25rem;left:21.875rem;height:2.35595625rem;font-style:normal;display:block; }
#nV6Zb6VAWcOat3vh6GAEzbXUERKz6Q1z { background-color:#ffffff;background-image:none;border-top:0.125rem solid #86b299;border-left:0.125rem solid #86b299;border-right:0.125rem solid #86b299;border-bottom:0.125rem solid #86b299;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#86b299;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:30.5625rem;left:22.1875rem;display:block; }
#hUsKMZk9S6TCgbNHdCTImiehnOKBoL42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qgOLGOFCexzHf5X3VFE5cZlIrkH3erdI { background-color:#ffffff;background-image:none;border-top:0.125rem solid #417fc1;border-left:0.125rem solid #417fc1;border-right:0.125rem solid #417fc1;border-bottom:0.125rem solid #417fc1;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#417fc1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:30.625rem;left:40.5625rem;display:block; }
#ETZsNeFIOh90avByWPQFedpE81Ss0yoZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DzDrHGcIWrONSBuQucJbhGwra1vnNRgU { color:#417fc1;display:block;width:12.5rem;position:absolute;font-family:lobster;font-size:1.8125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:27.25rem;left:40.625rem;height:2.35595625rem;font-style:normal;display:block; }
#kmATsfzf0n4dZx5cS6pXl2l5vBmLUGmL { color:#f45e5e;display:block;width:12.5rem;position:absolute;font-family:lobster;font-size:1.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:27.25rem;left:59.375rem;height:2.35595625rem;font-style:normal;display:block; }
#tEBoDPsvC06p1Dxn6T1GAsXZuM6zwPBa { background-color:#ffffff;background-image:none;border-top:0.125rem solid #f45e5e;border-left:0.125rem solid #f45e5e;border-right:0.125rem solid #f45e5e;border-bottom:0.125rem solid #f45e5e;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f45e5e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.9375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:30.65625rem;left:59.5rem;display:block; }
#yzq66eW0wKyX4CS2QDAEDOrWTWh2tvI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OBU5NZGrfKnhJHi0Khsxq0Eki6VmI4LX { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:4.875rem;top:1.1226539611816rem;left:1.125rem;overflow:hidden;display:block; }
#TZlbWILyOifhMwCdPr15idbNtT9DSBtT { position:relative;display:block; }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT { background-color: transparent; background-image: none; }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .row .container > .video-iframe-container { display: none; }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .row > .video-iframe-container { display: none; }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .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); }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT { border-width: 0; border-radius: 0; }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:45.0625rem;width:75rem;position:relative;display:block; }#UWF6kTAOCuTT5cHwPRUaOobQqpuTDCyW { color:#950a0a;display:block;width:6.1875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:2rem;left:38.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lzdpgwuorECsoUmzN2gUvyssu0qKxrDz { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.8125rem;width:14rem;top:7rem;left:30.5rem;overflow:hidden;display:block; }
#MzbxDMxTMJiASvPBRTOnXsmbVL7byqGV { color:#4f4b4c;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:14.75rem;left:21.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#CwAIac34Z2hZrEiRquJamGUyAFmsyq7g { color:#4f4b4c;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:17rem;left:21.5625rem;height:2.625rem;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;text-align:left;text-align-last:left;display:block; }
#i4sbNymJ9hA0n42k6peeVgkTQcdP8pVU { position:absolute;display:block;z-index:100014;background-color:#ffb405;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:0.9375rem;width:0.9375rem;top:16.0625rem;left:37rem;display:block; }
#Kf5VyCHO3ELk9rNwaUT4y6aXOEsd7kVb { color:#4f4b4c;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.1;letter-spacing:0;top:28.6875rem;left:14.375rem;height:1.375rem;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;text-align:right;text-align-last:right;display:block; }
#TS1Uo3GFKhDTxdyQ109CxQTQBNV1bxmB { color:#4f4b4c;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:30.9375rem;left:14.5rem;height:3.9375rem;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;text-align:left;text-align-last:left;display:block; }
#yBnb8rJXxIwbyPUMeFF7dXT88vgPf5NX { position:absolute;display:block;z-index:100017;background-color:#4f4b4c;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;height:0.125rem;width:18.5625rem;top:30.4375rem;left:14.375rem;display:block; }
#dleflyq0IPWQ7TTtwKTQr0dkFl5yXF7A { position:absolute;display:block;z-index:100018;background-color:#ffb405;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:0.9375rem;width:0.9375rem;top:30rem;left:32.3125rem;display:block; }
#ryR81bSKliEtzkux0mAh0IziWUaUcs1z { position:absolute;display:block;z-index:100019;background-color:#ffb405;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:0.9375rem;width:0.9375rem;top:10.1875rem;left:37.875rem;display:block; }
#mfcDSc6Xd5NOCapel5wKzeTCeQDgIRsT { position:absolute;display:block;z-index:100018;background-color:#4f4b4c;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;height:0.125rem;width:14.8125rem;top:10.6875rem;left:38.3125rem;display:block; }
#Ahku6wKFebianXG36MoxUNVMeeFay578 { color:#4f4b4c;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:8.875rem;left:45.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#a4QdBlRZx0x6CUtTpqzqxRvxiPuLwEMg { color:#4f4b4c;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:11.5rem;left:41rem;height:3.9375rem;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;text-align:left;text-align-last:left;display:block; }
#QeDklgQQrd0rmAFrgk8L8Qh1ROkTtTB9 { color:#4f4b4c;display:block;width:8.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:24.3125rem;left:49.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#am7GDgrvpyJgnRum3FITvwvMW7Te55co { color:#4f4b4c;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:26.75rem;left:45.5rem;height:3.9375rem;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;text-align:left;text-align-last:left;display:block; }
#JeKfLT3yWV7b3ANf4yC6Uvh4re7sKape { position:absolute;display:block;z-index:100022;background-color:#4f4b4c;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;height:0.125rem;width:16.625rem;top:26.0625rem;left:41rem;display:block; }
#VhCgR9RWW5i7WxsNtF9BnE1PWppoAg4k { position:absolute;display:block;z-index:100023;background-color:#ffb405;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:0.9375rem;width:0.9375rem;top:25.625rem;left:40.0625rem;display:block; }
#CWzVsqFUNH1KWM8TaGluTLAGpfJZMveg { position:absolute;display:block;z-index:100019;background-color:#4f4b4c;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;height:0.125rem;width:15.5rem;top:16.4375rem;left:21.5625rem;display:block; }
#EG1pDGAJHyzqKn8i1CS4WEcgBckbmo6m { color:#950a0a;display:block;width:8.0625rem;position:absolute;font-family:lobster;font-size:2.625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:30.4375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mQPAQIPxW1A3E5tXkiMCoHX5kG6GTaKK { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:4.875rem;top:0.662109375rem;left:24.875rem;overflow:hidden;display:block; }
#BgxpDsdTswzddwzeAI7Bgh0p29neJm1x { z-index:100006;top:38.125001907349rem;left:29.906251907349rem;background-color:#ffb819;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eW5H3Mros1b1F5cBVJ82OcZzEhMQTPR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp { position:relative;display:block; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp { background-color: transparent; background-image: none; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container > .video-iframe-container { display: none; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row > .video-iframe-container { display: none; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .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); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp { border-width: 0; border-radius: 0; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5cfda, #efe6ce);background-image: -moz-linear-gradient(180deg, #e5cfda, #efe6ce);background-image: -ms-linear-gradient(180deg, #e5cfda, #efe6ce);background-image: -o-linear-gradient(180deg, #e5cfda, #efe6ce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5cfda', endColorstr='#efe6ce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5cfda', endColorstr='#efe6ce' );";background-image: linear-gradient(180deg, #e5cfda, #efe6ce);background-size:cover !important;font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#iaaaUgePqolJLJ9UQAoXhgTMWwbZrScI { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.4375rem;border-top-right-radius:10.4375rem;border-bottom-left-radius:10.4375rem;border-bottom-right-radius:10.4375rem;height:14.8125rem;width:14.8125rem;top:19.687500379979rem;left:3.5625rem;overflow:hidden;display:block; }
#raFrMV8gCNXcnyon8GNWpine8ACPFvIt { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.7);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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;height:6.0625rem;width:17.5rem;top:11.625000379979rem;left:17.75rem;display:block; }
#uOkroZXskfvgWEK0aKPugQ8MPDb0bIMP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.4375rem;border-top-right-radius:10.4375rem;border-bottom-left-radius:10.4375rem;border-bottom-right-radius:10.4375rem;height:13.9375rem;width:13.9375rem;top:8.3750003799794rem;left:4rem;overflow:hidden;display:block; }
#mEIq2tpT6u2Ue9PBJQnxybvxslP9QH1T { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.63);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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;height:6.0625rem;width:17.5rem;top:21.8125rem;left:17.75rem;display:block; }
#dSvDtk7x4MgkNgrs6eN2bTdeSIM5TKxe { position:absolute;display:block;z-index:100007;background-color:rgba(255,255,255,0.77);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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;height:6.0625rem;width:17.5625rem;top:11.625rem;left:50.8125rem;display:block; }
#ZOP5IcTO1msS2lHnZrQbdvLV9TPzZoxL { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.4375rem;border-top-right-radius:10.4375rem;border-bottom-left-radius:10.4375rem;border-bottom-right-radius:10.4375rem;height:14.25rem;width:14.25rem;top:7.5312499031425rem;left:33.500001907349rem;overflow:hidden;display:block; }
#d4Dl7yKLgNnSpcZB8WJm4rQ7WgtFCzli { position:absolute;display:block;z-index:100009;background-color:rgba(255,255,255,0.63);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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;height:6.0625rem;width:17.0625rem;top:22.249999761581rem;left:51.0625rem;display:block; }
#O3uPqggni9gWll8NAMpIffFaT0c6nRfQ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.4375rem;border-top-right-radius:10.4375rem;border-bottom-left-radius:10.4375rem;border-bottom-right-radius:10.4375rem;height:14.8125rem;width:14.8125rem;top:18.562500379979rem;left:37.062501907349rem;overflow:hidden;display:block; }
#cMw7sIAWSZKrVaaRFa1JcGkdICFImrBm { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.5375003814697rem;left:29.312501907349rem;height:3.9rem;font-style:normal;display:block; }
#Ar1fU2B8233tI0CPXHIhZWv7GJpEJ4VI { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:"noto sans tc";font-size:2.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.6234369277954rem;left:36.750001907349rem;height:3.4125rem;font-style:normal;display:block; }
#v5gVexGR5dJJrqm9VLiqw949QAon1oaQ { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:lobster;font-size:2.625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.5rem;left:28.750001907349rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nHleiCoCZLHH7AdZ2eeSf7f6eMavzLbI { color:rgba(0,0,0,0.79);display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:12.6875rem;left:19rem;height:3.8994125rem;display:block; }
#MUTr1B7mLqufT4fwhPEZbb3sEHEQph2g { color:rgba(0,0,0,0.79);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:12.706249952316rem;left:51.8125rem;height:3.8994125rem;display:block; }
#prXJcwFVmmN5IhQwatargJARps1PNtEK { color:rgba(0,0,0,0.79);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:22.875rem;left:18.75rem;height:3.8994125rem;display:block; }
#xwTgXyleO1IOrB4PBgi2q1E3P4zuuIFW { color:rgba(0,0,0,0.79);display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:23.331250905991rem;left:52.25rem;height:3.8994125rem;display:block; }
#oQ6vt3EvAoMGQQ5I1FW34nF1bIzTT29T { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.4375rem;top:0rem;left:45.436719894409rem;overflow:hidden;display:block; }
#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF { position:relative;display:block; }#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF { background-color: transparent; background-image: none; }#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF > .row .container > .video-iframe-container { display: none; }#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF > .row > .video-iframe-container { display: none; }#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF > .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); }#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF { border-width: 0; border-radius: 0; }#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efe6ce;background-image:none;font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq .widget-text.counter-number { border-top:0.1rem solid #9b9b9b;border-left:0.10375rem solid #9b9b9b;border-right:0.10375rem solid #9b9b9b;border-bottom:0.1rem solid #9b9b9b;background-color:#ffffff;background-image:none;color:#b2b2b2;padding-top:0.805625rem;padding-right:0.73rem;padding-bottom:0.805625rem;padding-left:0.73rem;display:block;align-items:center;width:4.378125rem;min-width:4.378125rem;height:4.330625rem;position:relative;font-family:arial;font-size:3.22375rem;font-weight:700;line-height:69.29px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.504375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.838125rem;height:1.7125rem;position:relative;font-family:"open sans";font-size:1.208125rem;font-weight:700;line-height:27.4px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;background-color:#940808;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:28.1875rem;height:8.35875rem;padding-top:1.006875rem;padding-right:1.0425rem;padding-bottom:1.006875rem;padding-left:1.0425rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.5872554779052rem;left:29.6875rem;z-index:100016; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #WGJaFBA7nThcn5HCcE5EFu4TOC6AMg6g { display:flex;position:relative;top:0rem;left:0rem; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #kNg8FS6TCcJE6p0MfZUWhcGZhCZWF09n { width:auto; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #enMhE7ATgEzQlXVh7k5RVT8shcOJ3TmC {  }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #s7duE5Qr4tbG4A351dou53lTVdc8ngS3 { display:flex;position:relative;top:0rem;left:0rem; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #n7dtmI5b8FTNdafLSHFTpXiBvgsLEeUk {  }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #Vvq8cQLxsKvUBnBWLIEPqXweUzwwsguX {  }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #iNCXkhxHTLuuumJE0DeGX9pyg4RffbzT { display:flex;position:relative;top:0rem;left:0rem; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #G8kGCVJexEvVZoXKlDiCcc9sA8Z4cSBI {  }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #AgFsFRyNsJHqRW4WmKKl7zQd7SLH7aGQ {  }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #GRCwgAGuMgF9liRbR05oG72G0xmzF79F { display:flex;position:relative;top:0rem;left:0rem; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #LKuoK7m2PSdMQpzS2LSw0zGUfc6NZwbE {  }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #S0W5IwJU6keTVl7a2heZZhQZfsMST3vJ {  }
#dc8TqNCGwnbscSHRmsXT3F22xDTdCqrI { color:#950a0a;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:6.0494790077209rem;left:13.3125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CnfiFx5eX1OFFlRfMOxIKDi8axTNAWBQ { color:#4f4b4c;display:block;width:18.1875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:18.75rem;left:34.375rem;height:1.95rem;font-style:normal;display:block; }
#kEk6ELw556BKU72C09gioZlT4oZTeEAn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:18.812500953674rem;left:30.5rem; }
#V7B41K7eF4lAzTyJoP1DEaNPwRSoTLSs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100021;top:21.6875rem;left:30.5625rem; }
#Afg43i3L04KGQPutdVfFDLMQ3DrKEBkl { color:#4f4b4c;display:block;width:22.1875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:21.625rem;left:34.25rem;height:1.95rem;font-style:normal;display:block; }
#BDlHRSNdyCohBTHZTHoPt5ifomBa8GQA { color:#4f4b4c;display:block;width:19.3125rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:26.8125rem;left:34.375rem;height:1.95rem;font-style:normal;display:block; }
#FZAiHgV641HdxhOkvwAk6emMszFXbSJS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100023;top:26.875rem;left:30.6875rem; }
#cQk9IEnZIumoPyUXBeHV3oCW8VSkg23w { position:absolute;display:block;z-index:100024;background-color:#950a0a;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;height:0.1875rem;width:7.75rem;top:19.5rem;left:43.25rem;display:block; }
#MAgyKHMgvawPVTcUwdRRqemUGBvLH0iH { position:absolute;display:block;z-index:100025;background-color:#950a0a;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;height:0.1875rem;width:7.75rem;top:22.375rem;left:46.125rem;display:block; }
#zHSnmCMX4iyfSJe0rpwaepszlWNHrmEB { position:absolute;display:block;z-index:100026;background-color:#950a0a;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;height:0.1875rem;width:7.75rem;top:27.6875rem;left:45.5rem;display:block; }
#w9qB2f23C1WKDaVB4nyvreQ6b0fnn0mL { color:#950a0a;display:block;width:26.3125rem;position:absolute;font-family:dosis;font-size:2.625rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:31.1875rem;left:30.3125rem;height:3.4125rem;font-style:normal;display:block; }
#n0WBRJZWPa3FoG7fon5s3ogWxCgA9GyA { z-index:100003;top:36.561859130859rem;left:30.75rem;background-color:#ffb819;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nAoQOarVEDrPrPXvHU5kKToqhmhAXIXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V0aLRyMZhGVpJG5LmkpSAB8UD7tT2UA8 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5625rem;width:10.9375rem;top:14.0615234375rem;left:15.5625rem;overflow:hidden;display:block; }
#NeH6PzWocBWlarKxgRzr9UEyZvLpS4b2 { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.6875rem;left:56.6875rem;height:2.1125rem;font-style:normal;display:block; }
#eaqm78OFAwIr6O12ZGA6LE1iFcJT5f1H { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.1875rem;left:55.8125rem;height:2.6rem;font-style:normal;display:block; }
#R78Kx135na8JcTOXq5gaxZWqhcPsVvAe { position:absolute;display:block;z-index:100001;background-color:rgba(255,0,95,0.54);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.625rem;width:7.875rem;top:13rem;left:54.875rem;display:block; }
#MdEB4cLtcsKF6NxlTrXs6ZyB2PfMnNFh { position:absolute;display:block;z-index:100027;background-color:#ffffff;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;height:0.25rem;width:4.9375rem;top:17.5625rem;left:56.625rem;display:block; }
#b3arTM9hd9cS9526IJtPW5KKIKQTmJ6V { color:#564d4d;display:block;width:20.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:15.875rem;left:34.375rem;height:1.95rem;font-style:normal;display:block; }
#vuiwrHXS3BUTulvLq0hnIao3PZbbHXeZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100022;top:16.000000953674rem;left:30.5rem; }
#MHhZl68izLgd9TbfwduGz6H4FT6UCaLE { position:absolute;display:block;z-index:100027;background-color:#950a0a;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;height:0.1875rem;width:7.75rem;top:16.750000953674rem;left:44.875rem;display:block; }
#SNFDC1ZUICeBtCUUG9R4bwyvURAWx3KF { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.8125rem;left:56.1875rem;height:2.6rem;font-style:normal;display:block; }
#KqH1dSie5bRtZoTO8OETnHPa1UPKCwt3 { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.96240234375rem;left:56.75rem;height:1.95rem;font-style:normal;display:block; }
#btIM44a9OuhMPtGeT0xf9EO8toPJZ0tr { position:absolute;display:block;z-index:100002;background-color:rgba(255,0,95,0.54);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:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.4375rem;width:7.875rem;top:19.9375rem;left:54.875rem;display:block; }
#BcmluqKsPEToOHkA4S60CTbXl0i4LbpQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100028;top:18.4375rem;left:57.25rem; }
#irudzLsfKtOfKb09XcPabw2DOF1ff3BE { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.92578125rem;left:55.875rem;height:1.95rem;font-style:normal;display:block; }
#SxiDtmxQtZM9rNPDRAPIUB8XCWgUehHi { color:#950a0a;display:block;width:8.0625rem;position:absolute;font-family:lobster;font-size:3rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:2.2128911018372rem;left:17.5rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eGCHhHbMiRHZG0LMEkt8JTRBqxWlF3iN { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:11.625rem;top:2.1875004768372rem;left:7.5rem;overflow:hidden;display:block; }
#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH { position:relative;display:block; }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH { background-color: transparent; background-image: none; }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .row .container > .video-iframe-container { display: none; }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .row > .video-iframe-container { display: none; }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .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); }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH { border-width: 0; border-radius: 0; }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:cover !important;font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#iVHq6Aux45InfviIuKTbUHpoVe95TnTi { color:#4f4b4c;display:block;width:28.4375rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100022;line-height:2.3;letter-spacing:0;top:3.875rem;left:41.25rem;height:6.03661875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#OizxyKtefeOQFWXTyHqn6sntiS8C7UHZ { color:#4f4b4c;display:block;width:28rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100021;line-height:2;letter-spacing:0;top:11.0625rem;left:41.25rem;height:7rem;display:block; }
#xfnKkwlUaFKPJQf56HJcIfQx67VKUrXI { color:#4f4b4c;display:block;width:26.25rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100022;line-height:2;letter-spacing:0;top:20.5rem;left:41.25rem;height:5.25rem;display:block; }
#iLekLCDOTeRu3NhfTILv92vSvfMb2vQB { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:25.0625rem;top:3.125rem;left:6.25rem;overflow:hidden;display:block; }
#XnvShR1tXouTMeoe0dee4rOwfWBXtwVg { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:10.875rem;top:21rem;left:21.75rem;overflow:hidden;display:block; }
#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT { position:relative;display:block; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT { background-color: transparent; background-image: none; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row .container > .video-iframe-container { display: none; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row > .video-iframe-container { display: none; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .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); }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT { border-width: 0; border-radius: 0; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ccIeTbX0/sophia_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row .container.adaptive-delivery-prevent-bg, #yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row .container.lazyload, #yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row .container.lazyloading { background-image: none; }#lVtbFayCcKBvTqrmsy2IH2bIzVuqzoli { color:#4f4b4c;display:block;width:25rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r8107DMGEq1A1zZOXm7CXpFe6MgZ6nNI { color:#4f4b4c;display:block;width:16.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:29.4375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SF2zEWcn6XpbKpaDT7eGgw2ffmw1nNzk { color:#4f4b4c;display:block;width:16.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:9.61171913147rem;left:29.125rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#NBKTqX1ik9inG2T3DVFMIvXDgnbAtu4V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100027;top:14.092967987061rem;left:44.5625rem; }
#NBKTqX1ik9inG2T3DVFMIvXDgnbAtu4V > img { max-width: 100%;max-height:100%; }#PTZCVlb81h3LithCCUDX81SQCDix6mie { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100028;top:14.374217987061rem;left:38.375rem; }
#PTZCVlb81h3LithCCUDX81SQCDix6mie > img { max-width: 100%;max-height:100%; }#SiD0tVz4H8bvxkJcs06DgtD1wUZ9hUGH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100029;top:14.405467987061rem;left:32.375rem; }
#SiD0tVz4H8bvxkJcs06DgtD1wUZ9hUGH > img { max-width: 100%;max-height:100%; }#aRxdFiGA2JKMtTI6GId2Nd8cnobAEl2z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100030;top:14.311717987061rem;left:26.3125rem; }
#aRxdFiGA2JKMtTI6GId2Nd8cnobAEl2z > img { max-width: 100%;max-height:100%; }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ > .row .container { background-color: transparent; background-image: none; }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ > .row .container > .video-iframe-container { display: none; }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ > .row > .video-iframe-container { display: none; }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ > .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); }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ > .row .container { border-width: 0; border-radius: 0; }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#wo87mOd81lvqdaCqqxzqegV6XPkptk9N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;top:0.15625rem;left:62.8125rem; }
#wo87mOd81lvqdaCqqxzqegV6XPkptk9N > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckisLs62xTJOGMfgN95AnZpTWzQyqJSh { width:47.75rem;height:;top:13.8125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFsEDtbQ6q606mn6o7naUkRXUcxqGaHq { width:47.75rem;height:1.4375rem;top:26rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yULgdv5tp5glZcNZsqFhBmVlqgxfcICN { top:33.9375rem;left:17.125rem;width:13.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwPmi1J0ULzwLuCn6IUTd13cpGk2afCh { display:block; }
 }@media only screen and (max-width: 763px) { #e47nAEEww9pbCDr4DzgXsobPX0OVguPP { display:block; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eduu5ETpazUp6DQ1QnSpqLZvc5KNT0dI { width:16.625rem;height:16.625rem;top:7.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxk32rXIZQvlX82zTiqHhaozyS31Wxqs { width:13.375rem;height:6.4375rem;top:27.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq4DIfw8NHPwimHBzWVrWs12pecgTxQW { width:13.6875rem;height:2.0625rem;top:24.4375rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRvMr8nOTTdB8TNMX9ngZ8prx2TsDmaB { width:16.625rem;height:16.625rem;top:7.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4sJTyu7QWvWB2V2wZ9KCdcFTB5dVKxV { width:16.625rem;height:16.625rem;top:7.25rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #msga3PPOGsa95D57cgb84czyvB7ku6HW { width:12.5rem;height:1.625rem;top:35.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRNc9Pm7zxW1KMW7XyE7xVtPhMIR2i56 { width:16.625rem;height:30.3125rem;top:7.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STcgJ5pXcVSKTS2byrhNX8DPBkPG0npH { width:16.5rem;height:3.25rem;top:34.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGgITG4fGXdi0pJCQO0zC9X8Hp1EA18o { width:16.625rem;height:30.3125rem;top:7.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC9LIhBK3HOqbzPRSk5hGRg81fTx0avn { width:13.375rem;height:3.875rem;top:27.1875rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSgCwaZUZZK1yOTqmdkmAKI3mfVwDMIA { width:6.9375rem;height:2.0625rem;top:24.25rem;left:16.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am4kyHzr4zpx0UTNyycaQnyN5v2evBws { width:12.5rem;height:1.625rem;top:35.375rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoUStHSFkKchuxd8b83bHyy62wrf46AA { width:16.5rem;height:3.25rem;top:34.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz8NJU05UIiTz0Bw4TmPgA4vpFC735Ra { width:16.625rem;height:30.3125rem;top:7.1875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdDKz1edQD0wmg40aaR7rQfTBngoTrek { width:10.375rem;height:2.0625rem;top:24.25rem;left:33.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfanv16u5DMggyWDVNmWlkt6LgLQMKri { width:13.375rem;height:3.875rem;top:27.25rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTH3Q9rnKQbaPRLZKgvKz5pnwZOL073Q { width:16.5625rem;height:3.25rem;top:34.375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9KN5mTNxZ6eq0lazzx4nitZmpHg2TGh { width:12.5rem;height:1.625rem;top:35.1875rem;left:29.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkCJLnuALUK6SAkzpKCho5fChfns7Mf { width:37.5rem;height:4.375rem;top:39.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGifAHAyVim83oNgGxQn03woamP6Rdor { width:8.0625rem;height:3.375rem;top:2.25rem;left:13.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVA7TWetT8FaWMqbvh0WV2EFe0gz1FZo { width:21.6875rem;height:3.375rem;top:2.25rem;left:2.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWpmx15H4TrWlODaQbKNPNczEl6OoWx6 { top:45.25rem;left:8.6875rem;width:15.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAbKTFPLBE9JrzVInF9G8Cv9ixvT1grT { display:block; }
 }@media only screen and (max-width: 763px) { #TZbITa6pZ7pSLFgnlgTeB9MOgE6XX9Bo { width:6.25rem;height:0.125rem;top:36.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z22hAq15WG1AzaAssOQ1cI4dDfT4HbLy { width:6.25rem;height:0.125rem;top:36.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVfBxxvVmSN5WiIvuo2197liNOJ0RX1N { width:6.25rem;height:0.125rem;top:35.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5vAOdetVnB2SV2HxbO1XlCXmsopcJgD { width:3rem;height:2.875rem;top:34.6875rem;left:11.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCbSdeqbngphHIdwDb9uh5yrFS7AGCnR { width:3rem;height:2.875rem;top:34.6875rem;left:23.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUeosl8SOgosd6sTTOK5pPxgzvGq8ilR { width:7.125rem;height:2.875rem;top:34.4375rem;left:39.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z { display:block; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuI6tTL7lZ6cNZ4HXfwuPffOtqKIKvDN { width:6.0625rem;height:2.4375rem;top:1.0625rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imyUHA2lyaAeZkGaJ4D7bUhV1csrZoIu { width:8.8125rem;height:8.1474056603774rem;top:5.4375rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNPte72wHQclSNuNTOINiuTrEJt0n5CA { width:8.125rem;height:8.125rem;top:5.5rem;left:37.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF2yEDxz6VzEBTMC9bvAgNf51rl8Gn6F { width:12.5rem;height:3.5625rem;top:13.9375rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfbagFKN7LA0Km8HS2dnEmOvGGha29FQ { width:12.5rem;height:3.5625rem;top:13.9375rem;left:23.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #entGPHS1Iyv6iG4rxfKNqZr9RIRBi5yp { width:12.5rem;height:3.5625rem;top:13.9375rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixsfbdDNvXvbOAKwVAaF3aWrnHPML5zq { width:14.1875rem;height:5.9375rem;top:18.875rem;left:9.6875rem;font-size:1rem;display:block; }#ixsfbdDNvXvbOAKwVAaF3aWrnHPML5zq li:before{  }
 }@media only screen and (max-width: 763px) { #VQViC80fA1rnFoJFVXLQgMEkDQ3tDky8 { width:12.5rem;height:5.9375rem;top:18.875rem;left:23.3125rem;font-size:1rem;display:block; }#VQViC80fA1rnFoJFVXLQgMEkDQ3tDky8 li:before{  }
 }@media only screen and (max-width: 763px) { #EsImd1CIOv0ABHLtbuILTVugmLdSJhJr { width:12.5rem;height:5.9375rem;top:18.875rem;left:35.25rem;font-size:1rem;display:block; }#EsImd1CIOv0ABHLtbuILTVugmLdSJhJr li:before{  }
 }@media only screen and (max-width: 763px) { #vCA5bZ6JbWcvc94ZaOUQ55wKgPyuh6Tw { width:9.8125rem;height:7.163726993865rem;top:5.9375rem;left:24.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGZhzTBbdPOivLQu3yDnV9NopogFvOXA { width:14.375rem;height:2.4375rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieiUtwXGfqB7yftXOqgfKrsyiyodUSp2 { width:12.5rem;height:2.3125rem;top:27.25rem;left:11.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV6Zb6VAWcOat3vh6GAEzbXUERKz6Q1z { width:11.8125rem;height:3.125rem;top:30.5625rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUsKMZk9S6TCgbNHdCTImiehnOKBoL42 { display:block; }
 }@media only screen and (max-width: 763px) { #qgOLGOFCexzHf5X3VFE5cZlIrkH3erdI { width:12.5625rem;height:3rem;top:30.625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETZsNeFIOh90avByWPQFedpE81Ss0yoZ { display:block; }
 }@media only screen and (max-width: 763px) { #DzDrHGcIWrONSBuQucJbhGwra1vnNRgU { width:12.5rem;height:2.3125rem;top:27.25rem;left:23.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmATsfzf0n4dZx5cS6pXl2l5vBmLUGmL { width:12.5rem;height:2.3125rem;top:27.25rem;left:35.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEBoDPsvC06p1Dxn6T1GAsXZuM6zwPBa { width:12.1875rem;height:2.9375rem;top:30.625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzq66eW0wKyX4CS2QDAEDOrWTWh2tvI0 { display:block; }
 }@media only screen and (max-width: 763px) { #OBU5NZGrfKnhJHi0Khsxq0Eki6VmI4LX { width:4.875rem;height:5.0625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZlbWILyOifhMwCdPr15idbNtT9DSBtT { display:block; }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWF6kTAOCuTT5cHwPRUaOobQqpuTDCyW { width:6.1875rem;height:2.1875rem;top:2rem;left:24.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdpgwuorECsoUmzN2gUvyssu0qKxrDz { width:14rem;height:28.7rem;top:7rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzbxDMxTMJiASvPBRTOnXsmbVL7byqGV { width:7.875rem;height:;top:14.75rem;left:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwAIac34Z2hZrEiRquJamGUyAFmsyq7g { width:10rem;height:2.625rem;top:17rem;left:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4sbNymJ9hA0n42k6peeVgkTQcdP8pVU { width:0.9375rem;height:0.9375rem;top:16.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf5VyCHO3ELk9rNwaUT4y6aXOEsd7kVb { width:9.0625rem;height:1.375rem;top:28.6875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1Uo3GFKhDTxdyQ109CxQTQBNV1bxmB { width:14.5rem;height:3.9375rem;top:30.9375rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBnb8rJXxIwbyPUMeFF7dXT88vgPf5NX { width:18.5625rem;height:0.125rem;top:30.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dleflyq0IPWQ7TTtwKTQr0dkFl5yXF7A { width:0.9375rem;height:0.9375rem;top:30rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryR81bSKliEtzkux0mAh0IziWUaUcs1z { width:0.9375rem;height:0.9375rem;top:10.1875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfcDSc6Xd5NOCapel5wKzeTCeQDgIRsT { width:14.8125rem;height:0.125rem;top:10.6875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahku6wKFebianXG36MoxUNVMeeFay578 { width:7.875rem;height:1.375rem;top:8.875rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4QdBlRZx0x6CUtTpqzqxRvxiPuLwEMg { width:12.5rem;height:3.9375rem;top:11.5rem;left:27.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeDklgQQrd0rmAFrgk8L8Qh1ROkTtTB9 { width:8.0625rem;height:1.375rem;top:24.3125rem;left:36rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #am7GDgrvpyJgnRum3FITvwvMW7Te55co { width:12.9375rem;height:3.9375rem;top:26.75rem;left:31.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeKfLT3yWV7b3ANf4yC6Uvh4re7sKape { width:16.625rem;height:0.125rem;top:26.0625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhCgR9RWW5i7WxsNtF9BnE1PWppoAg4k { width:0.9375rem;height:0.9375rem;top:25.625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWzVsqFUNH1KWM8TaGluTLAGpfJZMveg { width:15.5rem;height:0.125rem;top:16.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG1pDGAJHyzqKn8i1CS4WEcgBckbmo6m { width:8.0625rem;height:3.375rem;top:1.4375rem;left:16.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQPAQIPxW1A3E5tXkiMCoHX5kG6GTaKK { width:4.875rem;height:4.875rem;top:0.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgxpDsdTswzddwzeAI7Bgh0p29neJm1x { top:38.125rem;left:16.281251907349rem;width:15.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW5H3Mros1b1F5cBVJ82OcZzEhMQTPR9 { display:block; }
 }@media only screen and (max-width: 763px) { #EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp { display:none; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iaaaUgePqolJLJ9UQAoXhgTMWwbZrScI { width:14.8125rem;height:14.8125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raFrMV8gCNXcnyon8GNWpine8ACPFvIt { width:17.5rem;height:6.0625rem;top:11.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOkroZXskfvgWEK0aKPugQ8MPDb0bIMP { width:13.9375rem;height:13.9375rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEIq2tpT6u2Ue9PBJQnxybvxslP9QH1T { width:17.5rem;height:6.0625rem;top:21.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSvDtk7x4MgkNgrs6eN2bTdeSIM5TKxe { width:17.5625rem;height:6.0625rem;top:11.625rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOP5IcTO1msS2lHnZrQbdvLV9TPzZoxL { width:14.25rem;height:14.25rem;top:7.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Dl7yKLgNnSpcZB8WJm4rQ7WgtFCzli { width:17.0625rem;height:6.0625rem;top:22.25rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3uPqggni9gWll8NAMpIffFaT0c6nRfQ { width:14.8125rem;height:14.8125rem;top:18.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMw7sIAWSZKrVaaRFa1JcGkdICFImrBm { width:17.9375rem;height:3.875rem;top:4.5rem;left:5.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar1fU2B8233tI0CPXHIhZWv7GJpEJ4VI { width:11.0625rem;height:3.375rem;top:1.5625rem;left:12.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5gVexGR5dJJrqm9VLiqw949QAon1oaQ { width:8.0625rem;height:3.375rem;top:1.5rem;left:15.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHleiCoCZLHH7AdZ2eeSf7f6eMavzLbI { width:15rem;height:3.875rem;top:12.6875rem;left:8.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUTr1B7mLqufT4fwhPEZbb3sEHEQph2g { width:15.5rem;height:3.875rem;top:12.6875rem;left:31.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prXJcwFVmmN5IhQwatargJARps1PNtEK { width:15.1875rem;height:3.875rem;top:22.875rem;left:8.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTgXyleO1IOrB4PBgi2q1E3P4zuuIFW { width:14.625rem;height:3.875rem;top:23.3125rem;left:31.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ6vt3EvAoMGQQ5I1FW34nF1bIzTT29T { width:10.4375rem;height:10.4375rem;top:0rem;left:24.999219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF { display:block; }#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq { width:18.8125rem;height:5.2625rem;display:flex;top:5.5rem;left:18.4375rem;z-index:100016; }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #WGJaFBA7nThcn5HCcE5EFu4TOC6AMg6g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #kNg8FS6TCcJE6p0MfZUWhcGZhCZWF09n {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #enMhE7ATgEzQlXVh7k5RVT8shcOJ3TmC {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #s7duE5Qr4tbG4A351dou53lTVdc8ngS3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #n7dtmI5b8FTNdafLSHFTpXiBvgsLEeUk {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #Vvq8cQLxsKvUBnBWLIEPqXweUzwwsguX {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #iNCXkhxHTLuuumJE0DeGX9pyg4RffbzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #G8kGCVJexEvVZoXKlDiCcc9sA8Z4cSBI {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #AgFsFRyNsJHqRW4WmKKl7zQd7SLH7aGQ {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #GRCwgAGuMgF9liRbR05oG72G0xmzF79F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #LKuoK7m2PSdMQpzS2LSw0zGUfc6NZwbE {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #S0W5IwJU6keTVl7a2heZZhQZfsMST3vJ {  }
 }@media only screen and (max-width: 763px) { #dc8TqNCGwnbscSHRmsXT3F22xDTdCqrI { width:16.4375rem;height:3.875rem;top:6rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnfiFx5eX1OFFlRfMOxIKDi8axTNAWBQ { width:18.1875rem;height:1.9375rem;top:18.75rem;left:20.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEk6ELw556BKU72C09gioZlT4oZTeEAn { width:2.125rem;height:2.125rem;top:18.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7B41K7eF4lAzTyJoP1DEaNPwRSoTLSs { width:2.125rem;height:2.125rem;top:21.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afg43i3L04KGQPutdVfFDLMQ3DrKEBkl { width:22.1875rem;height:1.9375rem;top:21.625rem;left:20.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDlHRSNdyCohBTHZTHoPt5ifomBa8GQA { width:19.3125rem;height:1.9375rem;top:26.8125rem;left:20.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZAiHgV641HdxhOkvwAk6emMszFXbSJS { width:2.125rem;height:2.125rem;top:26.875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQk9IEnZIumoPyUXBeHV3oCW8VSkg23w { width:7.75rem;height:0.1875rem;top:19.5rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAgyKHMgvawPVTcUwdRRqemUGBvLH0iH { width:7.75rem;height:0.1875rem;top:22.375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHSnmCMX4iyfSJe0rpwaepszlWNHrmEB { width:7.75rem;height:0.1875rem;top:27.6875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9qB2f23C1WKDaVB4nyvreQ6b0fnn0mL { width:26.3125rem;height:3.375rem;top:31.1875rem;left:16.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0WBRJZWPa3FoG7fon5s3ogWxCgA9GyA { top:36.5rem;left:17.125rem;width:13.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAoQOarVEDrPrPXvHU5kKToqhmhAXIXh { display:block; }
 }@media only screen and (max-width: 763px) { #V0aLRyMZhGVpJG5LmkpSAB8UD7tT2UA8 { width:10.9375rem;height:22.354714912281rem;top:14rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeH6PzWocBWlarKxgRzr9UEyZvLpS4b2 { width:4.75rem;height:2.0625rem;top:16.6875rem;left:43rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaqm78OFAwIr6O12ZGA6LE1iFcJT5f1H { width:6.5rem;height:2.5625rem;top:14.1875rem;left:41.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R78Kx135na8JcTOXq5gaxZWqhcPsVvAe { width:7.875rem;height:11.625rem;top:13rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdEB4cLtcsKF6NxlTrXs6ZyB2PfMnNFh { width:4.9375rem;height:0.25rem;top:17.5625rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3arTM9hd9cS9526IJtPW5KKIKQTmJ6V { width:20.5rem;height:1.9375rem;top:15.875rem;left:20.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuiwrHXS3BUTulvLq0hnIao3PZbbHXeZ { width:2.125rem;height:2.125rem;top:16rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHhZl68izLgd9TbfwduGz6H4FT6UCaLE { width:7.75rem;height:0.1875rem;top:16.75rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNFDC1ZUICeBtCUUG9R4bwyvURAWx3KF { width:5.75rem;height:2.5625rem;top:20.8125rem;left:42rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqH1dSie5bRtZoTO8OETnHPa1UPKCwt3 { width:4.25rem;height:1.9375rem;top:26.9375rem;left:43.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btIM44a9OuhMPtGeT0xf9EO8toPJZ0tr { width:7.875rem;height:10.4375rem;top:19.9375rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcmluqKsPEToOHkA4S60CTbXl0i4LbpQ { width:3.125rem;height:3.125rem;top:18.4375rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irudzLsfKtOfKb09XcPabw2DOF1ff3BE { width:6.9375rem;height:1.9375rem;top:24.875rem;left:40.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxiDtmxQtZM9rNPDRAPIUB8XCWgUehHi { width:8.0625rem;height:3.875rem;top:2.1875rem;left:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGCHhHbMiRHZG0LMEkt8JTRBqxWlF3iN { width:11.625rem;height:11.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH { display:block; }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVHq6Aux45InfviIuKTbUHpoVe95TnTi { width:28.4375rem;height:6rem;top:3.875rem;left:19.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OizxyKtefeOQFWXTyHqn6sntiS8C7UHZ { width:28rem;height:7rem;top:11.0625rem;left:19.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnKkwlUaFKPJQf56HJcIfQx67VKUrXI { width:26.25rem;height:5.25rem;top:20.5rem;left:21.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLekLCDOTeRu3NhfTILv92vSvfMb2vQB { width:25.0625rem;height:22.1872046875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnvShR1tXouTMeoe0dee4rOwfWBXtwVg { width:10.875rem;height:4.8125rem;top:21rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT { display:block; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVtbFayCcKBvTqrmsy2IH2bIzVuqzoli { width:25rem;height:2.4375rem;top:2.4375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8107DMGEq1A1zZOXm7CXpFe6MgZ6nNI { width:16.5625rem;height:1.4375rem;top:5.8125rem;left:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF2zEWcn6XpbKpaDT7eGgw2ffmw1nNzk { width:16.6875rem;height:3.875rem;top:9.5625rem;left:15.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBKTqX1ik9inG2T3DVFMIvXDgnbAtu4V { width:4.125rem;height:4.625rem;top:14.0625rem;left:30.9375rem;display:block; }
#NBKTqX1ik9inG2T3DVFMIvXDgnbAtu4V > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PTZCVlb81h3LithCCUDX81SQCDix6mie { width:4.0625rem;height:4.0625rem;top:14.3125rem;left:24.75rem;display:block; }
#PTZCVlb81h3LithCCUDX81SQCDix6mie > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #SiD0tVz4H8bvxkJcs06DgtD1wUZ9hUGH { width:4rem;height:4rem;top:14.375rem;left:18.75rem;display:block; }
#SiD0tVz4H8bvxkJcs06DgtD1wUZ9hUGH > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #aRxdFiGA2JKMtTI6GId2Nd8cnobAEl2z { width:4.1875rem;height:4.1875rem;top:14.25rem;left:12.6875rem;display:block; }
#aRxdFiGA2JKMtTI6GId2Nd8cnobAEl2z > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ { display:block; }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wo87mOd81lvqdaCqqxzqegV6XPkptk9N { width:4.375rem;height:4.125rem;top:0.125rem;left:43.375rem;display:block; }
#wo87mOd81lvqdaCqqxzqegV6XPkptk9N > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { background-color:#e5cfda;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); } }@media only screen and (max-width: 763px) { #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { background-color:#e5cfda;background-image:url("https://images.assets-landingi.com/xpzXOaNO/sophia_Blue_Girl_1.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;display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.adaptive-delivery-prevent-bg, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.lazyload, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.lazyloading { background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { background-color: transparent; background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { border-width: 0; border-radius: 0; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckisLs62xTJOGMfgN95AnZpTWzQyqJSh { width:20rem;height:7.125rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iFsEDtbQ6q606mn6o7naUkRXUcxqGaHq { width:10.0625rem;height:3.19921875rem;top:18.293750762939rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yULgdv5tp5glZcNZsqFhBmVlqgxfcICN { top:28.242839813233rem;left:3.2812502980233rem;width:13.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwPmi1J0ULzwLuCn6IUTd13cpGk2afCh { display:block; }
 }@media only screen and (max-width: 763px) { #e47nAEEww9pbCDr4DzgXsobPX0OVguPP { display:block; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP { background-color: transparent; background-image: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container > .video-iframe-container { display: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container { display: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .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); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP { border-width: 0; border-radius: 0; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { width:20rem;height:112.0625rem;background-color:#f3e5bf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eduu5ETpazUp6DQ1QnSpqLZvc5KNT0dI { width:16.625rem;height:16.625rem;top:10.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxk32rXIZQvlX82zTiqHhaozyS31Wxqs { width:13.375rem;height:6.49903125rem;top:31rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq4DIfw8NHPwimHBzWVrWs12pecgTxQW { width:13.6875rem;height:2.1125rem;top:28.25rem;left:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRvMr8nOTTdB8TNMX9ngZ8prx2TsDmaB { width:16.625rem;height:16.625rem;top:42.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4sJTyu7QWvWB2V2wZ9KCdcFTB5dVKxV { width:16.625rem;height:16.625rem;top:74.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msga3PPOGsa95D57cgb84czyvB7ku6HW { width:6.0625rem;height:1.625rem;top:39.0625rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRNc9Pm7zxW1KMW7XyE7xVtPhMIR2i56 { width:16.625rem;height:30.3125rem;top:10.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STcgJ5pXcVSKTS2byrhNX8DPBkPG0npH { width:16.5625rem;height:3.25rem;top:38.125rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGgITG4fGXdi0pJCQO0zC9X8Hp1EA18o { width:16.625rem;height:30.3125rem;top:42.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC9LIhBK3HOqbzPRSk5hGRg81fTx0avn { width:13.375rem;height:3.89941875rem;top:62.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSgCwaZUZZK1yOTqmdkmAKI3mfVwDMIA { width:13.6875rem;height:2.1125rem;top:59.8125rem;left:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am4kyHzr4zpx0UTNyycaQnyN5v2evBws { width:5.6875rem;height:1.625rem;top:70.625rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoUStHSFkKchuxd8b83bHyy62wrf46AA { width:16.4375rem;height:3.25rem;top:69.6875038147rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz8NJU05UIiTz0Bw4TmPgA4vpFC735Ra { width:16.625rem;height:30.3125rem;top:74.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdDKz1edQD0wmg40aaR7rQfTBngoTrek { width:13.6875rem;height:2.1125rem;top:92rem;left:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfanv16u5DMggyWDVNmWlkt6LgLQMKri { width:13.375rem;height:3.89941875rem;top:94.75rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTH3Q9rnKQbaPRLZKgvKz5pnwZOL073Q { width:16.5rem;height:3.25rem;top:101.875rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9KN5mTNxZ6eq0lazzx4nitZmpHg2TGh { width:6.875rem;height:1.625rem;top:102.8125rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkCJLnuALUK6SAkzpKCho5fChfns7Mf { width:20rem;height:2.19375rem;top:7.18603515625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGifAHAyVim83oNgGxQn03woamP6Rdor { width:8.0625rem;height:3.0875rem;top:1.25rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVA7TWetT8FaWMqbvh0WV2EFe0gz1FZo { width:18.75rem;height:2.6rem;top:4.3367185592651rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWpmx15H4TrWlODaQbKNPNczEl6OoWx6 { top:107.537109375rem;left:2.4062500596046rem;width:15.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAbKTFPLBE9JrzVInF9G8Cv9ixvT1grT { display:block; }
 }@media only screen and (max-width: 763px) { #TZbITa6pZ7pSLFgnlgTeB9MOgE6XX9Bo { width:6.25rem;height:0.125rem;top:71.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z22hAq15WG1AzaAssOQ1cI4dDfT4HbLy { width:6.25rem;height:0.125rem;top:39.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVfBxxvVmSN5WiIvuo2197liNOJ0RX1N { width:6.25rem;height:0.125rem;top:103.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5vAOdetVnB2SV2HxbO1XlCXmsopcJgD { width:3rem;height:2.6rem;top:38.5625rem;left:11.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCbSdeqbngphHIdwDb9uh5yrFS7AGCnR { width:3rem;height:2.6rem;top:70.125rem;left:11.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUeosl8SOgosd6sTTOK5pPxgzvGq8ilR { width:6.1875rem;height:2.6rem;top:102.3125rem;left:10.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z { display:block; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z { background-color: transparent; background-image: none; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container > .video-iframe-container { display: none; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row > .video-iframe-container { display: none; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .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); }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z { border-width: 0; border-radius: 0; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container { width:20rem;height:70.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/G8e3BJa4/grey_divider.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;position:relative;display:block; }#a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container.adaptive-delivery-prevent-bg, #a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container.lazyload, #a07vqgEqMbA7fkTts1JTuJRIRnefkX8Z > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #PuI6tTL7lZ6cNZ4HXfwuPffOtqKIKvDN { width:4.8125rem;height:1.95rem;top:2rem;left:7.3125003576281rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#950a0a;display:block; }
 }@media only screen and (max-width: 763px) { #imyUHA2lyaAeZkGaJ4D7bUhV1csrZoIu { width:9.9375rem;height:9.1875rem;top:8.4375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNPte72wHQclSNuNTOINiuTrEJt0n5CA { width:9.5rem;height:9.5rem;top:29.5rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF2yEDxz6VzEBTMC9bvAgNf51rl8Gn6F { width:7.125rem;height:2.699225rem;top:8.4375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfbagFKN7LA0Km8HS2dnEmOvGGha29FQ { width:7.3125rem;height:2.699225rem;top:29.5rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #entGPHS1Iyv6iG4rxfKNqZr9RIRBi5yp { width:7.375rem;height:2.699225rem;top:50.8125rem;left:2rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixsfbdDNvXvbOAKwVAaF3aWrnHPML5zq { width:10.1875rem;height:4.5244125rem;top:12rem;left:0.5625rem;text-align:left;text-align-last:left;display:block; }#ixsfbdDNvXvbOAKwVAaF3aWrnHPML5zq li:before{  }
 }@media only screen and (max-width: 763px) { #VQViC80fA1rnFoJFVXLQgMEkDQ3tDky8 { width:9.5rem;height:4.5244125rem;top:33.3125rem;left:0.875rem;text-align:left;text-align-last:left;display:block; }#VQViC80fA1rnFoJFVXLQgMEkDQ3tDky8 li:before{  }
 }@media only screen and (max-width: 763px) { #EsImd1CIOv0ABHLtbuILTVugmLdSJhJr { width:9.8125rem;height:4.5244125rem;top:55.25rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }#EsImd1CIOv0ABHLtbuILTVugmLdSJhJr li:before{  }
 }@media only screen and (max-width: 763px) { #vCA5bZ6JbWcvc94ZaOUQ55wKgPyuh6Tw { width:10.1875rem;height:7.4375rem;top:52.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGZhzTBbdPOivLQu3yDnV9NopogFvOXA { width:12.1875rem;height:1.95rem;top:3.8875002861023rem;left:7.3125003576281rem;font-size:1.5rem;color:#950a0a;display:block; }
 }@media only screen and (max-width: 763px) { #ieiUtwXGfqB7yftXOqgfKrsyiyodUSp2 { width:12.5rem;height:2.35625rem;top:18.5rem;left:3.7499998807907rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV6Zb6VAWcOat3vh6GAEzbXUERKz6Q1z { width:9.375rem;height:3rem;top:21.375rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUsKMZk9S6TCgbNHdCTImiehnOKBoL42 { display:block; }
 }@media only screen and (max-width: 763px) { #qgOLGOFCexzHf5X3VFE5cZlIrkH3erdI { width:9.375rem;height:2.8125rem;top:43.5625rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETZsNeFIOh90avByWPQFedpE81Ss0yoZ { display:block; }
 }@media only screen and (max-width: 763px) { #DzDrHGcIWrONSBuQucJbhGwra1vnNRgU { width:12.5rem;height:2.35625rem;top:40.3125rem;left:3.7499998807907rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmATsfzf0n4dZx5cS6pXl2l5vBmLUGmL { width:12.5rem;height:2.35625rem;top:61.6875rem;left:3.7499998807907rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEBoDPsvC06p1Dxn6T1GAsXZuM6zwPBa { width:9.375rem;height:3.125rem;top:64.6875rem;left:5.3124998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzq66eW0wKyX4CS2QDAEDOrWTWh2tvI0 { display:block; }
 }@media only screen and (max-width: 763px) { #OBU5NZGrfKnhJHi0Khsxq0Eki6VmI4LX { width:4.875rem;height:5.0625rem;top:0.82421875rem;left:2.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZlbWILyOifhMwCdPr15idbNtT9DSBtT { display:block; }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT { background-color: transparent; background-image: none; }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .row .container > .video-iframe-container { display: none; }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .row > .video-iframe-container { display: none; }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .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); }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT { border-width: 0; border-radius: 0; }#TZlbWILyOifhMwCdPr15idbNtT9DSBtT > .row .container { width:20rem;height:32.3125rem;background-color:#fffdfe;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWF6kTAOCuTT5cHwPRUaOobQqpuTDCyW { width:6.5625rem;height:2.2rem;top:0.6875rem;left:9.4375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdpgwuorECsoUmzN2gUvyssu0qKxrDz { width:8.75rem;height:17.9375rem;top:4.7500002384186rem;left:5.6249998807907rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #MzbxDMxTMJiASvPBRTOnXsmbVL7byqGV { width:7.3125rem;height:1.1rem;top:10.25rem;left:12.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwAIac34Z2hZrEiRquJamGUyAFmsyq7g { width:7.9375rem;height:2.1rem;top:11.3125rem;left:11.3125rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4sbNymJ9hA0n42k6peeVgkTQcdP8pVU { width:0.9375rem;height:0.9375rem;top:17.09375rem;left:9.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kf5VyCHO3ELk9rNwaUT4y6aXOEsd7kVb { width:7.5625rem;height:1.1rem;top:14.900000333786rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TS1Uo3GFKhDTxdyQ109CxQTQBNV1bxmB { width:11.3125rem;height:3.1494125rem;top:21.4375rem;left:8.3125rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBnb8rJXxIwbyPUMeFF7dXT88vgPf5NX { width:7.875rem;height:0.125rem;top:15.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dleflyq0IPWQ7TTtwKTQr0dkFl5yXF7A { width:0.9375rem;height:0.9375rem;top:59.375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryR81bSKliEtzkux0mAh0IziWUaUcs1z { width:0.9375rem;height:0.9375rem;top:30.8125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfcDSc6Xd5NOCapel5wKzeTCeQDgIRsT { width:8.0625rem;height:0.125rem;top:7.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahku6wKFebianXG36MoxUNVMeeFay578 { width:6.875rem;height:1.1rem;top:6.25rem;left:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4QdBlRZx0x6CUtTpqzqxRvxiPuLwEMg { width:7.8125rem;height:3.1494125rem;top:7.5rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeDklgQQrd0rmAFrgk8L8Qh1ROkTtTB9 { width:7.625rem;height:1.1rem;top:20.125rem;left:12.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #am7GDgrvpyJgnRum3FITvwvMW7Te55co { width:5.875rem;height:5.249025rem;top:16.5625rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeKfLT3yWV7b3ANf4yC6Uvh4re7sKape { width:8.75rem;height:0.125rem;top:11.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhCgR9RWW5i7WxsNtF9BnE1PWppoAg4k { width:0.9375rem;height:0.9375rem;top:44.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWzVsqFUNH1KWM8TaGluTLAGpfJZMveg { width:8.9375rem;height:0.125rem;top:21.0625rem;left:10.5rem;background-color:#262d3c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EG1pDGAJHyzqKn8i1CS4WEcgBckbmo6m { width:8.0625rem;height:2.6rem;top:0.5rem;left:2.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQPAQIPxW1A3E5tXkiMCoHX5kG6GTaKK { width:3.5625rem;height:3.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgxpDsdTswzddwzeAI7Bgh0p29neJm1x { top:26.9609375rem;left:2.4062501192093rem;width:15.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW5H3Mros1b1F5cBVJ82OcZzEhMQTPR9 { display:block; }
 }@media only screen and (max-width: 763px) { #EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp { display:block; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp { background-color: transparent; background-image: none; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container > .video-iframe-container { display: none; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row > .video-iframe-container { display: none; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .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); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp { border-width: 0; border-radius: 0; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container { width:20rem;height:46.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5cfda, #efe6ce);background-image: -moz-linear-gradient(180deg, #e5cfda, #efe6ce);background-image: -ms-linear-gradient(180deg, #e5cfda, #efe6ce);background-image: -o-linear-gradient(180deg, #e5cfda, #efe6ce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5cfda', endColorstr='#efe6ce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5cfda', endColorstr='#efe6ce' );";background-image: linear-gradient(180deg, #e5cfda, #efe6ce);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaaaUgePqolJLJ9UQAoXhgTMWwbZrScI { width:9.375rem;height:9.375rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raFrMV8gCNXcnyon8GNWpine8ACPFvIt { width:12.25rem;height:5.6875rem;top:12.062500381843rem;left:7.1250003576281rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #uOkroZXskfvgWEK0aKPugQ8MPDb0bIMP { width:9.5rem;height:9.5rem;top:10.843750381843rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEIq2tpT6u2Ue9PBJQnxybvxslP9QH1T { width:13.0625rem;height:5.5625rem;top:20rem;left:0.8125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #dSvDtk7x4MgkNgrs6eN2bTdeSIM5TKxe { width:12.5625rem;height:5rem;top:29.125rem;left:6.5000003576281rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #ZOP5IcTO1msS2lHnZrQbdvLV9TPzZoxL { width:9.3125rem;height:9.3125rem;top:18.312500381843rem;left:9.0000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Dl7yKLgNnSpcZB8WJm4rQ7WgtFCzli { width:12.0625rem;height:5.3125rem;top:37rem;left:0.71875rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #O3uPqggni9gWll8NAMpIffFaT0c6nRfQ { width:9.9375rem;height:9.9375rem;top:35.0625rem;left:10.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMw7sIAWSZKrVaaRFa1JcGkdICFImrBm { width:17.9375rem;height:2.6rem;top:7.375rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ar1fU2B8233tI0CPXHIhZWv7GJpEJ4VI { width:11.0625rem;height:2.6rem;top:4.8372402191162rem;left:3.0000000596046rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v5gVexGR5dJJrqm9VLiqw949QAon1oaQ { width:8.0625rem;height:2.925rem;top:1.974609375rem;left:3.6875002980233rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nHleiCoCZLHH7AdZ2eeSf7f6eMavzLbI { width:9.8125rem;height:4.19921875rem;top:12.806250000373rem;left:8.3437503576281rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MUTr1B7mLqufT4fwhPEZbb3sEHEQph2g { width:10.9375rem;height:3.8984375rem;top:20.831250667572rem;left:1.8750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prXJcwFVmmN5IhQwatargJARps1PNtEK { width:10.5625rem;height:2.923825rem;top:29.724220275879rem;left:7.6562503576281rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTgXyleO1IOrB4PBgi2q1E3P4zuuIFW { width:10.625rem;height:2.923825rem;top:37.64453125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ6vt3EvAoMGQQ5I1FW34nF1bIzTT29T { width:6.625rem;height:6.625rem;top:1.4375rem;left:11.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF { display:block; }#KMGHTe9UxWNOS8sfbTmDLw4MUdaTfIGF > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq .widget-text.counter-number { padding-top:0.4175rem;padding-right:0.370625rem;padding-bottom:0.4175rem;padding-left:0.370625rem;width:2.223125rem;min-width:2.223125rem;height:2.243125rem;font-size:1.669375rem;line-height:35.89px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0875rem solid #9b9b9b;border-right:0.09125rem solid #9b9b9b;border-bottom:0.0875rem solid #9b9b9b;border-left:0.09125rem solid #9b9b9b; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.260625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.963125rem;height:0.815625rem;font-size:0.649375rem;line-height:13.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq { width:16.5625rem;height:4.329375rem;display:flex;top:5.6621103286743rem;left:1.0449219346046rem;z-index:100016;padding-top:0.88125rem;padding-right:0.915rem;padding-bottom:0.88125rem;padding-left:0.915rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#950a0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #WGJaFBA7nThcn5HCcE5EFu4TOC6AMg6g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #kNg8FS6TCcJE6p0MfZUWhcGZhCZWF09n {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #enMhE7ATgEzQlXVh7k5RVT8shcOJ3TmC {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #s7duE5Qr4tbG4A351dou53lTVdc8ngS3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #n7dtmI5b8FTNdafLSHFTpXiBvgsLEeUk {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #Vvq8cQLxsKvUBnBWLIEPqXweUzwwsguX {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #iNCXkhxHTLuuumJE0DeGX9pyg4RffbzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #G8kGCVJexEvVZoXKlDiCcc9sA8Z4cSBI {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #AgFsFRyNsJHqRW4WmKKl7zQd7SLH7aGQ {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #GRCwgAGuMgF9liRbR05oG72G0xmzF79F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #LKuoK7m2PSdMQpzS2LSw0zGUfc6NZwbE {  }
 }@media only screen and (max-width: 763px) { #FL3M4QaiOohFZ9fXqOVyACfvCKqsmTxq #S0W5IwJU6keTVl7a2heZZhQZfsMST3vJ {  }
 }@media only screen and (max-width: 763px) { #dc8TqNCGwnbscSHRmsXT3F22xDTdCqrI { width:10.9375rem;height:2.6rem;top:3.0625rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnfiFx5eX1OFFlRfMOxIKDi8axTNAWBQ { width:12.125rem;height:1.4625rem;top:35.4375rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEk6ELw556BKU72C09gioZlT4oZTeEAn { width:1.5rem;height:1.5rem;top:35.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7B41K7eF4lAzTyJoP1DEaNPwRSoTLSs { width:1.5rem;height:1.6875rem;top:37.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afg43i3L04KGQPutdVfFDLMQ3DrKEBkl { width:14.5rem;height:1.4625rem;top:37.625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDlHRSNdyCohBTHZTHoPt5ifomBa8GQA { width:14.8125rem;height:1.4625rem;top:40.125rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZAiHgV641HdxhOkvwAk6emMszFXbSJS { width:1.5625rem;height:1.8125rem;top:39.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQk9IEnZIumoPyUXBeHV3oCW8VSkg23w { width:5.25rem;height:0.125rem;top:36.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAgyKHMgvawPVTcUwdRRqemUGBvLH0iH { width:5.5rem;height:0.125rem;top:33.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHSnmCMX4iyfSJe0rpwaepszlWNHrmEB { width:5.625rem;height:0.125rem;top:40.75rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9qB2f23C1WKDaVB4nyvreQ6b0fnn0mL { width:17.875rem;height:2.35625rem;top:43.125001430511rem;left:1.0625000596046rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0WBRJZWPa3FoG7fon5s3ogWxCgA9GyA { top:47.6875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAoQOarVEDrPrPXvHU5kKToqhmhAXIXh { display:block; }
 }@media only screen and (max-width: 763px) { #V0aLRyMZhGVpJG5LmkpSAB8UD7tT2UA8 { width:7.125rem;height:14.5625rem;top:12.75rem;left:1.5rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #NeH6PzWocBWlarKxgRzr9UEyZvLpS4b2 { width:4.75rem;height:2.1125rem;top:16.875rem;left:12.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaqm78OFAwIr6O12ZGA6LE1iFcJT5f1H { width:6.5rem;height:2.6rem;top:14.375rem;left:11.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R78Kx135na8JcTOXq5gaxZWqhcPsVvAe { width:7.875rem;height:11.625rem;top:13.1875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdEB4cLtcsKF6NxlTrXs6ZyB2PfMnNFh { width:4.9375rem;height:0.25rem;top:17.75rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3arTM9hd9cS9526IJtPW5KKIKQTmJ6V { width:13.625rem;height:1.4625rem;top:33.0625rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuiwrHXS3BUTulvLq0hnIao3PZbbHXeZ { width:1.4375rem;height:1.4375rem;top:33.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHhZl68izLgd9TbfwduGz6H4FT6UCaLE { width:5.625rem;height:0.125rem;top:38.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNFDC1ZUICeBtCUUG9R4bwyvURAWx3KF { width:5.75rem;height:2.6rem;top:21rem;left:11.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqH1dSie5bRtZoTO8OETnHPa1UPKCwt3 { width:4.25rem;height:1.95rem;top:27.1875rem;left:12.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btIM44a9OuhMPtGeT0xf9EO8toPJZ0tr { width:7.875rem;height:10.4375rem;top:20.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcmluqKsPEToOHkA4S60CTbXl0i4LbpQ { width:3.125rem;height:3.125rem;top:18.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irudzLsfKtOfKb09XcPabw2DOF1ff3BE { width:6.5rem;height:1.95rem;top:25.42578125rem;left:11.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxiDtmxQtZM9rNPDRAPIUB8XCWgUehHi { width:8.0625rem;height:2.6rem;top:0.52474021911621rem;left:9.0000002980231rem;text-align:center;text-align-last:center;font-size:2rem;color:#950a0a;display:block; }
 }@media only screen and (max-width: 763px) { #eGCHhHbMiRHZG0LMEkt8JTRBqxWlF3iN { width:7.5625rem;height:7.5625rem;top:0rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH { display:block; }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH { background-color: transparent; background-image: none; }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .row .container > .video-iframe-container { display: none; }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .row > .video-iframe-container { display: none; }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .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); }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH { border-width: 0; border-radius: 0; }#yi0qnAl6LdDTOEAZq8rx7d9t5gskeGPH > .row .container { width:20rem;height:43.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fffafa, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fffafa, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fffafa, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fffafa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffafa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffafa', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fffafa, rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVHq6Aux45InfviIuKTbUHpoVe95TnTi { width:20rem;height:4.95rem;top:19.482422828674rem;left:0rem;font-size:0.75rem;color:#4f4b4c;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #OizxyKtefeOQFWXTyHqn6sntiS8C7UHZ { width:20rem;height:8.9355625rem;top:25.25rem;left:0rem;font-size:0.8125rem;color:#4f4b4c;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #xfnKkwlUaFKPJQf56HJcIfQx67VKUrXI { width:20rem;height:5.361325rem;top:35.6875rem;left:0rem;font-size:0.8125rem;color:#4f4b4c;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #iLekLCDOTeRu3NhfTILv92vSvfMb2vQB { width:20rem;height:17.70575rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnvShR1tXouTMeoe0dee4rOwfWBXtwVg { width:10.875rem;height:4.8125rem;top:13.713542312384rem;left:8.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT { display:block; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT { background-color: transparent; background-image: none; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row .container > .video-iframe-container { display: none; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row > .video-iframe-container { display: none; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .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); }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT { border-width: 0; border-radius: 0; }#yEFrDd9FvCZaQhpfL2eTgaIGThEpbBfT > .row .container { width:20rem;height:19rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVtbFayCcKBvTqrmsy2IH2bIzVuqzoli { width:9.5rem;height:1.3rem;top:2.125rem;left:5.2500002980232rem;text-align:left;text-align-last:left;color:#4f4b4c;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8107DMGEq1A1zZOXm7CXpFe6MgZ6nNI { width:12.625rem;height:1.1375rem;top:4.1119794845581rem;left:3.6875002980233rem;text-align:left;text-align-last:left;color:#4f4b4c;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF2zEWcn6XpbKpaDT7eGgw2ffmw1nNzk { width:11.5rem;height:2.92383125rem;top:7.5611982345581rem;left:4.2500002980232rem;font-size:0.75rem;color:#4f4b4c;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBKTqX1ik9inG2T3DVFMIvXDgnbAtu4V { width:3.125rem;height:3.375rem;top:11.57578086853rem;left:2.2492188215256rem;display:block; }
#NBKTqX1ik9inG2T3DVFMIvXDgnbAtu4V > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PTZCVlb81h3LithCCUDX81SQCDix6mie { width:3.3125rem;height:3.125rem;top:11.70078086853rem;left:14.000000357628rem;display:block; }
#PTZCVlb81h3LithCCUDX81SQCDix6mie > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #SiD0tVz4H8bvxkJcs06DgtD1wUZ9hUGH { width:3.25rem;height:3rem;top:11.70078086853rem;left:10.187500357628rem;display:block; }
#SiD0tVz4H8bvxkJcs06DgtD1wUZ9hUGH > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #aRxdFiGA2JKMtTI6GId2Nd8cnobAEl2z { width:3.25rem;height:3.375rem;top:11.57578086853rem;left:6.1249998807907rem;display:block; }
#aRxdFiGA2JKMtTI6GId2Nd8cnobAEl2z > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bOkdCtxkSLxIysIkluQXQHTXP1q5LEgJ > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wo87mOd81lvqdaCqqxzqegV6XPkptk9N { width:3.9375rem;height:3.5625rem;top:0.18672180175781rem;left:16.000000357628rem;display:block; }
#wo87mOd81lvqdaCqqxzqegV6XPkptk9N > img { max-width: 100%;max-height:100%; } }