.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu { 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; }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu > .row .container { background-color: transparent; background-image: none; }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu > .row .container > .video-iframe-container { display: none; }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu > .row > .video-iframe-container { display: none; }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu > .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); }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu > .row .container { border-width: 0; border-radius: 0; }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#ronMGTqMc4urEGRxgPXiLk925K5550K4 { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:51.237504959106rem;display:block; }
#XUNziqDPveT274ge84cEufekRGhHDTsS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbmceGGv7LueVHGONFDhdzp7UTHnCCHd { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#T6Gxy6TUqirueN8TLMT8cWclzNQMMZmb { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:24.375rem;display:block; }
#M3T5aWD6L75mIoUEFdpFx1UnkztXMWoD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cEfuyRho3xHtOiBWWOLze9ppa6cfFo1l { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.46875rem;left:29.625rem;display:block; }
#VnJZNCFTbrOWJ1DWtx7MmUc4ekC5ZBhq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xc4ZIwFMAK8vQutTtRlAekD2dyb52BOL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.46875rem;left:34.3125rem;display:block; }
#UHegonLxCsGT0APNgLDS4llysJPibDyI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ltEvlIlsebU5w2ukv7rDlWJXZ6RGTENf { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:40.0625rem;display:block; }
#NHAiqm1FCXTRdJN1DvXrlJOppUaBxM5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dl8PwydnJE7BkiOkhqSznbMPiee6yAWW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:44.5625rem;display:block; }
#LbVe0HekZolZD6p5McMG6oKW2R9Kte1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nk2DQ1N8QOrWcfI8zZlDLg8ApkleDFP5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.0625rem;left:48.4375rem; }
#rUuPMEyQpb7bn9dPGlRxsBhmFByeMTr5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.46875rem;left:15.0625rem;display:block; }
#zxatsklp4vUUJbb6SRrdu7uQ1rTh5fzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD { position:relative;display:block; }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD { background-color: transparent; background-image: none; }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD > .row .container > .video-iframe-container { display: none; }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD > .row > .video-iframe-container { display: none; }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD > .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); }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD { border-width: 0; border-radius: 0; }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD > .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; }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD > .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:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FsnDFn6K5yhecph4v0msOrOsvrOKAfBl { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:4.75rem;left:22.875rem;display:block; }
#PaHLp8BPEV1ClzGGHNo3BSvBBI2tssCO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhGkDrBEfnWKGtinnRzKzk6AqLoS3sLr { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:2.375rem;left:39.375rem;display:block; }
#MeiuKD5X7GDe9dM5JtFkHKxcdEuTTNBU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iz9tlfITKqwvIDnFOpEzUHb3cOJ7sUhT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:0rem;left:39.40625rem;display:block; }
#uvW5VXRf9WiETRhxiSbaUN0OsuGt2Drg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#htSPQG2aLB2m6mZC6iJwNLR17mpeNAkR { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:0.125rem;left:51rem;display:block; }
#gL4SLwbhZTJtfQT3TZw2U0nUfGDKisLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1VwyO6lT94A0moGRwi1Np5o01DFutg9 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:4.75rem;left:39.375rem;display:block; }
#KpbvQV64HbbUgcnlREGHXTcnPrqmzxIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vbtgXXNbb977kEBrcPzW3iTf3Ev8zUmD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0rem;left:22.875rem;display:block; }
#JU8lIcm5e2VZw1DFNLm2bZqW8D68T2oF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xR7cRX1HBdPbMqbTdOzTJ7EciXpZxfrG { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.375rem;left:22.9375rem;display:block; }
#fqCDBoePyUqHmT7tSrRdAUXCghT9Tsnr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/573b5c24-61c5-4975-ad9f-c57a69e532f4/10.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { color:#ffffff;display:block;width:34.9369375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:2.75rem;height:6.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;font-style:normal;display:block; }
#SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { color:#ffffff;display:block;width:34.9369375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.125rem;left:2.75rem;height:2.1128875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { color:rgba(255,255,255,0.8);display:block;width:34.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:18.4375rem;left:2.75rem;height:4.72265625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { 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; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { background-color: transparent; background-image: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .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); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { border-width: 0; border-radius: 0; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { position:absolute;display:block;z-index:15007;background-color:#0dbda6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:6.25rem;left:0rem;display:block; }
#IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { color:#000000;display:block;width:14.6244375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3322095870969rem;left:2.6864337921142rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { 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:19.124rem;width:12.0615rem;top:12.3740234375rem;left:0rem;overflow:hidden;display:block; }
#yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:22.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dDJfNcZfoW363rsxxTgEuB62FCFulD5U { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:22.46875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:22.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MTJQmgbLLhFRZAa0KhED2P1ThJ3cP0cQ { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.0625rem;left:22.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.25rem;left:22.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:25.25rem;left:22.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:8.875rem;left:43.4375rem;height:1.31303125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:43.40625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:43.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.0625rem;left:43.4375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UNTGogUd8U61gTuDqAIBREBR6znEGDtx { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:6.099609375rem;left:20.78125rem; }
#g9bHItxDFWXIsqakqIp3ndpi7KsBWlJl { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:14.35546875rem;left:20.78125rem; }
#AWG6NTKQ4AxLnTXmEpGBRTOXhsRurTep { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:22.53125rem;left:20.78125rem; }
#GG9TcTfLsnASJKPVunxVeHtzm3xtcXMW { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.1875rem;left:41.6875rem; }
#HVIZIuJka60zcR3FxV9xAXxDxuM2aR9p { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:14.375rem;left:41.6875rem; }
#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#494858;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; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;position:relative;display:block; }#ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { color:#ffffff;display:block;width:32.1244375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6235799789429rem;left:27.875532150269rem;height:6.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;font-style:normal;display:block; }
#CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { color:rgba(255,255,255,0.8);display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:13.14453125rem;left:27.875532150269rem;height:8.999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zlulFSdzN6O4oFqiZrmmtQlB6qJ6DqE8 { 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:32.8125rem;width:21.9375rem;top:-0.0625rem;left:0rem;overflow:hidden;display:block; }
#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1babf72-e71f-4a3b-9afb-bdae6bda5094/IMG_0196.JPEG");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; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx.adaptive-delivery-prevent-bg, #T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx.lazyload, #T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx.lazyloading { background-image: none; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row .container { background-color: transparent; background-image: none; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row .container > .video-iframe-container { display: none; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row > .video-iframe-container { display: none; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .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); }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row .container { border-width: 0; border-radius: 0; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx::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; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#FJtbgQb61Nise0HpJynPzvRz7HAPGfT0 { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:17.875rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PG2nReFTNHvcCUaTLQntKCfvnNrCvft5 { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.4375rem;left:0rem;height:4.3857375rem;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; }
#yIrZCRZTF9o1PUCOptRSzkSu0zLHd0fL { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7480625rem;height:2.936525rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.07421875rem;left:34.625rem;display:block; }
#cWFJuOGziXLEs0MSCGAMLlNx2to06yPd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VqIlU69D9S0KCeaWv0piPwNPv9QrAdpH { box-sizing:content-box;height:4.3125rem;width:23.499625rem;position:absolute;display:block;z-index:15015;background-color:rgba(227,227,227,0.4);background-image:none;top:7.9375rem;left:0rem;display:block; }
#o69uTkTRISh4tBHxSKx5HAgVACeeATFu { box-sizing:content-box;height:4.3125rem;width:23.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.4);background-image:none;top:22.375rem;left:0rem;display:block; }
#WnQPfeHWlZb8WNTTOJZ8WNzGt1HVGZvn { color:#000000;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:4.3857375rem;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; }
#v85ZCGIEP8LCCUItZcIOz3iUXkOwq5uG { color:#000000;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.125rem;left:0.125rem;height:4.3857375rem;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; }
#XGxX4Wep24naEpaetRZTRpPewqTGe1Dv { box-sizing:content-box;height:4.3125rem;width:23.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.4);background-image:none;top:15.125rem;left:0rem;display:block; }
#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM { position:relative;display:block; }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM { background-color: transparent; background-image: none; }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM > .row .container > .video-iframe-container { display: none; }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM > .row > .video-iframe-container { display: none; }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM > .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); }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM { border-width: 0; border-radius: 0; }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM > .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; }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM > .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:21.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AT7MUoQGDz6O22mikwtgSSEVtTIi6lz4 { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#Ke5O4heU8O1gh0LFN2V9nxsXslnkRyeK { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#rvHK0pd9LSWnTgx5nTMhykdwR5tP49Ds { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.8125rem;left:42.375rem; }
#rvHK0pd9LSWnTgx5nTMhykdwR5tP49Ds > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#kmERrnWRQvz75bgwFNQ5xV0uNe4mK3cC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.8125rem;left:45.5rem; }
#kmERrnWRQvz75bgwFNQ5xV0uNe4mK3cC > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#sM4qSCrJPOSkMsEoL1E7mLIJ4B5ZLevS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.8125rem;left:48.625rem; }
#sM4qSCrJPOSkMsEoL1E7mLIJ4B5ZLevS > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#gMT2Pos92f9BoIpubLFW05XabT6dJtOP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8125rem;left:51.75rem; }
#gMT2Pos92f9BoIpubLFW05XabT6dJtOP > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#FoPDLEKSdoBuc2ixDlkxEElw54pI3gba { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.4375rem;height:0.6494125rem;display:block; }
#DzCVFywKtid2KEgT27e2k8syrqVT7FHP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#n05u7v2gOtBC13Tp4pH23qpvdEafe0Kk { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:13.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#PkTbOXSCoZcrvMpg84FTfPXKb84uTyLU { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:25.6875rem;height:1.625rem;font-style:normal;display:block; }
#RZC9CIdmKsaJtVhQO8qMZIkkzhmdGqWT { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#GTGnoWM1w2wJ9X0IWJCJ7KTVqkWb57Tx { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#bT0HKKVLdNGU4UX3EXRAlbFoxd1I6o1h { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:42.375rem;height:0.9746125rem;font-style:normal;display:block; }
#h3tox5DCmKm9s2JKC14Z5gOxvyZTFnah { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.375rem;height:2.4375rem;font-style:normal;display:block; }
#a8XZb7gW4quadGIcBv7c1voh6mFcORqm { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#XTPE92b2ycuGMQ9iqKbVOpFPPcwN5P0r { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.6875rem;left:25.125rem;display:block; }
#vvcX2lgqnEz5a0SGZ5zBlNowyPNZc5tu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FiIf9gHvUguDTcRTDsckw1CStCPhoGIV { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#xVCKeZnugpWKzaUUc9l8g7bVR71criVw { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15023;line-height:2;letter-spacing:0;top:7.3125rem;left:1.4375rem;height:10rem;font-style:normal;display:block; }
#xF8myh0yaJz58ItUIaO4cyCa2gvEuRpc { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:5.412109375rem;left:13.9375rem;height:5rem;font-style:normal;display:block; }
#rlVRX9TMc1AByb2o0irgqglycf37wCXK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#LTGy2I8OlZTsiElE76VTi5DlcFR45yiA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.8125rem;left:54.875rem; }
#LTGy2I8OlZTsiElE76VTi5DlcFR45yiA > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu { display:block; }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ronMGTqMc4urEGRxgPXiLk925K5550K4 { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUNziqDPveT274ge84cEufekRGhHDTsS { display:block; }
 }@media only screen and (max-width: 763px) { #TbmceGGv7LueVHGONFDhdzp7UTHnCCHd { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Gxy6TUqirueN8TLMT8cWclzNQMMZmb { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3T5aWD6L75mIoUEFdpFx1UnkztXMWoD { display:block; }
 }@media only screen and (max-width: 763px) { #cEfuyRho3xHtOiBWWOLze9ppa6cfFo1l { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnJZNCFTbrOWJ1DWtx7MmUc4ekC5ZBhq { display:block; }
 }@media only screen and (max-width: 763px) { #xc4ZIwFMAK8vQutTtRlAekD2dyb52BOL { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHegonLxCsGT0APNgLDS4llysJPibDyI { display:block; }
 }@media only screen and (max-width: 763px) { #ltEvlIlsebU5w2ukv7rDlWJXZ6RGTENf { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHAiqm1FCXTRdJN1DvXrlJOppUaBxM5z { display:block; }
 }@media only screen and (max-width: 763px) { #dl8PwydnJE7BkiOkhqSznbMPiee6yAWW { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbVe0HekZolZD6p5McMG6oKW2R9Kte1e { display:block; }
 }@media only screen and (max-width: 763px) { #Nk2DQ1N8QOrWcfI8zZlDLg8ApkleDFP5 { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUuPMEyQpb7bn9dPGlRxsBhmFByeMTr5 { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxatsklp4vUUJbb6SRrdu7uQ1rTh5fzS { display:block; }
 }@media only screen and (max-width: 763px) { #DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD { display:block; }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsnDFn6K5yhecph4v0msOrOsvrOKAfBl { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaHLp8BPEV1ClzGGHNo3BSvBBI2tssCO { display:block; }
 }@media only screen and (max-width: 763px) { #OhGkDrBEfnWKGtinnRzKzk6AqLoS3sLr { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeiuKD5X7GDe9dM5JtFkHKxcdEuTTNBU { display:block; }
 }@media only screen and (max-width: 763px) { #iz9tlfITKqwvIDnFOpEzUHb3cOJ7sUhT { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvW5VXRf9WiETRhxiSbaUN0OsuGt2Drg { display:block; }
 }@media only screen and (max-width: 763px) { #htSPQG2aLB2m6mZC6iJwNLR17mpeNAkR { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL4SLwbhZTJtfQT3TZw2U0nUfGDKisLf { display:block; }
 }@media only screen and (max-width: 763px) { #P1VwyO6lT94A0moGRwi1Np5o01DFutg9 { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpbvQV64HbbUgcnlREGHXTcnPrqmzxIE { display:block; }
 }@media only screen and (max-width: 763px) { #vbtgXXNbb977kEBrcPzW3iTf3Ev8zUmD { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU8lIcm5e2VZw1DFNLm2bZqW8D68T2oF { display:block; }
 }@media only screen and (max-width: 763px) { #xR7cRX1HBdPbMqbTdOzTJ7EciXpZxfrG { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqCDBoePyUqHmT7tSrRdAUXCghT9Tsnr { display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:34.875rem;height:6.4375rem;top:7.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:34.875rem;height:2.0625rem;top:15.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:34.1875rem;height:4.6875rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:14.5625rem;height:;top:7.3125rem;left:0.62393379211426rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { width:12rem;height:19.026489242631rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { width:16.5625rem;height:2.625rem;top:8.8125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDJfNcZfoW363rsxxTgEuB62FCFulD5U { width:15.625rem;height:;top:5.8125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { width:15.625rem;height:;top:14.0625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTJQmgbLLhFRZAa0KhED2P1ThJ3cP0cQ { width:16.5625rem;height:1.3125rem;top:17rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { width:15.625rem;height:;top:22.1875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { width:16.5625rem;height:1.3125rem;top:25.1875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { width:16.5625rem;height:1.3125rem;top:8.8125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { width:15.625rem;height:;top:5.8125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { width:15.625rem;height:;top:14.0625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { width:16.5625rem;height:2.625rem;top:17rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNTGogUd8U61gTuDqAIBREBR6znEGDtx { width:1.125rem;height:1.125rem;top:6.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9bHItxDFWXIsqakqIp3ndpi7KsBWlJl { width:1.125rem;height:1.125rem;top:14.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWG6NTKQ4AxLnTXmEpGBRTOXhsRurTep { width:1.125rem;height:1.125rem;top:22.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG9TcTfLsnASJKPVunxVeHtzm3xtcXMW { width:1.125rem;height:1.125rem;top:6.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVIZIuJka60zcR3FxV9xAXxDxuM2aR9p { width:1.125rem;height:1.125rem;top:14.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:32.0625rem;height:6.4375rem;top:4.5625rem;left:15.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:30.3125rem;height:7.1875rem;top:13.125rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlulFSdzN6O4oFqiZrmmtQlB6qJ6DqE8 { top:-0.0625rem;left:0rem;width:21.9375rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx { display:block; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJtbgQb61Nise0HpJynPzvRz7HAPGfT0 { top:2.6875rem;left:0rem;width:25.9375rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG2nReFTNHvcCUaTLQntKCfvnNrCvft5 { top:22.4375rem;left:0rem;width:23.4375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIrZCRZTF9o1PUCOptRSzkSu0zLHd0fL { width:20.6875rem;height:2.875rem;top:23.0625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWFJuOGziXLEs0MSCGAMLlNx2to06yPd { display:block; }
 }@media only screen and (max-width: 763px) { #VqIlU69D9S0KCeaWv0piPwNPv9QrAdpH { top:7.9375rem;left:0rem;width:23.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o69uTkTRISh4tBHxSKx5HAgVACeeATFu { top:22.375rem;left:0rem;width:23.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnQPfeHWlZb8WNTTOJZ8WNzGt1HVGZvn { top:8rem;left:0rem;width:23.5rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v85ZCGIEP8LCCUItZcIOz3iUXkOwq5uG { top:15.125rem;left:0rem;width:23.375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGxX4Wep24naEpaetRZTRpPewqTGe1Dv { top:15.125rem;left:0rem;width:23.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM { display:block; }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AT7MUoQGDz6O22mikwtgSSEVtTIi6lz4 { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke5O4heU8O1gh0LFN2V9nxsXslnkRyeK { top:6.1875rem;left:19.5625rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvHK0pd9LSWnTgx5nTMhykdwR5tP49Ds { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#rvHK0pd9LSWnTgx5nTMhykdwR5tP49Ds > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #kmERrnWRQvz75bgwFNQ5xV0uNe4mK3cC { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#kmERrnWRQvz75bgwFNQ5xV0uNe4mK3cC > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #sM4qSCrJPOSkMsEoL1E7mLIJ4B5ZLevS { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#sM4qSCrJPOSkMsEoL1E7mLIJ4B5ZLevS > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #gMT2Pos92f9BoIpubLFW05XabT6dJtOP { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#gMT2Pos92f9BoIpubLFW05XabT6dJtOP > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #FoPDLEKSdoBuc2ixDlkxEElw54pI3gba { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzCVFywKtid2KEgT27e2k8syrqVT7FHP { top:3.4375rem;left:19.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n05u7v2gOtBC13Tp4pH23qpvdEafe0Kk { top:3.4375rem;left:7.8125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTbOXSCoZcrvMpg84FTfPXKb84uTyLU { top:10.625rem;left:19.5625rem;width:14.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZC9CIdmKsaJtVhQO8qMZIkkzhmdGqWT { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTGnoWM1w2wJ9X0IWJCJ7KTVqkWb57Tx { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT0HKKVLdNGU4UX3EXRAlbFoxd1I6o1h { top:3.4375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3tox5DCmKm9s2JKC14Z5gOxvyZTFnah { top:5.375rem;left:31.25rem;width:16.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8XZb7gW4quadGIcBv7c1voh6mFcORqm { top:8.875rem;left:19.5625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTPE92b2ycuGMQ9iqKbVOpFPPcwN5P0r { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvcX2lgqnEz5a0SGZ5zBlNowyPNZc5tu { display:block; }
 }@media only screen and (max-width: 763px) { #FiIf9gHvUguDTcRTDsckw1CStCPhoGIV { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVCKeZnugpWKzaUUc9l8g7bVR71criVw { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF8myh0yaJz58ItUIaO4cyCa2gvEuRpc { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlVRX9TMc1AByb2o0irgqglycf37wCXK { display:none; }
 }@media only screen and (max-width: 763px) { #LTGy2I8OlZTsiElE76VTi5DlcFR45yiA { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#LTGy2I8OlZTsiElE76VTi5DlcFR45yiA > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu { position:relative;z-index:auto;display:block; }#pIzQ5plwcCNadHSN2QrCIhRzTUsl0DTu > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ronMGTqMc4urEGRxgPXiLk925K5550K4 { width:4.4375rem;height:1.75rem;top:1.2000000476837rem;left:14.549999773503rem;font-size:0.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUNziqDPveT274ge84cEufekRGhHDTsS { display:block; }
 }@media only screen and (max-width: 763px) { #TbmceGGv7LueVHGONFDhdzp7UTHnCCHd { width:12.125rem;height:1.7871125rem;top:1.1806640625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Gxy6TUqirueN8TLMT8cWclzNQMMZmb { width:4.625rem;height:2.625rem;top:3.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3T5aWD6L75mIoUEFdpFx1UnkztXMWoD { display:block; }
 }@media only screen and (max-width: 763px) { #cEfuyRho3xHtOiBWWOLze9ppa6cfFo1l { width:3.1875rem;height:2.625rem;top:6.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnJZNCFTbrOWJ1DWtx7MmUc4ekC5ZBhq { display:block; }
 }@media only screen and (max-width: 763px) { #xc4ZIwFMAK8vQutTtRlAekD2dyb52BOL { width:5.75rem;height:2.625rem;top:6.4375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHegonLxCsGT0APNgLDS4llysJPibDyI { display:block; }
 }@media only screen and (max-width: 763px) { #ltEvlIlsebU5w2ukv7rDlWJXZ6RGTENf { width:4.375rem;height:2.625rem;top:3.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHAiqm1FCXTRdJN1DvXrlJOppUaBxM5z { display:block; }
 }@media only screen and (max-width: 763px) { #dl8PwydnJE7BkiOkhqSznbMPiee6yAWW { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbVe0HekZolZD6p5McMG6oKW2R9Kte1e { display:block; }
 }@media only screen and (max-width: 763px) { #Nk2DQ1N8QOrWcfI8zZlDLg8ApkleDFP5 { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #rUuPMEyQpb7bn9dPGlRxsBhmFByeMTr5 { width:8.6875rem;height:2.3125rem;top:3.53125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxatsklp4vUUJbb6SRrdu7uQ1rTh5fzS { display:block; }
 }@media only screen and (max-width: 763px) { #DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD { display:block; }#DoV9FwGtGsOGnVeLIDFSEw3gfVW9BFuD > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsnDFn6K5yhecph4v0msOrOsvrOKAfBl { width:11.0625rem;height:2.3125rem;top:7rem;left:5.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PaHLp8BPEV1ClzGGHNo3BSvBBI2tssCO { display:block; }
 }@media only screen and (max-width: 763px) { #OhGkDrBEfnWKGtinnRzKzk6AqLoS3sLr { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:11.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MeiuKD5X7GDe9dM5JtFkHKxcdEuTTNBU { display:block; }
 }@media only screen and (max-width: 763px) { #iz9tlfITKqwvIDnFOpEzUHb3cOJ7sUhT { width:5.125rem;height:2.3125rem;top:0rem;left:11.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uvW5VXRf9WiETRhxiSbaUN0OsuGt2Drg { display:block; }
 }@media only screen and (max-width: 763px) { #htSPQG2aLB2m6mZC6iJwNLR17mpeNAkR { width:3.875rem;height:2.3125rem;top:11.625rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gL4SLwbhZTJtfQT3TZw2U0nUfGDKisLf { display:block; }
 }@media only screen and (max-width: 763px) { #P1VwyO6lT94A0moGRwi1Np5o01DFutg9 { width:3.625rem;height:2.3125rem;top:13.9375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KpbvQV64HbbUgcnlREGHXTcnPrqmzxIE { display:block; }
 }@media only screen and (max-width: 763px) { #vbtgXXNbb977kEBrcPzW3iTf3Ev8zUmD { width:9.375rem;height:2.3125rem;top:4.75rem;left:7.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #JU8lIcm5e2VZw1DFNLm2bZqW8D68T2oF { display:block; }
 }@media only screen and (max-width: 763px) { #xR7cRX1HBdPbMqbTdOzTJ7EciXpZxfrG { width:7.75rem;height:2.3125rem;top:2.3125rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fqCDBoePyUqHmT7tSrRdAUXCghT9Tsnr { display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67194a7f-4ef3-42fc-920f-a16cb70c8b78/10crop_1093x1053_246268preview.crop_1093x1046_0,0.preview.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:20rem;height:3.25rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:20rem;height:1.4619125rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:17.5rem;height:4.8984375rem;top:8.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { width:6.25rem;height:0.0625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:14.625rem;height:4.2246125rem;top:3.875rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { width:4.25rem;height:6.75rem;top:3.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { width:16.5625rem;height:3rem;top:12.9375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDJfNcZfoW363rsxxTgEuB62FCFulD5U { width:15.625rem;height:1.5rem;top:10.625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { width:15.625rem;height:1.5rem;top:18.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTJQmgbLLhFRZAa0KhED2P1ThJ3cP0cQ { width:16.5625rem;height:3rem;top:20.875rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { width:20rem;height:1.5rem;top:26.375rem;left:0rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { width:16.5625rem;height:3rem;top:28.71875rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { width:16.5625rem;height:1.5rem;top:36.65625rem;left:1.71875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { width:20rem;height:1.5rem;top:34.21875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { width:20rem;height:1.5rem;top:40.65625rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { width:16.5625rem;height:3rem;top:43.09375rem;left:1.71875rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UNTGogUd8U61gTuDqAIBREBR6znEGDtx { width:1.125rem;height:1.125rem;top:10.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9bHItxDFWXIsqakqIp3ndpi7KsBWlJl { width:1.125rem;height:1.125rem;top:18.625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWG6NTKQ4AxLnTXmEpGBRTOXhsRurTep { width:1.125rem;height:1.125rem;top:26.5625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG9TcTfLsnASJKPVunxVeHtzm3xtcXMW { width:1.125rem;height:1.125rem;top:34.40625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVIZIuJka60zcR3FxV9xAXxDxuM2aR9p { width:1.125rem;height:1.125rem;top:40.84375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:20rem;height:1.7871125rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:17.9375rem;height:8.3965rem;top:7.4375rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlulFSdzN6O4oFqiZrmmtQlB6qJ6DqE8 { width:20rem;height:29.9375rem;top:17.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1babf72-e71f-4a3b-9afb-bdae6bda5094/IMG_0196.JPEG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx.adaptive-delivery-prevent-bg, #T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx.lazyload, #T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx.lazyloading { background-image: none; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row .container { background-color: transparent; background-image: none; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row .container > .video-iframe-container { display: none; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row > .video-iframe-container { display: none; }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .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); }#T0mLDh1Rltaz9QnCkZAoNMiApPWrsFgx > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJtbgQb61Nise0HpJynPzvRz7HAPGfT0 { width:19.375rem;height:2.11230625rem;top:2.75rem;left:0.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PG2nReFTNHvcCUaTLQntKCfvnNrCvft5 { width:18.125rem;height:3.41015625rem;top:11.169921875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIrZCRZTF9o1PUCOptRSzkSu0zLHd0fL { width:15.0625rem;height:2.5rem;top:21.6875rem;left:2.46875rem;font-size:0.75rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #cWFJuOGziXLEs0MSCGAMLlNx2to06yPd { display:block; }
 }@media only screen and (max-width: 763px) { #VqIlU69D9S0KCeaWv0piPwNPv9QrAdpH { width:18.25rem;height:3.4375rem;top:15.830078125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o69uTkTRISh4tBHxSKx5HAgVACeeATFu { width:18.25rem;height:3.4375rem;top:6.568359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnQPfeHWlZb8WNTTOJZ8WNzGt1HVGZvn { width:18.3125rem;height:3.41015625rem;top:15.84375rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v85ZCGIEP8LCCUItZcIOz3iUXkOwq5uG { width:18.0625rem;height:3.41015625rem;top:6.58203125rem;left:0.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGxX4Wep24naEpaetRZTRpPewqTGe1Dv { width:18.25rem;height:3.4375rem;top:11.15625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM { display:block; }#KAWmLk7hUIBOXLnH0oTWgTfhCXfPSOVM > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AT7MUoQGDz6O22mikwtgSSEVtTIi6lz4 { width:8.375rem;height:0.8125rem;top:10.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ke5O4heU8O1gh0LFN2V9nxsXslnkRyeK { width:4.4375rem;height:0.8125rem;top:11.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rvHK0pd9LSWnTgx5nTMhykdwR5tP49Ds { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#rvHK0pd9LSWnTgx5nTMhykdwR5tP49Ds > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #kmERrnWRQvz75bgwFNQ5xV0uNe4mK3cC { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#kmERrnWRQvz75bgwFNQ5xV0uNe4mK3cC > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #sM4qSCrJPOSkMsEoL1E7mLIJ4B5ZLevS { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#sM4qSCrJPOSkMsEoL1E7mLIJ4B5ZLevS > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #gMT2Pos92f9BoIpubLFW05XabT6dJtOP { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#gMT2Pos92f9BoIpubLFW05XabT6dJtOP > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #FoPDLEKSdoBuc2ixDlkxEElw54pI3gba { width:12.5rem;height:0.6494125rem;top:25.6181640625rem;left:3.75rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzCVFywKtid2KEgT27e2k8syrqVT7FHP { width:6.125rem;height:0.9746125rem;top:9.7119140625rem;left:10.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n05u7v2gOtBC13Tp4pH23qpvdEafe0Kk { width:4.6875rem;height:0.9746125rem;top:1.080078125rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PkTbOXSCoZcrvMpg84FTfPXKb84uTyLU { width:14.875rem;height:1.625rem;top:18.0625rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZC9CIdmKsaJtVhQO8qMZIkkzhmdGqWT { width:9.5rem;height:0.9746125rem;top:1.080078125rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTGnoWM1w2wJ9X0IWJCJ7KTVqkWb57Tx { width:10rem;height:0.8125rem;top:2.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bT0HKKVLdNGU4UX3EXRAlbFoxd1I6o1h { width:12.5rem;height:0;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h3tox5DCmKm9s2JKC14Z5gOxvyZTFnah { width:14.25rem;height:0;top:34.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a8XZb7gW4quadGIcBv7c1voh6mFcORqm { width:4.6875rem;height:0.9746125rem;top:16.6875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTPE92b2ycuGMQ9iqKbVOpFPPcwN5P0r { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvcX2lgqnEz5a0SGZ5zBlNowyPNZc5tu { display:block; }
 }@media only screen and (max-width: 763px) { #FiIf9gHvUguDTcRTDsckw1CStCPhoGIV { width:10rem;height:0.8125rem;top:3.8125rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xVCKeZnugpWKzaUUc9l8g7bVR71criVw { width:9.5rem;height:10rem;top:4.625rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xF8myh0yaJz58ItUIaO4cyCa2gvEuRpc { width:9.1875rem;height:5rem;top:2.875rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rlVRX9TMc1AByb2o0irgqglycf37wCXK { top:6.5625rem;left:18.5rem;width:1.4375rem;height:12.625rem;z-index:15014;background-color:rgba(20,53,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LTGy2I8OlZTsiElE76VTi5DlcFR45yiA { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#LTGy2I8OlZTsiElE76VTi5DlcFR45yiA > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }