.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ > .row .container { background-color: transparent; background-image: none; }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ > .row .container > .video-iframe-container { display: none; }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ > .row > .video-iframe-container { display: none; }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ > .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); }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ > .row .container { border-width: 0; border-radius: 0; }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#mwJJl92l3OBJlvo3yHwmfoBoxKmdGiWu { color:#000000;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.168749809265rem;left:10.48671913147rem;height:5.19921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#VJTfxV6lX2LQQVXyarnDXHJRRfLu7RF8 { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:21.503126144409rem;left:2.96875rem;height:7.0488125rem;font-style:normal;display:block; }#VJTfxV6lX2LQQVXyarnDXHJRRfLu7RF8 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#VJTfxV6lX2LQQVXyarnDXHJRRfLu7RF8 li:before{  }
#OfdOT0ibPvZBTkD2Lad9o8zsyMgG6myz { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:#03989e;background-image:none;top:15.00625038147rem;left:16.17421913147rem;display:block; }
#yVF70tEBXnv2no18ChPfBrlsGrFtEIz9 { 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:15000;opacity:1;display:none; }
#a5JBawCur1T7rBVzqXXSDiKL3T746f8i { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:13.75rem;top:13.6875rem;left:50.000001907349rem;overflow:hidden;display:block; }
#XOmLoSe4DHaIznRfvpMt0DEMcR6vv4H5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:19.375rem;top:0.46875rem;left:55.625rem;overflow:hidden;display:block; }
#eHFzaDfPXsvquanh2vsnVfQHBo04vPAq { color:#03989e;display:block;width:38.5625rem;position:absolute;font-family:"open sans condensed";font-size:5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.4421875476837rem;left:6.26796913147rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqoOblRQzT5TnKsd0t6ulfOQgKwUpCeK { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:12.175000190735rem;left:45.79921913147rem;overflow:hidden;display:block; }
#G7RQaJxuKEO9NTbk2TJwsQ9ewCMwfxTW { position:absolute;display:block;z-index:14999;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:19.25rem;width:49.375rem;top:17.050000190735rem;left:0.625rem;display:block; }
#EVpLcfoHclONTGJWgrR8se4m2KSRmhnT { color:#000000;display:block;width:42rem;position:absolute;font-family:"open sans condensed";font-size:1.75rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:17.481250762939rem;left:4.5484371185303rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fxMFpcXcTcZoETrxSEerGX3IIFrvPKVm { position:absolute;display:block;z-index:15013;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.625rem #eac8c6 ;height:3.0625rem;width:49.4375rem;top:17rem;left:0.625rem;display:block; }
#K1xTmf6UNx1typJIPwKx8nJCGTTQWpsD { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yJLhJQTWFJaW4dT1AGWB6AvL876kT4vT { background-color:#ff3c94;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6875rem;height:4.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:29.893751144409rem;left:11.59375rem;display:block; }
#CLCdzVA0ITq461rp3IQlUOsf1ppSTM7W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HhQO2xzioTNyJZLL5RDFuu2ZKZBiXdDq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:33.75rem;display:none; }
#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/J2dOEDVo/IGS_ParentLetter.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg.adaptive-delivery-prevent-bg, #xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg.lazyload, #xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg.lazyloading { background-image: none; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row .container { background-color: transparent; background-image: none; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row .container > .video-iframe-container { display: none; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row > .video-iframe-container { display: none; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .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); }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row .container { border-width: 0; border-radius: 0; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:block; }#cg4bU8vxBv7NnFsTeBUmKckWmmMLqFV0 { color:#000000;display:block;width:41.625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.0625rem;left:23.625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EEK9eSKnJP68eXrT1enPbRFGpqHVlzTT { color:#000000;display:block;width:43.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:23.625rem;height:2.375rem;font-style:normal;display:none; }
#NZ6yRcWT5iF5wFbwMQtxM5pFXQsykcgS { color:#000000;display:block;width:43.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10rem;left:23.625rem;height:3.5625rem;font-style:normal;display:none; }
#va73ctu5E3sut3cCBnyRKgfUQxAq6Eak { color:#000000;display:block;width:43.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10rem;left:23.625rem;height:3.5625rem;font-style:normal;display:none; }
#GdO5P7qIxnAJbJ3LgeKDCSZW8MIQoruW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#PEXSRrANiZrT6zOXfQUQdc5XkUc9Opee { color:#000000;display:block;width:41.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:13.466796875rem;left:23.8125rem;height:5.4375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#JB2tzkRcvBEMrfTCLl6QmVusUmhXb4r9 { color:#000000;display:block;width:55.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5234375rem;left:10.8125rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fpPznOWHrSDsNJ45uc2GFGP88kC08WZb { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:13.28125rem;left:28.75rem;height:9.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kfGQctPSkIrtDgDrcPTRC4Cbl4QhckcQ { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:12.09375rem;left:28.75rem;height:14rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#stKZ0RgVRreCmMk3dI7I54MHP26Iquo5 { color:#000000;display:block;width:47.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:20.6875rem;left:11.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fEynpK4aL6LCG7kpuAhw8pZ647rDQ01K { color:#000000;display:block;width:49.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:9.875rem;left:9.1875rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VgnCAHHL7tMe5EZ0mSN5wv5fP63aoGUw { color:#000000;display:block;width:47.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:22.5625rem;left:9.1875rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rmxVXaQCzFVkk5ZCSA9L7akQwI4kQ7Zl { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:5.4375rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#X64pEaiCK6GMFXPUNuuysmLLCbNLOJ6P { color:#03989e;display:block;width:75rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.5625rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKsvozBE6xytGPzbXidMy5HfOlhTdmcx { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans condensed";font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:9.2906250953675rem;left:3.53125rem;height:8.84275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#wKsvozBE6xytGPzbXidMy5HfOlhTdmcx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wKsvozBE6xytGPzbXidMy5HfOlhTdmcx li:before{  }
#R8iUv1cFdSTv6OdzwO1ufTi7NzJfhfCd { position:absolute;display:block;z-index:15018;background-color:rgba(3,152,158,0.35);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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:3.625rem;width:3.625rem;top:19.75rem;left:3.125rem;display:block; }
#UoCzDZebQhH5IOo2md7PaksISUpw1iUG { position:absolute;display:block;z-index:15011;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:3.625rem;width:48.9375rem;top:19.75rem;left:4.875rem;display:block; }
#sgX4NhVgeWkNuA7fZwgEkftHl4KMkbSU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:20.5625rem;left:4rem; }
#u3uLiIAIGonHnsDJANhVkFWq1Q9tHfJc { color:#000000;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.75rem;left:8rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uBEACk6mg4IdOhN2T74haVEAEtpIuZbf { color:#000000;display:block;width:23.25rem;position:absolute;font-family:"open sans condensed";font-size:1.4375rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:9.2906250953675rem;left:49.98671913147rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#uBEACk6mg4IdOhN2T74haVEAEtpIuZbf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uBEACk6mg4IdOhN2T74haVEAEtpIuZbf li:before{  }
#bmc5xOaL8zGtJBOF9OX0kvtG4Q8zR9gF { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans condensed";font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:9.2906250953675rem;left:29.906251907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#bmc5xOaL8zGtJBOF9OX0kvtG4Q8zR9gF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bmc5xOaL8zGtJBOF9OX0kvtG4Q8zR9gF li:before{  }
#TztTEPA6lcJMoKQnaTxGw5abImrKRFlv { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15010;background-color:#03989e;background-image:none;top:18.00625038147rem;left:28.125001907349rem;display:block; }
#xTJIQbTaT6fbdCuwNTDzyOvR7Xo7KGpm { position:absolute;display:block;z-index:15015;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:3.625rem;width:48.9375rem;top:24.625rem;left:7.375rem;display:block; }
#mDUQnOzhasImoz5Z4DtF4OWfzUB5ngl4 { color:#000000;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:25.625rem;left:10.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aPkUPXWxJxqSlr42ViJbnkAPq3WT0EDi { position:absolute;display:block;z-index:15022;background-color:rgba(3,152,158,0.35);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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:3.625rem;width:3.625rem;top:24.625rem;left:5.625rem;display:block; }
#OOqHylu22tEufyoKWedyqkER0JzwkrzR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:25.4375rem;left:6.5rem; }
#SZSVfZvm38pVOhNBwnDeqNAUD4BUfWdL { position:absolute;display:block;z-index:15019;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:3.625rem;width:48.9375rem;top:29.625rem;left:10rem;display:block; }
#tKOpALF5exsn1y4oTU1BTRRvQac4eBa6 { color:#000000;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:30.625rem;left:13.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t03G9CIL4Un4rFEMsUT9uCXEyXiWe1ei { position:absolute;display:block;z-index:15026;background-color:rgba(3,152,158,0.35);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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:3.625rem;width:3.625rem;top:29.625rem;left:8.25rem;display:block; }
#o0yQNFgHvZC3G5Ae8RSuZ2a1qDWf2n49 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:30.4375rem;left:9.125rem; }
#JK9H0sxHX9HcT0MXuvTMXWlwLAWGCCBy { position:absolute;display:block;z-index:15023;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:3.625rem;width:48.9375rem;top:34.5rem;left:12.625rem;display:block; }
#KpzvUiHZOtHTu50D1NVgcWwv79Md3foc { position:absolute;display:block;z-index:15030;background-color:rgba(3,152,158,0.35);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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:3.625rem;width:3.625rem;top:34.5rem;left:10.875rem;display:block; }
#Mz65QZvimOTaQxfTB6N2oN6mdTzuUc8o { color:#000000;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:35.5rem;left:15.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#COiR9CwJwDaxBlnbUTStkdL81spiy3Pt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:35.3125rem;left:11.75rem; }
#vfesCrDXlnani9ucMKRDtaZzNkzTdx1v { position:absolute;display:block;z-index:15027;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:3.625rem;width:48.9375rem;top:39.375rem;left:15.125rem;display:block; }
#HxyBd97WPdz2f62ek26LbXkzV5FTmK6E { position:absolute;display:block;z-index:15034;background-color:rgba(3,152,158,0.35);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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:3.625rem;width:3.625rem;top:39.375rem;left:13.375rem;display:block; }
#EF8Ts39nVmsR02NR8g32zfMywKzLoxPX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:40.1875rem;left:14.25rem; }
#uhWgpr1TTTneFTU4TN86o48C4u66pm3V { color:#000000;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:40.375rem;left:18.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nr9T7Qql4CardwvZhBsqBH6m5XZqF04P { position:absolute;display:block;z-index:15031;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:3.625rem;width:48.9375rem;top:44.25rem;left:17.75rem;display:block; }
#iCPNhpq0vnnebpTvLk0TcXof7TWAHH9F { position:absolute;display:block;z-index:15038;background-color:rgba(3,152,158,0.35);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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:3.625rem;width:3.625rem;top:44.25rem;left:16rem;display:block; }
#fDnORp5cMzHJ7kaJ07MqfDKD6n0ohhUp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:45.0625rem;left:16.875rem; }
#pT9bJsMZqfxQF7roZ507ZsolGZvFCoJf { color:#000000;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:45.25rem;left:20.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TwiVZ5i3HaTptI7TuGmRTEIQZRVzymLB { position:absolute;display:block;z-index:15035;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:3.625rem;width:48.9375rem;top:49.125rem;left:20.375rem;display:block; }
#lredezbnhGH3ov4Zk3LlTsRTlW7irXhN { color:#000000;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:50.125rem;left:23.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HRCA2U6WLdgqJyFrmT10slD7Hdwu8Tuk { position:absolute;display:block;z-index:15042;background-color:rgba(3,152,158,0.35);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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:3.625rem;width:3.625rem;top:49.125rem;left:18.625rem;display:block; }
#H9q3tOsnss62HpK6nTGtT0Sb16giScqt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:49.9375rem;left:19.5rem; }
#alwUyhXxlVwqETrfh9TEVLSdaoUUzPzx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:33.75rem;display:none; }
#fe2AsEyf3dcaFGRgk2wN1pTWsGDlgcRH { background-color:#ff3c94;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:26.6875rem;height:4.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:56.393751144409rem;left:26.250001907349rem;display:block; }
#b4P0LpcnXlNnfZ3De8vTM0OXi8QI0meA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row .container { background-color: transparent; background-image: none; }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row .container > .video-iframe-container { display: none; }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row > .video-iframe-container { display: none; }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .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); }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row .container { border-width: 0; border-radius: 0; }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#LIey7TVtFqBZvU7fNnu8aC6KBeTf88Qg { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:7.6875rem;left:30.281251907349rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#aD94n4GT8A4FMzBlNXBE9L4LOA1FuSXV { color:#03989e;display:block;width:51.75rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:3.6875rem;left:21.875rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEn1zmqb3LDFU0gKq7LB9fHipFOMzXEI { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"open sans condensed";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:28.4375rem;left:20.0625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fWDOvJZBlPpV40sThsIV000wp7gkoKtJ { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:19.5625rem;left:32.312501907349rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ie9RpXWKdSzm8g7csQ3TWe3S6oeuu75X { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:16.625rem;top:1.25rem;left:5.7742185592651rem;overflow:hidden;display:block; }
#XFLpq2aEisOhq22gv09t5deKSk2RVkrB { position:absolute;display:block;z-index:15000;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:24.1875rem;width:42.8125rem;top:1.875rem;left:26.343751907349rem;display:block; }
#AacTwzpFsNF4Ta845EnIwKSNZVKIOu1c { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row .container { background-color: transparent; background-image: none; }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row .container > .video-iframe-container { display: none; }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row > .video-iframe-container { display: none; }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .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); }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row .container { border-width: 0; border-radius: 0; }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#zfSIzW5c18dbTQp7iXp0tMyMnQwFwCnS { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:9.375rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wksm8GVZ2spCUniGMM2ITb00SKDIDbyQ { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.53125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q7eHTkc92INDW69oQgH1OiNaWaAyF2nb { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:9.375rem;left:18.84375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HlRcAgz6T8NKtTkzb4PpqhXtcTJWRznM { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.875rem;left:20.65625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nI3EkadJW1HbN0ITSpoaKos69qA0z82e { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:9.375rem;left:38.562501907349rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVqCZUBTvTDerJa6TUu7WtpRof0DN2Tz { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:38.218751907349rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhFSs8REBH3HShan5PiCtiTVAfuTTDtF { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:9.375rem;left:56.249998092651rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fQLJCrgNrNPpFnV7Wg0hSFDFtymMXzRf { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:57.718748092651rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2KTDfqBvnoO3y736U9tgTC897TG9CdM { position:absolute;display:block;z-index:15014;background-color:#f1e1e0;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.125rem;width:8.125rem;top:0rem;left:5.3125rem;display:block; }
#ZeNSh7BFI8WzSZlOBZTZii0yo9h7sJ7o { position:absolute;display:block;z-index:15015;background-color:#fab5bb;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.125rem;width:8.125rem;top:0rem;left:24.062501907349rem;display:block; }
#Z0O94TB0dZgKCZowUsJeVeU0fc1U3m7k { position:absolute;display:block;z-index:15016;background-color:#b55c88;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.125rem;width:8.125rem;top:0rem;left:42.812501907349rem;display:block; }
#RrOzmDOItAODe288neXJTWb9AW79rTdM { position:absolute;display:block;z-index:15002;background-color:#f1e1e0;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.125rem;width:8.125rem;top:0rem;left:61.562498092651rem;display:block; }
#DOVBfZAkOqPnOH5KRA5aU1CAiOn6FsbA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.875rem;left:43.687501907349rem; }
#SAJP0ZPhkKK9TnT2hybzrgSl15KLms7a { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.40625rem;left:25.343751907349rem; }
#nWWBugn3fndcnXiIfBbyryD0NooEAoAe { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.28125rem;left:62.84374809265rem; }
#TmSqUEmOvge7PP7zfm7V4rWpMSlkWNX6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.2812490463257rem;left:6.59375rem; }
#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row .container { background-color: transparent; background-image: none; }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row .container > .video-iframe-container { display: none; }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row > .video-iframe-container { display: none; }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .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); }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row .container { border-width: 0; border-radius: 0; }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#JFfsezXcrtZctTJOP0uJq27uLcSdzyxN { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:10.65625rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q14LB3JLCb6y1r5hiRr9pT1GTSyPRU8d { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:13.15625rem;left:1.90625rem;height:4.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#I0bZUOgNWfzGxtr61GwcbTLl91OQxPA9 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:10.6875rem;left:19rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbMqNapww6PTceXUBPJV8CkOM9kCtoTG { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.578125rem;left:19.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7ya4N9kBPaFb9G72pmy8fCiV4bS2xhu { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:10.75rem;left:37.437501907349rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lLHqwQZPFE1f1unNcZmp16xfi7TC3M41 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.578125rem;left:37.968751907349rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAeBKQnwcc40wI8bD12tqvfVU2mZluV1 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:10.675001144409rem;left:56.249998092651rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nhg59BVbtanqo0T6tlz0Ah7fVflzVlnh { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.578125rem;left:57.718748092651rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWLE9hkkwAVlTkDtPB0NicgcW4Qc0E4V { position:absolute;display:block;z-index:15014;background-color:#fab5bb;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.125rem;width:8.125rem;top:1.3125rem;left:5.3125rem;display:block; }
#knqko89Gpt4FlwsfeseNwQhk6wh10BPC { position:absolute;display:block;z-index:15015;background-color:#b55c88;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.125rem;width:8.125rem;top:1.3125rem;left:24.062501907349rem;display:block; }
#mlmsAIwuwAvzlEhkVEkpw31kNTBu65eW { position:absolute;display:block;z-index:15016;background-color:#f1e1e0;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.125rem;width:8.125rem;top:1.3125rem;left:42.812501907349rem;display:block; }
#ZGCTuoEhvr5hbMAW8blR6bAFwmLUuhC8 { position:absolute;display:block;z-index:15002;background-color:#fab5bb;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:8.125rem;width:8.125rem;top:1.3312511444092rem;left:61.562498092651rem;display:block; }
#c7iPLI6lGVi0iby0Om4i273pN7Mh8xWC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.9375rem;width:8.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.03125rem;left:4.90625rem; }
#NJnZTpg7TpyRmVQRnLXsyIoNUx0UKKKM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.75rem;width:10.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0rem;left:22.750001907349rem; }
#GAusycFHq2GOSdNkugnsHifqi4wPqHDM { box-sizing:content-box;color:#5d92ff;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.625rem;left:44.125001907349rem; }
#ubRgqhy9iOCJOOpQA6D609i6VM9K2bIS { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.59375rem;left:62.84374809265rem; }
#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row .container { background-color: transparent; background-image: none; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row .container > .video-iframe-container { display: none; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row > .video-iframe-container { display: none; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .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); }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row .container { border-width: 0; border-radius: 0; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#Qo03sQ9SVzAdys9eTgfnboL0HtTxm2Hm { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:5.3125rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#V5m8gAl7SGEZu48dgvGadqKWiE3zHKQz { color:#03989e;display:block;width:75rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFdrTq9HC1QgJGzIALwaENQGGGMZPQEg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:23.5rem;top:3.9359436035156rem;left:47.799217605591rem;overflow:hidden;display:block; }
#R6GcTgQxiQSBIU3EXaXJP52t4AO0ea6A { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:15.9375rem;top:3.9359378814698rem;left:52.711717605591rem;overflow:hidden;display:none; }
#i6qhDoSg8mJAteaDP52Gw1sssstgPC84 { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.1875rem;width:34.6875rem;top:8.125rem;left:2.4375rem;display:none; }
#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE > .row .container { background-color: transparent; background-image: none; }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE > .row .container > .video-iframe-container { display: none; }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE > .row > .video-iframe-container { display: none; }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE > .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); }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE > .row .container { border-width: 0; border-radius: 0; }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE > .row .container { font-size:0.875rem;font-family:arial;height:76.1875rem;width:75rem;position:relative;display:block; }#aUrNFDcX1THnquymactM3lMxr0HrdToS { position:absolute;display:block;z-index:14999;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:11.4375rem;width:47.5rem;top:2.9375rem;left:6.25rem;display:block; }
#twpTum9atB81DGuyHLBh1SdyTywsZU2U { color:#000000;display:block;width:36.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:4.1875rem;left:15.67421913147rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Ulv7d1Dpe7XqgmPWCMO7TGM47eVOLv9l { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:5.40625rem;left:7.5rem;overflow:hidden;display:block; }
#UsyctiJ5rEywSZwZHSuW56h4KeMypTfs { color:#000000;display:block;width:10.25rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:12.1875rem;left:28.98671913147rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#IxLcn1a3vkZ85v5n14S2itZMproS0XCc { position:absolute;display:block;z-index:15011;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:10.125rem;width:62.5rem;top:16.25rem;left:6.25rem;display:block; }
#aLrqDllib7ChC09xKro4HRiObF5kUTov { color:#000000;display:block;width:50.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:17.5rem;left:16.25rem;height:2.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nS4IPSRTiLo43OxWKX2uhSaLyRFtF9EC { color:#000000;display:block;width:10.25rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:24.1875rem;left:36.562501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZuumwZscfpakpETPmOWKTxzzZJ6fRXm9 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:18.09375rem;left:7.5rem;overflow:hidden;display:block; }
#DIxErGdWZBcKgXXu7HAUuqF4iV9HKSUa { color:#000000;display:block;width:36.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:8.75rem;left:15.67421913147rem;height:2.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oDg2GmMrSmXt3DRWVSVKdMVguACrkPbR { color:#000000;display:block;width:50.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:20.71875rem;left:16.29921913147rem;height:2.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#z4UCJbBUvZItAiKGga36UF31xdmkSSQz { position:absolute;display:block;z-index:15012;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:11.5rem;width:62.5rem;top:44.625rem;left:6.25rem;display:block; }
#BTdORCMguiFPsLo9rH7GgkcHP6BTVXZC { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:50.4375rem;left:16.64296913147rem;height:2.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vLFdh1lPoTqT8pQWv2XqGpVkWEEBBIml { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:45.875rem;left:16.61171913147rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Vlwx7NFX5yvMxoAFWRtxVqkVATcq9xUD { color:#000000;display:block;width:10.25rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:53.875rem;left:36.48671913147rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#C9uVdNexmZ23UhSFlLpufuSHz9GIt9l8 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:47rem;left:7.5rem;overflow:hidden;display:block; }
#e1ExDl3Sy4pDVnQyy944wLZVnkztSmuw { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Er1I24cTtyqEUOb0zElSPEtaF1wsuBmb { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VrTxNQmP4UlzXHxyHcTTup3ezPl8momW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SaFDLOl7aTLgiMybKGhBueRgvoTEzl0a { position:absolute;display:block;z-index:15014;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:14.3125rem;width:62.5rem;top:28.375rem;left:6.25rem;display:block; }
#WJVkraR0VqhZZzBh8GQbl18oQ118X9lD { color:#000000;display:block;width:49.8125rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:29.618041992188rem;left:17.72421836853rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#T3M14WLPBCL8T7VzWgGIx0vF3qDm31SU { color:#000000;display:block;width:14.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:40.305541992188rem;left:34.83046913147rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Q3v8ONegnVTBIuclp0DzKUJdd4mk6ACg { color:#000000;display:block;width:49.125rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:35.493041992188rem;left:17.98671913147rem;height:2.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZUrZZbz0yVsq1b5TsCJ52pqa6Ckqw8Lk { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:32.25rem;left:7.5rem;overflow:hidden;display:block; }
#CAbhMcRwaQXNtWTAD3vvgkh2JpJ8VRol { color:#000000;display:block;width:51.25rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:59.1875rem;left:16.33046913147rem;height:5.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#arc1PuWeXqdrGfV8yf5OKtd7qvNEPNCo { position:absolute;display:block;z-index:15014;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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:14.625rem;width:62.5rem;top:58rem;left:6.25rem;display:block; }
#P7GdGCnGm3DC2ZdRngrnD5APfUdaDHHu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:62.03125rem;left:7.5rem;overflow:hidden;display:block; }
#SX5pIV8Awc5MDZwSyUX9xoufaquhGGWX { color:#000000;display:block;width:51.25rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15060;line-height:1.4;letter-spacing:0;top:65.0625rem;left:16.34921836853rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XZrRVNy79861HhtTSR5NZ4gGrZGIKm9R { color:#000000;display:block;width:13rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:69.875rem;left:35.11171913147rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wa0x4DzAX8sMJcfnU5fBsndMVXoBtudy { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RDB4l0mTtHJlESrr1RmeLfofiXSSgI3t { color:#000000;display:block;width:51.25rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:55.4375rem;left:16.33046913147rem;height:5.25rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#OEBH7qDepTwUGgZ4kUgqOA4zbmkPgM00 { color:#000000;display:block;width:51.25rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:55.4375rem;left:16.33046913147rem;height:5.25rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ > .row .container { background-color: transparent; background-image: none; }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ > .row .container > .video-iframe-container { display: none; }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ > .row > .video-iframe-container { display: none; }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ > .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); }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ > .row .container { border-width: 0; border-radius: 0; }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#TXh706tZfEWHuCIT3wN5EXUMPfNWlZEA { color:#03989e;display:block;width:45.3125rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.75rem;left:14.84375rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DxH0L1oTA8iDVKAJ7fOcf1UTdD0D8mrH { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:9.4812545776369rem;left:19.48671913147rem;height:17.1230625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#DxH0L1oTA8iDVKAJ7fOcf1UTdD0D8mrH li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#DxH0L1oTA8iDVKAJ7fOcf1UTdD0D8mrH li:before{  }
#FH1aFSTIInnOFiROLT4IfonfF2EMTHEc { position:absolute;display:block;z-index:15001;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:63.875rem;top:8.4999961853025rem;left:5.5625rem;display:block; }
#SbPIqmvkm79SX0BRHf5d5elitIq2kFX7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:14.5625rem;top:9.4054641723631rem;left:3.16796875rem;overflow:hidden;display:block; }
#Rzs3nMEtTTrxpwZ4UPXTUNXe2MroE47L { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:5.5625rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(255,255,255,0.46);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.08) ; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.0625rem;font-family:"open sans condensed";height:auto;text-align:center;text-align-last:center;font-style:italic;line-height:1.2;overflow:hidden; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:"open sans";font-weight:300;font-style:normal;height:auto;line-height:1.4;overflow:hidden; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-trigger { width:1.4375rem;min-width:1.4375rem;height:1.4375rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5d12c2e0ce2a607d97bcfd88ef7830f0ed8becd0.svg");background-size:contain !important; }#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-trigger.adaptive-delivery-prevent-bg, #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-trigger.lazyload, #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-trigger.lazyloading { background-image: none; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm { box-sizing:content-box;height:auto;width:47.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:29.456249952316rem;left:20.61171913147rem;box-shadow: none; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #fasI2dmfef9PSvh5xpcyVX33nEJ3n85Z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #plW3f7Phl0FmyCBKzSbsvWRntuURmTLe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #WiOGIG05Wc8bXxdtP0eTv4yxoLGxMvD9 { display:block;position:relative; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #PWU6nmCBlTT35sG2rmtZCWlKhu65qPyX {  }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #eAo86ekUOlEmcrsrS6PbwOEKE3Pg12MW {  }
#kCFRuP3HkuAQlsEAmn1pyFbwJuKm8ZF4 { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:9.3562500476837rem;left:20.61171913147rem;height:20.1rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH > .row .container { background-color: transparent; background-image: none; }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH > .row .container > .video-iframe-container { display: none; }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH > .row > .video-iframe-container { display: none; }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH > .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); }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH > .row .container { border-width: 0; border-radius: 0; }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#lFkixTOFCKDmphalkfkQ7Kz2ATPkStTc { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:12.5rem;height:2.1123rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aL6Ay83SfPsRvOEIZC6R5UirBzgE4QiP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:6rem;top:9.6804809570312rem;left:34.5rem;overflow:hidden;display:block; }
#Qtp8T1bZeTepm8f24V6h213WX1CvrCB0 { background-color:#ff3c94;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.125rem;height:5.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.6875rem;left:18.4375rem;display:block; }
#sV8nAS5HRR6ngluVDaRQBCb8uBd3rDnh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mZ1ctvBPdls84A9odO8GPSHKDT7O5CN8 { position:absolute;display:block;z-index:15006;height:4.5625rem;width:8.1875rem;top:9rem;left:8.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ { display:block; }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwJJl92l3OBJlvo3yHwmfoBoxKmdGiWu { top:8.125rem;left:0rem;width:30.125rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJTfxV6lX2LQQVXyarnDXHJRRfLu7RF8 { top:21.5rem;left:0rem;width:44.6875rem;height:7rem;font-size:1.0625rem;display:block; }#VJTfxV6lX2LQQVXyarnDXHJRRfLu7RF8 li:before{  }
 }@media only screen and (max-width: 763px) { #OfdOT0ibPvZBTkD2Lad9o8zsyMgG6myz { width:18.75rem;height:0.125rem;top:15rem;left:2.5492191314698rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVF70tEBXnv2no18ChPfBrlsGrFtEIz9 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5JBawCur1T7rBVzqXXSDiKL3T746f8i { width:13.75rem;height:24.5rem;top:13.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOmLoSe4DHaIznRfvpMt0DEMcR6vv4H5 { width:19.375rem;height:34.5rem;top:0.4375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHFzaDfPXsvquanh2vsnVfQHBo04vPAq { top:1.4375rem;left:0rem;width:38.5625rem;height:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqoOblRQzT5TnKsd0t6ulfOQgKwUpCeK { width:8.75rem;height:8.75rem;top:12.125rem;left:32.17421913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7RQaJxuKEO9NTbk2TJwsQ9ewCMwfxTW { top:17rem;left:0rem;width:47.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVpLcfoHclONTGJWgrR8se4m2KSRmhnT { top:17.4375rem;left:0rem;width:42rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxMFpcXcTcZoETrxSEerGX3IIFrvPKVm { width:47.75rem;height:3.0625rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1xTmf6UNx1typJIPwKx8nJCGTTQWpsD { width:6.6875rem;height:6.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJLhJQTWFJaW4dT1AGWB6AvL876kT4vT { width:26.6875rem;height:4.5rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLCdzVA0ITq461rp3IQlUOsf1ppSTM7W { display:block; }
 }@media only screen and (max-width: 763px) { #HhQO2xzioTNyJZLL5RDFuu2ZKZBiXdDq { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg { display:none; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cg4bU8vxBv7NnFsTeBUmKckWmmMLqFV0 { width:18.875rem;height:4.75rem;top:6.0625rem;left:10rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEK9eSKnJP68eXrT1enPbRFGpqHVlzTT { width:20rem;height:5.9375rem;top:9.8125rem;left:10rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZ6yRcWT5iF5wFbwMQtxM5pFXQsykcgS { width:19rem;height:2.1875rem;top:10rem;left:10rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #va73ctu5E3sut3cCBnyRKgfUQxAq6Eak { width:19.5625rem;height:4.375rem;top:10rem;left:10rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdO5P7qIxnAJbJ3LgeKDCSZW8MIQoruW { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEXSRrANiZrT6zOXfQUQdc5XkUc9Opee { width:13.5rem;height:9rem;top:13.4375rem;left:10.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JB2tzkRcvBEMrfTCLl6QmVusUmhXb4r9 { width:19.75rem;height:11.875rem;top:1.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpPznOWHrSDsNJ45uc2GFGP88kC08WZb { width:14.5625rem;height:11.25rem;top:13.25rem;left:15.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfGQctPSkIrtDgDrcPTRC4Cbl4QhckcQ { width:14.8125rem;height:17.0625rem;top:12.0625rem;left:15.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #stKZ0RgVRreCmMk3dI7I54MHP26Iquo5 { width:47.0625rem;height:10.625rem;top:20.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEynpK4aL6LCG7kpuAhw8pZ647rDQ01K { width:14.8125rem;height:17rem;top:9.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgnCAHHL7tMe5EZ0mSN5wv5fP63aoGUw { width:17.75rem;height:9.1875rem;top:22.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmxVXaQCzFVkk5ZCSA9L7akQwI4kQ7Zl { top:5.4375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X64pEaiCK6GMFXPUNuuysmLLCbNLOJ6P { top:2.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKsvozBE6xytGPzbXidMy5HfOlhTdmcx { top:9.25rem;left:0rem;width:20.75rem;height:7.25rem;font-size:1.0625rem;display:block; }#wKsvozBE6xytGPzbXidMy5HfOlhTdmcx li:before{  }
 }@media only screen and (max-width: 763px) { #R8iUv1cFdSTv6OdzwO1ufTi7NzJfhfCd { top:19.75rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoCzDZebQhH5IOo2md7PaksISUpw1iUG { top:19.75rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgX4NhVgeWkNuA7fZwgEkftHl4KMkbSU { width:1.875rem;height:1.875rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3uLiIAIGonHnsDJANhVkFWq1Q9tHfJc { top:20.75rem;left:0rem;width:44rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBEACk6mg4IdOhN2T74haVEAEtpIuZbf { top:9.25rem;left:24.5rem;width:23.25rem;height:;font-size:1.0625rem;display:block; }#uBEACk6mg4IdOhN2T74haVEAEtpIuZbf li:before{  }
 }@media only screen and (max-width: 763px) { #bmc5xOaL8zGtJBOF9OX0kvtG4Q8zR9gF { top:9.25rem;left:16.281251907349rem;width:15.1875rem;height:;font-size:1.125rem;display:block; }#bmc5xOaL8zGtJBOF9OX0kvtG4Q8zR9gF li:before{  }
 }@media only screen and (max-width: 763px) { #TztTEPA6lcJMoKQnaTxGw5abImrKRFlv { width:18.75rem;height:0.125rem;top:18rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJIQbTaT6fbdCuwNTDzyOvR7Xo7KGpm { top:24.625rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDUQnOzhasImoz5Z4DtF4OWfzUB5ngl4 { top:25.625rem;left:0rem;width:44rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPkUPXWxJxqSlr42ViJbnkAPq3WT0EDi { top:24.625rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOqHylu22tEufyoKWedyqkER0JzwkrzR { width:1.875rem;height:1.875rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZSVfZvm38pVOhNBwnDeqNAUD4BUfWdL { top:29.625rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKOpALF5exsn1y4oTU1BTRRvQac4eBa6 { top:30.625rem;left:0rem;width:44rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t03G9CIL4Un4rFEMsUT9uCXEyXiWe1ei { top:29.625rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0yQNFgHvZC3G5Ae8RSuZ2a1qDWf2n49 { width:1.875rem;height:1.875rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK9H0sxHX9HcT0MXuvTMXWlwLAWGCCBy { top:34.5rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpzvUiHZOtHTu50D1NVgcWwv79Md3foc { top:34.5rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz65QZvimOTaQxfTB6N2oN6mdTzuUc8o { top:35.5rem;left:2.125rem;width:44rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COiR9CwJwDaxBlnbUTStkdL81spiy3Pt { width:1.875rem;height:1.875rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfesCrDXlnani9ucMKRDtaZzNkzTdx1v { top:39.375rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxyBd97WPdz2f62ek26LbXkzV5FTmK6E { top:39.375rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF8Ts39nVmsR02NR8g32zfMywKzLoxPX { width:1.875rem;height:1.875rem;top:40.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhWgpr1TTTneFTU4TN86o48C4u66pm3V { top:40.375rem;left:3.75rem;width:44rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr9T7Qql4CardwvZhBsqBH6m5XZqF04P { top:44.25rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCPNhpq0vnnebpTvLk0TcXof7TWAHH9F { top:44.25rem;left:2.375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDnORp5cMzHJ7kaJ07MqfDKD6n0ohhUp { width:1.875rem;height:1.875rem;top:45.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT9bJsMZqfxQF7roZ507ZsolGZvFCoJf { top:45.25rem;left:3.75rem;width:44rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwiVZ5i3HaTptI7TuGmRTEIQZRVzymLB { top:49.125rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lredezbnhGH3ov4Zk3LlTsRTlW7irXhN { top:50.125rem;left:3.75rem;width:44rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRCA2U6WLdgqJyFrmT10slD7Hdwu8Tuk { top:49.125rem;left:5rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9q3tOsnss62HpK6nTGtT0Sb16giScqt { width:1.875rem;height:1.875rem;top:49.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alwUyhXxlVwqETrfh9TEVLSdaoUUzPzx { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fe2AsEyf3dcaFGRgk2wN1pTWsGDlgcRH { width:26.6875rem;height:4.5rem;top:56.375rem;left:12.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4P0LpcnXlNnfZ3De8vTM0OXi8QI0meA { display:block; }
 }@media only screen and (max-width: 763px) { #ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv { display:block; }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIey7TVtFqBZvU7fNnu8aC6KBeTf88Qg { top:7.6875rem;left:12.8125rem;width:34.9375rem;height:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD94n4GT8A4FMzBlNXBE9L4LOA1FuSXV { top:3.6875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEn1zmqb3LDFU0gKq7LB9fHipFOMzXEI { top:28.4375rem;left:6.4375rem;width:36.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDOvJZBlPpV40sThsIV000wp7gkoKtJ { top:19.5625rem;left:16.875rem;width:30.875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie9RpXWKdSzm8g7csQ3TWe3S6oeuu75X { width:16.625rem;height:29.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFLpq2aEisOhq22gv09t5deKSk2RVkrB { top:1.875rem;left:4.9375rem;width:42.8125rem;height:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AacTwzpFsNF4Ta845EnIwKSNZVKIOu1c { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckftJPVZmth2OCJFihIZ2GicJVR6dGtx { display:block; }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfSIzW5c18dbTQp7iXp0tMyMnQwFwCnS { top:9.375rem;left:0rem;width:18.75rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wksm8GVZ2spCUniGMM2ITb00SKDIDbyQ { top:11.875rem;left:0rem;width:15.5rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7eHTkc92INDW69oQgH1OiNaWaAyF2nb { top:9.375rem;left:5.3125rem;width:18.5625rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlRcAgz6T8NKtTkzb4PpqhXtcTJWRznM { top:11.875rem;left:8.9375rem;width:14.9375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI3EkadJW1HbN0ITSpoaKos69qA0z82e { top:9.375rem;left:19.1875rem;width:16.625rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVqCZUBTvTDerJa6TUu7WtpRof0DN2Tz { top:11.875rem;left:18.3125rem;width:17.5rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhFSs8REBH3HShan5PiCtiTVAfuTTDtF { top:9.375rem;left:17.4375rem;width:18.8125rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQLJCrgNrNPpFnV7Wg0hSFDFtymMXzRf { top:11.875rem;left:31.9375rem;width:15.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2KTDfqBvnoO3y736U9tgTC897TG9CdM { top:0rem;left:1.90625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeNSh7BFI8WzSZlOBZTZii0yo9h7sJ7o { top:0rem;left:13.843751907349rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0O94TB0dZgKCZowUsJeVeU0fc1U3m7k { top:0rem;left:25.78125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrOzmDOItAODe288neXJTWb9AW79rTdM { top:0rem;left:37.71875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOVBfZAkOqPnOH5KRA5aU1CAiOn6FsbA { width:6.375rem;height:6.375rem;top:0.875rem;left:26.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAJP0ZPhkKK9TnT2hybzrgSl15KLms7a { width:5.5625rem;height:5.5625rem;top:1.375rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWWBugn3fndcnXiIfBbyryD0NooEAoAe { width:5.5625rem;height:5.5625rem;top:1.25rem;left:38.999998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmSqUEmOvge7PP7zfm7V4rWpMSlkWNX6 { width:5.5625rem;height:5.5625rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfNUv6outgNWx2nddNQh02TuNgxXgiGI { display:block; }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFfsezXcrtZctTJOP0uJq27uLcSdzyxN { top:10.625rem;left:0rem;width:18.75rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q14LB3JLCb6y1r5hiRr9pT1GTSyPRU8d { top:13.125rem;left:0rem;width:14.9375rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0bZUOgNWfzGxtr61GwcbTLl91OQxPA9 { top:10.6875rem;left:5.3125rem;width:18.5625rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbMqNapww6PTceXUBPJV8CkOM9kCtoTG { top:13.5625rem;left:6.5rem;width:17.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7ya4N9kBPaFb9G72pmy8fCiV4bS2xhu { top:10.75rem;left:5rem;width:18.875rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLHqwQZPFE1f1unNcZmp16xfi7TC3M41 { top:13.5625rem;left:18rem;width:17.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAeBKQnwcc40wI8bD12tqvfVU2mZluV1 { top:10.625rem;left:17.4375rem;width:18.375rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhg59BVbtanqo0T6tlz0Ah7fVflzVlnh { top:13.5625rem;left:31.9375rem;width:15.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWLE9hkkwAVlTkDtPB0NicgcW4Qc0E4V { top:1.3125rem;left:1.90625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knqko89Gpt4FlwsfeseNwQhk6wh10BPC { top:1.3125rem;left:13.843751907349rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlmsAIwuwAvzlEhkVEkpw31kNTBu65eW { top:1.3125rem;left:25.781251907349rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGCTuoEhvr5hbMAW8blR6bAFwmLUuhC8 { top:1.3125rem;left:37.718748092651rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7iPLI6lGVi0iby0Om4i273pN7Mh8xWC { width:8.9375rem;height:8.9375rem;top:1rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJnZTpg7TpyRmVQRnLXsyIoNUx0UKKKM { width:10.75rem;height:10.75rem;top:0rem;left:12.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAusycFHq2GOSdNkugnsHifqi4wPqHDM { width:5.5rem;height:5.5rem;top:2.625rem;left:27.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubRgqhy9iOCJOOpQA6D609i6VM9K2bIS { width:5.5625rem;height:5.5625rem;top:2.5625rem;left:38.999998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K { display:block; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo03sQ9SVzAdys9eTgfnboL0HtTxm2Hm { top:5.3125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5m8gAl7SGEZu48dgvGadqKWiE3zHKQz { top:2.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFdrTq9HC1QgJGzIALwaENQGGGMZPQEg { width:23.5rem;height:23.5rem;top:3.875rem;left:24.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6GcTgQxiQSBIU3EXaXJP52t4AO0ea6A { width:15.9375rem;height:15.9375rem;top:3.875rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6qhDoSg8mJAteaDP52Gw1sssstgPC84 { top:8.125rem;left:0rem;width:34.6875rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE { display:block; }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUrNFDcX1THnquymactM3lMxr0HrdToS { top:2.9375rem;left:0rem;width:47.5rem;height:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #twpTum9atB81DGuyHLBh1SdyTywsZU2U { width:36.875rem;height:3.9375rem;top:4.1875rem;left:2.0492191314698rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulv7d1Dpe7XqgmPWCMO7TGM47eVOLv9l { width:6.5rem;height:6.5rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsyctiJ5rEywSZwZHSuW56h4KeMypTfs { width:10.25rem;height:1.25rem;top:12.1875rem;left:15.36171913147rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxLcn1a3vkZ85v5n14S2itZMproS0XCc { top:16.25rem;left:0rem;width:47.75rem;height:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLrqDllib7ChC09xKro4HRiObF5kUTov { width:47.75rem;height:2.625rem;top:17.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS4IPSRTiLo43OxWKX2uhSaLyRFtF9EC { width:10.25rem;height:1.25rem;top:24.1875rem;left:22.937501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuumwZscfpakpETPmOWKTxzzZJ6fRXm9 { width:6.4375rem;height:6.4375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxErGdWZBcKgXXu7HAUuqF4iV9HKSUa { width:36.875rem;height:1.3125rem;top:8.75rem;left:2.0492191314698rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDg2GmMrSmXt3DRWVSVKdMVguACrkPbR { width:47.75rem;height:2.625rem;top:20.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4UCJbBUvZItAiKGga36UF31xdmkSSQz { top:44.625rem;left:0rem;width:47.75rem;height:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTdORCMguiFPsLo9rH7GgkcHP6BTVXZC { width:47.75rem;height:2.625rem;top:50.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLFdh1lPoTqT8pQWv2XqGpVkWEEBBIml { width:47.75rem;height:3.9375rem;top:45.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlwx7NFX5yvMxoAFWRtxVqkVATcq9xUD { width:10.25rem;height:1.25rem;top:53.875rem;left:22.86171913147rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9uVdNexmZ23UhSFlLpufuSHz9GIt9l8 { width:6.4375rem;height:6.4375rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1ExDl3Sy4pDVnQyy944wLZVnkztSmuw { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er1I24cTtyqEUOb0zElSPEtaF1wsuBmb { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrTxNQmP4UlzXHxyHcTTup3ezPl8momW { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaFDLOl7aTLgiMybKGhBueRgvoTEzl0a { top:28.375rem;left:0rem;width:47.75rem;height:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJVkraR0VqhZZzBh8GQbl18oQ118X9lD { width:47.75rem;height:5.25rem;top:29.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3M14WLPBCL8T7VzWgGIx0vF3qDm31SU { width:14.5rem;height:1.25rem;top:40.25rem;left:21.20546913147rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3v8ONegnVTBIuclp0DzKUJdd4mk6ACg { width:47.75rem;height:3.9375rem;top:35.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUrZZbz0yVsq1b5TsCJ52pqa6Ckqw8Lk { width:6.5625rem;height:6.5625rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAbhMcRwaQXNtWTAD3vvgkh2JpJ8VRol { width:47.75rem;height:5.25rem;top:59.1875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #arc1PuWeXqdrGfV8yf5OKtd7qvNEPNCo { top:58rem;left:0rem;width:47.75rem;height:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7GdGCnGm3DC2ZdRngrnD5APfUdaDHHu { width:6.5625rem;height:6.5625rem;top:62rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX5pIV8Awc5MDZwSyUX9xoufaquhGGWX { width:47.75rem;height:3.9375rem;top:65.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrRVNy79861HhtTSR5NZ4gGrZGIKm9R { width:13rem;height:1.25rem;top:69.875rem;left:21.48671913147rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa0x4DzAX8sMJcfnU5fBsndMVXoBtudy { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDB4l0mTtHJlESrr1RmeLfofiXSSgI3t { width:14.375rem;height:9.5rem;top:63.1875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEBH7qDepTwUGgZ4kUgqOA4zbmkPgM00 { width:14.375rem;height:4.1875rem;top:79rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ { display:block; }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXh706tZfEWHuCIT3wN5EXUMPfNWlZEA { top:2.75rem;left:1.21875rem;width:45.3125rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxH0L1oTA8iDVKAJ7fOcf1UTdD0D8mrH { top:9.4375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:none; }#DxH0L1oTA8iDVKAJ7fOcf1UTdD0D8mrH li:before{  }
 }@media only screen and (max-width: 763px) { #FH1aFSTIInnOFiROLT4IfonfF2EMTHEc { top:8.4375rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbPIqmvkm79SX0BRHf5d5elitIq2kFX7 { top:9.375rem;left:0rem;width:14.5625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzs3nMEtTTrxpwZ4UPXTUNXe2MroE47L { top:5.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm { display:flex;height:auto;width:43.5rem;top:8.6875rem;left:0.875rem; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #fasI2dmfef9PSvh5xpcyVX33nEJ3n85Z {  }
 }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #plW3f7Phl0FmyCBKzSbsvWRntuURmTLe {  }
 }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #WiOGIG05Wc8bXxdtP0eTv4yxoLGxMvD9 {  }
 }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #PWU6nmCBlTT35sG2rmtZCWlKhu65qPyX {  }
 }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #eAo86ekUOlEmcrsrS6PbwOEKE3Pg12MW {  }
 }@media only screen and (max-width: 763px) { #kCFRuP3HkuAQlsEAmn1pyFbwJuKm8ZF4 { top:20.875rem;left:0rem;width:18.625rem;height:34.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH { display:block; }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFkixTOFCKDmphalkfkQ7Kz2ATPkStTc { width:47.75rem;height:2.0625rem;top:15rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL6Ay83SfPsRvOEIZC6R5UirBzgE4QiP { width:6rem;height:4.875rem;top:9.625rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp8T1bZeTepm8f24V6h213WX1CvrCB0 { width:38.125rem;height:5.625rem;top:1.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV8nAS5HRR6ngluVDaRQBCb8uBd3rDnh { display:block; }
 }@media only screen and (max-width: 763px) { #mZ1ctvBPdls84A9odO8GPSHKDT7O5CN8 { width:8.1875rem;height:4.5625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ { display:block; }#p4m8iU1aXUb8kR5E1h1vWKG23kp6BnBJ > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwJJl92l3OBJlvo3yHwmfoBoxKmdGiWu { width:16.75rem;height:2.475rem;top:3.09375rem;left:1.6250001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VJTfxV6lX2LQQVXyarnDXHJRRfLu7RF8 { width:19.0625rem;height:9.035125rem;top:28.3125rem;left:0.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15016;display:block; }#VJTfxV6lX2LQQVXyarnDXHJRRfLu7RF8 li:before{  }
 }@media only screen and (max-width: 763px) { #OfdOT0ibPvZBTkD2Lad9o8zsyMgG6myz { width:9.375rem;height:0.125rem;top:45.66250038147rem;left:5.3124998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVF70tEBXnv2no18ChPfBrlsGrFtEIz9 { display:flex;top:0.5rem;left:18.274999976158rem;width:1.25rem;height:1.25rem;z-index:15017;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5JBawCur1T7rBVzqXXSDiKL3T746f8i { width:8.8125rem;height:15.75rem;top:9.612500190735rem;left:1.6250001192093rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XOmLoSe4DHaIznRfvpMt0DEMcR6vv4H5 { width:11.5rem;height:20.5625rem;top:5.8625001907349rem;left:7.8750003576281rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eHFzaDfPXsvquanh2vsnVfQHBo04vPAq { width:20rem;height:2.40625rem;top:0.6875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HqoOblRQzT5TnKsd0t6ulfOQgKwUpCeK { width:8.75rem;height:8.75rem;top:23.38671875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7RQaJxuKEO9NTbk2TJwsQ9ewCMwfxTW { width:20rem;height:18.8125rem;top:25.3125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #EVpLcfoHclONTGJWgrR8se4m2KSRmhnT { width:20rem;height:1.725rem;top:25.675000190735rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxMFpcXcTcZoETrxSEerGX3IIFrvPKVm { width:20rem;height:2.5rem;top:25.3125rem;left:0rem;z-index:14999;background-color:rgba(4,179,186,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K1xTmf6UNx1typJIPwKx8nJCGTTQWpsD { width:6.6875rem;height:6.6875rem;top:0rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJLhJQTWFJaW4dT1AGWB6AvL876kT4vT { width:18.9375rem;height:4.5rem;top:38.25rem;left:0.5625rem;font-size:1.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLCdzVA0ITq461rp3IQlUOsf1ppSTM7W { display:block; }
 }@media only screen and (max-width: 763px) { #HhQO2xzioTNyJZLL5RDFuu2ZKZBiXdDq { top:6.875rem;left:1.6250001192093rem;width:4.5625rem;height:4.5625rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg { background-color:#ffffff;background-image:none;display:block; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row .container { background-color: transparent; background-image: none; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row .container > .video-iframe-container { display: none; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row > .video-iframe-container { display: none; }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .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); }#xtSTTX1dgDuk10Slh5f7DkRNqcC8BQfg > .row .container { width:20rem;height:101.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg4bU8vxBv7NnFsTeBUmKckWmmMLqFV0 { width:18.875rem;height:0;top:3.5867190361023rem;left:0.5625rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #EEK9eSKnJP68eXrT1enPbRFGpqHVlzTT { width:20rem;height:0;top:9.65625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15011;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #NZ6yRcWT5iF5wFbwMQtxM5pFXQsykcgS { width:19rem;height:0;top:9.2859382629394rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #va73ctu5E3sut3cCBnyRKgfUQxAq6Eak { width:14.0625rem;height:0;top:11.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15012;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #GdO5P7qIxnAJbJ3LgeKDCSZW8MIQoruW { top:0rem;left:0rem;width:20rem;height:0.4375rem;z-index:15013;background-color:#b55c88;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PEXSRrANiZrT6zOXfQUQdc5XkUc9Opee { width:13.5rem;height:0;top:15.125rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #JB2tzkRcvBEMrfTCLl6QmVusUmhXb4r9 { width:19.75rem;height:0;top:0.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #fpPznOWHrSDsNJ45uc2GFGP88kC08WZb { width:14.5625rem;height:0;top:14.125rem;left:2.71875rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #kfGQctPSkIrtDgDrcPTRC4Cbl4QhckcQ { width:14.8125rem;height:0;top:11.75rem;left:0.4375rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #stKZ0RgVRreCmMk3dI7I54MHP26Iquo5 { width:17.75rem;height:0;top:19.125rem;left:1.125rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fEynpK4aL6LCG7kpuAhw8pZ647rDQ01K { width:14.8125rem;height:0;top:6.5966796875rem;left:5.1875rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #VgnCAHHL7tMe5EZ0mSN5wv5fP63aoGUw { width:17.75rem;height:0;top:17.8125rem;left:2.2500001192093rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #rmxVXaQCzFVkk5ZCSA9L7akQwI4kQ7Zl { width:20rem;height:3.7119125rem;top:6rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X64pEaiCK6GMFXPUNuuysmLLCbNLOJ6P { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wKsvozBE6xytGPzbXidMy5HfOlhTdmcx { width:16.5625rem;height:5.611325rem;top:10.962500572204rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#wKsvozBE6xytGPzbXidMy5HfOlhTdmcx li:before{  }
 }@media only screen and (max-width: 763px) { #R8iUv1cFdSTv6OdzwO1ufTi7NzJfhfCd { width:3.625rem;height:3.625rem;top:31.1875rem;left:8.1875rem;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UoCzDZebQhH5IOo2md7PaksISUpw1iUG { width:20rem;height:6.3125rem;top:32.93124961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgX4NhVgeWkNuA7fZwgEkftHl4KMkbSU { display:flex;width:1.875rem;height:1.875rem;top:32rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #u3uLiIAIGonHnsDJANhVkFWq1Q9tHfJc { width:18.5625rem;height:2.76171875rem;top:35.4375rem;left:0.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBEACk6mg4IdOhN2T74haVEAEtpIuZbf { width:16.9375rem;height:5.611325rem;top:23.08749961853rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#uBEACk6mg4IdOhN2T74haVEAEtpIuZbf li:before{  }
 }@media only screen and (max-width: 763px) { #bmc5xOaL8zGtJBOF9OX0kvtG4Q8zR9gF { width:15.1875rem;height:5.88671875rem;top:16.887500762939rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#bmc5xOaL8zGtJBOF9OX0kvtG4Q8zR9gF li:before{  }
 }@media only screen and (max-width: 763px) { #TztTEPA6lcJMoKQnaTxGw5abImrKRFlv { width:15.625rem;height:0.125rem;top:30rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJIQbTaT6fbdCuwNTDzyOvR7Xo7KGpm { width:20rem;height:6.25rem;top:42.243750095368rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDUQnOzhasImoz5Z4DtF4OWfzUB5ngl4 { width:19rem;height:2.76171875rem;top:44.868750572204rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPkUPXWxJxqSlr42ViJbnkAPq3WT0EDi { width:3.625rem;height:3.625rem;top:40.49374961853rem;left:8.1875003576281rem;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OOqHylu22tEufyoKWedyqkER0JzwkrzR { display:flex;width:1.875rem;height:1.875rem;top:41.36874961853rem;left:9.0625003576281rem; }
 }@media only screen and (max-width: 763px) { #SZSVfZvm38pVOhNBwnDeqNAUD4BUfWdL { width:20rem;height:6.25rem;top:51.493750095368rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKOpALF5exsn1y4oTU1BTRRvQac4eBa6 { width:19rem;height:2.76171875rem;top:53.993750095368rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t03G9CIL4Un4rFEMsUT9uCXEyXiWe1ei { width:3.625rem;height:3.625rem;top:49.743750572204rem;left:8.1875003576281rem;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #o0yQNFgHvZC3G5Ae8RSuZ2a1qDWf2n49 { display:flex;width:1.875rem;height:1.875rem;top:50.618750572204rem;left:9.0625003576281rem; }
 }@media only screen and (max-width: 763px) { #JK9H0sxHX9HcT0MXuvTMXWlwLAWGCCBy { width:20rem;height:6.25rem;top:60.806250572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpzvUiHZOtHTu50D1NVgcWwv79Md3foc { width:3.625rem;height:3.625rem;top:58.993750572204rem;left:8.1875003576281rem;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Mz65QZvimOTaQxfTB6N2oN6mdTzuUc8o { width:19.375rem;height:2.76171875rem;top:63.368750572206rem;left:0.62421870231628rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COiR9CwJwDaxBlnbUTStkdL81spiy3Pt { display:flex;width:1.875rem;height:1.875rem;top:59.875rem;left:9.0625003576281rem; }
 }@media only screen and (max-width: 763px) { #vfesCrDXlnani9ucMKRDtaZzNkzTdx1v { width:20rem;height:6.25rem;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxyBd97WPdz2f62ek26LbXkzV5FTmK6E { width:3.625rem;height:3.625rem;top:68.306249618531rem;left:8.1875003576281rem;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EF8Ts39nVmsR02NR8g32zfMywKzLoxPX { display:flex;width:1.875rem;height:1.875rem;top:78.25rem;left:9.0625003576281rem; }
 }@media only screen and (max-width: 763px) { #uhWgpr1TTTneFTU4TN86o48C4u66pm3V { width:16.25rem;height:2.76171875rem;top:72.75rem;left:1.8750001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nr9T7Qql4CardwvZhBsqBH6m5XZqF04P { width:20rem;height:6.25rem;top:79.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCPNhpq0vnnebpTvLk0TcXof7TWAHH9F { width:3.625rem;height:3.625rem;top:77.375rem;left:8.1875003576281rem;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fDnORp5cMzHJ7kaJ07MqfDKD6n0ohhUp { display:flex;width:1.875rem;height:1.875rem;top:87.5625rem;left:9.0625003576281rem; }
 }@media only screen and (max-width: 763px) { #pT9bJsMZqfxQF7roZ507ZsolGZvFCoJf { width:17.25rem;height:2.76171875rem;top:81.8125rem;left:1.3750001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwiVZ5i3HaTptI7TuGmRTEIQZRVzymLB { width:20rem;height:6.25rem;top:88.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lredezbnhGH3ov4Zk3LlTsRTlW7irXhN { width:18.3125rem;height:2.76171875rem;top:91.0625rem;left:0.84375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRCA2U6WLdgqJyFrmT10slD7Hdwu8Tuk { width:3.625rem;height:3.625rem;top:86.6875rem;left:8.1875003576281rem;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #H9q3tOsnss62HpK6nTGtT0Sb16giScqt { display:flex;width:1.875rem;height:1.875rem;top:69.181249618531rem;left:9.0625003576281rem; }
 }@media only screen and (max-width: 763px) { #alwUyhXxlVwqETrfh9TEVLSdaoUUzPzx { top:15.5625rem;left:14.500000357628rem;width:4.5625rem;height:4.5625rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fe2AsEyf3dcaFGRgk2wN1pTWsGDlgcRH { width:19rem;height:4.5rem;top:95.9375rem;left:0.5rem;font-size:1.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4P0LpcnXlNnfZ3De8vTM0OXi8QI0meA { display:block; }
 }@media only screen and (max-width: 763px) { #ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv { background-color:#f3f3f3;background-image:none;display:block; }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row .container { background-color: transparent; background-image: none; }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row .container > .video-iframe-container { display: none; }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row > .video-iframe-container { display: none; }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .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); }#ov8PP1vHyc6kIyIvh55gZX2By0xUrOLv > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIey7TVtFqBZvU7fNnu8aC6KBeTf88Qg { width:20rem;height:7.6494375rem;top:4.5749998092651rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aD94n4GT8A4FMzBlNXBE9L4LOA1FuSXV { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nEn1zmqb3LDFU0gKq7LB9fHipFOMzXEI { width:20rem;height:1.125rem;top:34.299995422363rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDOvJZBlPpV40sThsIV000wp7gkoKtJ { width:8.1875rem;height:14.297875rem;top:14.862500190735rem;left:10.812500357628rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ie9RpXWKdSzm8g7csQ3TWe3S6oeuu75X { width:12.0625rem;height:21.5rem;top:12.175000190735rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XFLpq2aEisOhq22gv09t5deKSk2RVkrB { width:20rem;height:24.1875rem;top:24.862501144409rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AacTwzpFsNF4Ta845EnIwKSNZVKIOu1c { top:32.800000190735rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15066;background-color:#03989e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ckftJPVZmth2OCJFihIZ2GicJVR6dGtx { background-color:#f3f3f3;background-image:none;display:block; }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row .container { background-color: transparent; background-image: none; }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row .container > .video-iframe-container { display: none; }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row > .video-iframe-container { display: none; }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .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); }#ckftJPVZmth2OCJFihIZ2GicJVR6dGtx > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfSIzW5c18dbTQp7iXp0tMyMnQwFwCnS { width:20rem;height:1.375rem;top:6.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wksm8GVZ2spCUniGMM2ITb00SKDIDbyQ { width:19.375rem;height:3.65625rem;top:8.875rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7eHTkc92INDW69oQgH1OiNaWaAyF2nb { width:20rem;height:1.375rem;top:20.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlRcAgz6T8NKtTkzb4PpqhXtcTJWRznM { width:20rem;height:3.65625rem;top:22.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI3EkadJW1HbN0ITSpoaKos69qA0z82e { width:20rem;height:1.375rem;top:33.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVqCZUBTvTDerJa6TUu7WtpRof0DN2Tz { width:20rem;height:3.65625rem;top:35.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhFSs8REBH3HShan5PiCtiTVAfuTTDtF { width:18.375rem;height:2.75rem;top:46.75rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQLJCrgNrNPpFnV7Wg0hSFDFtymMXzRf { width:17.4375rem;height:3.65625rem;top:50.53125rem;left:1.2812501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2KTDfqBvnoO3y736U9tgTC897TG9CdM { width:5rem;height:5rem;top:0.625rem;left:7.5000003576281rem;background-color:#f1e1e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZeNSh7BFI8WzSZlOBZTZii0yo9h7sJ7o { width:5rem;height:5rem;top:13.8125rem;left:7.5000003576281rem;background-color:#fab5bb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z0O94TB0dZgKCZowUsJeVeU0fc1U3m7k { width:5rem;height:5rem;top:27.1875rem;left:7.5000003576281rem;background-color:#b55c88;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RrOzmDOItAODe288neXJTWb9AW79rTdM { width:5rem;height:5rem;top:40.5rem;left:7.5000003576281rem;background-color:#f1e1e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DOVBfZAkOqPnOH5KRA5aU1CAiOn6FsbA { display:flex;width:4.0625rem;height:4.0625rem;top:27.625rem;left:8.0000003576281rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #SAJP0ZPhkKK9TnT2hybzrgSl15KLms7a { display:flex;width:3.75rem;height:3.75rem;top:14.5625rem;left:8.1250003576281rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #nWWBugn3fndcnXiIfBbyryD0NooEAoAe { display:flex;width:4.0625rem;height:4.0625rem;top:41rem;left:8.0000003576281rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #TmSqUEmOvge7PP7zfm7V4rWpMSlkWNX6 { display:flex;width:4.375rem;height:4.375rem;top:0.9375rem;left:7.8125003576281rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #ZfNUv6outgNWx2nddNQh02TuNgxXgiGI { background-color:#f3f3f3;background-image:none;display:block; }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row .container { background-color: transparent; background-image: none; }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row .container > .video-iframe-container { display: none; }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row > .video-iframe-container { display: none; }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .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); }#ZfNUv6outgNWx2nddNQh02TuNgxXgiGI > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFfsezXcrtZctTJOP0uJq27uLcSdzyxN { width:20rem;height:1.375rem;top:8.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q14LB3JLCb6y1r5hiRr9pT1GTSyPRU8d { width:20rem;height:4.5rem;top:10.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0bZUOgNWfzGxtr61GwcbTLl91OQxPA9 { width:20rem;height:1.375rem;top:22.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbMqNapww6PTceXUBPJV8CkOM9kCtoTG { width:20rem;height:3.65625rem;top:24.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7ya4N9kBPaFb9G72pmy8fCiV4bS2xhu { width:20rem;height:2.75rem;top:36.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLHqwQZPFE1f1unNcZmp16xfi7TC3M41 { width:19.25rem;height:3.65625rem;top:39.3125rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAeBKQnwcc40wI8bD12tqvfVU2mZluV1 { width:18.375rem;height:1.375rem;top:50.75rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhg59BVbtanqo0T6tlz0Ah7fVflzVlnh { width:18.3125rem;height:3.65625rem;top:52.75rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWLE9hkkwAVlTkDtPB0NicgcW4Qc0E4V { width:5rem;height:5rem;top:1.875rem;left:7.5000003576281rem;background-color:#fab5bb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #knqko89Gpt4FlwsfeseNwQhk6wh10BPC { width:5rem;height:5rem;top:16.5rem;left:7.5000003576281rem;background-color:#b55c88;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mlmsAIwuwAvzlEhkVEkpw31kNTBu65eW { width:5rem;height:5rem;top:29.8125rem;left:7.5000003576281rem;background-color:#f1e1e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZGCTuoEhvr5hbMAW8blR6bAFwmLUuhC8 { width:5rem;height:5rem;top:44.5rem;left:7.5000003576281rem;background-color:#fab5bb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #c7iPLI6lGVi0iby0Om4i273pN7Mh8xWC { display:flex;width:6rem;height:6rem;top:1.375rem;left:6.9999998807906rem;font-size:4.1875rem; }
 }@media only screen and (max-width: 763px) { #NJnZTpg7TpyRmVQRnLXsyIoNUx0UKKKM { display:flex;width:8.125rem;height:8.125rem;top:14.8125rem;left:5.9999998807907rem;font-size:5.6875rem; }
 }@media only screen and (max-width: 763px) { #GAusycFHq2GOSdNkugnsHifqi4wPqHDM { display:flex;width:4.0625rem;height:4.0625rem;top:30.25rem;left:8.0000003576281rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #ubRgqhy9iOCJOOpQA6D609i6VM9K2bIS { display:flex;width:4.0625rem;height:4.0625rem;top:45rem;left:8.0000003576281rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K.adaptive-delivery-prevent-bg, #aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K.lazyload, #aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K.lazyloading { background-image: none; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row .container { background-color: transparent; background-image: none; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row .container > .video-iframe-container { display: none; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row > .video-iframe-container { display: none; }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .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); }#aDFIzyTBqMoQKDvdxTfHxB1tIKtKVM4K > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo03sQ9SVzAdys9eTgfnboL0HtTxm2Hm { width:9.625rem;height:2.47504375rem;top:6.6734374761581rem;left:2.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V5m8gAl7SGEZu48dgvGadqKWiE3zHKQz { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFdrTq9HC1QgJGzIALwaENQGGGMZPQEg { width:9.25rem;height:9.25rem;top:5.0000009536743rem;left:10.750000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6GcTgQxiQSBIU3EXaXJP52t4AO0ea6A { width:12.9375rem;height:12.9375rem;top:6.1109375000001rem;left:6.9624998807906rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i6qhDoSg8mJAteaDP52Gw1sssstgPC84 { width:20rem;height:5.1875rem;top:13.910937666893rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE { display:block; }#Du4kxnDZvK9pT1rQCfAbefx65FS7zbDE > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUrNFDcX1THnquymactM3lMxr0HrdToS { width:20rem;height:11.4375rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #twpTum9atB81DGuyHLBh1SdyTywsZU2U { width:14.375rem;height:7.3930625rem;top:1.2710938453674rem;left:5.6249998807907rem;font-size:0.8125rem;line-height:1.3;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Ulv7d1Dpe7XqgmPWCMO7TGM47eVOLv9l { width:4.9375rem;height:4.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsyctiJ5rEywSZwZHSuW56h4KeMypTfs { width:5rem;height:1.0563125rem;top:7.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxLcn1a3vkZ85v5n14S2itZMproS0XCc { width:20rem;height:10.125rem;top:16.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLrqDllib7ChC09xKro4HRiObF5kUTov { width:14.375rem;height:5.2807625rem;top:15.75234413147rem;left:5.6249998807907rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nS4IPSRTiLo43OxWKX2uhSaLyRFtF9EC { width:5rem;height:1.0563125rem;top:20.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuumwZscfpakpETPmOWKTxzzZJ6fRXm9 { width:4.875rem;height:4.875rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxErGdWZBcKgXXu7HAUuqF4iV9HKSUa { width:20rem;height:3.16894375rem;top:9.2898442745206rem;left:-0.12500011920929rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oDg2GmMrSmXt3DRWVSVKdMVguACrkPbR { width:20rem;height:4.2246125rem;top:21.846094846726rem;left:0rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z4UCJbBUvZItAiKGga36UF31xdmkSSQz { width:20rem;height:11.5rem;top:44.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTdORCMguiFPsLo9rH7GgkcHP6BTVXZC { width:20rem;height:3.16894375rem;top:57.614074707031rem;left:-0.25000002980232rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vLFdh1lPoTqT8pQWv2XqGpVkWEEBBIml { width:14.375rem;height:9.505375rem;top:47.482788085938rem;left:5.6249998807907rem;font-size:0.8125rem;line-height:1.3;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Vlwx7NFX5yvMxoAFWRtxVqkVATcq9xUD { width:5rem;height:2.11263125rem;top:54.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9uVdNexmZ23UhSFlLpufuSHz9GIt9l8 { width:4.875rem;height:4.875rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1ExDl3Sy4pDVnQyy944wLZVnkztSmuw { top:13.633593559265rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15064;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Er1I24cTtyqEUOb0zElSPEtaF1wsuBmb { top:27.246094465256rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15065;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VrTxNQmP4UlzXHxyHcTTup3ezPl8momW { top:61.957824707031rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15066;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SaFDLOl7aTLgiMybKGhBueRgvoTEzl0a { width:20rem;height:14.3125rem;top:28.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJVkraR0VqhZZzBh8GQbl18oQ118X9lD { width:14.375rem;height:10.5615rem;top:28.496095180511rem;left:5.6249998807907rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T3M14WLPBCL8T7VzWgGIx0vF3qDm31SU { width:5rem;height:1.0563125rem;top:36.496094703674rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3v8ONegnVTBIuclp0DzKUJdd4mk6ACg { width:20rem;height:5.2807625rem;top:39.683594703674rem;left:0rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZUrZZbz0yVsq1b5TsCJ52pqa6Ckqw8Lk { width:5rem;height:5rem;top:30.87109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAbhMcRwaQXNtWTAD3vvgkh2JpJ8VRol { width:14.375rem;height:0;top:63.207811355594rem;left:5.6249998807907rem;font-size:0.8125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #arc1PuWeXqdrGfV8yf5OKtd7qvNEPNCo { width:20rem;height:14.625rem;top:58rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7GdGCnGm3DC2ZdRngrnD5APfUdaDHHu { width:5rem;height:5rem;top:64.082816123963rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX5pIV8Awc5MDZwSyUX9xoufaquhGGWX { width:20rem;height:6.3369375rem;top:77.132032155988rem;left:0rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XZrRVNy79861HhtTSR5NZ4gGrZGIKm9R { width:5rem;height:1.94921875rem;top:69.70703315735rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wa0x4DzAX8sMJcfnU5fBsndMVXoBtudy { top:46.214845657349rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15067;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RDB4l0mTtHJlESrr1RmeLfofiXSSgI3t { width:14.375rem;height:9.505375rem;top:63.207812309263rem;left:5.6249998807907rem;font-size:0.8125rem;line-height:1.3;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #OEBH7qDepTwUGgZ4kUgqOA4zbmkPgM00 { width:19.0625rem;height:3.16894375rem;top:73.339063644406rem;left:0.46875rem;font-size:0.8125rem;line-height:1.3;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ { display:block; }#FsmHy0fMpgVUETs0A9ZW9dxlJFoC5LtZ > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXh706tZfEWHuCIT3wN5EXUMPfNWlZEA { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DxH0L1oTA8iDVKAJ7fOcf1UTdD0D8mrH { width:18.625rem;height:0;top:26.212503433227rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }#DxH0L1oTA8iDVKAJ7fOcf1UTdD0D8mrH li:before{  }
 }@media only screen and (max-width: 763px) { #FH1aFSTIInnOFiROLT4IfonfF2EMTHEc { width:20rem;height:39.25rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbPIqmvkm79SX0BRHf5d5elitIq2kFX7 { width:9.75rem;height:17.4375rem;top:7.3499999046325rem;left:5.1249998807907rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Rzs3nMEtTTrxpwZ4UPXTUNXe2MroE47L { width:20rem;height:1.35rem;top:6rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-heading-text { text-align:center;text-align-last:center; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-desc-text { text-align:center;text-align-last:center;line-height:1.4;overflow:hidden;height:auto; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm { display:flex;height:auto;width:18.125rem;top:53.861724853516rem;left:0rem;box-shadow: none; }
#J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #fasI2dmfef9PSvh5xpcyVX33nEJ3n85Z {  }
 }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #plW3f7Phl0FmyCBKzSbsvWRntuURmTLe {  }
 }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #WiOGIG05Wc8bXxdtP0eTv4yxoLGxMvD9 {  }
 }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #PWU6nmCBlTT35sG2rmtZCWlKhu65qPyX {  }
 }@media only screen and (max-width: 763px) { #J2EcHZoS8Hl2TxQuRlBaB3uKtCzuThMm #eAo86ekUOlEmcrsrS6PbwOEKE3Pg12MW {  }
 }@media only screen and (max-width: 763px) { #kCFRuP3HkuAQlsEAmn1pyFbwJuKm8ZF4 { width:19.0625rem;height:32.90625rem;top:20.650000572204rem;left:0.5rem;font-size:0.9375rem;line-height:1.3;z-index:15010;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;display:block; }
 }@media only screen and (max-width: 763px) { #iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH { display:block; }#iebu3FwJlN2Z7OpPJe2lke4FbIbHTNCH > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFkixTOFCKDmphalkfkQ7Kz2ATPkStTc { width:20rem;height:2.68066875rem;top:13.499221801757rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aL6Ay83SfPsRvOEIZC6R5UirBzgE4QiP { width:4.375rem;height:3.5625rem;top:8.75rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp8T1bZeTepm8f24V6h213WX1CvrCB0 { width:19rem;height:5.625rem;top:0.93673086166381rem;left:0.5rem;font-size:1.5rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV8nAS5HRR6ngluVDaRQBCb8uBd3rDnh { display:block; }
 }@media only screen and (max-width: 763px) { #mZ1ctvBPdls84A9odO8GPSHKDT7O5CN8 { width:4rem;height:2.1875rem;top:8.25rem;left:1.0625rem;display:block; }
 }