.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETsNch8K1uCBTxrSTAQrChwkVFDt7mQI { 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;z-index:auto;display:none; }#ETsNch8K1uCBTxrSTAQrChwkVFDt7mQI > .row .container { border-width: 0; border-radius: 0; }#ETsNch8K1uCBTxrSTAQrChwkVFDt7mQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETsNch8K1uCBTxrSTAQrChwkVFDt7mQI > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:none; }#VIL2HwD24E7T1twt1zSw9hUwNc0L4Pbw { color:#113b8f;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.146484375rem;left:17.5625rem;height:3.4121125rem;font-style:normal;display:block; }
#Dl1mBxokanPKKOUHwoACQfE6zKl1swy0 { z-index:15024;top:0.59375rem;left:46.1875rem;background-color:#f25252;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:"proxima nova";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ioduW2AVvgJJmlR1u1vaLoRvQlOFprJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i37Hwk8tR6ZZRwQH1buSXJZIQ1Zc059N { z-index:15025;top:0.59375rem;left:57.875rem;background-color:#3b75cc;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:"proxima nova";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TxFWpVNJGaLhxlOSK1hEcJdrJI4ur0CP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xS1KkAvnwVd0kkzsbTTCeHvBWIVmkB6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe86d;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;z-index:auto;display:none; }#xS1KkAvnwVd0kkzsbTTCeHvBWIVmkB6F > .row .container { border-width: 0; border-radius: 0; }#xS1KkAvnwVd0kkzsbTTCeHvBWIVmkB6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xS1KkAvnwVd0kkzsbTTCeHvBWIVmkB6F > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:none; }#pDNQwNkkqgbOqmM2dQhNpJLVoLsVz59I { color:#000000;display:block;width:13.9995625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.28076171875rem;left:25.560709953308rem;height:1.625rem;font-style:normal;display:block; }
#sstdrTnKywPG58h9XOy9v6kT3Hooo2s3 { background-color:transparent;background-image:none;border-top:0.0625rem solid #f25252;border-left:0.0625rem solid #f25252;border-right:0.0625rem solid #f25252;border-bottom:0.0625rem solid #f25252;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:#f25252;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.25rem;left:38.948570251465rem;display:block; }
#nlyypxWR8hrSKq1schrwMu2JShnUX86U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 { position:relative;display:block; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 { background-color: transparent; background-image: none; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container > .video-iframe-container { display: none; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row > .video-iframe-container { display: none; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .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); }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 { border-width: 0; border-radius: 0; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00cbe294-0aff-4d39-9ee0-6f65d07b0adb/LOTMLP_coverphoto1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;position:relative;display:block; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container.adaptive-delivery-prevent-bg, #cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container.lazyload, #cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container.lazyloading { background-image: none; }#zqHsHAlUZ0ffozuhDOyzWn4QvN6khHdH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:17.0625rem;top:10.215278625488rem;left:42.904516220093rem;overflow:hidden;display:block; }
#Udm1e9nPcpTIAnVCxT5QO5kQaqsJ3T9O { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.9375rem;top:4.4375rem;left:30.25rem;overflow:hidden;display:block; }
#pcmTL1msnntGHJaWvPGVx0ElKHdhMzGe { z-index:15000;top:28.875rem;left:51.625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.625rem 1.125rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#2d297b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ep5hUT7l3alZFZtJaQp8CUTTFD4tJPac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vs8Q2yH71CSApXSFwpKTwrsMTfgDbXUL { position:absolute;display:block;z-index:14993;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.124rem;width:32.124rem;top:2.498779296875rem;left:9.703369140625rem;overflow:hidden;display:block; }
#F6BAM0xoWlq8WZO94yHDANdTWCbcQS3u { z-index:15023;top:33.75rem;left:29.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.625rem 1.125rem rgba(0,0,0,0.22) ;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:"proxima nova";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tNXkMKieEoqfuD1PL6NuUAG3JIHKkMrO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hJ2ioIMDL9Eo9dtZpGE5vL4KXQw9Fo50 { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.186625rem;width:20.811625rem;top:45.537326812744rem;left:2.25rem;overflow:hidden;display:none; }
#fTiphV7GuTezxs5wLXLd0sbRJdethP5s { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11.375rem;top:4.4375rem;left:53.4375rem;overflow:hidden;display:block; }
#yCVFFmiFXxotMbLCNKWm8LJk758K5olE { z-index:15001;top:28.875rem;left:35.0625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.625rem 1.125rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#23376c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.34375rem;height:3.28051875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cA2v6WdgvCAC62qvZv3KLKmFr3dbHHGZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cu2oSA5HukiFAifdinbLcmOL2ApAM5GH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.75rem;top:4.4375rem;left:8.125rem;overflow:hidden;display:block; }
#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm { position:relative;display:block; }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm { background-color: transparent; background-image: none; }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm > .row .container > .video-iframe-container { display: none; }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm > .row > .video-iframe-container { display: none; }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm > .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); }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm { border-width: 0; border-radius: 0; }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm > .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; }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm > .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:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v { position:relative;display:block; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v { background-color: transparent; background-image: none; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container > .video-iframe-container { display: none; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row > .video-iframe-container { display: none; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .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); }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v { border-width: 0; border-radius: 0; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/78f1e663-cd3a-4f6a-9041-7b6a4bd34589/TM_IG1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:55.9375rem;width:75rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;position:relative;display:block; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container.adaptive-delivery-prevent-bg, #Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container.lazyload, #Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container.lazyloading { background-image: none; }#pwUoaUF5tsduf2tqLykE0GKsc5xZVqVD { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.0625rem;width:32.9375rem;top:17.875rem;left:1.625rem;overflow:hidden;display:block; }
#osQbXdaOnv9yZWEe4D21TWfLTiTd8zHX { color:#ffffff;display:block;width:32.8706875rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:16.8125rem;left:35.8125rem;height:30.375rem;display:block; }
#UNsMUloKDarE7TTWBAkvLqMw1efIwnh7 { z-index:15002;top:49.8173828125rem;left:43.5927734375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lugRkMFcc8BUuXsKq9TNdGBzi3Lig3WA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBA3Q84QxXBV4zT3y4WLcsPxXBe7tg9N { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:"proxima nova";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.90625rem;left:5.4607620239258rem;height:12.1875rem;font-style:normal;display:block; }
#Tcxwc45MSe3mfDHCQbIdQo3fPEevmSVU { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.213955879211rem;left:33.029121398926rem;height:4.3875rem;font-style:normal;display:block; }
#MVVKfcaT4Lt34WNBHXpFWs9cTNbZkas6 { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.93625831604rem;left:33.029121398926rem;height:4.3875rem;font-style:normal;display:block; }
#Va9oql64aXGlEWKSCbddHT7rwdCpOSZc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.996125rem;width:17.308625rem;top:5.9383869171142rem;left:45.278762817382rem;overflow:hidden;display:block; }
#qAfAVTmmh7noZhHdo7tF7PXvcixx6qTZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:29.125rem;top:16.5rem;left:35.9375rem;overflow:hidden;display:none; }
#wd8sAKB9m8hSKJWXqBsD17J9TmgPibIA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:71.749375rem;top:55.937498569489rem;left:0rem;overflow:hidden;display:block; }
#CMeBWx5DxSyUG9RQqmo715JXxRvccTIV { color:#ffffff;display:block;width:2.43696875rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.755327224731rem;left:33.091262817382rem;height:4.3875rem;font-style:normal;display:block; }
#Uznq8pLVhxWVWVwOFHdUWX1ONsVDsupl { color:#ffffff;display:block;width:2.43696875rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:35.506036758423rem;left:33.091262817382rem;height:4.3875rem;font-style:normal;display:block; }
#PpJ6UJAFKaSOM23REUahCMOP5JJTUS2y { color:#ffffff;display:block;width:2.43696875rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:42.255857467651rem;left:33.091262817382rem;height:4.3875rem;font-style:normal;display:block; }
#OlCv96xz0Vp40VhfovxHZXEtJzJ1X4PO { position:relative;display:none; }#OlCv96xz0Vp40VhfovxHZXEtJzJ1X4PO { border-width: 0; border-radius: 0; }#OlCv96xz0Vp40VhfovxHZXEtJzJ1X4PO > .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; }#OlCv96xz0Vp40VhfovxHZXEtJzJ1X4PO > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eKcZAW3k7vMMEQe7dlhg0JSvSFxTJTWv { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:71.749375rem;top:55.937498569489rem;left:0rem;overflow:hidden;display:none; }
#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT { position:relative;display:block; }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT { background-color: transparent; background-image: none; }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT > .row .container > .video-iframe-container { display: none; }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT > .row > .video-iframe-container { display: none; }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT > .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); }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT { border-width: 0; border-radius: 0; }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT > .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; }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT > .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:9.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wkAIAGWXmuTRXQypdHExUadoZQud0Tf6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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:none; }#wkAIAGWXmuTRXQypdHExUadoZQud0Tf6 > .row .container { border-width: 0; border-radius: 0; }#wkAIAGWXmuTRXQypdHExUadoZQud0Tf6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkAIAGWXmuTRXQypdHExUadoZQud0Tf6 > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;position:relative;display:none; }#bGzMMaX0zMJiVfAF4AwD2bFf4h89bMfQ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:7.8125rem;left:1.8125rem;overflow:hidden;display:block; }
#MLSPpauf5ibQg1c4MT4pw7N9nZ6TiVK1 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:7.8125rem;left:16.1875rem;overflow:hidden;display:block; }
#V0lAEXEzTIFKQh9X2MSxXxHTbEUZJZCf { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:7.8125rem;left:30.5625rem;overflow:hidden;display:block; }
#RUzRCADebE7CXuJ1q5UxLHT7enLmXEGc { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:7.8125rem;left:44.9375rem;overflow:hidden;display:block; }
#asZTXA7XtQh1TdrQ6OIdnzKDXB1sx3VQ { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:7.8125rem;left:59.3125rem;overflow:hidden;display:block; }
#h3mLpuo0BqICN3veKWhTHl4BfJ0sh5lD { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:22.1875rem;left:59.4375rem;overflow:hidden;display:block; }
#WduWvMTT98oTOtBOomcK5Ppy7nrhaCKh { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:22.1875rem;left:44.9375rem;overflow:hidden;display:block; }
#RIBZvbNXgF9MTu7AyFhMvd1gOnZtHOd1 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:22.1875rem;left:30.5625rem;overflow:hidden;display:block; }
#Txs0hnBPVmWGINSax6hCQLJse1JZxwpl { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:22.1875rem;left:16.1875rem;overflow:hidden;display:block; }
#k8n7JJ7aqg7cUzlNgk0TkviQGzkplQ0J { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:22.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#yuVRrTLFGseKKlZkeI5XVgDMs61cZ6w0 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:36.5625rem;left:30.5625rem;overflow:hidden;display:block; }
#RCVFScf1eQeEVCBCrL8S1NLo0eX68PRx { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:36.5625rem;left:16.1875rem;overflow:hidden;display:block; }
#UosoJk9llJqZWd8MaO92LHoJ5niMTDxc { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:36.5625rem;left:1.8125rem;overflow:hidden;display:block; }
#bQKiZDRCPuFuqWiCrkhro48KOEFVUOVz { color:#f25252;display:block;width:26.7480625rem;position:absolute;font-family:"proxima nova";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4635353088379rem;left:1.8109817504882rem;height:2.4375rem;font-style:normal;display:block; }
#yQxeqq9sqlXwtGINRuD962alMK3cVepA { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:7.8125rem;left:1.8125rem;display:block; }
#SABsaQgLTkQLmNecOT0cg8XRt7UM7wU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziLG6m3R5ZyLMfP5lNrLoDHEeFVg6iBH { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:7.8125rem;left:16.1875rem;display:block; }
#ChHrkieaNLJZ1mMTQTZQpgE2Dy1XIqh4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVWgqHP6FbctP0B1Tue0mNWC2T10qhFu { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:7.8125rem;left:30.625rem;display:block; }
#BSZ5hOeJf2FUebQNqvBILTVCO8KbAZ8J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gdROmJ2xcUmTbD0uJEQLCOmIC90V3fWU { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:7.8125rem;left:44.9375rem;display:block; }
#u2qK7NipcrGLMi7cSA2h5paz8CvQVHdF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vhr62LAuuTfBfxnui15nWPUhnxpAzVhg { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:7.75rem;left:59.3125rem;display:block; }
#V8PTX425LzKBXCh1Z94TZbwK28Jtz5WS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LN60T9zM9X23RdGJeak8km1QwGJQiR92 { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:22.125rem;left:1.8125rem;display:block; }
#Qs8ZM01Gih6X0x4igtJ2AueucL9uBQ19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fZPc7WFRhGgIq9rWMl8RZL9L3ATVlsBv { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:22.1875rem;left:16.1875rem;display:block; }
#ZMD2LapiXfmmS7UeNoC8nSuUH9hFXUpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKfTu7Sg8qqcUxiSFeRB2cDRrMR5ixp5 { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:22.1875rem;left:30.625rem;display:block; }
#Q3RIpR6t8ko16IzHNFbxOPz9DkeZ2RI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3WkQptdNNPk1Gl7CkyUPlHaZfodNvBi { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:22.125rem;left:44.9375rem;display:block; }
#G0EKMpDfAolVoELW2UtorOdWJ1yRrecJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ShPA6EvUrnUIcTe7V8pk7bSqQyI3hnrV { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:22.1875rem;left:59.375rem;display:block; }
#yBTvIXFKtHX3JzPMQEHP0IfzPsu6lOA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gU1saLc6VuFqgTLqVK59cM2fnTcRafvQ { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:36.5rem;left:1.8125rem;display:block; }
#mGA0T1TiZshrElTpIEFgNHqfVoS74rUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uUN4vdGbqd61NE4vwKILoq7t9Jepcrc6 { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:36.5625rem;left:16.1875rem;display:block; }
#EOZf1WEeMrLu9mXcezzCtf8T3GlDEAQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tys8ZHmkEyCsnIDIxynFsygDzFrBtSwx { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:36.5rem;left:30.625rem;display:block; }
#Wyp8Qa2qusGzqpvUgc78BcGoHWkeuFPd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVATS5CU1HfZy7OdiK2F8zs7Td35cUPW { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:29.937066078186rem;left:59.568145751953rem;display:none; }
#prVcSRyug9XTmUUfXHDGQHHHr6lZnmhX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmVxia8dR6T2kKC5cZZgTfsQaRTVfbqO { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:5.4251298904419rem;left:116.32638549805rem;display:none; }
#PHPpGQfDIulrR5M2JarvDFJueQArEbpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QEgHyTaw0VTbndnDAtEEFhUnKlgbI2wk { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:35.362629890442rem;left:36.826385498047rem;display:none; }
#xHbKOWixIexHXQQoQ64Jly7pTfJA75Of { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyRq58NBfqZdIM2UzhoNpWE96UpENbNh { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:16.612629890442rem;left:109.82638549805rem;display:none; }
#mT4R45KmVo00XVXlSlBZ6CUDpmMZgnTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AHt8f3MBCLuTwlshXTDeqg5VsmWPPLUD { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:35.925129890442rem;left:7.0763854980469rem;display:none; }
#f2iG1ChiPmHsHSHgrInEiTRy9RfiRFmz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cVR283ySUuk3yTd1V1c7qm5kz7XTSdGk { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:19.237629890442rem;left:59.826385498047rem;display:none; }
#pKTiKmBQBoGDPFxhMLcTIGa7hC8vlfUt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVEfVAhrOpoOLGLrstdLT1adQo9zevqk { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:19.737629890442rem;left:40.576385498047rem;display:none; }
#AM46htGyI34HOXgI6IPzM6NfLz0gxpx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KD5WE1u3QSsFxTQ8I5uphC0zStoLcKZZ { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:21.300129890442rem;left:36.388885498047rem;display:none; }
#HqyI8CCGtidwfXJFVUAb6EWhA0Hvempr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTIPl21sFFkqAtJeH2bTQLlbzyWUeI1z { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:22.612629890442rem;left:28.638885498047rem;display:none; }
#kP6by8COTt0qFkbcckqrpg6cB9RJ9UJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R56MWPNNZxLWK3xd5ZoIBR9JNrZZgSkT { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.925129890442rem;left:40.576385498047rem;display:none; }
#Twi8v3vS49H0GLTIolCyaNXcKU8Rnh8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bv3txi54RouIOg80nKRfA3N81d88Eqm8 { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:28.675129890442rem;left:26.138885498047rem;display:none; }
#cCLR7aBGGcXxoTVl0ueFWFPrKoPX1Gyk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHlTvrOq34eU3MKKc4Loi2Z5Tk7f4x10 { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:34.050129890442rem;left:11.951385498047rem;display:none; }
#iFyMrl1tz7PoctAvEczUhiO5TD0Inon7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uX6VHCFL5ZT6DkrgWgpTTKW7BS5hC6XG { position:relative;display:none; }#uX6VHCFL5ZT6DkrgWgpTTKW7BS5hC6XG { border-width: 0; border-radius: 0; }#uX6VHCFL5ZT6DkrgWgpTTKW7BS5hC6XG > .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; }#uX6VHCFL5ZT6DkrgWgpTTKW7BS5hC6XG > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn { position:relative;display:block; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn { background-color: transparent; background-image: none; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container > .video-iframe-container { display: none; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row > .video-iframe-container { display: none; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .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); }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn { border-width: 0; border-radius: 0; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container > .video-iframe-container { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a4c6f5e3-1db7-4578-b307-6aad9c12ee89/TM_IG2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;position:relative;display:block; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container.adaptive-delivery-prevent-bg, #EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container.lazyload, #EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container.lazyloading { background-image: none; }#ynUUkBMVXw8r21xVoMiKHPCbLQnq1FUr { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:30.5rem;top:13.625rem;left:3.1875rem;overflow:hidden;display:block; }
#fZwWnHbbyu1BiInAn7Z8Zv8TBHCk5eQw { color:#ffffff;display:block;width:32.8715rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:16.8125rem;left:35.9375rem;height:23.625rem;display:block; }
#DNgM7diwRy1hf6SmRA1rvyOyXEyf1eKu { z-index:15002;top:42.83203125rem;left:43.03125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem #2d297b ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yd3pzRvAmcMIhdscEbvaSn0ltmsGivf6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#my5e7Qh4tp42mVXyuJp85a1bUz8mtNCv { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:"proxima nova";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.09375rem;left:5.8125rem;height:12.1875rem;font-style:normal;display:block; }
#VzIsraa5Vc9F5gawDql18LDUNFU35gwd { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.375rem;left:33.0625rem;height:4.3875rem;font-style:normal;display:block; }
#B08KRhnynkd6eULcZTQX32SPdh9fXGCA { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.875rem;left:33.0625rem;height:4.3875rem;font-style:normal;display:block; }
#FN86UPRUZeOcNZxRtik7bFHVx0vedM2s { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:32.1875rem;left:33.0625rem;height:4.3875rem;font-style:normal;display:block; }
#eCb7JMxZZyw1PBTcFPNNo3kd195Qwzf7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:16.5625rem;top:5.8125rem;left:42.34375rem;overflow:hidden;display:block; }
#eo9CtqRIUGpg8IstvmStRpZhdaHTrAGt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:29.125rem;top:16.5rem;left:35.9375rem;overflow:hidden;display:none; }
#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ { position:relative;display:block; }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ { background-color: transparent; background-image: none; }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ > .row .container > .video-iframe-container { display: none; }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ > .row > .video-iframe-container { display: none; }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ > .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); }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ { border-width: 0; border-radius: 0; }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ > .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; }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ > .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:3.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU { position:relative;display:block; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU { background-color: transparent; background-image: none; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container > .video-iframe-container { display: none; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row > .video-iframe-container { display: none; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .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); }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU { border-width: 0; border-radius: 0; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container > .video-iframe-container { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85400ad3-ea14-4c5a-83a0-ac2d98a2ea43/LP_tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;position:relative;display:block; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container.adaptive-delivery-prevent-bg, #e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container.lazyload, #e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container.lazyloading { background-image: none; }#ldBnSsq24KfytG1xt0kh8pB9BOC2C8z7 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:25.8125rem;top:14.810791015625rem;left:4.373779296875rem;overflow:hidden;display:block; }
#PS1GqeaTVMtsETEynSmRVmtfpl2hOu87 { color:#ffffff;display:block;width:32.871125rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:15.374645233154rem;left:35.999641418457rem;height:22.5rem;display:block; }
#lnTOZT18yhcmw2ENdDLLaQNoDB8fTzd1 { z-index:15002;top:42.83203125rem;left:43.03125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(46,5,34,0.37) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FwOv3vdcgDeFC2JUmlDdFl7o2TOTTSX7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wazqk5JxaZe9ERL3Jce0OTfrAlwPPk5i { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:"proxima nova";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.09375rem;left:5.8125rem;height:12.1875rem;font-style:normal;display:block; }
#hAuT2I2R5G00gKGgHDxfHmyx1ShZ27cV { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.623935699463rem;left:33.061080932618rem;height:4.3875rem;font-style:normal;display:block; }
#pZhpx5ZSJ8bfnuevHaxuNetuqB7zlDxQ { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.810901641846rem;left:33.060188293457rem;height:4.3875rem;font-style:normal;display:block; }
#tLlwoteIClwlH7sSXSGvHO6WnSyx5iTy { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.426490783691rem;left:33.060188293457rem;height:4.3875rem;font-style:normal;display:block; }
#Wfl8MBdcrcA5EyZW3kZgVc5v5l8RrxXg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:16.375rem;top:5.8125rem;left:42.34375rem;overflow:hidden;display:block; }
#hqVvcgI4Hqs53TbzuZDTw3dnxxx52sII { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:29.125rem;top:16.5rem;left:35.9375rem;overflow:hidden;display:none; }
#UT8QCKo4VWy0yDp5M6m15cwrCHlqGaPK { color:#ffffff;display:block;width:2.43696875rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:29.054507255554rem;left:33.091262817382rem;height:4.3875rem;font-style:normal;display:block; }
#Z3xpX9TxXDTLiLTBBAzonLn07pNX35ou { color:#ffffff;display:block;width:2.43696875rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.534266471863rem;left:33.091262817382rem;height:4.3875rem;font-style:normal;display:block; }
#NEHTMo7uKFRTTubWDEiUZPEKShEfcIu7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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:none; }#NEHTMo7uKFRTTubWDEiUZPEKShEfcIu7 > .row .container { border-width: 0; border-radius: 0; }#NEHTMo7uKFRTTubWDEiUZPEKShEfcIu7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEHTMo7uKFRTTubWDEiUZPEKShEfcIu7 > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:none; }#IRqvPiwuB7TTWDWVuVGphQ3XvZ1fTdm9 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:8.4375rem;left:1.875rem;overflow:hidden;display:block; }
#A1RTJ2aDIlIG7oTiWTERGFDuBPmvNFnW { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:8.4375rem;left:16.25rem;overflow:hidden;display:block; }
#sbRf17pTZQhiVxMI6ImGIkVUHfFDcFBG { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:8.4375rem;left:30.625rem;overflow:hidden;display:block; }
#d9Iqw8ZfqRHrla4lf8m7PIkzqTzu15IK { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:8.4375rem;left:45rem;overflow:hidden;display:block; }
#ek9OM6ST9tE9R5GLzXxgCJf4CHBdUgUJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:8.4375rem;left:59.375rem;overflow:hidden;display:block; }
#qS87Ecd0vWhLUk4nabPRy6Kx5QOaJBJu { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:22.8125rem;left:30.625rem;overflow:hidden;display:block; }
#XwMQf5iFoy5GQBT5r0XIuRXMP4SgvbaH { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:22.8125rem;left:1.875rem;overflow:hidden;display:block; }
#M5AfNvOIRfgy3hvroqxU5Qr9xpOHNRK4 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:22.8125rem;left:16.3125rem;overflow:hidden;display:block; }
#dkzo3SQaRO9OKp44E4ESpXLzqRCM2nDu { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:22.8125rem;left:45rem;overflow:hidden;display:block; }
#SMcvsb4xkWr6TRkbMR3Rbhbpms65GABT { color:#37b2f9;display:block;width:26.7480625rem;position:absolute;font-family:"proxima nova";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.623046875rem;left:1.875rem;height:2.4375rem;font-style:normal;display:block; }
#duxth4zxfmzfEniu0Ht85m9QuB98bS9S { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:8.4375004768369rem;left:1.875rem;display:block; }
#V2LThFTs3gsLDXtaFVn89C5QuuNf1K2y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g6WaFnPpFaLgUd5W6Re3kL1zABdawTW4 { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:8.4375004768369rem;left:16.25rem;display:block; }
#D3CypAAZXFNWlGTzBb5tzkBHiv2IMdTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UchlOZCz7eafSDXmHvbflv3axDKxNT0s { background-color:transparent;background-image:none;border-top:0.0625rem solid #3b75cc;border-left:0.0625rem solid #3b75cc;border-right:0.0625rem solid #3b75cc;border-bottom:0.0625rem solid #3b75cc;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:#3b75cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:8.4375rem;left:30.625rem;display:none; }
#NRR8OoGX43DAgSKUmF92tlOw33ge1SSJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ut5pTNBEQxxeUXhaAd3ac7gAViEWoWAT { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:8.4375rem;left:45rem;display:block; }
#KRXsb1vwalMH3tlT0yzVviTWIZf2qtUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WW68Wdx3DphtUKShlvxCBMRHgir3sxmX { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:8.4375rem;left:59.375rem;display:block; }
#cH0qf6re9a3sz6gfxZV54KdukA5bmnyb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygDRxOTMs6cLL60WvMrDH6A25s1951IZ { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:22.8125rem;left:1.875rem;display:block; }
#AKlODlsSgRz47AQTyrJOgXOb1aFAeOud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVqLTNrAcvN0Med7z49eIoPgKireT9TQ { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:22.8125rem;left:16.25rem;display:block; }
#Ngw8SyHdB9Vy4770DdADDdUHSNzaHnTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOwlf3zUlPwTlIW5EL4FV7eePMRoIbsA { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:22.8125rem;left:30.625rem;display:block; }
#p3vM5UvkMwxOKK2HZvCkKRlJqX7vrzr7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXssThNPDCBib1uzH73MgwdOzt0QfaMP { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:22.8125rem;left:45rem;display:block; }
#BH1sRg07o81gPHJK6DrKPgXfQlXxsIum { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3xRuqVdOspZmU8ks3rJxkMJOQIRthH9 { background-color:transparent;background-image:none;border-top:0.0625rem solid #3b75cc;border-left:0.0625rem solid #3b75cc;border-right:0.0625rem solid #3b75cc;border-bottom:0.0625rem solid #3b75cc;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:#3b75cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:16.808158874512rem;left:13.201385498047rem;display:none; }
#XtEgmTX5aZK8uxqeUTcHVuaUuTbIRFOl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Veywb05aP1RREGJ7IfUKf3HL2lA4L0pq { background-color:transparent;background-image:none;border-top:0.0625rem solid #3b75cc;border-left:0.0625rem solid #3b75cc;border-right:0.0625rem solid #3b75cc;border-bottom:0.0625rem solid #3b75cc;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:#3b75cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:10.995658874512rem;left:27.826385498047rem;display:none; }
#MrmRAcU0o1OZ8vKZddQFXxBZIy9DvV9V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vUQ50WzqtzlgLxGJVJcFQArlzTbmIlXk { background-color:transparent;background-image:none;border-top:0.0625rem solid #3b75cc;border-left:0.0625rem solid #3b75cc;border-right:0.0625rem solid #3b75cc;border-bottom:0.0625rem solid #3b75cc;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:#3b75cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:9.1319465637206rem;left:45rem;display:none; }
#zAOObhuFUEnmKIREGoJyuaqV029zhwGZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JfflAAnC4VC5xUGrWTGRBlp4XT8apfXt { background-color:transparent;background-image:none;border-top:0.0625rem solid #3b75cc;border-left:0.0625rem solid #3b75cc;border-right:0.0625rem solid #3b75cc;border-bottom:0.0625rem solid #3b75cc;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:#3b75cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:12.995658874512rem;left:68.20138549805rem;display:none; }
#fewQzVTs0O2IcoELQ3zDF5Meyh3z4dsF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVH6VAqsJInVyRI3QfKpXF80eXupoFW0 { background-color:transparent;background-image:none;border-top:0.0625rem solid #3b75cc;border-left:0.0625rem solid #3b75cc;border-right:0.0625rem solid #3b75cc;border-bottom:0.0625rem solid #3b75cc;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:#3b75cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:30.120658874512rem;left:12.513885498047rem;display:none; }
#mulNm63AwwGVylyAu6FuGJ8rSr1MalkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCNgo1iJzT3dFDwWmuf3V1IClCrJVBL3 { background-color:transparent;background-image:none;border-top:0.0625rem solid #3b75cc;border-left:0.0625rem solid #3b75cc;border-right:0.0625rem solid #3b75cc;border-bottom:0.0625rem solid #3b75cc;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:#3b75cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.73611125rem;height:13.73611125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:22.812503814698rem;left:16.25rem;display:none; }
#zaiurtF4lTi2ZyacD7nxKmCDaufmIw4h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BbDbqTwJcaVSkVp0UG9RQoIDyrVQXouB { background-color:transparent;background-image:none;border-top:0.0625rem solid #3b75cc;border-left:0.0625rem solid #3b75cc;border-right:0.0625rem solid #3b75cc;border-bottom:0.0625rem solid #3b75cc;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:#3b75cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.72198625rem;height:13.72198625rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:22.187503814698rem;left:30rem;display:none; }
#DGuFFF8yOwObgl0gx6cxNZfVCe6a1BiI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwWC1duCQMrbsorQbXSNvtWvb27kvw4J { background-color:transparent;background-image:none;border-top:0.0625rem solid #3b75cc;border-left:0.0625rem solid #3b75cc;border-right:0.0625rem solid #3b75cc;border-bottom:0.0625rem solid #3b75cc;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:#3b75cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.70792375rem;height:13.70792375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:22.825523376465rem;left:45.096572875976rem;display:none; }
#VOOC5640rzmipzsrz1P9b8UZSocoDU2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUpd2yfSvJqUcm6C6JKU4SQlllWpbK7w { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:8.4374995231631rem;left:30.624999046326rem;display:block; }
#fUBdugtwgZ2Gq1QBxmmEcXoIpWsSMPys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g > .row .container { background-color: transparent; background-image: none; }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g > .row .container > .video-iframe-container { display: none; }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g > .row > .video-iframe-container { display: none; }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g > .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); }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g > .row .container { border-width: 0; border-radius: 0; }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:block; }#yz9U4nfeBLmxTFxLLf8w4VQDoNL7KcyH { color:#f25252;display:block;width:58.2494375rem;position:absolute;font-family:"proxima nova";font-size:3.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:8.375rem;height:4.71180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTyQBexnahi0s958qWwsJdTeMeFVUm1w { color:#37b2f9;display:block;width:50.374125rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:12.3125rem;height:2.60039375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owgImurLZvG2PimCZKTRpB5TmAasc0Mc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:38.5625rem;width:68.75rem;top:12.4765625rem;left:3.125rem;display:block; }
#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ > .row .container { background-color: transparent; background-image: none; }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ > .row .container > .video-iframe-container { display: none; }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ > .row > .video-iframe-container { display: none; }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ > .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); }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ > .row .container { border-width: 0; border-radius: 0; }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#B0hwcld78Jd8TCs6qdmPT9rgOpCcTvAD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:37.8125rem;width:67.75rem;top:3.1549530029297rem;left:3.65625rem;display:block; }
#U542a60de9fcf608129a016d7dbda4fa.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; } #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection *:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection input[type="text"]:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection input[type="email"]:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection input[type="tel"]:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection textarea:focus-visible { outline: none; } #oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy > .row .container { background-color: transparent; background-image: none; }#oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy > .row .container > .video-iframe-container { display: none; }#oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy > .row > .video-iframe-container { display: none; }#oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy > .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); }#oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy > .row .container { border-width: 0; border-radius: 0; }#oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#d625d8711055f823a5975e4e162e4ca1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#052e70;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; } #d625d8711055f823a5975e4e162e4ca1.widget-smartsection *:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection input[type="text"]:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection input[type="email"]:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection input[type="tel"]:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection textarea:focus-visible { outline: none; } #bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row .container { background-color: transparent; background-image: none; }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row .container > .video-iframe-container { display: none; }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row > .video-iframe-container { display: none; }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .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); }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row .container { border-width: 0; border-radius: 0; }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#052e70;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; }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf > .row .container { background-color: transparent; background-image: none; }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf > .row .container > .video-iframe-container { display: none; }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf > .row > .video-iframe-container { display: none; }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf > .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); }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf > .row .container { border-width: 0; border-radius: 0; }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#bo0qryVhT6RBl1wtoVrlkbctTkSpiK1h { color:#ffffff;display:block;width:16.1870625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9561653137207rem;left:29.405387878418rem;height:1.4625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ETsNch8K1uCBTxrSTAQrChwkVFDt7mQI { display:none; }#ETsNch8K1uCBTxrSTAQrChwkVFDt7mQI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VIL2HwD24E7T1twt1zSw9hUwNc0L4Pbw { width:25.6875rem;height:1.6875rem;top:1.125rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl1mBxokanPKKOUHwoACQfE6zKl1swy0 { top:28.3125rem;left:3.3125rem;width:18.5902775rem;height:4.8402775rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioduW2AVvgJJmlR1u1vaLoRvQlOFprJG { display:block; }
 }@media only screen and (max-width: 763px) { #i37Hwk8tR6ZZRwQH1buSXJZIQ1Zc059N { top:28.3125rem;left:3.3125rem;width:18.5902775rem;height:4.8402775rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxFWpVNJGaLhxlOSK1hEcJdrJI4ur0CP { display:block; }
 }@media only screen and (max-width: 763px) { #xS1KkAvnwVd0kkzsbTTCeHvBWIVmkB6F { display:none; }#xS1KkAvnwVd0kkzsbTTCeHvBWIVmkB6F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pDNQwNkkqgbOqmM2dQhNpJLVoLsVz59I { width:13.9375rem;height:1.625rem;top:0.25rem;left:11.935709953308rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sstdrTnKywPG58h9XOy9v6kT3Hooo2s3 { width:7.25rem;height:1.75rem;top:0.25rem;left:25.323570251465rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlyypxWR8hrSKq1schrwMu2JShnUX86U { display:block; }
 }@media only screen and (max-width: 763px) { #cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 { display:block; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container { width:47.75rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqHsHAlUZ0ffozuhDOyzWn4QvN6khHdH { width:5.0625rem;height:5rem;top:20.811359405517rem;left:2.6131184101105rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udm1e9nPcpTIAnVCxT5QO5kQaqsJ3T9O { width:13.5625rem;height:5.625rem;top:4.18701171875rem;left:30.37353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmTL1msnntGHJaWvPGVx0ElKHdhMzGe { top:28.25rem;left:26.5625rem;width:18.6527775rem;height:4.9027775rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep5hUT7l3alZFZtJaQp8CUTTFD4tJPac { display:block; }
 }@media only screen and (max-width: 763px) { #Vs8Q2yH71CSApXSFwpKTwrsMTfgDbXUL { width:20.75rem;height:20.75rem;top:7.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6BAM0xoWlq8WZO94yHDANdTWCbcQS3u { top:28.3125rem;left:3.3125rem;width:18.5902775rem;height:4.8402775rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNXkMKieEoqfuD1PL6NuUAG3JIHKkMrO { display:block; }
 }@media only screen and (max-width: 763px) { #hJ2ioIMDL9Eo9dtZpGE5vL4KXQw9Fo50 { width:20.75rem;height:31.09375rem;top:43.437502861023rem;left:6.4674480557444rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTiphV7GuTezxs5wLXLd0sbRJdethP5s { width:13.25rem;height:5.4375rem;top:4.2496743202209rem;left:10.738118171692rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCVFFmiFXxotMbLCNKWm8LJk758K5olE { top:28.25rem;left:26.5625rem;width:18.6527775rem;height:4.9027775rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA2v6WdgvCAC62qvZv3KLKmFr3dbHHGZ { display:block; }
 }@media only screen and (max-width: 763px) { #Cu2oSA5HukiFAifdinbLcmOL2ApAM5GH { width:14.5rem;height:6.0625rem;top:3.4366445541382rem;left:3.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm { display:block; }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v { display:block; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container { width:47.75rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwUoaUF5tsduf2tqLykE0GKsc5xZVqVD { width:18.4375rem;height:21.25rem;top:25.8125rem;left:0.98350697755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #osQbXdaOnv9yZWEe4D21TWfLTiTd8zHX { width:21.8125rem;height:45.5492875rem;top:2.6744766235351rem;left:25.124131500721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNsMUloKDarE7TTWBAkvLqMw1efIwnh7 { top:20.346352577209rem;left:5.1249998211861rem;width:13.9652775rem;height:3.3402775rem;display:block; }
 }@media only screen and (max-width: 763px) { #lugRkMFcc8BUuXsKq9TNdGBzi3Lig3WA { display:block; }
 }@media only screen and (max-width: 763px) { #zBA3Q84QxXBV4zT3y4WLcsPxXBe7tg9N { width:17.75rem;height:6.337875rem;top:11.282984733581rem;left:3.9210069775581rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcxwc45MSe3mfDHCQbIdQo3fPEevmSVU { width:20.8125rem;height:2.11263125rem;top:17.564232826233rem;left:23.233506500721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVVKfcaT4Lt34WNBHXpFWs9cTNbZkas6 { width:20.8125rem;height:2.11263125rem;top:2.4201364517212rem;left:23.233506500721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va9oql64aXGlEWKSCbddHT7rwdCpOSZc { width:15rem;height:6rem;top:3.1128473281861rem;left:4.7022569775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAfAVTmmh7noZhHdo7tF7PXvcixx6qTZ { width:12.5rem;height:7.6875rem;top:17.5rem;left:16.125001251698rem;display:none; }
 }@media only screen and (max-width: 763px) { #wd8sAKB9m8hSKJWXqBsD17J9TmgPibIA { width:46.125rem;height:6.5rem;top:51.624354362488rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMeBWx5DxSyUG9RQqmo715JXxRvccTIV { width:20.8125rem;height:2.11263125rem;top:2.4201364517212rem;left:23.233506500721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uznq8pLVhxWVWVwOFHdUWX1ONsVDsupl { width:20.8125rem;height:2.11263125rem;top:2.4201364517212rem;left:23.233506500721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpJ6UJAFKaSOM23REUahCMOP5JJTUS2y { width:20.8125rem;height:2.11263125rem;top:2.4201364517212rem;left:23.233506500721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlCv96xz0Vp40VhfovxHZXEtJzJ1X4PO { display:none; }#OlCv96xz0Vp40VhfovxHZXEtJzJ1X4PO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eKcZAW3k7vMMEQe7dlhg0JSvSFxTJTWv { width:46.125rem;height:6.5rem;top:51.624354362488rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkIKz0ew0PghUL3tf1i5mfo7uswpZinT { display:block; }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkAIAGWXmuTRXQypdHExUadoZQud0Tf6 { display:block; }#wkAIAGWXmuTRXQypdHExUadoZQud0Tf6 > .row .container { width:47.75rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGzMMaX0zMJiVfAF4AwD2bFf4h89bMfQ { width:13.75rem;height:13.75rem;top:19.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLSPpauf5ibQg1c4MT4pw7N9nZ6TiVK1 { width:13.75rem;height:13.75rem;top:4.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0lAEXEzTIFKQh9X2MSxXxHTbEUZJZCf { width:13.75rem;height:13.75rem;top:4.5rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUzRCADebE7CXuJ1q5UxLHT7enLmXEGc { width:13.75rem;height:13.75rem;top:19.75rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #asZTXA7XtQh1TdrQ6OIdnzKDXB1sx3VQ { width:13.75rem;height:13.75rem;top:4.5rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3mLpuo0BqICN3veKWhTHl4BfJ0sh5lD { width:13.75rem;height:13.75rem;top:65.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WduWvMTT98oTOtBOomcK5Ppy7nrhaCKh { width:13.75rem;height:13.75rem;top:34.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBZvbNXgF9MTu7AyFhMvd1gOnZtHOd1 { width:13.75rem;height:13.75rem;top:34.9375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txs0hnBPVmWGINSax6hCQLJse1JZxwpl { width:13.75rem;height:13.75rem;top:19.75rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8n7JJ7aqg7cUzlNgk0TkviQGzkplQ0J { width:13.75rem;height:13.75rem;top:34.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuVRrTLFGseKKlZkeI5XVgDMs61cZ6w0 { width:13.75rem;height:13.75rem;top:50.0625rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCVFScf1eQeEVCBCrL8S1NLo0eX68PRx { width:13.75rem;height:13.75rem;top:50.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #UosoJk9llJqZWd8MaO92LHoJ5niMTDxc { width:13.75rem;height:13.75rem;top:50.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQKiZDRCPuFuqWiCrkhro48KOEFVUOVz { width:20.8125rem;height:2.11263125rem;top:1.1927080154419rem;left:2.0000000596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQxeqq9sqlXwtGINRuD962alMK3cVepA { width:13.75rem;height:13.75rem;top:19.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SABsaQgLTkQLmNecOT0cg8XRt7UM7wU5 { display:block; }
 }@media only screen and (max-width: 763px) { #ziLG6m3R5ZyLMfP5lNrLoDHEeFVg6iBH { width:13.75rem;height:13.75rem;top:4.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChHrkieaNLJZ1mMTQTZQpgE2Dy1XIqh4 { display:block; }
 }@media only screen and (max-width: 763px) { #rVWgqHP6FbctP0B1Tue0mNWC2T10qhFu { width:13.75rem;height:13.75rem;top:4.5rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSZ5hOeJf2FUebQNqvBILTVCO8KbAZ8J { display:block; }
 }@media only screen and (max-width: 763px) { #gdROmJ2xcUmTbD0uJEQLCOmIC90V3fWU { width:13.75rem;height:13.75rem;top:19.75rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2qK7NipcrGLMi7cSA2h5paz8CvQVHdF { display:block; }
 }@media only screen and (max-width: 763px) { #Vhr62LAuuTfBfxnui15nWPUhnxpAzVhg { width:13.75rem;height:13.75rem;top:4.5rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8PTX425LzKBXCh1Z94TZbwK28Jtz5WS { display:block; }
 }@media only screen and (max-width: 763px) { #LN60T9zM9X23RdGJeak8km1QwGJQiR92 { width:13.75rem;height:13.75rem;top:34.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs8ZM01Gih6X0x4igtJ2AueucL9uBQ19 { display:block; }
 }@media only screen and (max-width: 763px) { #fZPc7WFRhGgIq9rWMl8RZL9L3ATVlsBv { width:13.75rem;height:13.75rem;top:19.75rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMD2LapiXfmmS7UeNoC8nSuUH9hFXUpt { display:block; }
 }@media only screen and (max-width: 763px) { #TKfTu7Sg8qqcUxiSFeRB2cDRrMR5ixp5 { width:13.75rem;height:13.75rem;top:34.9375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3RIpR6t8ko16IzHNFbxOPz9DkeZ2RI5 { display:block; }
 }@media only screen and (max-width: 763px) { #S3WkQptdNNPk1Gl7CkyUPlHaZfodNvBi { width:13.75rem;height:13.75rem;top:34.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0EKMpDfAolVoELW2UtorOdWJ1yRrecJ { display:block; }
 }@media only screen and (max-width: 763px) { #ShPA6EvUrnUIcTe7V8pk7bSqQyI3hnrV { width:13.75rem;height:13.75rem;top:65.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBTvIXFKtHX3JzPMQEHP0IfzPsu6lOA5 { display:block; }
 }@media only screen and (max-width: 763px) { #gU1saLc6VuFqgTLqVK59cM2fnTcRafvQ { width:13.75rem;height:13.75rem;top:50.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGA0T1TiZshrElTpIEFgNHqfVoS74rUi { display:block; }
 }@media only screen and (max-width: 763px) { #uUN4vdGbqd61NE4vwKILoq7t9Jepcrc6 { width:13.75rem;height:13.75rem;top:50.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOZf1WEeMrLu9mXcezzCtf8T3GlDEAQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #tys8ZHmkEyCsnIDIxynFsygDzFrBtSwx { width:13.75rem;height:13.75rem;top:50.0625rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyp8Qa2qusGzqpvUgc78BcGoHWkeuFPd { display:block; }
 }@media only screen and (max-width: 763px) { #bVATS5CU1HfZy7OdiK2F8zs7Td35cUPW { width:13.75rem;height:13.75rem;top:29.875rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #prVcSRyug9XTmUUfXHDGQHHHr6lZnmhX { display:block; }
 }@media only screen and (max-width: 763px) { #kmVxia8dR6T2kKC5cZZgTfsQaRTVfbqO { width:13.75rem;height:13.75rem;top:6rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHPpGQfDIulrR5M2JarvDFJueQArEbpG { display:block; }
 }@media only screen and (max-width: 763px) { #QEgHyTaw0VTbndnDAtEEFhUnKlgbI2wk { width:13.75rem;height:13.75rem;top:46.060760498047rem;left:14.812500298023rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHbKOWixIexHXQQoQ64Jly7pTfJA75Of { display:block; }
 }@media only screen and (max-width: 763px) { #OyRq58NBfqZdIM2UzhoNpWE96UpENbNh { width:13.75rem;height:13.75rem;top:17.1875rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #mT4R45KmVo00XVXlSlBZ6CUDpmMZgnTW { display:block; }
 }@media only screen and (max-width: 763px) { #AHt8f3MBCLuTwlshXTDeqg5VsmWPPLUD { width:13.75rem;height:13.75rem;top:36.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2iG1ChiPmHsHSHgrInEiTRy9RfiRFmz { display:block; }
 }@media only screen and (max-width: 763px) { #cVR283ySUuk3yTd1V1c7qm5kz7XTSdGk { width:13.75rem;height:13.75rem;top:19.8125rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKTiKmBQBoGDPFxhMLcTIGa7hC8vlfUt { display:block; }
 }@media only screen and (max-width: 763px) { #aVEfVAhrOpoOLGLrstdLT1adQo9zevqk { width:13.75rem;height:13.75rem;top:20.3125rem;left:27.576385498047rem;display:none; }
 }@media only screen and (max-width: 763px) { #AM46htGyI34HOXgI6IPzM6NfLz0gxpx6 { display:block; }
 }@media only screen and (max-width: 763px) { #KD5WE1u3QSsFxTQ8I5uphC0zStoLcKZZ { width:13.75rem;height:13.75rem;top:21.875rem;left:23.388885498047rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqyI8CCGtidwfXJFVUAb6EWhA0Hvempr { display:block; }
 }@media only screen and (max-width: 763px) { #yTIPl21sFFkqAtJeH2bTQLlbzyWUeI1z { width:13.75rem;height:13.75rem;top:23.1875rem;left:15.638885498047rem;display:none; }
 }@media only screen and (max-width: 763px) { #kP6by8COTt0qFkbcckqrpg6cB9RJ9UJq { display:block; }
 }@media only screen and (max-width: 763px) { #R56MWPNNZxLWK3xd5ZoIBR9JNrZZgSkT { width:13.75rem;height:13.75rem;top:13.5rem;left:27.576385498047rem;display:none; }
 }@media only screen and (max-width: 763px) { #Twi8v3vS49H0GLTIolCyaNXcKU8Rnh8M { display:block; }
 }@media only screen and (max-width: 763px) { #Bv3txi54RouIOg80nKRfA3N81d88Eqm8 { width:13.75rem;height:13.75rem;top:29.25rem;left:13.138885498047rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCLR7aBGGcXxoTVl0ueFWFPrKoPX1Gyk { display:block; }
 }@media only screen and (max-width: 763px) { #uHlTvrOq34eU3MKKc4Loi2Z5Tk7f4x10 { width:13.75rem;height:13.75rem;top:34.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFyMrl1tz7PoctAvEczUhiO5TD0Inon7 { display:block; }
 }@media only screen and (max-width: 763px) { #uX6VHCFL5ZT6DkrgWgpTTKW7BS5hC6XG { display:none; }#uX6VHCFL5ZT6DkrgWgpTTKW7BS5hC6XG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn { display:block; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container { width:47.75rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynUUkBMVXw8r21xVoMiKHPCbLQnq1FUr { width:19.5rem;height:22.5625rem;top:29.875rem;left:0.71788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZwWnHbbyu1BiInAn7Z8Zv8TBHCk5eQw { width:21.8125rem;height:35.4272125rem;top:7.5668535232544rem;left:25.311631500721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNgM7diwRy1hf6SmRA1rvyOyXEyf1eKu { top:26.37760925293rem;left:4.9843748211861rem;width:13.9652775rem;height:3.3402775rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd3pzRvAmcMIhdscEbvaSn0ltmsGivf6 { display:block; }
 }@media only screen and (max-width: 763px) { #my5e7Qh4tp42mVXyuJp85a1bUz8mtNCv { width:20.8125rem;height:12.67575rem;top:11.702260971069rem;left:2.0616319775581rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzIsraa5Vc9F5gawDql18LDUNFU35gwd { width:20.8125rem;height:2.11263125rem;top:20.889770507812rem;left:23.624999344349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B08KRhnynkd6eULcZTQX32SPdh9fXGCA { width:20.8125rem;height:2.11263125rem;top:32.577270507812rem;left:23.624999344349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN86UPRUZeOcNZxRtik7bFHVx0vedM2s { width:20.8125rem;height:2.11263125rem;top:7.5668535232544rem;left:23.624999344349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCb7JMxZZyw1PBTcFPNNo3kd195Qwzf7 { width:15rem;height:6.1875rem;top:3.4366445541382rem;left:3.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo9CtqRIUGpg8IstvmStRpZhdaHTrAGt { width:12.5rem;height:7.6875rem;top:17.5rem;left:16.125001251698rem;display:none; }
 }@media only screen and (max-width: 763px) { #RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ { display:block; }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU { display:block; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container { width:47.75rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldBnSsq24KfytG1xt0kh8pB9BOC2C8z7 { width:16.5rem;height:22.5625rem;top:29.875rem;left:0.71788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS1GqeaTVMtsETEynSmRVmtfpl2hOu87 { width:21.8125rem;height:35.4272125rem;top:7.5668535232544rem;left:25.311631500721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnTOZT18yhcmw2ENdDLLaQNoDB8fTzd1 { top:26.37760925293rem;left:4.9843748211861rem;width:13.9652775rem;height:3.3402775rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOv3vdcgDeFC2JUmlDdFl7o2TOTTSX7 { display:block; }
 }@media only screen and (max-width: 763px) { #Wazqk5JxaZe9ERL3Jce0OTfrAlwPPk5i { width:20.8125rem;height:12.67575rem;top:11.702260971069rem;left:2.0616319775581rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAuT2I2R5G00gKGgHDxfHmyx1ShZ27cV { width:20.8125rem;height:2.11263125rem;top:20.889770507812rem;left:23.624999344349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZhpx5ZSJ8bfnuevHaxuNetuqB7zlDxQ { width:20.8125rem;height:2.11263125rem;top:32.577270507812rem;left:23.624999344349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLlwoteIClwlH7sSXSGvHO6WnSyx5iTy { width:20.8125rem;height:2.11263125rem;top:7.5668535232544rem;left:23.624999344349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfl8MBdcrcA5EyZW3kZgVc5v5l8RrxXg { width:14.5rem;height:6.125rem;top:3.4366445541382rem;left:3.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqVvcgI4Hqs53TbzuZDTw3dnxxx52sII { width:12.5rem;height:7.6875rem;top:17.5rem;left:16.125001251698rem;display:none; }
 }@media only screen and (max-width: 763px) { #UT8QCKo4VWy0yDp5M6m15cwrCHlqGaPK { width:20.8125rem;height:2.11263125rem;top:7.5668535232544rem;left:23.624999344349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3xpX9TxXDTLiLTBBAzonLn07pNX35ou { width:20.8125rem;height:2.11263125rem;top:7.5668535232544rem;left:23.624999344349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEHTMo7uKFRTTubWDEiUZPEKShEfcIu7 { display:block; }#NEHTMo7uKFRTTubWDEiUZPEKShEfcIu7 > .row .container { width:47.75rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRqvPiwuB7TTWDWVuVGphQ3XvZ1fTdm9 { width:13.75rem;height:13.75rem;top:5.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1RTJ2aDIlIG7oTiWTERGFDuBPmvNFnW { width:13.75rem;height:13.75rem;top:20.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbRf17pTZQhiVxMI6ImGIkVUHfFDcFBG { width:13.75rem;height:13.75rem;top:5.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Iqw8ZfqRHrla4lf8m7PIkzqTzu15IK { width:13.75rem;height:13.75rem;top:5.6875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek9OM6ST9tE9R5GLzXxgCJf4CHBdUgUJ { width:13.75rem;height:13.75rem;top:36.1875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS87Ecd0vWhLUk4nabPRy6Kx5QOaJBJu { width:13.75rem;height:13.75rem;top:20.875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwMQf5iFoy5GQBT5r0XIuRXMP4SgvbaH { width:13.75rem;height:13.75rem;top:36.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5AfNvOIRfgy3hvroqxU5Qr9xpOHNRK4 { width:13.75rem;height:13.75rem;top:36.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkzo3SQaRO9OKp44E4ESpXLzqRCM2nDu { width:13.75rem;height:13.75rem;top:20.875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMcvsb4xkWr6TRkbMR3Rbhbpms65GABT { width:20.8125rem;height:2.11263125rem;top:1.625rem;left:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duxth4zxfmzfEniu0Ht85m9QuB98bS9S { width:13.75rem;height:13.75rem;top:5.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2LThFTs3gsLDXtaFVn89C5QuuNf1K2y { display:block; }
 }@media only screen and (max-width: 763px) { #g6WaFnPpFaLgUd5W6Re3kL1zABdawTW4 { width:13.75rem;height:13.75rem;top:20.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3CypAAZXFNWlGTzBb5tzkBHiv2IMdTx { display:block; }
 }@media only screen and (max-width: 763px) { #UchlOZCz7eafSDXmHvbflv3axDKxNT0s { width:13.75rem;height:13.75rem;top:8.4375rem;left:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRR8OoGX43DAgSKUmF92tlOw33ge1SSJ { display:block; }
 }@media only screen and (max-width: 763px) { #ut5pTNBEQxxeUXhaAd3ac7gAViEWoWAT { width:13.75rem;height:13.75rem;top:5.6875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXsb1vwalMH3tlT0yzVviTWIZf2qtUT { display:block; }
 }@media only screen and (max-width: 763px) { #WW68Wdx3DphtUKShlvxCBMRHgir3sxmX { width:13.75rem;height:13.75rem;top:36.1875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH0qf6re9a3sz6gfxZV54KdukA5bmnyb { display:block; }
 }@media only screen and (max-width: 763px) { #ygDRxOTMs6cLL60WvMrDH6A25s1951IZ { width:13.75rem;height:13.75rem;top:36.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKlODlsSgRz47AQTyrJOgXOb1aFAeOud { display:block; }
 }@media only screen and (max-width: 763px) { #hVqLTNrAcvN0Med7z49eIoPgKireT9TQ { width:13.75rem;height:13.75rem;top:36.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngw8SyHdB9Vy4770DdADDdUHSNzaHnTW { display:block; }
 }@media only screen and (max-width: 763px) { #TOwlf3zUlPwTlIW5EL4FV7eePMRoIbsA { width:13.75rem;height:13.75rem;top:20.875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3vM5UvkMwxOKK2HZvCkKRlJqX7vrzr7 { display:block; }
 }@media only screen and (max-width: 763px) { #qXssThNPDCBib1uzH73MgwdOzt0QfaMP { width:13.75rem;height:13.75rem;top:20.875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH1sRg07o81gPHJK6DrKPgXfQlXxsIum { display:block; }
 }@media only screen and (max-width: 763px) { #N3xRuqVdOspZmU8ks3rJxkMJOQIRthH9 { width:13.75rem;height:13.75rem;top:17.375rem;left:0.20138549804688rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtEgmTX5aZK8uxqeUTcHVuaUuTbIRFOl { display:block; }
 }@media only screen and (max-width: 763px) { #Veywb05aP1RREGJ7IfUKf3HL2lA4L0pq { width:13.75rem;height:13.75rem;top:11.5625rem;left:14.826385498047rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrmRAcU0o1OZ8vKZddQFXxBZIy9DvV9V { display:block; }
 }@media only screen and (max-width: 763px) { #vUQ50WzqtzlgLxGJVJcFQArlzTbmIlXk { width:13.75rem;height:13.75rem;top:9.125rem;left:31.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAOObhuFUEnmKIREGoJyuaqV029zhwGZ { display:block; }
 }@media only screen and (max-width: 763px) { #JfflAAnC4VC5xUGrWTGRBlp4XT8apfXt { width:13.75rem;height:13.75rem;top:13.5625rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #fewQzVTs0O2IcoELQ3zDF5Meyh3z4dsF { display:block; }
 }@media only screen and (max-width: 763px) { #LVH6VAqsJInVyRI3QfKpXF80eXupoFW0 { width:13.75rem;height:13.75rem;top:30.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mulNm63AwwGVylyAu6FuGJ8rSr1MalkT { display:block; }
 }@media only screen and (max-width: 763px) { #UCNgo1iJzT3dFDwWmuf3V1IClCrJVBL3 { width:13.6875rem;height:13.6875rem;top:22.8125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaiurtF4lTi2ZyacD7nxKmCDaufmIw4h { display:block; }
 }@media only screen and (max-width: 763px) { #BbDbqTwJcaVSkVp0UG9RQoIDyrVQXouB { width:13.6875rem;height:13.6875rem;top:22.1875rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGuFFF8yOwObgl0gx6cxNZfVCe6a1BiI { display:block; }
 }@media only screen and (max-width: 763px) { #JwWC1duCQMrbsorQbXSNvtWvb27kvw4J { width:13.6875rem;height:13.6875rem;top:22.8125rem;left:31.471572875976rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOOC5640rzmipzsrz1P9b8UZSocoDU2i { display:block; }
 }@media only screen and (max-width: 763px) { #HUpd2yfSvJqUcm6C6JKU4SQlllWpbK7w { width:13.75rem;height:13.75rem;top:5.6868488788605rem;left:16.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUBdugtwgZ2Gq1QBxmmEcXoIpWsSMPys { display:block; }
 }@media only screen and (max-width: 763px) { #XGePIgLuvnMtfAiQD6ILBodrD21pRL2g { display:block; }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g > .row .container { width:47.75rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yz9U4nfeBLmxTFxLLf8w4VQDoNL7KcyH { width:47.75rem;height:2.6001rem;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTyQBexnahi0s958qWwsJdTeMeFVUm1w { width:47.75rem;height:1.54375rem;top:6.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owgImurLZvG2PimCZKTRpB5TmAasc0Mc { width:47.75rem;height:26.783409090909rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ { display:block; }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ > .row .container { width:47.75rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0hwcld78Jd8TCs6qdmPT9rgOpCcTvAD { width:47.75rem;height:26.650138376384rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection { display:block; } #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection *:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection input[type="text"]:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection input[type="email"]:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection input[type="tel"]:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection textarea:focus-visible { outline: none; } #oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d625d8711055f823a5975e4e162e4ca1.widget-smartsection { display:block; } #d625d8711055f823a5975e4e162e4ca1.widget-smartsection *:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection input[type="text"]:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection input[type="email"]:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection input[type="tel"]:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection textarea:focus-visible { outline: none; } #bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row .container { width:47.75rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdvF1yOahpKm8BLQOTWav0CGtspdThqf { display:block; }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf > .row .container { width:47.75rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bo0qryVhT6RBl1wtoVrlkbctTkSpiK1h { width:16.125rem;height:1.4615875rem;top:3.9375rem;left:15.780108451843rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ETsNch8K1uCBTxrSTAQrChwkVFDt7mQI { position:relative;z-index:auto;display:none; }#ETsNch8K1uCBTxrSTAQrChwkVFDt7mQI > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VIL2HwD24E7T1twt1zSw9hUwNc0L4Pbw { width:13.8125rem;height:3.25rem;top:1.125rem;left:3.0937500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dl1mBxokanPKKOUHwoACQfE6zKl1swy0 { top:4.8125rem;left:10.09375rem;width:6.875rem;height:2.8125rem;font-size:0.9375rem;background-color:#f25252;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ioduW2AVvgJJmlR1u1vaLoRvQlOFprJG { display:block; }
 }@media only screen and (max-width: 763px) { #i37Hwk8tR6ZZRwQH1buSXJZIQ1Zc059N { top:4.8125rem;left:2.5625rem;width:6.875rem;height:2.8125rem;font-size:0.9375rem;background-color:#3b75cc;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TxFWpVNJGaLhxlOSK1hEcJdrJI4ur0CP { display:block; }
 }@media only screen and (max-width: 763px) { #xS1KkAvnwVd0kkzsbTTCeHvBWIVmkB6F { position:relative;z-index:auto;display:none; }#xS1KkAvnwVd0kkzsbTTCeHvBWIVmkB6F > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pDNQwNkkqgbOqmM2dQhNpJLVoLsVz59I { width:16.1865rem;height:2.03125rem;top:1.4371744394302rem;left:1.9059244990349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sstdrTnKywPG58h9XOy9v6kT3Hooo2s3 { width:9.875rem;height:2.875rem;top:4.1875rem;left:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlyypxWR8hrSKq1schrwMu2JShnUX86U { display:block; }
 }@media only screen and (max-width: 763px) { #cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c86152b9-9a42-42ab-bc0d-d6587ced9275/TM_LO_STORIES_BG1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3.adaptive-delivery-prevent-bg, #cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3.lazyload, #cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3.lazyloading { background-image: none; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container { background-color: transparent; background-image: none; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container > .video-iframe-container { display: none; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row > .video-iframe-container { display: none; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .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); }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container { border-width: 0; border-radius: 0; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQWKaLqngCADHFRiaSTDlrFq4CCCgDA3 > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqHsHAlUZ0ffozuhDOyzWn4QvN6khHdH { width:10.625rem;height:10.375rem;top:14.250000238419rem;left:4.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udm1e9nPcpTIAnVCxT5QO5kQaqsJ3T9O { width:5rem;height:2rem;top:2.4945316314698rem;left:8.0937498211863rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pcmTL1msnntGHJaWvPGVx0ElKHdhMzGe { top:26.125rem;left:10.6875rem;width:8.75rem;height:3rem;z-index:15022;font-size:0.9375rem;color:#3291c5;background-color:#ffffff;background-image:none;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ep5hUT7l3alZFZtJaQp8CUTTFD4tJPac { display:block; }
 }@media only screen and (max-width: 763px) { #Vs8Q2yH71CSApXSFwpKTwrsMTfgDbXUL { width:20rem;height:20rem;top:0.86892342567444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6BAM0xoWlq8WZO94yHDANdTWCbcQS3u { top:36.875rem;left:4.8125rem;width:10.3730625rem;height:3rem;font-size:0.9375rem;background-color:#ffffff;background-image:none;color:#e30613;display:none; }
 }@media only screen and (max-width: 763px) { #tNXkMKieEoqfuD1PL6NuUAG3JIHKkMrO { display:block; }
 }@media only screen and (max-width: 763px) { #hJ2ioIMDL9Eo9dtZpGE5vL4KXQw9Fo50 { width:20rem;height:29.970389145489rem;top:120.69154375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTiphV7GuTezxs5wLXLd0sbRJdethP5s { width:5rem;height:1.9375rem;top:2.4968757629394rem;left:14.586719334126rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yCVFFmiFXxotMbLCNKWm8LJk758K5olE { top:26.125rem;left:0.5625rem;width:8.75rem;height:3rem;z-index:15022;font-size:0.9375rem;color:#3291c5;background-color:#ffffff;background-image:none;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cA2v6WdgvCAC62qvZv3KLKmFr3dbHHGZ { display:block; }
 }@media only screen and (max-width: 763px) { #Cu2oSA5HukiFAifdinbLcmOL2ApAM5GH { width:5rem;height:2rem;top:2.4945316314698rem;left:0.56250005960464rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm { display:none; }#R3Jbz2a386DRpVsa9naJvdO1c0gv2dRm > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/78f1e663-cd3a-4f6a-9041-7b6a4bd34589/TM_IG1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v.adaptive-delivery-prevent-bg, #Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v.lazyload, #Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v.lazyloading { background-image: none; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container { background-color: transparent; background-image: none; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container > .video-iframe-container { display: none; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row > .video-iframe-container { display: none; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .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); }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ltt3xiyIgxIKS0Wlh1gVR3BLulT12g4v > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwUoaUF5tsduf2tqLykE0GKsc5xZVqVD { width:18.0625rem;height:20.9375rem;top:26.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osQbXdaOnv9yZWEe4D21TWfLTiTd8zHX { width:19.375rem;height:34.5rem;top:50.872802734375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNsMUloKDarE7TTWBAkvLqMw1efIwnh7 { top:87.186279296875rem;left:2.96875rem;width:14.0288125rem;height:3.40380625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lugRkMFcc8BUuXsKq9TNdGBzi3Lig3WA { display:block; }
 }@media only screen and (max-width: 763px) { #zBA3Q84QxXBV4zT3y4WLcsPxXBe7tg9N { width:18.5625rem;height:16.8958125rem;top:9.6240234375rem;left:1.37451171875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcxwc45MSe3mfDHCQbIdQo3fPEevmSVU { width:5.6875rem;height:0;top:116.9912140625rem;left:7.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVVKfcaT4Lt34WNBHXpFWs9cTNbZkas6 { width:5.6875rem;height:0;top:120.8408265625rem;left:7.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Va9oql64aXGlEWKSCbddHT7rwdCpOSZc { width:12.5rem;height:5rem;top:2.6904296875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAfAVTmmh7noZhHdo7tF7PXvcixx6qTZ { width:14.375rem;height:8.875rem;top:39rem;left:2.25rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wd8sAKB9m8hSKJWXqBsD17J9TmgPibIA { width:20rem;height:2.75rem;top:86.477614848038rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CMeBWx5DxSyUG9RQqmo715JXxRvccTIV { width:2.375rem;height:auto;top:28.75rem;left:8.8125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uznq8pLVhxWVWVwOFHdUWX1ONsVDsupl { width:2.375rem;height:auto;top:35.5rem;left:8.8125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpJ6UJAFKaSOM23REUahCMOP5JJTUS2y { width:2.375rem;height:auto;top:42.25rem;left:8.8125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlCv96xz0Vp40VhfovxHZXEtJzJ1X4PO { display:block; }#OlCv96xz0Vp40VhfovxHZXEtJzJ1X4PO > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKcZAW3k7vMMEQe7dlhg0JSvSFxTJTWv { width:20rem;height:2.75rem;top:0.65625rem;left:0rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WkIKz0ew0PghUL3tf1i5mfo7uswpZinT { display:none; }#WkIKz0ew0PghUL3tf1i5mfo7uswpZinT > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wkAIAGWXmuTRXQypdHExUadoZQud0Tf6 { display:none; }#wkAIAGWXmuTRXQypdHExUadoZQud0Tf6 > .row .container { width:20rem;height:76.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bGzMMaX0zMJiVfAF4AwD2bFf4h89bMfQ { width:9.375rem;height:9.375rem;top:37.624794006347rem;left:0.45920139551162rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLSPpauf5ibQg1c4MT4pw7N9nZ6TiVK1 { width:9.375rem;height:9.375rem;top:37.624782562256rem;left:10.084201872349rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0lAEXEzTIFKQh9X2MSxXxHTbEUZJZCf { width:13.75rem;height:13.75rem;top:7.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUzRCADebE7CXuJ1q5UxLHT7enLmXEGc { width:13.75rem;height:13.75rem;top:7.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #asZTXA7XtQh1TdrQ6OIdnzKDXB1sx3VQ { width:13.75rem;height:13.75rem;top:7.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3mLpuo0BqICN3veKWhTHl4BfJ0sh5lD { width:13.75rem;height:13.75rem;top:22.1875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WduWvMTT98oTOtBOomcK5Ppy7nrhaCKh { width:13.75rem;height:13.75rem;top:22.1875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIBZvbNXgF9MTu7AyFhMvd1gOnZtHOd1 { width:13.75rem;height:13.75rem;top:22.1875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Txs0hnBPVmWGINSax6hCQLJse1JZxwpl { width:13.75rem;height:13.75rem;top:22.1875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8n7JJ7aqg7cUzlNgk0TkviQGzkplQ0J { width:13.75rem;height:13.75rem;top:22.1875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuVRrTLFGseKKlZkeI5XVgDMs61cZ6w0 { width:13.75rem;height:13.75rem;top:36.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCVFScf1eQeEVCBCrL8S1NLo0eX68PRx { width:13.75rem;height:13.75rem;top:36.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UosoJk9llJqZWd8MaO92LHoJ5niMTDxc { width:13.75rem;height:13.75rem;top:36.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQKiZDRCPuFuqWiCrkhro48KOEFVUOVz { width:20rem;height:2.11263125rem;top:1.4702682495118rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQxeqq9sqlXwtGINRuD962alMK3cVepA { width:13.75rem;height:13.75rem;top:7.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SABsaQgLTkQLmNecOT0cg8XRt7UM7wU5 { display:block; }
 }@media only screen and (max-width: 763px) { #ziLG6m3R5ZyLMfP5lNrLoDHEeFVg6iBH { width:13.75rem;height:13.75rem;top:7.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChHrkieaNLJZ1mMTQTZQpgE2Dy1XIqh4 { display:block; }
 }@media only screen and (max-width: 763px) { #rVWgqHP6FbctP0B1Tue0mNWC2T10qhFu { width:13.75rem;height:13.75rem;top:7.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSZ5hOeJf2FUebQNqvBILTVCO8KbAZ8J { display:block; }
 }@media only screen and (max-width: 763px) { #gdROmJ2xcUmTbD0uJEQLCOmIC90V3fWU { width:13.75rem;height:13.75rem;top:7.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2qK7NipcrGLMi7cSA2h5paz8CvQVHdF { display:block; }
 }@media only screen and (max-width: 763px) { #Vhr62LAuuTfBfxnui15nWPUhnxpAzVhg { width:13.75rem;height:13.75rem;top:7.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8PTX425LzKBXCh1Z94TZbwK28Jtz5WS { display:block; }
 }@media only screen and (max-width: 763px) { #LN60T9zM9X23RdGJeak8km1QwGJQiR92 { width:13.75rem;height:13.75rem;top:22.125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qs8ZM01Gih6X0x4igtJ2AueucL9uBQ19 { display:block; }
 }@media only screen and (max-width: 763px) { #fZPc7WFRhGgIq9rWMl8RZL9L3ATVlsBv { width:13.75rem;height:13.75rem;top:22.1875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMD2LapiXfmmS7UeNoC8nSuUH9hFXUpt { display:block; }
 }@media only screen and (max-width: 763px) { #TKfTu7Sg8qqcUxiSFeRB2cDRrMR5ixp5 { width:13.75rem;height:13.75rem;top:22.1875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3RIpR6t8ko16IzHNFbxOPz9DkeZ2RI5 { display:block; }
 }@media only screen and (max-width: 763px) { #S3WkQptdNNPk1Gl7CkyUPlHaZfodNvBi { width:13.75rem;height:13.75rem;top:22.125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0EKMpDfAolVoELW2UtorOdWJ1yRrecJ { display:block; }
 }@media only screen and (max-width: 763px) { #ShPA6EvUrnUIcTe7V8pk7bSqQyI3hnrV { width:13.75rem;height:3.4375rem;top:9.2730049377444rem;left:3.125rem;color:#f25252;border-top:0.0625rem solid #f25252;border-left:0.0625rem solid #f25252;border-right:0.0625rem solid #f25252;border-bottom:0.0625rem solid #f25252;display:none; }
 }@media only screen and (max-width: 763px) { #yBTvIXFKtHX3JzPMQEHP0IfzPsu6lOA5 { display:block; }
 }@media only screen and (max-width: 763px) { #gU1saLc6VuFqgTLqVK59cM2fnTcRafvQ { width:13.75rem;height:13.75rem;top:36.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGA0T1TiZshrElTpIEFgNHqfVoS74rUi { display:block; }
 }@media only screen and (max-width: 763px) { #uUN4vdGbqd61NE4vwKILoq7t9Jepcrc6 { width:13.75rem;height:13.75rem;top:36.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOZf1WEeMrLu9mXcezzCtf8T3GlDEAQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #tys8ZHmkEyCsnIDIxynFsygDzFrBtSwx { width:13.75rem;height:13.75rem;top:36.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wyp8Qa2qusGzqpvUgc78BcGoHWkeuFPd { display:block; }
 }@media only screen and (max-width: 763px) { #bVATS5CU1HfZy7OdiK2F8zs7Td35cUPW { width:18.645833375rem;height:5.208333375rem;top:69.75rem;left:0.625rem;color:#ffffff;border-top:0.0625rem solid #f25252;border-left:0.0625rem solid #f25252;border-right:0.0625rem solid #f25252;border-bottom:0.0625rem solid #f25252;background-color:#f25252;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #prVcSRyug9XTmUUfXHDGQHHHr6lZnmhX { display:block; }
 }@media only screen and (max-width: 763px) { #kmVxia8dR6T2kKC5cZZgTfsQaRTVfbqO { width:18.645833375rem;height:5.193683375rem;top:5.0625rem;left:0.6875rem;color:#ffffff;border-top:0.0625rem solid #f25252;border-left:0.0625rem solid #f25252;border-right:0.0625rem solid #f25252;border-bottom:0.0625rem solid #f25252;font-size:1.25rem;background-color:#f25252;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PHPpGQfDIulrR5M2JarvDFJueQArEbpG { display:block; }
 }@media only screen and (max-width: 763px) { #QEgHyTaw0VTbndnDAtEEFhUnKlgbI2wk { width:18.75rem;height:5.3125rem;top:63.875rem;left:0.625rem;background-color:#f25252;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHbKOWixIexHXQQoQ64Jly7pTfJA75Of { display:block; }
 }@media only screen and (max-width: 763px) { #OyRq58NBfqZdIM2UzhoNpWE96UpENbNh { width:18.75rem;height:5.3125rem;top:40.375rem;left:0.625rem;background-color:#f25252;background-image:none;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT4R45KmVo00XVXlSlBZ6CUDpmMZgnTW { display:block; }
 }@media only screen and (max-width: 763px) { #AHt8f3MBCLuTwlshXTDeqg5VsmWPPLUD { width:18.75rem;height:5.3125rem;top:52.0625rem;left:0.625rem;background-color:#f25252;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2iG1ChiPmHsHSHgrInEiTRy9RfiRFmz { display:block; }
 }@media only screen and (max-width: 763px) { #cVR283ySUuk3yTd1V1c7qm5kz7XTSdGk { width:18.75rem;height:5.3125rem;top:46.25rem;left:0.625rem;background-color:#f25252;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKTiKmBQBoGDPFxhMLcTIGa7hC8vlfUt { display:block; }
 }@media only screen and (max-width: 763px) { #aVEfVAhrOpoOLGLrstdLT1adQo9zevqk { width:18.645833375rem;height:5.193683375rem;top:28.625rem;left:0.6875rem;color:#ffffff;border-top:0.0625rem solid #f25252;border-left:0.0625rem solid #f25252;border-right:0.0625rem solid #f25252;border-bottom:0.0625rem solid #f25252;background-color:#f25252;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM46htGyI34HOXgI6IPzM6NfLz0gxpx6 { display:block; }
 }@media only screen and (max-width: 763px) { #KD5WE1u3QSsFxTQ8I5uphC0zStoLcKZZ { width:18.645833375rem;height:5.193683375rem;top:22.75rem;left:0.6875rem;border-top:0.0625rem solid #f25252;border-left:0.0625rem solid #f25252;border-right:0.0625rem solid #f25252;border-bottom:0.0625rem solid #f25252;color:#ffffff;background-color:#f25252;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqyI8CCGtidwfXJFVUAb6EWhA0Hvempr { display:block; }
 }@media only screen and (max-width: 763px) { #yTIPl21sFFkqAtJeH2bTQLlbzyWUeI1z { width:18.645833375rem;height:5.179852125rem;top:16.875rem;left:0.6875rem;color:#ffffff;border-top:0.0625rem solid #f25252;border-left:0.0625rem solid #f25252;border-right:0.0625rem solid #f25252;border-bottom:0.0625rem solid #f25252;background-color:#f25252;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP6by8COTt0qFkbcckqrpg6cB9RJ9UJq { display:block; }
 }@media only screen and (max-width: 763px) { #R56MWPNNZxLWK3xd5ZoIBR9JNrZZgSkT { width:18.75rem;height:5.3125rem;top:34.5rem;left:0.625rem;background-color:#f25252;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Twi8v3vS49H0GLTIolCyaNXcKU8Rnh8M { display:block; }
 }@media only screen and (max-width: 763px) { #Bv3txi54RouIOg80nKRfA3N81d88Eqm8 { width:18.645833375rem;height:5.193683375rem;top:11rem;left:0.625rem;color:#ffffff;border-top:0.0625rem solid #f25252;border-left:0.0625rem solid #f25252;border-right:0.0625rem solid #f25252;border-bottom:0.0625rem solid #f25252;background-color:#f25252;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cCLR7aBGGcXxoTVl0ueFWFPrKoPX1Gyk { display:block; }
 }@media only screen and (max-width: 763px) { #uHlTvrOq34eU3MKKc4Loi2Z5Tk7f4x10 { width:18.75rem;height:5.3125rem;top:57.9375rem;left:0.625rem;background-color:#f25252;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFyMrl1tz7PoctAvEczUhiO5TD0Inon7 { display:block; }
 }@media only screen and (max-width: 763px) { #uX6VHCFL5ZT6DkrgWgpTTKW7BS5hC6XG { display:none; }#uX6VHCFL5ZT6DkrgWgpTTKW7BS5hC6XG > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a4c6f5e3-1db7-4578-b307-6aad9c12ee89/TM_IG2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn.adaptive-delivery-prevent-bg, #EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn.lazyload, #EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn.lazyloading { background-image: none; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container { background-color: transparent; background-image: none; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container > .video-iframe-container { display: none; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row > .video-iframe-container { display: none; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .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); }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHDZCD7vBQNEKJHE3Mh8tbf0rP24WuVn > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynUUkBMVXw8r21xVoMiKHPCbLQnq1FUr { width:17.9375rem;height:20.75rem;top:23.609375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZwWnHbbyu1BiInAn7Z8Zv8TBHCk5eQw { width:19.375rem;height:31.5rem;top:46.623267173767rem;left:0.62391489744186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNgM7diwRy1hf6SmRA1rvyOyXEyf1eKu { top:80.4931640625rem;left:2.96875rem;width:14.0605625rem;height:3.43555rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd3pzRvAmcMIhdscEbvaSn0ltmsGivf6 { display:block; }
 }@media only screen and (max-width: 763px) { #my5e7Qh4tp42mVXyuJp85a1bUz8mtNCv { width:18.625rem;height:12.671875rem;top:11.1240234375rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzIsraa5Vc9F5gawDql18LDUNFU35gwd { width:5.6875rem;height:0;top:125.1162140625rem;left:7.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #B08KRhnynkd6eULcZTQX32SPdh9fXGCA { width:5.6875rem;height:0;top:128.9658265625rem;left:7.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FN86UPRUZeOcNZxRtik7bFHVx0vedM2s { width:5.6875rem;height:0;top:132.8154390625rem;left:7.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCb7JMxZZyw1PBTcFPNNo3kd195Qwzf7 { width:12.5rem;height:5.1875rem;top:3.1240234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo9CtqRIUGpg8IstvmStRpZhdaHTrAGt { width:17.1875rem;height:10.625rem;top:34rem;left:0.625rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ { display:block; }#RL7drFxFEmWIgMcb9Po77GTsZDVz6VbJ > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85400ad3-ea14-4c5a-83a0-ac2d98a2ea43/LP_tlo.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU.adaptive-delivery-prevent-bg, #e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU.lazyload, #e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU.lazyloading { background-image: none; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container { background-color: transparent; background-image: none; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container > .video-iframe-container { display: none; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row > .video-iframe-container { display: none; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .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); }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e18JzXl0MO4BrHdDAZHWrTnWI8iob6mU > .row .container { width:20rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldBnSsq24KfytG1xt0kh8pB9BOC2C8z7 { width:15.1875rem;height:20.75rem;top:31.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS1GqeaTVMtsETEynSmRVmtfpl2hOu87 { width:19.375rem;height:34.5rem;top:55.05859375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnTOZT18yhcmw2ENdDLLaQNoDB8fTzd1 { top:91.4306640625rem;left:2.984619140625rem;width:14.0288125rem;height:3.40380625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOv3vdcgDeFC2JUmlDdFl7o2TOTTSX7 { display:block; }
 }@media only screen and (max-width: 763px) { #Wazqk5JxaZe9ERL3Jce0OTfrAlwPPk5i { width:18.625rem;height:19.0078125rem;top:11.1240234375rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAuT2I2R5G00gKGgHDxfHmyx1ShZ27cV { width:5.6875rem;height:0;top:125.1162140625rem;left:7.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZhpx5ZSJ8bfnuevHaxuNetuqB7zlDxQ { width:5.6875rem;height:0;top:128.9658265625rem;left:7.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLlwoteIClwlH7sSXSGvHO6WnSyx5iTy { width:5.6875rem;height:0;top:132.8154390625rem;left:7.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wfl8MBdcrcA5EyZW3kZgVc5v5l8RrxXg { width:12.3125rem;height:5.1875rem;top:3.1240234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqVvcgI4Hqs53TbzuZDTw3dnxxx52sII { width:17.1875rem;height:10.625rem;top:41.9375rem;left:1.4375rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UT8QCKo4VWy0yDp5M6m15cwrCHlqGaPK { width:2.375rem;height:auto;top:29rem;left:8.8125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3xpX9TxXDTLiLTBBAzonLn07pNX35ou { width:2.375rem;height:auto;top:33.5rem;left:8.8125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEHTMo7uKFRTTubWDEiUZPEKShEfcIu7 { display:none; }#NEHTMo7uKFRTTubWDEiUZPEKShEfcIu7 > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IRqvPiwuB7TTWDWVuVGphQ3XvZ1fTdm9 { width:11.25rem;height:11.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1RTJ2aDIlIG7oTiWTERGFDuBPmvNFnW { width:11.25rem;height:11.25rem;top:22.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbRf17pTZQhiVxMI6ImGIkVUHfFDcFBG { width:11.25rem;height:11.25rem;top:0rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9Iqw8ZfqRHrla4lf8m7PIkzqTzu15IK { width:11.25rem;height:11.25rem;top:11.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ek9OM6ST9tE9R5GLzXxgCJf4CHBdUgUJ { width:11.25rem;height:11.25rem;top:11.25rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qS87Ecd0vWhLUk4nabPRy6Kx5QOaJBJu { width:20rem;height:20rem;top:45rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwMQf5iFoy5GQBT5r0XIuRXMP4SgvbaH { width:11.25rem;height:11.25rem;top:22.5rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5AfNvOIRfgy3hvroqxU5Qr9xpOHNRK4 { width:11.25rem;height:11.25rem;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkzo3SQaRO9OKp44E4ESpXLzqRCM2nDu { width:20rem;height:20rem;top:45rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMcvsb4xkWr6TRkbMR3Rbhbpms65GABT { width:20rem;height:2.11263125rem;top:3.6870670318604rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duxth4zxfmzfEniu0Ht85m9QuB98bS9S { width:13.75rem;height:13.75rem;top:8.4375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2LThFTs3gsLDXtaFVn89C5QuuNf1K2y { display:block; }
 }@media only screen and (max-width: 763px) { #g6WaFnPpFaLgUd5W6Re3kL1zABdawTW4 { width:13.75rem;height:13.75rem;top:8.4375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3CypAAZXFNWlGTzBb5tzkBHiv2IMdTx { display:block; }
 }@media only screen and (max-width: 763px) { #UchlOZCz7eafSDXmHvbflv3axDKxNT0s { width:18.75rem;height:3.42361125rem;top:14.985895156861rem;left:0.62500005960463rem;background-color:#37b2f9;background-image:none;color:#ffffff;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRR8OoGX43DAgSKUmF92tlOw33ge1SSJ { display:block; }
 }@media only screen and (max-width: 763px) { #ut5pTNBEQxxeUXhaAd3ac7gAViEWoWAT { width:13.75rem;height:13.75rem;top:8.4375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRXsb1vwalMH3tlT0yzVviTWIZf2qtUT { display:block; }
 }@media only screen and (max-width: 763px) { #WW68Wdx3DphtUKShlvxCBMRHgir3sxmX { width:13.75rem;height:13.75rem;top:8.4375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cH0qf6re9a3sz6gfxZV54KdukA5bmnyb { display:block; }
 }@media only screen and (max-width: 763px) { #ygDRxOTMs6cLL60WvMrDH6A25s1951IZ { width:13.75rem;height:13.75rem;top:22.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKlODlsSgRz47AQTyrJOgXOb1aFAeOud { display:block; }
 }@media only screen and (max-width: 763px) { #hVqLTNrAcvN0Med7z49eIoPgKireT9TQ { width:13.75rem;height:13.75rem;top:22.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ngw8SyHdB9Vy4770DdADDdUHSNzaHnTW { display:block; }
 }@media only screen and (max-width: 763px) { #TOwlf3zUlPwTlIW5EL4FV7eePMRoIbsA { width:13.75rem;height:13.75rem;top:22.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3vM5UvkMwxOKK2HZvCkKRlJqX7vrzr7 { display:block; }
 }@media only screen and (max-width: 763px) { #qXssThNPDCBib1uzH73MgwdOzt0QfaMP { width:13.75rem;height:13.75rem;top:22.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BH1sRg07o81gPHJK6DrKPgXfQlXxsIum { display:block; }
 }@media only screen and (max-width: 763px) { #N3xRuqVdOspZmU8ks3rJxkMJOQIRthH9 { width:18.75rem;height:3.42361125rem;top:6.9227447509762rem;left:0.62500005960463rem;background-color:#37b2f9;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XtEgmTX5aZK8uxqeUTcHVuaUuTbIRFOl { display:block; }
 }@media only screen and (max-width: 763px) { #Veywb05aP1RREGJ7IfUKf3HL2lA4L0pq { width:18.75rem;height:3.42361125rem;top:10.923395156861rem;left:0.62500005960463rem;color:#ffffff;background-color:#37b2f9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MrmRAcU0o1OZ8vKZddQFXxBZIy9DvV9V { display:block; }
 }@media only screen and (max-width: 763px) { #vUQ50WzqtzlgLxGJVJcFQArlzTbmIlXk { width:18.75rem;height:3.42361125rem;top:19.110242843628rem;left:0.62500005960463rem;color:#ffffff;background-color:#37b2f9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zAOObhuFUEnmKIREGoJyuaqV029zhwGZ { display:block; }
 }@media only screen and (max-width: 763px) { #JfflAAnC4VC5xUGrWTGRBlp4XT8apfXt { width:18.75rem;height:3.42361125rem;top:23.235677719116rem;left:0.62500005960463rem;color:#ffffff;background-color:#37b2f9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fewQzVTs0O2IcoELQ3zDF5Meyh3z4dsF { display:block; }
 }@media only screen and (max-width: 763px) { #LVH6VAqsJInVyRI3QfKpXF80eXupoFW0 { width:18.75rem;height:3.42361125rem;top:27.173395156861rem;left:0.62500005960463rem;background-color:#37b2f9;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mulNm63AwwGVylyAu6FuGJ8rSr1MalkT { display:block; }
 }@media only screen and (max-width: 763px) { #UCNgo1iJzT3dFDwWmuf3V1IClCrJVBL3 { width:18.75rem;height:3.42361125rem;top:31.360677719116rem;left:0.62500005960463rem;background-color:#37b2f9;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zaiurtF4lTi2ZyacD7nxKmCDaufmIw4h { display:block; }
 }@media only screen and (max-width: 763px) { #BbDbqTwJcaVSkVp0UG9RQoIDyrVQXouB { width:18.75rem;height:3.42361125rem;top:35.547960281372rem;left:0.62500005960463rem;background-color:#37b2f9;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DGuFFF8yOwObgl0gx6cxNZfVCe6a1BiI { display:block; }
 }@media only screen and (max-width: 763px) { #JwWC1duCQMrbsorQbXSNvtWvb27kvw4J { width:18.75rem;height:3.42361125rem;top:39.548612594604rem;left:0.62500005960463rem;color:#ffffff;background-color:#37b2f9;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOOC5640rzmipzsrz1P9b8UZSocoDU2i { display:block; }
 }@media only screen and (max-width: 763px) { #HUpd2yfSvJqUcm6C6JKU4SQlllWpbK7w { width:13.75rem;height:13.75rem;top:8.375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fUBdugtwgZ2Gq1QBxmmEcXoIpWsSMPys { display:block; }
 }@media only screen and (max-width: 763px) { #XGePIgLuvnMtfAiQD6ILBodrD21pRL2g { display:block; }#XGePIgLuvnMtfAiQD6ILBodrD21pRL2g > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yz9U4nfeBLmxTFxLLf8w4VQDoNL7KcyH { width:19.99925rem;height:1.625rem;top:3.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTyQBexnahi0s958qWwsJdTeMeFVUm1w { width:17.937rem;height:3.25rem;top:5.5794258117676rem;left:1.0302733778954rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owgImurLZvG2PimCZKTRpB5TmAasc0Mc { height:11.218181818182rem;width:20rem;top:10.078907012939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ { display:block; }#eUhBIJ9Q6vFWhkitUq8g29hCdK8DVJLJ > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0hwcld78Jd8TCs6qdmPT9rgOpCcTvAD { height:11.1725rem;width:20rem;top:1.4127607345581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection { display:block; } #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection *:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection input[type="text"]:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection input[type="email"]:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection input[type="tel"]:focus-visible, #U542a60de9fcf608129a016d7dbda4fa.widget-smartsection textarea:focus-visible { outline: none; } #oX5e9C8Htr9JQK9trG2LV3poBzkQLfVy > .row .container { width:20rem;height:87.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d625d8711055f823a5975e4e162e4ca1.widget-smartsection { background-color:#6a52c6;background-image:none;display:block; } #d625d8711055f823a5975e4e162e4ca1.widget-smartsection *:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection input[type="text"]:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection input[type="email"]:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection input[type="tel"]:focus-visible, #d625d8711055f823a5975e4e162e4ca1.widget-smartsection textarea:focus-visible { outline: none; } #bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row .container { background-color: transparent; background-image: none; }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row .container > .video-iframe-container { display: none; }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row > .video-iframe-container { display: none; }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .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); }#bkUBlzOp7S9ABoS2TtarmRwftKfxkOyG > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdvF1yOahpKm8BLQOTWav0CGtspdThqf { display:block; }#DdvF1yOahpKm8BLQOTWav0CGtspdThqf > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bo0qryVhT6RBl1wtoVrlkbctTkSpiK1h { width:16.124875rem;height:1.4625rem;top:3.7355308532715rem;left:1.9364874362946rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }