.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1316cb15-1ada-4c93-a900-ea4fc1b08ebd/THuha20200308DSC_4301AoLHRSKYHappinessprogramFullHD.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT.adaptive-delivery-prevent-bg, #gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT.lazyload, #gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT.lazyloading { background-image: none; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row .container { background-color: transparent; background-image: none; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row .container > .video-iframe-container { display: none; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row > .video-iframe-container { display: none; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .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); }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row .container { border-width: 0; border-radius: 0; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#HLlcMadeEW9MzK1Kvob9MOOeHnOk9dJr { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:lato;font-size:4.1875rem;font-weight:300;z-index:15001;line-height:.9;letter-spacing:0;top:14.0625rem;left:10.4375rem;height:7.5364375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2I16RQV0ydigtp0zUTBKv6xPy9rfdCD { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:23rem;left:14.375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Asic8Sc0Tt3DBmJoL49tAdSHwXPKNfLc { background-color:#a9e1ff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.4375rem;left:31.125rem;display:block; }
#TLZKgzR6sB7NkoRg1Lnh03yAXQ0xTfDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2KU8ZmbuurODuL365CKC3MhbT50ndkL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:1.0625rem;left:32.6875rem;overflow:hidden;display:block; }
#mDhsJSshz9UUqFLSN89D3qTpJLIVIXX6 { box-sizing:content-box;height:9.8125rem;width:16.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:34.875rem;left:29rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#otyUqgxl6cWsrDu752UWZdVnQgTwkCxP { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:40.4375rem;left:30.125rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHUfAZuHOO1xihHFHDnfaT68ORnkkTuT { color:#ffffff;display:block;width:12rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:40.4375rem;left:50.125rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsHRUtHldCUqKPpwdn2xs2u8LoBGENn5 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:40.4375rem;left:13.625rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#emFuG7vfBLPECQ3E05CilFhtyAm6xBfK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:36.125rem;left:54.0625rem; }
#ZcEBZxWH988VBPVe4VCBzTMqIIykTC9k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:36.125rem;left:16.9375rem; }
#tcOnRr37pyu8VpMuw1AceLNnf8Ogbmem { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:36.5625rem;left:35.9375rem; }
#f4zF7DS0pI5JoBC20bKTlLvS2FUrxbDf { box-sizing:content-box;height:9.8125rem;width:16.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:34.875rem;left:10.4375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#oeMtbHLaWiBx5cvN75DlAbN8WEmzVplz { box-sizing:content-box;height:9.8125rem;width:16.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;top:34.875rem;left:47.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#QTp6StHyxc6pT6vu698NuTsLlfZFyNZa { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:31.166667938233rem;left:15rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f1;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; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { background-color: transparent; background-image: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container > .video-iframe-container { display: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row > .video-iframe-container { display: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .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); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { border-width: 0; border-radius: 0; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#BhSgWJwrZD9OKuqAcE17RDfzLQc2se3n { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:10.8125rem;left:3.875rem;height:1.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QI5IvTE3HvxniqFcs0uFILumBRR3wqAB { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.4375rem;left:22.625rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IGup4JJFJI0dRI0ruGLlXNoA5riTAWFN { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:9.4375rem;left:60.125rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DDCKTgUfFezCeC8LNuL54pLs2SgOvPKC { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.125rem;left:41.375rem;height:2.7999999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#igNAET5wmAPids66eAK8nLuRl8TZxNhc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:12.125rem;top:3.875rem;left:22.0625rem;overflow:hidden;display:block; }
#rnHwJbzUq9wW8id9FSKbgnoqdVFrcvL9 { position:absolute;display:block;z-index:15005;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.5625rem;width:8.9375rem;top:3.5rem;left:4.9375rem;overflow:hidden;display:block; }
#sC9DczHr5tBV9plOJaSCGCvmyZBC09zd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:9.5625rem;top:2.6875rem;left:42.125rem;overflow:hidden;display:block; }
#rroi8Q1AqeMgkatA1tfGdmm9l7cxaycZ { position:absolute;display:block;z-index:15009;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.1875rem;width:9.8125rem;top:3.6875rem;left:60.75rem;overflow:hidden;display:block; }
#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf { 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; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { background-color: transparent; background-image: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .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); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { border-width: 0; border-radius: 0; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#Wv2KaIV0yrHGMTVqw7oaDymdMK4SSKVq { color:#000000;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.875rem;left:41.25rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ngZoN7pW2mxr5wZktT77rV8EHuCHCEb4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:14.125rem;left:41.25rem; }
#i3REBJrGkcJtKaEZkNdf8XtweKo5kTan { color:#000000;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14rem;left:43.5rem;height:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#thh7KAlpTaAm3eTv8IHVOmrwJ752aiqW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:19.1875rem;left:41.25rem; }
#hgE8dgSD72UrXSVSLNbyXVHVykUSDfDA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.125rem;left:41.25rem; }
#RNnTooS421syGKFrIqxMmEZD03HNxlV0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:29.3125rem;left:41.25rem; }
#UR3tGEiL7UsTvaOupb9ibwhBxhJ7tZp3 { color:#334c67;display:block;width:29.3125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.625rem;left:41.25rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B4QPOhf9ufkk8qV83st0XfvAXkyNlGqZ { background-color:#a9e1ff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.5rem;left:41.25rem;display:block; }
#TdzCmn9BPiL9FfPeoiDqBNTlZuOXMArB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NUZU07rnpdeGkQ0tRFaUCB1lH4HJRLp7 { position:absolute;display:block;z-index:15018;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:44.125rem;width:28.0625rem;top:0.375rem;left:3.75rem;overflow:hidden;display:block; }
#wkVWBeZ0AkWJVV8yTOydzrehd9u4KVtt { 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:27.1875rem;width:27.1875rem;top:3.625rem;left:3.75rem;overflow:hidden;display:block; }
#VtS1PnSV2rOD7lkvawUBukCmyx4JaVfQ { 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:27.1875rem;width:27.1875rem;top:2.1875rem;left:10.3125rem;overflow:hidden;display:block; }
#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#334c67;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; }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U > .row .container { background-color: transparent; background-image: none; }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U > .row .container > .video-iframe-container { display: none; }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U > .row > .video-iframe-container { display: none; }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U > .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); }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U > .row .container { border-width: 0; border-radius: 0; }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#PUFAtAB7SlBmCFAKDcqqndI4ySQIXhfp { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:13.25rem;left:3.375rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AptCgQCvUZbd4K6mIpnN1h3fNhafXT3T { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:10.3125rem;left:3.25rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#To6ZterPFPwH6zCfE4UsbaS9fZdGARtu { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:13.25rem;left:22.0625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZEWbw3J7Pbn3eho9NByTukxuaQ1q2ECy { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.3125rem;left:22rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H7OTJW79wmEJqqWpM74wwLtnO6u3KxDo { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:13.3125rem;left:39.625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Om1Qgas7brnecCfBFgu5E1p0GCT00Tyh { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.3125rem;left:40.75rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcA3C4UzMghpoMpwJ8lZoyG46cxtUkak { 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:8.875rem;width:8.875rem;top:1.5rem;left:42.4375rem;overflow:hidden;display:block; }
#A3XR1TQ3AT7cXdAMhAz5ODko0tpPHtdL { position:absolute;display:block;z-index:15010;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.875rem;width:8.875rem;top:1.5rem;left:4.9375rem;overflow:hidden;display:block; }
#CB79imieLvC6dO5k5aGunu2PKtXF3KnB { position:absolute;display:block;z-index:15011;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.875rem;width:8.875rem;top:1.4375rem;left:23.6875rem;overflow:hidden;display:block; }
#yTNv8TnqF35XvHRxtFh6CQx6E2ArJQZA { color:#ffffff;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:15rem;left:41.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Kfa2zbkQwmlFZXT0LEXmRGTipKohk9c8 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:13.3125rem;left:59.5625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x40yVOPRHyybICuhATkwWW68R04NX8PP { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:10.375rem;left:59.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XuLHr9GmZFXpTkFxGDSD6xgxnaurfhFX { 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:8.875rem;width:8.875rem;top:1.5rem;left:61.1875rem;overflow:hidden;display:block; }
#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#334c67;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; }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw > .row .container { background-color: transparent; background-image: none; }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw > .row .container > .video-iframe-container { display: none; }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw > .row > .video-iframe-container { display: none; }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw > .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); }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw > .row .container { border-width: 0; border-radius: 0; }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#AtBAlnlIn3crexnW4gt6Wy97wFJUsOSs { box-sizing:content-box;height:15.3125rem;width:56.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.3125rem;left:9.0625rem;display:block; }
#TQ3h9TxwwGLABWLUnib88IPTlVLlIigZ { 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:3rem;width:11.9375rem;top:9.875rem;left:24.3125rem;overflow:hidden;display:block; }
#FVy9oe0An7kp0zTa5WgTc4Q0AL2LE9Eo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:14.375rem;top:3.4375rem;left:10.6875rem;overflow:hidden;display:block; }
#JLQmh5ph2IpNelvhAlwQHc8dJfTG0AJQ { 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:3.4375rem;width:12.9375rem;top:3.6875rem;left:26.0625rem;overflow:hidden;display:block; }
#ZI7MTQlBce25B3SD78ZFPnDrH5sKLlq8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:11.25rem;top:3.6875rem;left:40.25rem;overflow:hidden;display:block; }
#Z4oROm2lNH9PqnFrh5A2vwGo0SNOUVIC { position:absolute;display:block;z-index:15005;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:3rem;width:11.25rem;top:3.875rem;left:53.125rem;overflow:hidden;display:block; }
#LSOT4ahNJvcvbvzMwvkWA3v0pSCQM9M8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.9375rem;top:9.625rem;left:10.6875rem;overflow:hidden;display:block; }
#uWMfUA4EXaNtdlOCocnrIMX3usBHA1g1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:16.3125rem;top:9.8125rem;left:37.125rem;overflow:hidden;display:block; }
#ApI2UnTvTpP39o69RiSMJ1gLf5UtWKlW { position:absolute;display:block;z-index:15007;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:8.125rem;top:8.9375rem;left:54.6875rem;overflow:hidden;display:block; }
#kngByqzItxiD6QPyMtwhr3w12PJ5qA0z { color:#000000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:14.0625rem;left:30.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yf96XrP8o0uTPaS5IsqDzPDyfD3f5tr2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.3125rem;top:9.8125rem;left:37.125rem;overflow:hidden;display:none; }
#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#334c67;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; }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 > .row .container { background-color: transparent; background-image: none; }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 > .row .container > .video-iframe-container { display: none; }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 > .row > .video-iframe-container { display: none; }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 > .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); }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 > .row .container { border-width: 0; border-radius: 0; }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#TSgMX2PZ66g8ks23lh2AemngCVsNRUmB { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:0.8125rem;left:12.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv { 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; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { background-color: transparent; background-image: none; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container > .video-iframe-container { display: none; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row > .video-iframe-container { display: none; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .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); }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { border-width: 0; border-radius: 0; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#G4Gu8yQGhuscRVn8PTuvRy9n9XyL6e7y { color:#334c67;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.4375rem;left:24.6875rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT { 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; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container { background-color: transparent; background-image: none; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container > .video-iframe-container { display: none; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row > .video-iframe-container { display: none; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .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); }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container { border-width: 0; border-radius: 0; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#xrbbeCJOfCXesf2Zlt5kOICVAGfJiFuE { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:8.25rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWRJnNtdmPEpnnb2vgAnwcn9P8HxAKvQ { color:#000000;display:block;width:12.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:7.75rem;height:1.29948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eZLaz5G8T3SmBlGN0HQKoSRlJIupk0sz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.0625rem;left:5.0625rem; }
#UUDFnozBv5TFl93NhER7pdndPpmPRptF { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.375rem;left:7.625rem;height:1.2999999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T2ekDsVuxJIfLPoGFFv1BqLMaetqLHfB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:15.9375rem;left:5.0625rem; }
#R6BfWPx7zXB23UIiJSVxDs8q0syKmXBT { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:10.125rem;left:7.75rem;height:5.19791875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QlvzwEOqX6g5nb47oUI5umZlyQoJUm4K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:10.125rem;left:5.0625rem; }
#dMgikJQtl7dopgVRIvUuHrGNp8AeZxQ0 { background-color:#a9e1ff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.375rem;left:4.9375rem;display:block; }
#EXSqcKP9AEJnNTfWhwgtPDdIxF6WTtxs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vE0RCoDLeE4eahM0Jl4BGcJxVNv2sQrm { box-sizing:content-box;height:20.5625rem;width:18.125rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:3.3125rem;left:28.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#pCn5DICRlZDsVO8iFX9IhNPth91tIn9J { background-color:#a9e1ff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:19.4375rem;left:30rem;display:block; }
#reyAOFxd7ASpniTQBNBzrDdiSRbVbGc2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klDsWV7yu8wFmNATDA1mOFUZt4O675LS { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.4375rem;left:32.6875rem;height:1.2999999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GhZA8Ve6N7ERqCkAc5auVF6MyDoSgO4K { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:10.1875rem;left:32.8125rem;height:5.19791875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pezQnCkxVSvEoMIAoD6osif8tQei20or { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16rem;left:30.125rem; }
#mgURSrV7m9OaD7isVZgnLocTMNr0tAMJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:10.1875rem;left:30.125rem; }
#TH7aVkbhKHOLTilHALBz5rUFNsdBQNJ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:7.125rem;left:30.125rem; }
#bA5CTmr6iBVhegrewQth64UTR6LnPeG0 { color:#000000;display:block;width:12.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.625rem;left:32.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#g7rclsmlF8mP9zCZyWfz7PH5AnuFPUuB { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:33.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nTozWb1onDPOtlm4T7yuuii6bPg186l5 { box-sizing:content-box;height:20.5625rem;width:18.125rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:3.3125rem;left:53.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Z7HlFBbwM457E2sqe150zl8uNLMETaIx { background-color:#a9e1ff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.9375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:19.4375rem;left:55rem;display:block; }
#DV4ZICH28IBPTkdKa4f3kuDSdXNHy2F3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g2LuJ3Gh6B4wMn1PIRWP0ZR7CCo4eyOe { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.4375rem;left:57.6875rem;height:1.2999999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D3TNc7NsOdOJ1S1lTp9ddlB7aBZkPSWH { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:10.1875rem;left:57.8125rem;height:5.19791875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RXFz3CpC3IwFwzLXddiwA2WLVKqJFu2l { color:#000000;display:block;width:12.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.625rem;left:57.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EDflTITlT1qdLesaMpSEgR5B0PyPLicN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:16rem;left:55.125rem; }
#t9rmzGGiFeEPTqsbHQJPG0LEWnKCTdd5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:10.1875rem;left:55.125rem; }
#tEDom5WAbu8AKpkMi0TTxFUf6bTm267i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:7.125rem;left:55.125rem; }
#SaZmA5wk6g9tvznOW326wokMFFrucWXS { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3rem;left:58.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LspGXwMllmoQTuDRTfF5G6ITfrKDtZ7w { box-sizing:content-box;height:3.5625rem;width:18.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #334c67, #3d8be8);background-image: -moz-linear-gradient(180deg, #334c67, #3d8be8);background-image: -ms-linear-gradient(180deg, #334c67, #3d8be8);background-image: -o-linear-gradient(180deg, #334c67, #3d8be8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#334c67', endColorstr='#3d8be8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#334c67', endColorstr='#3d8be8' );";background-image: linear-gradient(180deg, #334c67, #3d8be8);background-size:auto !important;top:2.171875rem;left:28.375rem;box-shadow: none;display:block; }
#Olo9WzTFdB9TGBXvHPcUKnnkGrVzg3zR { box-sizing:content-box;height:3.5625rem;width:18.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #334c67, #3d8be8);background-image: -moz-linear-gradient(180deg, #334c67, #3d8be8);background-image: -ms-linear-gradient(180deg, #334c67, #3d8be8);background-image: -o-linear-gradient(180deg, #334c67, #3d8be8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#334c67', endColorstr='#3d8be8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#334c67', endColorstr='#3d8be8' );";background-image: linear-gradient(180deg, #334c67, #3d8be8);background-size:auto !important;top:2.171875rem;left:53.375rem;box-shadow: none;display:block; }
#T4RzAxrmnwAT5bLSv2Q0FGFzqvfIxkhF { box-sizing:content-box;height:3.5625rem;width:18.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #334c67, #3d8be8);background-image: -moz-linear-gradient(180deg, #334c67, #3d8be8);background-image: -ms-linear-gradient(180deg, #334c67, #3d8be8);background-image: -o-linear-gradient(180deg, #334c67, #3d8be8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#334c67', endColorstr='#3d8be8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#334c67', endColorstr='#3d8be8' );";background-image: linear-gradient(180deg, #334c67, #3d8be8);background-size:auto !important;top:2.546875rem;left:3.3125rem;box-shadow: none;display:block; }
#eNbhXcogHJVqKVTlgAvparq5O0wdTQwe { box-sizing:content-box;height:20.5625rem;width:18.3125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:3.3125rem;left:3.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f1;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; }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH > .row .container { background-color: transparent; background-image: none; }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH > .row .container > .video-iframe-container { display: none; }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH > .row > .video-iframe-container { display: none; }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH > .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); }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH > .row .container { border-width: 0; border-radius: 0; }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#n2FD1EsHmBX9dBBJiw11f8sFbwpPS66J { color:#334c67;display:block;width:41.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.625rem;left:16.625rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f1;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; }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP > .row .container { background-color: transparent; background-image: none; }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP > .row .container > .video-iframe-container { display: none; }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP > .row > .video-iframe-container { display: none; }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP > .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); }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP > .row .container { border-width: 0; border-radius: 0; }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#Hn156ODDhbxiR0q33gwqwmLTW7zlPVQg { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:6.5rem;left:5.75rem;height:8.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hrxwgrpilGXftqAFTSxBcHSTOMdOTy4M { box-sizing:content-box;height:12.3125rem;width:17.8125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3.8125rem;left:3.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#WIJ9rhJeMzqgdx0JIVJkyUZD4HJzbohx { 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:15008;opacity:1;top:2.625rem;left:10.9375rem; }
#NO0JzJUn9yQcVkrWd80G0iGC6sScMSzb { box-sizing:content-box;height:12.3125rem;width:17.8125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:3.8125rem;left:28.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Xz9bHT39PATCfw7kOB9Af0PTXr0HcTK5 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:6.5rem;left:30.75rem;height:8.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BK07KOihrJCa0F3fxIypXg2s0MUay0sd { 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:15011;opacity:1;top:2.625rem;left:35.9375rem; }
#H6Ti20Ch1BA5CiFwhklQESi4c8dFN6Z9 { box-sizing:content-box;height:12.3125rem;width:17.8125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:3.8125rem;left:53.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AcegpOpRIJNLfsiiD0pSfaDkx5iKXwkC { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:6.5rem;left:55.75rem;height:8.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rTPQTADb8t9nVVhzNaKDhauARpBpTncW { 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:15014;opacity:1;top:2.625rem;left:60.9375rem; }
#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f1;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; }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK > .row .container { background-color: transparent; background-image: none; }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK > .row .container > .video-iframe-container { display: none; }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK > .row > .video-iframe-container { display: none; }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK > .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); }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK > .row .container { border-width: 0; border-radius: 0; }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#sZiPf6kNJ4XT15GtS0uaW6dWCJnzsPBq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.0625rem;width:57.5rem;top:0rem;left:8.75rem;display:block; }
#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu { 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; }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu > .row .container { background-color: transparent; background-image: none; }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu > .row .container > .video-iframe-container { display: none; }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu > .row > .video-iframe-container { display: none; }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu > .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); }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu > .row .container { border-width: 0; border-radius: 0; }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#czc9HUup0o8tcmdF8unKL8uislWDvai0 { color:#334c67;display:block;width:41.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.625rem;left:16.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO { position:relative;display:block; }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO { background-color: transparent; background-image: none; }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO > .row .container > .video-iframe-container { display: none; }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO > .row > .video-iframe-container { display: none; }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO > .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); }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO { border-width: 0; border-radius: 0; }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VtovtXw7mTL9mSfIOzi7Nd287EOslLkV { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:15.5rem;left:3.375rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JbNdAwQFk1sVXApbmyF9mhZPB2kRnwKy { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:15.5rem;left:21.9375rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hHJrJn6IMrBNmNbgRsxpTK0zilQu2G3d { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:15.5rem;left:40.1875rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nsVgxUJEB74chD9O6prkZEbVHm6GuJ0A { color:#000000;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:15.5rem;left:59.0625rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LvToyiOTeR76tgFT0kBHW0ETxhALDweQ { 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:13.125rem;width:13.125rem;top:1.3125rem;left:2.8125rem;overflow:hidden;display:block; }
#S0HyimIo690E2BN0JMlzZf5P12mrlCsn { 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:13.125rem;width:13.125rem;top:1.3125rem;left:21.5625rem;overflow:hidden;display:block; }
#bTQlR272PalCRc5P8I0aQhx8PGBBCCVf { 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:13.125rem;width:13.125rem;top:1.375rem;left:40.3125rem;overflow:hidden;display:block; }
#S9rdenS7ZyHUe3RaXbncf05IsGVBXmMS { position:absolute;display:block;z-index:15016;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:13.125rem;width:13.125rem;top:1.3125rem;left:59.0625rem;overflow:hidden;display:block; }
#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF { 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; }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF > .row .container { background-color: transparent; background-image: none; }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF > .row .container > .video-iframe-container { display: none; }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF > .row > .video-iframe-container { display: none; }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF > .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); }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF > .row .container { border-width: 0; border-radius: 0; }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#d45gwPv2FTNramaUPqRfIU6DZm8HcNcw { 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:14.75rem;width:14.75rem;top:1.9375rem;left:2rem;overflow:hidden;display:block; }
#flNx5JdA4J3H6qUng9ZFT9ILSWWFv2Bv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:14.75rem;top:1.9375rem;left:20.75rem;overflow:hidden;display:block; }
#sFHTb2VC2HuNL1nLEKb4G01NvC4TeoWV { 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:14.75rem;width:14.75rem;top:1.9375rem;left:39.5rem;overflow:hidden;display:block; }
#MKRDe4IFTkzyhl6ABSRHJskRl9JSaSdp { 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:14.75rem;width:14.75rem;top:1.9375rem;left:58.25rem;overflow:hidden;display:block; }
#RaXv9he8iklxTViUXD83k8JWJ0kn5c25 { box-sizing:content-box;height:16.875rem;width:18.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:0.75rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f654a29b-ba5f-443f-852e-f192b15f403a/img_5206dWxbrMWv2WhxoEQl.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V.adaptive-delivery-prevent-bg, #ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V.lazyload, #ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V.lazyloading { background-image: none; }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V > .row .container { background-color: transparent; background-image: none; }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V > .row .container > .video-iframe-container { display: none; }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V > .row > .video-iframe-container { display: none; }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V > .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); }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V > .row .container { border-width: 0; border-radius: 0; }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#TCMIMscU0ATZQ6AaBvTA83VnHuqRE1qo { background-color:#a9e1ff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17rem;left:31.125rem;display:block; }
#aJBIoRgZrtncx4Gd0vIitwu9Eg8sT4Am { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pzP21CnzyUPRsC0miHTWSKZhepBJIgs5 { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.5625rem;left:14.375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFxi85DD3vtLUA3D7ErxRBiCfEN5TTHW { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:lato;font-size:4.1875rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:4.625rem;left:10.4375rem;height:7.5364375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S85QDOfMxN2MQyHOMk6vd9OXEO7snF3M { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:23.25rem;left:14.375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTts7EvpZkE4wPvWODieP04iBy4mTUCs { 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; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container { background-color: transparent; background-image: none; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container > .video-iframe-container { display: none; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row > .video-iframe-container { display: none; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .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); }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container { border-width: 0; border-radius: 0; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#oktytTkxIWBEdRJlsULEHNXfg32QgUc2 { 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:3.125rem;width:8.625rem;top:3rem;left:33.1875rem;overflow:hidden;display:block; }
#t2zg9BgtVm5gT6pGmiwRQz5DeRr7TiXo { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:25.6875rem;height:1.2999999375rem;text-align:center;text-align-last:center;display:block; }
#qFLONwh5qqh2OW9cmViWBeeUFclgaFDv { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.6875rem;left:25.375rem;height:1.2999999375rem;text-align:center;text-align-last:center;display:block; }
#dD3PaVIy6uRZmoxODWVWnyhuICsTktKv { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.6875rem;left:33.75rem;height:1.2999999375rem;text-align:center;text-align-last:center;display:block; }
#BA9RqFn8493tSHaRz7yIXo2PMVkUqngp { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.6875rem;left:42.1875rem;height:1.2999999375rem;text-align:center;text-align-last:center;display:block; }
#b9BHaI41brkNESAeFSFbxyrHZtXtfwsB { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:13.6875rem;left:33.1875rem;display:block; }
#uSAug8dhbLNt9JyOtPJm2uv3EOpuu2WC { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:13.6875rem;left:41.75rem;display:block; }
#fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.1875rem;left:34.4375rem; }
#fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#gQLNCa9DxyJIJpPr6O70atytKcpV9ydr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.1875rem;left:37.9375rem; }
#gQLNCa9DxyJIJpPr6O70atytKcpV9ydr > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT { display:block; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLlcMadeEW9MzK1Kvob9MOOeHnOk9dJr { top:14.0625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2I16RQV0ydigtp0zUTBKv6xPy9rfdCD { top:23rem;left:0.75rem;width:46.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asic8Sc0Tt3DBmJoL49tAdSHwXPKNfLc { width:12.75rem;height:3.4375rem;top:28.4375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLZKgzR6sB7NkoRg1Lnh03yAXQ0xTfDu { display:block; }
 }@media only screen and (max-width: 763px) { #r2KU8ZmbuurODuL365CKC3MhbT50ndkL { top:1.0625rem;left:19.0625rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDhsJSshz9UUqFLSN89D3qTpJLIVIXX6 { top:34.875rem;left:15.375rem;width:16.875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otyUqgxl6cWsrDu752UWZdVnQgTwkCxP { top:40.4375rem;left:16.5rem;width:14.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHUfAZuHOO1xihHFHDnfaT68ORnkkTuT { top:40.4375rem;left:35.75rem;width:12rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsHRUtHldCUqKPpwdn2xs2u8LoBGENn5 { top:40.4375rem;left:0rem;width:10.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emFuG7vfBLPECQ3E05CilFhtyAm6xBfK { top:36.125rem;left:40.4375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcEBZxWH988VBPVe4VCBzTMqIIykTC9k { top:36.125rem;left:3.3125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcOnRr37pyu8VpMuw1AceLNnf8Ogbmem { top:36.5625rem;left:22.3125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4zF7DS0pI5JoBC20bKTlLvS2FUrxbDf { top:34.875rem;left:0rem;width:16.875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeMtbHLaWiBx5cvN75DlAbN8WEmzVplz { top:34.875rem;left:30.75rem;width:16.875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTp6StHyxc6pT6vu698NuTsLlfZFyNZa { top:31.125rem;left:1.375rem;width:46.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI { display:block; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhSgWJwrZD9OKuqAcE17RDfzLQc2se3n { top:10.8125rem;left:0.46875rem;width:11rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5IvTE3HvxniqFcs0uFILumBRR3wqAB { top:9.4375rem;left:12.40625rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGup4JJFJI0dRI0ruGLlXNoA5riTAWFN { top:9.4375rem;left:36.28125rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDCKTgUfFezCeC8LNuL54pLs2SgOvPKC { top:10.125rem;left:24.34375rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igNAET5wmAPids66eAK8nLuRl8TZxNhc { top:3.875rem;left:11.75rem;width:12.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnHwJbzUq9wW8id9FSKbgnoqdVFrcvL9 { top:3.5rem;left:1.53125rem;width:8.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC9DczHr5tBV9plOJaSCGCvmyZBC09zd { top:2.6875rem;left:25.09375rem;width:9.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rroi8Q1AqeMgkatA1tfGdmm9l7cxaycZ { top:3.6875rem;left:36.90625rem;width:9.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf { display:block; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wv2KaIV0yrHGMTVqw7oaDymdMK4SSKVq { top:6.875rem;left:18.25rem;width:29.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZoN7pW2mxr5wZktT77rV8EHuCHCEb4 { top:14.125rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3REBJrGkcJtKaEZkNdf8XtweKo5kTan { top:14rem;left:22.625rem;width:25.125rem;height:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thh7KAlpTaAm3eTv8IHVOmrwJ752aiqW { top:19.1875rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgE8dgSD72UrXSVSLNbyXVHVykUSDfDA { top:24.125rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNnTooS421syGKFrIqxMmEZD03HNxlV0 { top:29.3125rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3tGEiL7UsTvaOupb9ibwhBxhJ7tZp3 { top:3.625rem;left:18.4375rem;width:29.3125rem;height:2.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4QPOhf9ufkk8qV83st0XfvAXkyNlGqZ { width:12.75rem;height:3.4375rem;top:37.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdzCmn9BPiL9FfPeoiDqBNTlZuOXMArB { display:block; }
 }@media only screen and (max-width: 763px) { #NUZU07rnpdeGkQ0tRFaUCB1lH4HJRLp7 { top:0.375rem;left:0rem;width:28.0625rem;height:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkVWBeZ0AkWJVV8yTOydzrehd9u4KVtt { top:3.625rem;left:0rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtS1PnSV2rOD7lkvawUBukCmyx4JaVfQ { top:2.1875rem;left:0rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8ly5m1usb2eyII65EQkGUEGkPwZIi9U { display:block; }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUFAtAB7SlBmCFAKDcqqndI4ySQIXhfp { top:13.25rem;left:0rem;width:12.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AptCgQCvUZbd4K6mIpnN1h3fNhafXT3T { top:10.3125rem;left:0rem;width:12.3125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To6ZterPFPwH6zCfE4UsbaS9fZdGARtu { top:13.25rem;left:11.8125rem;width:12.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEWbw3J7Pbn3eho9NByTukxuaQ1q2ECy { top:10.3125rem;left:11.5625rem;width:12.3125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7OTJW79wmEJqqWpM74wwLtnO6u3KxDo { top:13.3125rem;left:21.3125rem;width:14.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om1Qgas7brnecCfBFgu5E1p0GCT00Tyh { top:10.3125rem;left:23.5rem;width:12.3125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcA3C4UzMghpoMpwJ8lZoyG46cxtUkak { top:1.5rem;left:25.40625rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3XR1TQ3AT7cXdAMhAz5ODko0tpPHtdL { top:1.5rem;left:1.53125rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB79imieLvC6dO5k5aGunu2PKtXF3KnB { top:1.4375rem;left:13.46875rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTNv8TnqF35XvHRxtFh6CQx6E2ArJQZA { top:15rem;left:24.34375rem;width:11rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfa2zbkQwmlFZXT0LEXmRGTipKohk9c8 { top:13.3125rem;left:35.6875rem;width:12.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x40yVOPRHyybICuhATkwWW68R04NX8PP { top:10.375rem;left:35.4375rem;width:12.3125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuLHr9GmZFXpTkFxGDSD6xgxnaurfhFX { top:1.5rem;left:37.34375rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw { display:block; }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtBAlnlIn3crexnW4gt6Wy97wFJUsOSs { top:1.3125rem;left:0rem;width:47.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3h9TxwwGLABWLUnib88IPTlVLlIigZ { top:9.875rem;left:10.6875rem;width:11.9375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVy9oe0An7kp0zTa5WgTc4Q0AL2LE9Eo { top:3.4375rem;left:0rem;width:14.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLQmh5ph2IpNelvhAlwQHc8dJfTG0AJQ { top:3.6875rem;left:12.4375rem;width:12.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI7MTQlBce25B3SD78ZFPnDrH5sKLlq8 { top:3.6875rem;left:26.625rem;width:11.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4oROm2lNH9PqnFrh5A2vwGo0SNOUVIC { top:3.875rem;left:36.5rem;width:11.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSOT4ahNJvcvbvzMwvkWA3v0pSCQM9M8 { top:9.625rem;left:0rem;width:12.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWMfUA4EXaNtdlOCocnrIMX3usBHA1g1 { top:9.8125rem;left:23.5rem;width:16.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApI2UnTvTpP39o69RiSMJ1gLf5UtWKlW { top:8.9375rem;left:39.625rem;width:8.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kngByqzItxiD6QPyMtwhr3w12PJ5qA0z { top:14.0625rem;left:16.625rem;width:14.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf96XrP8o0uTPaS5IsqDzPDyfD3f5tr2 { top:9.8125rem;left:23.5rem;width:16.3125rem;height:5.5834731543624rem;display:none; }
 }@media only screen and (max-width: 763px) { #hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 { display:block; }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSgMX2PZ66g8ks23lh2AemngCVsNRUmB { top:0.8125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgINgwLP78PxLHnhd9IIHSBcPppK2uuv { display:block; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Gu8yQGhuscRVn8PTuvRy9n9XyL6e7y { top:3.4375rem;left:11.0625rem;width:25.625rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT { display:block; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrbbeCJOfCXesf2Zlt5kOICVAGfJiFuE { top:3.3125rem;left:3.6875rem;width:8.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWRJnNtdmPEpnnb2vgAnwcn9P8HxAKvQ { top:7.5625rem;left:3.1875rem;width:12.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLaz5G8T3SmBlGN0HQKoSRlJIupk0sz { top:7.0625rem;left:0.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUDFnozBv5TFl93NhER7pdndPpmPRptF { top:16.375rem;left:3.0625rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ekDsVuxJIfLPoGFFv1BqLMaetqLHfB { top:15.9375rem;left:0.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6BfWPx7zXB23UIiJSVxDs8q0syKmXBT { top:10.125rem;left:3.1875rem;width:12.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlvzwEOqX6g5nb47oUI5umZlyQoJUm4K { top:10.125rem;left:0.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMgikJQtl7dopgVRIvUuHrGNp8AeZxQ0 { width:15.125rem;height:2.9375rem;top:19.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXSqcKP9AEJnNTfWhwgtPDdIxF6WTtxs { display:block; }
 }@media only screen and (max-width: 763px) { #vE0RCoDLeE4eahM0Jl4BGcJxVNv2sQrm { top:3.3125rem;left:13.625rem;width:18.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCn5DICRlZDsVO8iFX9IhNPth91tIn9J { width:15.125rem;height:2.9375rem;top:19.4375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reyAOFxd7ASpniTQBNBzrDdiSRbVbGc2 { display:block; }
 }@media only screen and (max-width: 763px) { #klDsWV7yu8wFmNATDA1mOFUZt4O675LS { top:16.4375rem;left:19rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhZA8Ve6N7ERqCkAc5auVF6MyDoSgO4K { top:10.1875rem;left:19.125rem;width:12.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pezQnCkxVSvEoMIAoD6osif8tQei20or { top:16rem;left:16.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgURSrV7m9OaD7isVZgnLocTMNr0tAMJ { top:10.1875rem;left:16.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH7aVkbhKHOLTilHALBz5rUFNsdBQNJ0 { top:7.125rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA5CTmr6iBVhegrewQth64UTR6LnPeG0 { top:7.625rem;left:19.125rem;width:12.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rclsmlF8mP9zCZyWfz7PH5AnuFPUuB { top:3rem;left:19.625rem;width:8.5rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTozWb1onDPOtlm4T7yuuii6bPg186l5 { top:3.3125rem;left:29.5rem;width:18.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7HlFBbwM457E2sqe150zl8uNLMETaIx { width:15.125rem;height:2.9375rem;top:19.4375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV4ZICH28IBPTkdKa4f3kuDSdXNHy2F3 { display:block; }
 }@media only screen and (max-width: 763px) { #g2LuJ3Gh6B4wMn1PIRWP0ZR7CCo4eyOe { top:16.4375rem;left:34.875rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3TNc7NsOdOJ1S1lTp9ddlB7aBZkPSWH { top:10.1875rem;left:35rem;width:12.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXFz3CpC3IwFwzLXddiwA2WLVKqJFu2l { top:7.625rem;left:35rem;width:12.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDflTITlT1qdLesaMpSEgR5B0PyPLicN { top:16rem;left:32.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9rmzGGiFeEPTqsbHQJPG0LEWnKCTdd5 { top:10.1875rem;left:32.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEDom5WAbu8AKpkMi0TTxFUf6bTm267i { top:7.125rem;left:32.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaZmA5wk6g9tvznOW326wokMFFrucWXS { top:3rem;left:35.5rem;width:8.5rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LspGXwMllmoQTuDRTfF5G6ITfrKDtZ7w { top:2.125rem;left:13.4375rem;width:18.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olo9WzTFdB9TGBXvHPcUKnnkGrVzg3zR { top:2.125rem;left:29.3125rem;width:18.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4RzAxrmnwAT5bLSv2Q0FGFzqvfIxkhF { top:2.5rem;left:0rem;width:18.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNbhXcogHJVqKVTlgAvparq5O0wdTQwe { top:3.3125rem;left:0rem;width:18.3125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH { display:block; }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2FD1EsHmBX9dBBJiw11f8sFbwpPS66J { top:2.625rem;left:3rem;width:41.6875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP { display:block; }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hn156ODDhbxiR0q33gwqwmLTW7zlPVQg { top:6.5rem;left:1.1875rem;width:13.5rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrxwgrpilGXftqAFTSxBcHSTOMdOTy4M { top:3.8125rem;left:0rem;width:17.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJ9rhJeMzqgdx0JIVJkyUZD4HJzbohx { top:2.625rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO0JzJUn9yQcVkrWd80G0iGC6sScMSzb { top:3.8125rem;left:13.9375rem;width:17.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz9bHT39PATCfw7kOB9Af0PTXr0HcTK5 { top:6.5rem;left:17.0625rem;width:13.5rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK07KOihrJCa0F3fxIypXg2s0MUay0sd { top:2.625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Ti20Ch1BA5CiFwhklQESi4c8dFN6Z9 { top:3.8125rem;left:29.8125rem;width:17.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcegpOpRIJNLfsiiD0pSfaDkx5iKXwkC { top:6.5rem;left:32.9375rem;width:13.5rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPQTADb8t9nVVhzNaKDhauARpBpTncW { top:2.625rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5MiLt5osQvtlESpZVBwm0NxasXTTmTK { display:block; }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZiPf6kNJ4XT15GtS0uaW6dWCJnzsPBq { top:0rem;left:0rem;width:47.75rem;height:26.625815217391rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu { display:block; }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czc9HUup0o8tcmdF8unKL8uislWDvai0 { top:2.625rem;left:3rem;width:41.6875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO { display:block; }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtovtXw7mTL9mSfIOzi7Nd287EOslLkV { top:15.5rem;left:0rem;width:12.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbNdAwQFk1sVXApbmyF9mhZPB2kRnwKy { top:15.5rem;left:11.4375rem;width:12.4375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHJrJn6IMrBNmNbgRsxpTK0zilQu2G3d { top:15.5rem;left:22.375rem;width:13.4375rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsVgxUJEB74chD9O6prkZEbVHm6GuJ0A { top:15.5rem;left:34.625rem;width:13.125rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvToyiOTeR76tgFT0kBHW0ETxhALDweQ { top:1.3125rem;left:0rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0HyimIo690E2BN0JMlzZf5P12mrlCsn { top:1.3125rem;left:10.75rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTQlR272PalCRc5P8I0aQhx8PGBBCCVf { top:1.375rem;left:22.6875rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9rdenS7ZyHUe3RaXbncf05IsGVBXmMS { top:1.3125rem;left:34.625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF { display:block; }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d45gwPv2FTNramaUPqRfIU6DZm8HcNcw { top:1.9375rem;left:0rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flNx5JdA4J3H6qUng9ZFT9ILSWWFv2Bv { top:1.9375rem;left:9.125rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFHTb2VC2HuNL1nLEKb4G01NvC4TeoWV { top:1.9375rem;left:21.0625rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKRDe4IFTkzyhl6ABSRHJskRl9JSaSdp { top:1.9375rem;left:33rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaXv9he8iklxTViUXD83k8JWJ0kn5c25 { top:0.75rem;left:0rem;width:47.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V { display:block; }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCMIMscU0ATZQ6AaBvTA83VnHuqRE1qo { width:12.75rem;height:3.4375rem;top:17rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJBIoRgZrtncx4Gd0vIitwu9Eg8sT4Am { display:block; }
 }@media only screen and (max-width: 763px) { #pzP21CnzyUPRsC0miHTWSKZhepBJIgs5 { top:13.5625rem;left:0.75rem;width:46.3125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFxi85DD3vtLUA3D7ErxRBiCfEN5TTHW { top:4.625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S85QDOfMxN2MQyHOMk6vd9OXEO7snF3M { top:23.25rem;left:0.75rem;width:46.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTts7EvpZkE4wPvWODieP04iBy4mTUCs { display:block; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oktytTkxIWBEdRJlsULEHNXfg32QgUc2 { top:3rem;left:19.5625rem;width:8.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2zg9BgtVm5gT6pGmiwRQz5DeRr7TiXo { top:10.9375rem;left:12.0625rem;width:23.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFLONwh5qqh2OW9cmViWBeeUFclgaFDv { top:13.6875rem;left:11.75rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD3PaVIy6uRZmoxODWVWnyhuICsTktKv { top:13.6875rem;left:20.125rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA9RqFn8493tSHaRz7yIXo2PMVkUqngp { top:13.6875rem;left:28.5625rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9BHaI41brkNESAeFSFbxyrHZtXtfwsB { top:13.6875rem;left:19.5625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSAug8dhbLNt9JyOtPJm2uv3EOpuu2WC { top:13.6875rem;left:28.125rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX { top:7.1875rem;left:20.8125rem;width:2.625rem;height:2.625rem;display:block; }
#fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #gQLNCa9DxyJIJpPr6O70atytKcpV9ydr { top:7.1875rem;left:24.3125rem;width:2.625rem;height:2.625rem;display:block; }
#gQLNCa9DxyJIJpPr6O70atytKcpV9ydr > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1316cb15-1ada-4c93-a900-ea4fc1b08ebd/THuha20200308DSC_4301AoLHRSKYHappinessprogramFullHD.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT.adaptive-delivery-prevent-bg, #gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT.lazyload, #gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT.lazyloading { background-image: none; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row .container { background-color: transparent; background-image: none; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row .container > .video-iframe-container { display: none; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row > .video-iframe-container { display: none; }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .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); }#gsQuVxVRngN1A8lSt3OoO9AoKU8klDWT > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLlcMadeEW9MzK1Kvob9MOOeHnOk9dJr { width:15.9375rem;height:7.875rem;top:6.0625rem;left:2.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2I16RQV0ydigtp0zUTBKv6xPy9rfdCD { width:20rem;height:6rem;top:14.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Asic8Sc0Tt3DBmJoL49tAdSHwXPKNfLc { width:11.4375rem;height:2.875rem;top:21.75rem;left:4.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLZKgzR6sB7NkoRg1Lnh03yAXQ0xTfDu { display:block; }
 }@media only screen and (max-width: 763px) { #r2KU8ZmbuurODuL365CKC3MhbT50ndkL { width:4.625rem;height:4.625rem;top:0.875rem;left:7.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mDhsJSshz9UUqFLSN89D3qTpJLIVIXX6 { width:14.5rem;height:7.9375rem;top:34.8125rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #otyUqgxl6cWsrDu752UWZdVnQgTwkCxP { width:11.625rem;height:0;top:39.5625rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pHUfAZuHOO1xihHFHDnfaT68ORnkkTuT { width:9.875rem;height:0;top:48.375rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EsHRUtHldCUqKPpwdn2xs2u8LoBGENn5 { width:10.625rem;height:0;top:30.625rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #emFuG7vfBLPECQ3E05CilFhtyAm6xBfK { display:flex;width:3.6875rem;height:3.6875rem;top:44.75rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcEBZxWH988VBPVe4VCBzTMqIIykTC9k { display:flex;width:3.125rem;height:3.125rem;top:27.375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcOnRr37pyu8VpMuw1AceLNnf8Ogbmem { display:flex;width:2.875rem;height:2.875rem;top:36rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4zF7DS0pI5JoBC20bKTlLvS2FUrxbDf { width:14.1875rem;height:7.625rem;top:26.25rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeMtbHLaWiBx5cvN75DlAbN8WEmzVplz { width:14.4375rem;height:8.375rem;top:43.875rem;left:2.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTp6StHyxc6pT6vu698NuTsLlfZFyNZa { width:20rem;height:0;top:25.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI { background-color:#f1f0f1;background-image:none;display:block; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { background-color: transparent; background-image: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container > .video-iframe-container { display: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row > .video-iframe-container { display: none; }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .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); }#ucsexMhJldOxP9Wkvrw4AkoZ5bfPlwxI > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhSgWJwrZD9OKuqAcE17RDfzLQc2se3n { width:7.125rem;height:1.3999rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5IvTE3HvxniqFcs0uFILumBRR3wqAB { width:11rem;height:3.8994125rem;top:5rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IGup4JJFJI0dRI0ruGLlXNoA5riTAWFN { width:11rem;height:3.8994125rem;top:16.625rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DDCKTgUfFezCeC8LNuL54pLs2SgOvPKC { width:7.125rem;height:2.5996125rem;top:17.375rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #igNAET5wmAPids66eAK8nLuRl8TZxNhc { width:7.5rem;height:2.3125rem;top:2.125rem;left:11.03662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnHwJbzUq9wW8id9FSKbgnoqdVFrcvL9 { width:5.3125rem;height:2.625rem;top:1.96875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC9DczHr5tBV9plOJaSCGCvmyZBC09zd { width:6.1875rem;height:4rem;top:12.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rroi8Q1AqeMgkatA1tfGdmm9l7cxaycZ { width:7rem;height:2.9375rem;top:12.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/454f1df2-a98f-41a0-8aa7-47a0b5cdff2b/Sections.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.adaptive-delivery-prevent-bg, #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.lazyload, #AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf.lazyloading { background-image: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { background-color: transparent; background-image: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row > .video-iframe-container { display: none; }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .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); }#AGTbiTRB5y88RyCQdLXVEgGM3SM3a1rf > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wv2KaIV0yrHGMTVqw7oaDymdMK4SSKVq { width:20rem;height:6rem;top:6.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngZoN7pW2mxr5wZktT77rV8EHuCHCEb4 { display:flex;width:1.625rem;height:1.625rem;top:45.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3REBJrGkcJtKaEZkNdf8XtweKo5kTan { width:20rem;height:19.5rem;top:14.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thh7KAlpTaAm3eTv8IHVOmrwJ752aiqW { display:flex;width:1.625rem;height:1.625rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgE8dgSD72UrXSVSLNbyXVHVykUSDfDA { display:flex;width:1.625rem;height:1.625rem;top:55.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNnTooS421syGKFrIqxMmEZD03HNxlV0 { display:flex;width:1.625rem;height:1.625rem;top:60.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UR3tGEiL7UsTvaOupb9ibwhBxhJ7tZp3 { width:13.875rem;height:3.5rem;top:2.5625rem;left:3.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4QPOhf9ufkk8qV83st0XfvAXkyNlGqZ { width:12.75rem;height:2.875rem;top:35.0625rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdzCmn9BPiL9FfPeoiDqBNTlZuOXMArB { display:block; }
 }@media only screen and (max-width: 763px) { #NUZU07rnpdeGkQ0tRFaUCB1lH4HJRLp7 { width:15.1875rem;height:23.75rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkVWBeZ0AkWJVV8yTOydzrehd9u4KVtt { width:20rem;height:20rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtS1PnSV2rOD7lkvawUBukCmyx4JaVfQ { width:20rem;height:20rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8ly5m1usb2eyII65EQkGUEGkPwZIi9U { display:block; }#C8ly5m1usb2eyII65EQkGUEGkPwZIi9U > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUFAtAB7SlBmCFAKDcqqndI4ySQIXhfp { width:9.9375rem;height:1.29980625rem;top:9.5rem;left:0.0625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AptCgQCvUZbd4K6mIpnN1h3fNhafXT3T { width:8.875rem;height:2.4375rem;top:7.3125rem;left:0.5625rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #To6ZterPFPwH6zCfE4UsbaS9fZdGARtu { width:6.125rem;height:1.29980625rem;top:9.5rem;left:12.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZEWbw3J7Pbn3eho9NByTukxuaQ1q2ECy { width:5.9375rem;height:2.4375rem;top:7.1875rem;left:12.375rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H7OTJW79wmEJqqWpM74wwLtnO6u3KxDo { width:9.375rem;height:1.29980625rem;top:20.4375rem;left:0.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Om1Qgas7brnecCfBFgu5E1p0GCT00Tyh { width:7.0625rem;height:2.4375rem;top:18.1875rem;left:1.5rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bcA3C4UzMghpoMpwJ8lZoyG46cxtUkak { width:8.875rem;height:8.875rem;top:10.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3XR1TQ3AT7cXdAMhAz5ODko0tpPHtdL { width:8.875rem;height:8.875rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB79imieLvC6dO5k5aGunu2PKtXF3KnB { width:8.875rem;height:8.875rem;top:0rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTNv8TnqF35XvHRxtFh6CQx6E2ArJQZA { width:10.0625rem;height:1.94921875rem;top:21.6875rem;left:0rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Kfa2zbkQwmlFZXT0LEXmRGTipKohk9c8 { width:8.5625rem;height:1.29980625rem;top:20.5625rem;left:11.0625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x40yVOPRHyybICuhATkwWW68R04NX8PP { width:7.375rem;height:2.4375rem;top:18.1875rem;left:11.625rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XuLHr9GmZFXpTkFxGDSD6xgxnaurfhFX { width:8.875rem;height:8.875rem;top:10.8125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw { display:block; }#b5x8eEc5FTT4Zu21PXGMc1u8U3rtGiWw > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtBAlnlIn3crexnW4gt6Wy97wFJUsOSs { width:20rem;height:19.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3h9TxwwGLABWLUnib88IPTlVLlIigZ { width:8.1875rem;height:1.8125rem;top:14.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVy9oe0An7kp0zTa5WgTc4Q0AL2LE9Eo { width:8.625rem;height:2.1875rem;top:2.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLQmh5ph2IpNelvhAlwQHc8dJfTG0AJQ { width:8.5625rem;height:2.125rem;top:3rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI7MTQlBce25B3SD78ZFPnDrH5sKLlq8 { width:8.8125rem;height:2.625rem;top:10.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4oROm2lNH9PqnFrh5A2vwGo0SNOUVIC { width:7.875rem;height:1.9375rem;top:6.3125rem;left:11.06640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSOT4ahNJvcvbvzMwvkWA3v0pSCQM9M8 { width:8.875rem;height:2.1875rem;top:6.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWMfUA4EXaNtdlOCocnrIMX3usBHA1g1 { width:12.875rem;height:2.4375rem;top:14.125rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApI2UnTvTpP39o69RiSMJ1gLf5UtWKlW { width:5.8125rem;height:3.375rem;top:10rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kngByqzItxiD6QPyMtwhr3w12PJ5qA0z { width:14.5rem;height:1.29980625rem;top:18.25rem;left:2.8125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yf96XrP8o0uTPaS5IsqDzPDyfD3f5tr2 { width:8.875rem;height:2.9375rem;top:14.3125rem;left:0.6875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 { display:block; }#hU1cf5O1A1BBy7DrWqRnGSlhTHAgkb27 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSgMX2PZ66g8ks23lh2AemngCVsNRUmB { width:18.875rem;height:2rem;top:1.0625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgINgwLP78PxLHnhd9IIHSBcPppK2uuv { display:block; }#rgINgwLP78PxLHnhd9IIHSBcPppK2uuv > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Gu8yQGhuscRVn8PTuvRy9n9XyL6e7y { width:20rem;height:1.75rem;top:3.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT { display:block; }#A39mtTMTrdsaOghlWVHSs9a0oRt4oOKT > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrbbeCJOfCXesf2Zlt5kOICVAGfJiFuE { width:6.875rem;height:2.03125rem;top:2.9375rem;left:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWRJnNtdmPEpnnb2vgAnwcn9P8HxAKvQ { width:12.125rem;height:1.29980625rem;top:7.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLaz5G8T3SmBlGN0HQKoSRlJIupk0sz { display:flex;width:2.3125rem;height:2.3125rem;top:6.6875rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #UUDFnozBv5TFl93NhER7pdndPpmPRptF { width:12.1875rem;height:1.29980625rem;top:10.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ekDsVuxJIfLPoGFFv1BqLMaetqLHfB { display:flex;width:2.375rem;height:2.375rem;top:10.125rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #R6BfWPx7zXB23UIiJSVxDs8q0syKmXBT { width:12.1875rem;height:5.19921875rem;top:13.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlvzwEOqX6g5nb47oUI5umZlyQoJUm4K { display:flex;width:2.3125rem;height:2.3125rem;top:13.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #dMgikJQtl7dopgVRIvUuHrGNp8AeZxQ0 { width:12.75rem;height:3.4375rem;top:20.4375rem;left:3.625rem;background-color:#a9e1ff;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) { #EXSqcKP9AEJnNTfWhwgtPDdIxF6WTtxs { display:block; }
 }@media only screen and (max-width: 763px) { #vE0RCoDLeE4eahM0Jl4BGcJxVNv2sQrm { width:18.125rem;height:20.5625rem;top:28.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCn5DICRlZDsVO8iFX9IhNPth91tIn9J { width:15.125rem;height:2.9375rem;top:44.3125rem;left:2.4375rem;background-color:#a9e1ff;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) { #reyAOFxd7ASpniTQBNBzrDdiSRbVbGc2 { display:block; }
 }@media only screen and (max-width: 763px) { #klDsWV7yu8wFmNATDA1mOFUZt4O675LS { width:11.5625rem;height:1.29980625rem;top:41.3125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhZA8Ve6N7ERqCkAc5auVF6MyDoSgO4K { width:12.1875rem;height:5.19921875rem;top:35.0625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pezQnCkxVSvEoMIAoD6osif8tQei20or { display:flex;width:2.125rem;height:2.125rem;top:40.875rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #mgURSrV7m9OaD7isVZgnLocTMNr0tAMJ { display:flex;width:2.125rem;height:2.125rem;top:35.0625rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #TH7aVkbhKHOLTilHALBz5rUFNsdBQNJ0 { display:flex;width:2.3125rem;height:2.3125rem;top:32rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #bA5CTmr6iBVhegrewQth64UTR6LnPeG0 { width:12.125rem;height:1.29980625rem;top:32.5rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rclsmlF8mP9zCZyWfz7PH5AnuFPUuB { width:8.5rem;height:2.03125rem;top:27.875rem;left:5.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTozWb1onDPOtlm4T7yuuii6bPg186l5 { width:18.125rem;height:20.5625rem;top:4.96875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7HlFBbwM457E2sqe150zl8uNLMETaIx { width:15.125rem;height:2.9375rem;top:67.75rem;left:2.4375rem;background-color:#a9e1ff;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) { #DV4ZICH28IBPTkdKa4f3kuDSdXNHy2F3 { display:block; }
 }@media only screen and (max-width: 763px) { #g2LuJ3Gh6B4wMn1PIRWP0ZR7CCo4eyOe { width:11.5625rem;height:1.29980625rem;top:64.75rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3TNc7NsOdOJ1S1lTp9ddlB7aBZkPSWH { width:12.1875rem;height:5.19921875rem;top:58.5rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXFz3CpC3IwFwzLXddiwA2WLVKqJFu2l { width:12.125rem;height:1.29980625rem;top:55.9375rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDflTITlT1qdLesaMpSEgR5B0PyPLicN { display:flex;width:2.125rem;height:2.125rem;top:64.3125rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #t9rmzGGiFeEPTqsbHQJPG0LEWnKCTdd5 { display:flex;width:2.125rem;height:2.125rem;top:58.5rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #tEDom5WAbu8AKpkMi0TTxFUf6bTm267i { display:flex;width:2.3125rem;height:2.3125rem;top:55.4375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #SaZmA5wk6g9tvznOW326wokMFFrucWXS { width:8.5rem;height:2.03125rem;top:51.3125rem;left:5.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LspGXwMllmoQTuDRTfF5G6ITfrKDtZ7w { width:18.3125rem;height:3.5625rem;top:27.109375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olo9WzTFdB9TGBXvHPcUKnnkGrVzg3zR { width:18.3125rem;height:3.5625rem;top:50.546875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4RzAxrmnwAT5bLSv2Q0FGFzqvfIxkhF { width:18.3125rem;height:3.5625rem;top:2.171875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNbhXcogHJVqKVTlgAvparq5O0wdTQwe { width:18.3125rem;height:20.5625rem;top:53.34375rem;left:0.84375rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH { display:block; }#UhqwrTVcp8OIp9cPPEiVIkJq9ELrnkVH > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2FD1EsHmBX9dBBJiw11f8sFbwpPS66J { width:20rem;height:1.75rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP { display:block; }#Xf0pt7NEXMsa9UttLX7VOFeDT8gmAGwP > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hn156ODDhbxiR0q33gwqwmLTW7zlPVQg { width:13.5rem;height:7.7988125rem;top:4.9375rem;left:3.1875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hrxwgrpilGXftqAFTSxBcHSTOMdOTy4M { width:17.8125rem;height:12.3125rem;top:2.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJ9rhJeMzqgdx0JIVJkyUZD4HJzbohx { display:flex;width:3.125rem;height:3.125rem;top:1.0625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #NO0JzJUn9yQcVkrWd80G0iGC6sScMSzb { width:17.8125rem;height:12.3125rem;top:18.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz9bHT39PATCfw7kOB9Af0PTXr0HcTK5 { width:13.5rem;height:7.7988125rem;top:21.125rem;left:3.1875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BK07KOihrJCa0F3fxIypXg2s0MUay0sd { display:flex;width:3.125rem;height:3.125rem;top:17.25rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #H6Ti20Ch1BA5CiFwhklQESi4c8dFN6Z9 { width:17.8125rem;height:12.3125rem;top:34.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcegpOpRIJNLfsiiD0pSfaDkx5iKXwkC { width:13.5rem;height:7.7988125rem;top:37.1875rem;left:3.1875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rTPQTADb8t9nVVhzNaKDhauARpBpTncW { display:flex;width:3.125rem;height:3.125rem;top:33.3125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #T5MiLt5osQvtlESpZVBwm0NxasXTTmTK { display:block; }#T5MiLt5osQvtlESpZVBwm0NxasXTTmTK > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZiPf6kNJ4XT15GtS0uaW6dWCJnzsPBq { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu { display:block; }#KOvw98hZ1dPppmu0KaTNXPrQaVCKyMDu > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czc9HUup0o8tcmdF8unKL8uislWDvai0 { width:20rem;height:1.75rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO { display:block; }#lEVRhtVC0T2cnif0TZIQ6blXyk1QyXhO > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtovtXw7mTL9mSfIOzi7Nd287EOslLkV { width:9.3125rem;height:2.5996125rem;top:3.73095703125rem;left:10.0625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JbNdAwQFk1sVXApbmyF9mhZPB2kRnwKy { width:8.125rem;height:3.8994125rem;top:13.1435546875rem;left:0.96875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hHJrJn6IMrBNmNbgRsxpTK0zilQu2G3d { width:7.25rem;height:5.19921875rem;top:22.556640625rem;left:11.09375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nsVgxUJEB74chD9O6prkZEbVHm6GuJ0A { width:8.3125rem;height:3.8994125rem;top:33.2685546875rem;left:0.875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LvToyiOTeR76tgFT0kBHW0ETxhALDweQ { width:10.0625rem;height:10.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0HyimIo690E2BN0JMlzZf5P12mrlCsn { width:10.0625rem;height:10.0625rem;top:10.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTQlR272PalCRc5P8I0aQhx8PGBBCCVf { width:10.0625rem;height:10.0625rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9rdenS7ZyHUe3RaXbncf05IsGVBXmMS { width:10.0625rem;height:10.0625rem;top:30.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF { display:block; }#J3wtKMEOyUgWcQVq7BCKOtdJqlFDuyaF > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d45gwPv2FTNramaUPqRfIU6DZm8HcNcw { width:11.25rem;height:11.25rem;top:1.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flNx5JdA4J3H6qUng9ZFT9ILSWWFv2Bv { width:11.1875rem;height:11.1875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFHTb2VC2HuNL1nLEKb4G01NvC4TeoWV { width:11.25rem;height:11.25rem;top:12.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKRDe4IFTkzyhl6ABSRHJskRl9JSaSdp { width:11.25rem;height:11.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaXv9he8iklxTViUXD83k8JWJ0kn5c25 { width:19.75rem;height:24.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V { display:block; }#ybVTN68LHwVNshTuP0Dhm41wxe8ymK6V > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCMIMscU0ATZQ6AaBvTA83VnHuqRE1qo { width:12.75rem;height:3.4375rem;top:13.625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJBIoRgZrtncx4Gd0vIitwu9Eg8sT4Am { display:block; }
 }@media only screen and (max-width: 763px) { #pzP21CnzyUPRsC0miHTWSKZhepBJIgs5 { width:20rem;height:3rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFxi85DD3vtLUA3D7ErxRBiCfEN5TTHW { width:20rem;height:3.5996125rem;top:4.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S85QDOfMxN2MQyHOMk6vd9OXEO7snF3M { width:20rem;height:3rem;top:18.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTts7EvpZkE4wPvWODieP04iBy4mTUCs { display:block; }#XTts7EvpZkE4wPvWODieP04iBy4mTUCs > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oktytTkxIWBEdRJlsULEHNXfg32QgUc2 { width:6.6875rem;height:2.5rem;top:1.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2zg9BgtVm5gT6pGmiwRQz5DeRr7TiXo { width:13.3125rem;height:2.5996125rem;top:8.8125rem;left:3.375rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qFLONwh5qqh2OW9cmViWBeeUFclgaFDv { width:5.8125rem;height:0.9746125rem;top:12.9375rem;left:7.09375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dD3PaVIy6uRZmoxODWVWnyhuICsTktKv { width:5.3125rem;height:0.9746125rem;top:12.9375rem;left:0.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BA9RqFn8493tSHaRz7yIXo2PMVkUqngp { width:5.0625rem;height:0.9746125rem;top:12.9375rem;left:13.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b9BHaI41brkNESAeFSFbxyrHZtXtfwsB { width:0.125rem;height:1.25rem;top:10.2998046875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSAug8dhbLNt9JyOtPJm2uv3EOpuu2WC { width:0.125rem;height:1.25rem;top:21.56153125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX { display:flex;width:2.625rem;height:2.625rem;top:5.3125rem;left:6.9375rem; }
#fRGOsBM7zFeXzIU5tGD71JoGBp31kgTX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #gQLNCa9DxyJIJpPr6O70atytKcpV9ydr { display:flex;width:2.625rem;height:2.625rem;top:5.3125rem;left:10.4375rem; }
#gQLNCa9DxyJIJpPr6O70atytKcpV9ydr > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }