.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); }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT { 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:block; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container { background-color: transparent; background-image: none; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container > .video-iframe-container { display: none; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row > .video-iframe-container { display: none; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .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); }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container { border-width: 0; border-radius: 0; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#IThx5vRAdADGX7PnWf7FucIld1iolZV4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f20303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:22.375rem;display:none; }
#qNEfG54avQoi3orBVBcvQS73he0uiCXv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtBXZpoDhVqqcSTyqJD5d817lpsX2AlS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f20303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:1.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:41.8125rem;display:none; }
#lxXkNA3l6UauMelEssBT9dPzUpJ6T6Rx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BzOvniBfoHAQik5KbvRT3yVlfZRTusez { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f20303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:35.3125rem;display:none; }
#v9mNtlghzExMURnP8vtv1maT25wlBMhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/_7w0FPz5mxQ/unsplash/ambitious-studio-rick-barrett-_7w0FPz5mxQ-photo-1685633225097-10c8f8e6e889.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2.adaptive-delivery-prevent-bg, #Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2.lazyload, #Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2.lazyloading { background-image: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { background-color: transparent; background-image: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(215,213,213,0.75); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container > .video-iframe-container { display: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(215,213,213,0.75); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row > .video-iframe-container { display: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .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); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { border-width: 0; border-radius: 0; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#Kzybde5XK0ThZ07FlbuRRSlK3vRzdCcR { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.97) ;height:21.0625rem;width:28.5rem;top:17.03125rem;left:43.6875rem;display:block; }
#dt4LDe2kqT3rwaqTw0vlMsXuJDGLT4Bm { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.125rem;left:43.65625rem;height:6.3369125rem;text-align:center;text-align-last:center;display:block; }
#bTpH5pH9eFCkPEOBiwC3zVI8earkudmv { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.34423828125rem;left:45.75rem;height:6.09375rem;text-align:justify;text-align-last:initial;display:block; }
#puW6x8OUEcJSPgt8lD810z2u4Xe413gF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:21.25rem;width:38.3125rem;top:16.9375rem;left:2.90625rem;display:block; }
#FA3NXReCIW62btnMheQzigxAnK09vZfl { color:#000000;display:block;width:69.1875rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.25rem;left:2.90625rem;height:10.07425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t2EVDhUwKEbHOXHFpKgcCnBxi4wwCMtd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:37.3125rem;left:56.3125rem; }
#spRwmFkKkamk05Ze0ShKblbPfgqeZLUv { color:#35ff43;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:33.7490234375rem;left:45.75rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#Ci8NZmpmaSNz5qHEbnAaZX9OEK3LQz3A { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:54.34375rem;display:block; }
#KVqbskThpBATUr2Tq3LPoNwJt7cZ1gd2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Di7rCZQBWcUq4XwrniiOXbxWvUgb70tn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:62.65625rem;display:block; }
#l2CC6LcDS1dX68yeGgKqd7PkzCUfHKEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQt7cE9ZTJezcWtTJUg2vMgfp766O2r1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.28125rem;left:47.1875rem;display:block; }
#fMg4EHGMRrzxqopGRzGnHrcFlUXh1kvH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CeHTkn2QaGSz98pLRGg9OK3Ioika7Wmr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:0.40625rem;left:2.90625rem;overflow:hidden;display:block; }
#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);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; }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk > .row .container { background-color: transparent; background-image: none; }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk > .row .container > .video-iframe-container { display: none; }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk > .row > .video-iframe-container { display: none; }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk > .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); }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk > .row .container { border-width: 0; border-radius: 0; }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#uLaq8ODcQTlnPaCQEsOgdEE9uxJVd9nQ { color:#000000;display:block;width:73.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0.96875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVlTWkhAl7ew4mF3NAbfQldTZTr3rWRA { position:absolute;display:block;z-index:15003;background-color:#a3adb3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.3125rem;width:14.75rem;top:6.25rem;left:9.3603515625rem;display:block; }
#JyPfh7TgtDWduvzmKQrtKRRU9MUFiGng { position:absolute;display:block;z-index:15004;background-color:#a3adb3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.1875rem;width:14.625rem;top:6.28125rem;left:30.1875rem;display:block; }
#ReZOg0cFHsLE6yBrymQPWKO1Xd8wwUwl { position:absolute;display:block;z-index:15005;background-color:#a3adb3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.3125rem;width:14.625rem;top:6.28125rem;left:51.25rem;display:block; }
#kNxfzIqf9Tm6k0WuyTXuRgLL68vIs1U3 { box-sizing:content-box;color:#00ff27;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:6.25rem;left:14.9541015625rem;display:block; }
#B5MXfiqNvtEmHDIeDAJXquM5THgT29aT { box-sizing:content-box;color:#00ff27;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:6.25rem;left:35.71875rem;display:block; }
#PQKS14ocmWzvk7P9le1B4kuerhDSMu8Z { box-sizing:content-box;color:#00ff27;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:6.25rem;left:56.78125rem;display:block; }
#ZTgcvsmoewRRMyToifXWrgttatP44DeP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.8125rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VcetmJZZOXaTe8iEaZm7ZcBZr4wzVtmg { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.25rem;left:51.84375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ten3P0C4oT3PMOXyUJMOtG0NyZCCb6I1 { color:#f5fbf9;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.25rem;left:11.2666015625rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#RvNLRbHquXKp33tgkWWbdTTi7gpbVWdt { color:#f5fbf9;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.640625rem;left:53.40625rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#l4fADiUIc8ihQLDfTsMs5ypAVsyOw02c { color:#f5fbf9;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.25rem;left:32.15625rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#yAGqDAn2AbCQ5A5BkhO5rH0epmEKBJnf { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #020000;border-left:0.0625rem solid #020000;border-right:0.0625rem solid #020000;border-bottom:0.0625rem solid #020000;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 1.3125rem #fffdfd ;box-sizing:border-box;color:#020000;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.375rem;height:2.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.5rem;left:13.0478515625rem;display:block; }
#okE0DKlutDFvrBicvg1vCh1G2y3KNBv7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SbFVMksg8mxVpCNeGrLzl4PyNUBMe6Xe { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #020000;border-left:0.0625rem solid #020000;border-right:0.0625rem solid #020000;border-bottom:0.0625rem solid #020000;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 1.3125rem #fffdfd ;box-sizing:border-box;color:#020000;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:10.625rem;height:2.0625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:22.5rem;left:32.15625rem;display:block; }
#DFQ5imTd8KzlJkdsTeqisxwZpOfixAP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hGs9Uwtf6OnezmSOQXkWRx4ioUlCGq4N { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #020000;border-left:0.0625rem solid #020000;border-right:0.0625rem solid #020000;border-bottom:0.0625rem solid #020000;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 1.3125rem #fffdfd ;box-sizing:border-box;color:#020000;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:10.3125rem;height:2.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.5rem;left:53.40625rem;display:block; }
#ALqe7dKTXkVguwMHTrsa8dw3nm8o9nN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rgh1TdpPAt65K7RBTMhlKrs02mrkEq9S { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.8125rem;left:10.4853515625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.97);background-image:url("https://images.assets-landingi.com/uc/c1a48f21-9b53-470a-a0d4-5bc81ebc778c/ElevateIGBanner.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6.adaptive-delivery-prevent-bg, #MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6.lazyload, #MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6.lazyloading { background-image: none; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row .container { background-color: transparent; background-image: none; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row .container > .video-iframe-container { display: none; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row > .video-iframe-container { display: none; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .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); }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row .container { border-width: 0; border-radius: 0; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#KE4bw7eMItCXnnNISI2SGSBKNzIEXCkt { color:#00ff27;display:block;width:28.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:4.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#GXWpTIbLM8asyz6uD02ipD7M6r4b8b2e { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.66455078125rem;left:5.96875rem;height:14.78368125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z82VXyda79qu1SzNtxfZL3t0s6eUblJI { z-index:15003;top:28.4375rem;left:7.96875rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(207,196,220,0.88) ;box-sizing:border-box;color:#00ff27;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nVuNoEf2bM7S7A23W7mHLUFn7qThuvcW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opoT4qQVT3LstAA0JXisfQHGaSuLGofG { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.28125rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#aUsWSndOK3MSsceLiCKenyx3vGhzL6sg { color:#5af317;display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:33.09375rem;left:14.5rem;height:0.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cDrpCt5oLafT14Lw0NkPN1nu00hNAh1r { box-sizing:content-box;height:17.6875rem;width:28.6875rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:8.78125rem;left:4.75rem;display:block; }
#IRakBouDUsaM1XxMHMXnBlAigutrya4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { background-color: transparent; background-image: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container > .video-iframe-container { display: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row > .video-iframe-container { display: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .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); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { border-width: 0; border-radius: 0; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#GbvtKUFEp7fvkfuZFiniCh0rpOa6sg0l { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.71875rem;left:47.625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#BP3fLLiedCHT5S1Q4xLJPdRXLZIPx5R2 { color:#3af921;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3125rem;left:46.21875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#UoDk4GiI3Q6o4de7QTZiCwz1OTeRMaCK { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.970703125rem;left:46.3125rem;height:15.9208875rem;text-align:justify;text-align-last:initial;display:block; }
#mgmOpTIWDW0H8l31zEZOQc5IM5XCQelF { z-index:15004;top:28.15625rem;left:48.09375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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: 0.0625rem 0.0625rem 1.25rem rgba(31,32,31,0.88) ;box-sizing:border-box;color:#00ff27;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CFl8G3rBn1SfAcNlys2T3TTcThLVkU17 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wuqG8AXfk0KGzwF9fTxyZPZ24ro2u8JW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:6.25rem;left:3.03125rem;display:block; }
#sxTglFQiSJexZI5cymC71FFWku7HxXiG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35e6e3f2-5630-4eb4-85d0-ab733c762b43/ConstantImprovementIGBanner.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG.adaptive-delivery-prevent-bg, #sxTglFQiSJexZI5cymC71FFWku7HxXiG.lazyload, #sxTglFQiSJexZI5cymC71FFWku7HxXiG.lazyloading { background-image: none; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row .container { background-color: transparent; background-image: none; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(177,169,169,0.06); }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row .container > .video-iframe-container { display: none; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(177,169,169,0.06); }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row > .video-iframe-container { display: none; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .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); }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row .container { border-width: 0; border-radius: 0; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#EEuHhz5mCn487d2JdrDbciz3gZvpwhBy { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.951171875rem;left:4.93798828125rem;height:7.96044375rem;text-align:justify;text-align-last:initial;display:block; }
#EiorPSfSaEGNoh23b8TRBccCGPlDDTqU { color:#00ff27;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.15625rem;left:4.43798828125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#mmKRlOaRwBEsTFG7LssuFoqUWkyTfwNb { background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 1.3125rem #fffdfd ;box-sizing:border-box;color:#00ff27;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:25.5rem;left:7.18798828125rem;display:block; }
#dxsTa836WUQ0RvyVsVKQMVnXgHyzbPC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITqQLCCUkL60ppNss6HymEBUwhJvKKyW { box-sizing:content-box;height:11.625rem;width:27.5625rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:10.71875rem;left:3.12548828125rem;display:block; }
#Cd4ov2lFK4pOxaWRUnoXl90mmPypXKnA { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.96875rem;left:4.43798828125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);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; }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL > .row .container { background-color: transparent; background-image: none; }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL > .row .container > .video-iframe-container { display: none; }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL > .row > .video-iframe-container { display: none; }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL > .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); }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL > .row .container { border-width: 0; border-radius: 0; }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#mvToPTlV5xzFafqzuaRDJvN52Dch5pps { position:absolute;display:block;z-index:15003;background-color:#a3adb3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.3125rem;width:14.75rem;top:6.25rem;left:9.3603515625rem;display:block; }
#fzAecVpATxSzFMrLg6zzSusko4wUQm37 { position:absolute;display:block;z-index:15004;background-color:#a3adb3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.1875rem;width:14.625rem;top:6.28125rem;left:30.1875rem;display:block; }
#OXFN0PvqiyxpdoeV4opZFzPUzk6DoO64 { position:absolute;display:block;z-index:15005;background-color:#a3adb3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.3125rem;width:14.625rem;top:6.28125rem;left:51.25rem;display:block; }
#kw9eiQMGHscMFCcHW7n4gTruC6nsVf0H { box-sizing:content-box;color:#00ff27;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:6.25rem;left:14.9541015625rem;display:block; }
#TRLSz91UfG2UQRUNldblvUkSGlWQQdrh { box-sizing:content-box;color:#00ff27;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:6.25rem;left:35.71875rem;display:block; }
#dwS9m9nNrP3hD5hvXaiTUm2324S7lhBW { box-sizing:content-box;color:#00ff27;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:6.25rem;left:56.78125rem;display:block; }
#V50XvMUNATasgpXkFtd2w63lBnUcuVNL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.8125rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NvKS1pbwzzgWpLTlrLWwsAFPreCW0ztM { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.8125rem;left:51.84375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8PNz4iVOi8HJGXZ0uo3RQ2yZpnsKvtP { color:#f5fbf9;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.25rem;left:11.2666015625rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#F5yJn16SulRgFeTKXkGsF8UZqTS6Ci9L { color:#f5fbf9;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.640625rem;left:53.40625rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#tTaTI1Wn66povLRhL7BR5qAtyXMTtzvz { color:#f5fbf9;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.25rem;left:32.15625rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#LDweJHzMbM1LvhiNSdG68LQ3lcSFTtBo { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #020000;border-left:0.0625rem solid #020000;border-right:0.0625rem solid #020000;border-bottom:0.0625rem solid #020000;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 1.3125rem #fffdfd ;box-sizing:border-box;color:#020000;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.375rem;height:2.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.5rem;left:12.4853515625rem;display:block; }
#IPRU5FC5QnJksAVssNX6HhBWn8ACHFSL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S0Mb8sbyGvI75o63uT9VwE9I1W7cVXW4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #020000;border-left:0.0625rem solid #020000;border-right:0.0625rem solid #020000;border-bottom:0.0625rem solid #020000;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 1.3125rem #fffdfd ;box-sizing:border-box;color:#020000;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:10.625rem;height:2.0625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:22.5rem;left:32.15625rem;display:block; }
#nkQDNTkb6KadoAEurLmKBmKKsXzlABLG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WCrtLktTRvw1yXmLX3LQ9hVHJJLT4PXw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #020000;border-left:0.0625rem solid #020000;border-right:0.0625rem solid #020000;border-bottom:0.0625rem solid #020000;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 1.3125rem #fffdfd ;box-sizing:border-box;color:#020000;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:10.3125rem;height:2.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.5rem;left:53.40625rem;display:block; }
#NaNIGWnHb3lVd9BdGnDg32B3HHAzXPRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8qidTTwVz5Dlh9zNARhsU7FADIVLK3g { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.8125rem;left:10.4853515625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ngRvSBfIRe50TIEB0TxilHRGkgGb104V { color:#000000;display:block;width:63.25rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:5.875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fS3tGOkp0xY/unsplash/alexandra-tran-fS3tGOkp0xY-photo-1591311630200-ffa9120a540f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y.adaptive-delivery-prevent-bg, #xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y.lazyload, #xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y.lazyloading { background-image: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { background-color: transparent; background-image: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,243,243,0.79); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container > .video-iframe-container { display: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,243,243,0.79); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row > .video-iframe-container { display: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .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); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { border-width: 0; border-radius: 0; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;position:relative;display:block; }#rvLupr65Sy7fVIZV5rPwUPrPaTtKyUf4 { color:#000000;display:block;width:45.875rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:29.21875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GM7DTEQ5r2kELpcPB8mlyu4rdaeJoXCi { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.015625rem;left:29.21875rem;height:28.03125rem;text-align:left;text-align-last:left;display:block; }
#PpLpGHPHJlr395U7v50PlirEMmFd2Nk7 { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:40.40625rem;left:1.8125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lLBksT0w0GrIaEo3NySDHSoabBU0FhNf { color:#000000;display:block;width:47.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:44.78125rem;left:1.8125rem;height:15.84375rem;display:block; }
#nEMZhVTZUzKA30ocJxhT9mOqhk54wSNO { position:absolute;display:block;z-index:15002;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.9375rem;width:13.125rem;top:41.90625rem;left:49.9228515625rem;overflow:hidden;display:block; }
#Owdt6BOcVFHJK7MaUH8waBU07mpbofhU { position:absolute;display:block;z-index:15002;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16rem;width:11.3125rem;top:49.40625rem;left:60.9853515625rem;overflow:hidden;display:block; }
#qGmZAJT2thTnKpghkTVPFRLJv7q8OuxQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:28.625rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#rcctdLAJwaT4remdPWc3arRriMU9sJQb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container { background-color: transparent; background-image: none; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container > .video-iframe-container { display: none; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row > .video-iframe-container { display: none; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .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); }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container { border-width: 0; border-radius: 0; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container { font-size:0.875rem;font-family:arial;height:82.25rem;width:75rem;position:relative;display:block; }#T4s72EVLDKuBXdvGPVeCthdcVPmsVTVr { position:absolute;display:block;z-index:15004;background-color:#8ff642;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:23.6875rem;width:22.6875rem;top:9.15625rem;left:50.522290611322rem;display:block; }
#qaJ8JJe7B8JTaq2m0mOwtqLCFL9bldwn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.875rem;top:9.71875rem;left:2.2470703125rem;overflow:hidden;display:block; }
#sEm03vDuQWQOCqrm3537e7LQuszbsvd0 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:21.5rem;top:9.90625rem;left:51.11572265625rem;overflow:hidden;display:block; }
#FWgPoS9Ex28G0CrlN7G16VAh6DgEDmiX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.25rem;top:30.96875rem;left:9.0595703125rem;overflow:hidden;display:block; }
#MKM5i3FL8MDPdcs2M2Vo4XlOx9CP5EeB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.3125rem;top:31.65625rem;left:34.888586956522rem;overflow:hidden;display:block; }
#f44ULcbal7JdhkhSzmQmmhmrr4W1Iaqy { 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:1.5625rem;width:8.25rem;top:30.78125rem;left:57.421875rem;overflow:hidden;display:block; }
#MgRTeb4aofKlXVbsKygy3Rwh5wrTFTd1 { position:absolute;display:block;z-index:15005;background-color:#070707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:23.6875rem;width:22.6875rem;top:9.15625rem;left:26.15625rem;display:block; }
#NzWJpk9GdKKZFHG18gkmGiiB1FLaizGb { position:absolute;display:block;z-index:15004;background-color:#8ff642;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:23.6875rem;width:22.6875rem;top:9.15625rem;left:1.8408203125rem;display:block; }
#wep0KqwsdpwwWE47T626cL7Rndtcz1JE { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:21.6875rem;top:9.71875rem;left:26.6845703125rem;overflow:hidden;display:block; }
#W7qMrh72FzLXXFJRgsvsz5fDFLCDqlzJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:18rem;top:61.0625rem;left:2.2470703125rem;overflow:hidden;display:block; }
#ynTqprxBQSkS35Bweb7hKpQo2hfd02qx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:19.25rem;top:62.03125rem;left:27.875rem;overflow:hidden;display:block; }
#TOT0ZUbTTuW03I11sT4oOfnBeS760MFu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:14.0625rem;top:60.1875rem;left:54.28125rem;overflow:hidden;display:block; }
#gBXdoJ5IAEC9sovLefMxByZE51i2vuUi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:79.0625rem;left:31.25rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qgNyc9KeLhzMpPFSPCIzUKu2XcJIlhCE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:80.30615234375rem;left:4.8720703125rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tS87NbienOfE0pm9Ee2RNZTJTKenu8hG { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:79.53857421875rem;left:53.74072265625rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#thpKwLICKGw42HCD5NfOKImDaL6PPO8t { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:37.09375rem;left:2.2470703125rem;overflow:hidden;display:block; }
#TWATyOUwQ6bsX9BgbIzKir26ziLhxpTl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.8125rem;width:30.0625rem;top:38.375rem;left:22.46875rem;display:block; }
#DE8LuULCBuVQZTLbcqRrHtFuFxRbF6uy { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:19.1875rem;top:37.1875rem;left:54.08447265625rem;overflow:hidden;display:block; }
#U3oJnAXi1I4n7SMuv92lQP4RLm65h0oz { color:#000000;display:block;width:39.75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:17.625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container { background-color: transparent; background-image: none; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container > .video-iframe-container { display: none; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row > .video-iframe-container { display: none; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .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); }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container { border-width: 0; border-radius: 0; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#UbNl6SWT3JgnZmuNh5w84pAWc1Gkzerg { color:#4cf11e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:10.0625rem;height:2.03125rem;display:block; }
#dg8QksaNGdrIK2hAIX21mPftxfBSg3SQ { color:#000000;display:block;width:43.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.375rem;left:15.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nTCx9TCi1ngW0ZGFFhJlKsn7UrhKVzKe { color:#4cf11e;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:52.09375rem;height:2.03125rem;display:block; }
#cMXwpOhXutN1nGXoTNNth2casfWUJ1eF { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:4.71875rem;left:52.09375rem;display:block; }
#mXatdTUe6MHgtCTMoF4K924lzRATq64z { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:4.71875rem;left:57.34375rem;display:block; }
#aE4ScmUk89CRTzvdQLvJK6Mi95PTZgur { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:1.625rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:4.71875rem;left:10.0625rem;display:block; }
#CCaDyKn2Q6Wpsrt0Gq5ZUPFKfxAE68Ee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILxtykB6ys19R6XmKkfrL1XH6msPC0FZ { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:1.625rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:7.5rem;left:10.0625rem;display:block; }
#wwbDnqXkWLOz1sRn9sm0UuWHfERHcE8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3LpawM09yJ6teA5amqylnUenzA71bRZ { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:1.625rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:10.25rem;left:10.0625rem;display:block; }
#paWAsUWOENbpbwnBRfccTva5VB52qPmP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWHIctQxMepVGpxPRvCQ5mSpW26qq8Ok { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.03125rem;left:63.5rem; }
#DWHIctQxMepVGpxPRvCQ5mSpW26qq8Ok > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d494MRsUoOtEMuO7iGagIWr5oDmHa2lT { display:block; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IThx5vRAdADGX7PnWf7FucIld1iolZV4 { width:6.5rem;height:1.25rem;top:0rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNEfG54avQoi3orBVBcvQS73he0uiCXv { display:block; }
 }@media only screen and (max-width: 763px) { #DtBXZpoDhVqqcSTyqJD5d817lpsX2AlS { width:10.8125rem;height:1.25rem;top:0rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxXkNA3l6UauMelEssBT9dPzUpJ6T6Rx { display:block; }
 }@media only screen and (max-width: 763px) { #BzOvniBfoHAQik5KbvRT3yVlfZRTusez { width:6.5rem;height:1.25rem;top:0rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9mNtlghzExMURnP8vtv1maT25wlBMhS { display:block; }
 }@media only screen and (max-width: 763px) { #Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 { display:block; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kzybde5XK0ThZ07FlbuRRSlK3vRzdCcR { top:17rem;left:19.25rem;width:28.5rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt4LDe2kqT3rwaqTw0vlMsXuJDGLT4Bm { top:18.125rem;left:19.1875rem;width:28.5625rem;height:6.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTpH5pH9eFCkPEOBiwC3zVI8earkudmv { top:25.3125rem;left:23.375rem;width:24.375rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puW6x8OUEcJSPgt8lD810z2u4Xe413gF { top:16.9375rem;left:0rem;width:38.3125rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA3NXReCIW62btnMheQzigxAnK09vZfl { top:5.25rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2EVDhUwKEbHOXHFpKgcCnBxi4wwCMtd { top:37.3125rem;left:42.6875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spRwmFkKkamk05Ze0ShKblbPfgqeZLUv { top:33.6875rem;left:22.25rem;width:25.5rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci8NZmpmaSNz5qHEbnAaZX9OEK3LQz3A { width:8.3125rem;height:3.4375rem;top:0rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVqbskThpBATUr2Tq3LPoNwJt7cZ1gd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Di7rCZQBWcUq4XwrniiOXbxWvUgb70tn { width:10.8125rem;height:3.3125rem;top:0rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2CC6LcDS1dX68yeGgKqd7PkzCUfHKEH { display:block; }
 }@media only screen and (max-width: 763px) { #xQt7cE9ZTJezcWtTJUg2vMgfp766O2r1 { width:6.5rem;height:2.875rem;top:0.25rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMg4EHGMRrzxqopGRzGnHrcFlUXh1kvH { display:block; }
 }@media only screen and (max-width: 763px) { #CeHTkn2QaGSz98pLRGg9OK3Ioika7Wmr { top:0.375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk { display:block; }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLaq8ODcQTlnPaCQEsOgdEE9uxJVd9nQ { top:0.5625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVlTWkhAl7ew4mF3NAbfQldTZTr3rWRA { top:6.25rem;left:0rem;width:14.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyPfh7TgtDWduvzmKQrtKRRU9MUFiGng { top:6.25rem;left:16.5625rem;width:14.625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReZOg0cFHsLE6yBrymQPWKO1Xd8wwUwl { top:6.25rem;left:33.125rem;width:14.625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNxfzIqf9Tm6k0WuyTXuRgLL68vIs1U3 { top:6.25rem;left:1.3291015625rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5MXfiqNvtEmHDIeDAJXquM5THgT29aT { top:6.25rem;left:22.09375rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQKS14ocmWzvk7P9le1B4kuerhDSMu8Z { top:6.25rem;left:43.15625rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgcvsmoewRRMyToifXWrgttatP44DeP { top:9.8125rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcetmJZZOXaTe8iEaZm7ZcBZr4wzVtmg { top:9.25rem;left:34.3125rem;width:13.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ten3P0C4oT3PMOXyUJMOtG0NyZCCb6I1 { top:12.25rem;left:0rem;width:10.9375rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvNLRbHquXKp33tgkWWbdTTi7gpbVWdt { top:11.625rem;left:36.6875rem;width:11.0625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4fADiUIc8ihQLDfTsMs5ypAVsyOw02c { top:12.25rem;left:18.53125rem;width:10.6875rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAGqDAn2AbCQ5A5BkhO5rH0epmEKBJnf { width:7.375rem;height:2.0625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okE0DKlutDFvrBicvg1vCh1G2y3KNBv7 { display:block; }
 }@media only screen and (max-width: 763px) { #SbFVMksg8mxVpCNeGrLzl4PyNUBMe6Xe { width:10.625rem;height:2.0625rem;top:22.5rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFQ5imTd8KzlJkdsTeqisxwZpOfixAP2 { display:block; }
 }@media only screen and (max-width: 763px) { #hGs9Uwtf6OnezmSOQXkWRx4ioUlCGq4N { width:10.3125rem;height:2.0625rem;top:22.5rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALqe7dKTXkVguwMHTrsa8dw3nm8o9nN4 { display:block; }
 }@media only screen and (max-width: 763px) { #Rgh1TdpPAt65K7RBTMhlKrs02mrkEq9S { top:9.8125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 { display:block; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KE4bw7eMItCXnnNISI2SGSBKNzIEXCkt { top:4.9375rem;left:0rem;width:28.6875rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXWpTIbLM8asyz6uD02ipD7M6r4b8b2e { top:9.625rem;left:0rem;width:26.25rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z82VXyda79qu1SzNtxfZL3t0s6eUblJI { top:28.4375rem;left:0rem;width:22.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVuNoEf2bM7S7A23W7mHLUFn7qThuvcW { display:block; }
 }@media only screen and (max-width: 763px) { #opoT4qQVT3LstAA0JXisfQHGaSuLGofG { top:1.25rem;left:0rem;width:38.5rem;height:3.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUsWSndOK3MSsceLiCKenyx3vGhzL6sg { top:33.0625rem;left:0.875rem;width:9.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDrpCt5oLafT14Lw0NkPN1nu00hNAh1r { top:8.75rem;left:0rem;width:28.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRakBouDUsaM1XxMHMXnBlAigutrya4b { display:block; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbvtKUFEp7fvkfuZFiniCh0rpOa6sg0l { top:2.6875rem;left:24.5625rem;width:23.1875rem;height:3.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP3fLLiedCHT5S1Q4xLJPdRXLZIPx5R2 { top:6.3125rem;left:21.75rem;width:26rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoDk4GiI3Q6o4de7QTZiCwz1OTeRMaCK { top:8.9375rem;left:21.9375rem;width:25.8125rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgmOpTIWDW0H8l31zEZOQc5IM5XCQelF { top:28.125rem;left:25.5rem;width:22.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFl8G3rBn1SfAcNlys2T3TTcThLVkU17 { display:block; }
 }@media only screen and (max-width: 763px) { #wuqG8AXfk0KGzwF9fTxyZPZ24ro2u8JW { top:6.25rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTglFQiSJexZI5cymC71FFWku7HxXiG { display:block; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEuHhz5mCn487d2JdrDbciz3gZvpwhBy { top:11.9375rem;left:0rem;width:24.1875rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiorPSfSaEGNoh23b8TRBccCGPlDDTqU { top:6.125rem;left:0rem;width:25.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmKRlOaRwBEsTFG7LssuFoqUWkyTfwNb { width:19.6875rem;height:3.75rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxsTa836WUQ0RvyVsVKQMVnXgHyzbPC2 { display:block; }
 }@media only screen and (max-width: 763px) { #ITqQLCCUkL60ppNss6HymEBUwhJvKKyW { top:10.6875rem;left:0rem;width:27.5625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd4ov2lFK4pOxaWRUnoXl90mmPypXKnA { top:1.9375rem;left:0rem;width:25.1875rem;height:3.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL { display:block; }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvToPTlV5xzFafqzuaRDJvN52Dch5pps { top:6.25rem;left:0rem;width:14.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzAecVpATxSzFMrLg6zzSusko4wUQm37 { top:6.25rem;left:16.5625rem;width:14.625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXFN0PvqiyxpdoeV4opZFzPUzk6DoO64 { top:6.25rem;left:33.125rem;width:14.625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9eiQMGHscMFCcHW7n4gTruC6nsVf0H { top:6.25rem;left:1.3291015625rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRLSz91UfG2UQRUNldblvUkSGlWQQdrh { top:6.25rem;left:22.09375rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwS9m9nNrP3hD5hvXaiTUm2324S7lhBW { top:6.25rem;left:43.15625rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V50XvMUNATasgpXkFtd2w63lBnUcuVNL { top:9.8125rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvKS1pbwzzgWpLTlrLWwsAFPreCW0ztM { top:9.8125rem;left:34.3125rem;width:13.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8PNz4iVOi8HJGXZ0uo3RQ2yZpnsKvtP { top:12.25rem;left:0rem;width:10.9375rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5yJn16SulRgFeTKXkGsF8UZqTS6Ci9L { top:11.625rem;left:36.6875rem;width:11.0625rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTaTI1Wn66povLRhL7BR5qAtyXMTtzvz { top:12.25rem;left:18.53125rem;width:10.6875rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDweJHzMbM1LvhiNSdG68LQ3lcSFTtBo { width:7.375rem;height:2.0625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPRU5FC5QnJksAVssNX6HhBWn8ACHFSL { display:block; }
 }@media only screen and (max-width: 763px) { #S0Mb8sbyGvI75o63uT9VwE9I1W7cVXW4 { width:10.625rem;height:2.0625rem;top:22.5rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkQDNTkb6KadoAEurLmKBmKKsXzlABLG { display:block; }
 }@media only screen and (max-width: 763px) { #WCrtLktTRvw1yXmLX3LQ9hVHJJLT4PXw { width:10.3125rem;height:2.0625rem;top:22.5rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaNIGWnHb3lVd9BdGnDg32B3HHAzXPRO { display:block; }
 }@media only screen and (max-width: 763px) { #C8qidTTwVz5Dlh9zNARhsU7FADIVLK3g { top:9.8125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRvSBfIRe50TIEB0TxilHRGkgGb104V { top:1.375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y { display:block; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvLupr65Sy7fVIZV5rPwUPrPaTtKyUf4 { top:1rem;left:1.875rem;width:45.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM7DTEQ5r2kELpcPB8mlyu4rdaeJoXCi { top:6rem;left:3.3125rem;width:44.4375rem;height:31.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpLpGHPHJlr395U7v50PlirEMmFd2Nk7 { top:40.375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBksT0w0GrIaEo3NySDHSoabBU0FhNf { top:44.75rem;left:0rem;width:47.125rem;height:18.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEMZhVTZUzKA30ocJxhT9mOqhk54wSNO { top:41.875rem;left:34.625rem;width:13.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owdt6BOcVFHJK7MaUH8waBU07mpbofhU { top:49.375rem;left:36.4375rem;width:11.3125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGmZAJT2thTnKpghkTVPFRLJv7q8OuxQ { top:3.5625rem;left:0rem;width:28.625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcctdLAJwaT4remdPWc3arRriMU9sJQb { display:block; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4s72EVLDKuBXdvGPVeCthdcVPmsVTVr { top:9.125rem;left:25.0625rem;width:22.6875rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJ8JJe7B8JTaq2m0mOwtqLCFL9bldwn { top:9.6875rem;left:0rem;width:21.875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEm03vDuQWQOCqrm3537e7LQuszbsvd0 { top:9.875rem;left:26.25rem;width:21.5rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWgPoS9Ex28G0CrlN7G16VAh6DgEDmiX { top:30.9375rem;left:0rem;width:8.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKM5i3FL8MDPdcs2M2Vo4XlOx9CP5EeB { top:31.625rem;left:21.263586956522rem;width:5.3125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f44ULcbal7JdhkhSzmQmmhmrr4W1Iaqy { top:30.75rem;left:39.5rem;width:8.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgRTeb4aofKlXVbsKygy3Rwh5wrTFTd1 { top:9.125rem;left:12.53125rem;width:22.6875rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWJpk9GdKKZFHG18gkmGiiB1FLaizGb { top:9.125rem;left:0rem;width:22.6875rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wep0KqwsdpwwWE47T626cL7Rndtcz1JE { top:9.6875rem;left:13.0595703125rem;width:21.6875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7qMrh72FzLXXFJRgsvsz5fDFLCDqlzJ { top:61.0625rem;left:0rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynTqprxBQSkS35Bweb7hKpQo2hfd02qx { top:62rem;left:14.25rem;width:19.25rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOT0ZUbTTuW03I11sT4oOfnBeS760MFu { top:60.1875rem;left:33.6875rem;width:14.0625rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBXdoJ5IAEC9sovLefMxByZE51i2vuUi { top:79.0625rem;left:17.625rem;width:12.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgNyc9KeLhzMpPFSPCIzUKu2XcJIlhCE { top:80.25rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS87NbienOfE0pm9Ee2RNZTJTKenu8hG { top:79.5rem;left:31.5rem;width:16.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thpKwLICKGw42HCD5NfOKImDaL6PPO8t { top:37.0625rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWATyOUwQ6bsX9BgbIzKir26ziLhxpTl { top:38.375rem;left:8.84375rem;width:30.0625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE8LuULCBuVQZTLbcqRrHtFuFxRbF6uy { top:37.1875rem;left:28.5625rem;width:19.1875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3oJnAXi1I4n7SMuv92lQP4RLm65h0oz { top:2.5rem;left:4rem;width:39.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD { display:block; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbNl6SWT3JgnZmuNh5w84pAWc1Gkzerg { top:1.9375rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg8QksaNGdrIK2hAIX21mPftxfBSg3SQ { top:14.375rem;left:2.25rem;width:43.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTCx9TCi1ngW0ZGFFhJlKsn7UrhKVzKe { top:1.9375rem;left:31.8125rem;width:15.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMXwpOhXutN1nGXoTNNth2casfWUJ1eF { top:4.6875rem;left:38.46875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXatdTUe6MHgtCTMoF4K924lzRATq64z { top:4.6875rem;left:43.71875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE4ScmUk89CRTzvdQLvJK6Mi95PTZgur { width:5.4375rem;height:1.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCaDyKn2Q6Wpsrt0Gq5ZUPFKfxAE68Ee { display:block; }
 }@media only screen and (max-width: 763px) { #ILxtykB6ys19R6XmKkfrL1XH6msPC0FZ { width:18.1875rem;height:1.625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwbDnqXkWLOz1sRn9sm0UuWHfERHcE8B { display:block; }
 }@media only screen and (max-width: 763px) { #A3LpawM09yJ6teA5amqylnUenzA71bRZ { width:14.1875rem;height:1.625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paWAsUWOENbpbwnBRfccTva5VB52qPmP { display:block; }
 }@media only screen and (max-width: 763px) { #DWHIctQxMepVGpxPRvCQ5mSpW26qq8Ok { top:5rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#DWHIctQxMepVGpxPRvCQ5mSpW26qq8Ok > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d494MRsUoOtEMuO7iGagIWr5oDmHa2lT { position:relative;z-index:auto;display:block; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IThx5vRAdADGX7PnWf7FucIld1iolZV4 { width:6.5rem;height:3.4375rem;top:0rem;left:6.75rem;color:#8ff642;display:block; }
 }@media only screen and (max-width: 763px) { #qNEfG54avQoi3orBVBcvQS73he0uiCXv { display:block; }
 }@media only screen and (max-width: 763px) { #DtBXZpoDhVqqcSTyqJD5d817lpsX2AlS { width:10.8125rem;height:3.4375rem;top:5.4375rem;left:4.59375rem;color:#8ff642;display:block; }
 }@media only screen and (max-width: 763px) { #lxXkNA3l6UauMelEssBT9dPzUpJ6T6Rx { display:block; }
 }@media only screen and (max-width: 763px) { #BzOvniBfoHAQik5KbvRT3yVlfZRTusez { width:9.5rem;height:3.4375rem;top:2.75rem;left:5.25rem;color:#8ff642;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v9mNtlghzExMURnP8vtv1maT25wlBMhS { display:block; }
 }@media only screen and (max-width: 763px) { #Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/_7w0FPz5mxQ/unsplash/ambitious-studio-rick-barrett-_7w0FPz5mxQ-photo-1685633225097-10c8f8e6e889.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2.adaptive-delivery-prevent-bg, #Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2.lazyload, #Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2.lazyloading { background-image: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { background-color: transparent; background-image: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(215,213,213,0.75); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container > .video-iframe-container { display: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(215,213,213,0.75); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row > .video-iframe-container { display: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .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); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { border-width: 0; border-radius: 0; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kzybde5XK0ThZ07FlbuRRSlK3vRzdCcR { width:20rem;height:21rem;top:31.609375rem;left:0rem;background-color:rgba(0,0,0,0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dt4LDe2kqT3rwaqTw0vlMsXuJDGLT4Bm { width:20rem;height:5.5244125rem;top:32.421875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bTpH5pH9eFCkPEOBiwC3zVI8earkudmv { width:18.1875rem;height:6.82325rem;top:39.103515625rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puW6x8OUEcJSPgt8lD810z2u4Xe413gF { height:11.1123125rem;width:20rem;top:15.6733125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FA3NXReCIW62btnMheQzigxAnK09vZfl { width:20rem;height:8.53125rem;top:5.4375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2EVDhUwKEbHOXHFpKgcCnBxi4wwCMtd { display:flex;width:2.9375rem;height:2.9375rem;top:51.515625rem;left:8.53125rem; }
 }@media only screen and (max-width: 763px) { #spRwmFkKkamk05Ze0ShKblbPfgqeZLUv { width:20rem;height:4rem;top:47.203125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci8NZmpmaSNz5qHEbnAaZX9OEK3LQz3A { width:8.3125rem;height:3.4375rem;top:0rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVqbskThpBATUr2Tq3LPoNwJt7cZ1gd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Di7rCZQBWcUq4XwrniiOXbxWvUgb70tn { width:10.8125rem;height:3.3125rem;top:0rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2CC6LcDS1dX68yeGgKqd7PkzCUfHKEH { display:block; }
 }@media only screen and (max-width: 763px) { #xQt7cE9ZTJezcWtTJUg2vMgfp766O2r1 { width:6.5rem;height:2.875rem;top:0.25rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMg4EHGMRrzxqopGRzGnHrcFlUXh1kvH { display:block; }
 }@media only screen and (max-width: 763px) { #CeHTkn2QaGSz98pLRGg9OK3Ioika7Wmr { width:4.125rem;height:4.125rem;top:0.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk { display:block; }#PkPb6ZP4gizgyhbI7OUdANZ4JPL90vDk > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLaq8ODcQTlnPaCQEsOgdEE9uxJVd9nQ { width:19.6875rem;height:4.7119125rem;top:1.25rem;left:0.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVlTWkhAl7ew4mF3NAbfQldTZTr3rWRA { width:14.625rem;height:17.25rem;top:7.211425rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyPfh7TgtDWduvzmKQrtKRRU9MUFiGng { width:14.625rem;height:17.25rem;top:26.773925rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReZOg0cFHsLE6yBrymQPWKO1Xd8wwUwl { width:14.625rem;height:18.6875rem;top:45.930175rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNxfzIqf9Tm6k0WuyTXuRgLL68vIs1U3 { width:3.5625rem;height:3.5625rem;top:7.211425rem;left:8.28125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5MXfiqNvtEmHDIeDAJXquM5THgT29aT { width:3.5625rem;height:3.5625rem;top:26.742675rem;left:8.21875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQKS14ocmWzvk7P9le1B4kuerhDSMu8Z { width:3.5625rem;height:3.5625rem;top:45.77392578125rem;left:8.21875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgcvsmoewRRMyToifXWrgttatP44DeP { width:12.5rem;height:1.625rem;top:30.305175rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcetmJZZOXaTe8iEaZm7ZcBZr4wzVtmg { width:12.5rem;height:1.625rem;top:48.77392578125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ten3P0C4oT3PMOXyUJMOtG0NyZCCb6I1 { width:12.75rem;height:7.3125rem;top:13.2109375rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvNLRbHquXKp33tgkWWbdTTi7gpbVWdt { width:12rem;height:9.75rem;top:51.08642578125rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4fADiUIc8ihQLDfTsMs5ypAVsyOw02c { width:12.75rem;height:7.3125rem;top:32.55517578125rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAGqDAn2AbCQ5A5BkhO5rH0epmEKBJnf { width:7.375rem;height:2.0625rem;top:21.52392578125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okE0DKlutDFvrBicvg1vCh1G2y3KNBv7 { display:block; }
 }@media only screen and (max-width: 763px) { #SbFVMksg8mxVpCNeGrLzl4PyNUBMe6Xe { width:10.3125rem;height:2.0625rem;top:41.18017578125rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFQ5imTd8KzlJkdsTeqisxwZpOfixAP2 { display:block; }
 }@media only screen and (max-width: 763px) { #hGs9Uwtf6OnezmSOQXkWRx4ioUlCGq4N { width:10.3125rem;height:2.0625rem;top:61.80517578125rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALqe7dKTXkVguwMHTrsa8dw3nm8o9nN4 { display:block; }
 }@media only screen and (max-width: 763px) { #Rgh1TdpPAt65K7RBTMhlKrs02mrkEq9S { width:12.5rem;height:1.625rem;top:10.773925rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 { background-color:rgba(0,0,0,0.97);background-image:url("https://images.assets-landingi.com/uc/c1a48f21-9b53-470a-a0d4-5bc81ebc778c/ElevateIGBanner.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6.adaptive-delivery-prevent-bg, #MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6.lazyload, #MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6.lazyloading { background-image: none; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row .container { background-color: transparent; background-image: none; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row .container > .video-iframe-container { display: none; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row > .video-iframe-container { display: none; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .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); }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row .container { border-width: 0; border-radius: 0; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaIMgiuLsU0iKJf4Hm24gUyx4XR6ZOz6 > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KE4bw7eMItCXnnNISI2SGSBKNzIEXCkt { width:20rem;height:1.54345625rem;top:4.01171875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXWpTIbLM8asyz6uD02ipD7M6r4b8b2e { width:18.1875rem;height:21.606925rem;top:7.74609375rem;left:0.90625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Z82VXyda79qu1SzNtxfZL3t0s6eUblJI { top:31.11474609375rem;left:2.03125rem;width:15.9375rem;height:3.8125rem;background-color:rgba(124,128,123,0.67);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nVuNoEf2bM7S7A23W7mHLUFn7qThuvcW { display:block; }
 }@media only screen and (max-width: 763px) { #opoT4qQVT3LstAA0JXisfQHGaSuLGofG { width:20rem;height:2.76220625rem;top:1.25rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aUsWSndOK3MSsceLiCKenyx3vGhzL6sg { width:11.625rem;height:0.9746125rem;top:35.42724609375rem;left:4.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#5af317;display:block; }
 }@media only screen and (max-width: 763px) { #cDrpCt5oLafT14Lw0NkPN1nu00hNAh1r { width:20rem;height:22.75rem;top:7.03662109375rem;left:0rem;background-color:rgba(0,0,0,0.52);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IRakBouDUsaM1XxMHMXnBlAigutrya4b { background-color:#ffffff;background-image:none;display:block; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { background-color: transparent; background-image: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container > .video-iframe-container { display: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row > .video-iframe-container { display: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .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); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbvtKUFEp7fvkfuZFiniCh0rpOa6sg0l { width:20rem;height:2.76220625rem;top:2.06201171875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BP3fLLiedCHT5S1Q4xLJPdRXLZIPx5R2 { width:19.8125rem;height:1.70605625rem;top:4.82373046875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UoDk4GiI3Q6o4de7QTZiCwz1OTeRMaCK { width:18.1875rem;height:21.60691875rem;top:21.599609375rem;left:0.90625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mgmOpTIWDW0H8l31zEZOQc5IM5XCQelF { top:45.599609375rem;left:0.6875rem;width:18.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFl8G3rBn1SfAcNlys2T3TTcThLVkU17 { display:block; }
 }@media only screen and (max-width: 763px) { #wuqG8AXfk0KGzwF9fTxyZPZ24ro2u8JW { height:11.25rem;width:20rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTglFQiSJexZI5cymC71FFWku7HxXiG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35e6e3f2-5630-4eb4-85d0-ab733c762b43/ConstantImprovementIGBanner.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG.adaptive-delivery-prevent-bg, #sxTglFQiSJexZI5cymC71FFWku7HxXiG.lazyload, #sxTglFQiSJexZI5cymC71FFWku7HxXiG.lazyloading { background-image: none; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row .container { background-color: transparent; background-image: none; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(177,169,169,0.06); }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row .container > .video-iframe-container { display: none; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(177,169,169,0.06); }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row > .video-iframe-container { display: none; }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .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); }#sxTglFQiSJexZI5cymC71FFWku7HxXiG > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEuHhz5mCn487d2JdrDbciz3gZvpwhBy { width:18.625rem;height:11.372075rem;top:16.5576171875rem;left:0.6875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EiorPSfSaEGNoh23b8TRBccCGPlDDTqU { width:20rem;height:1.625rem;top:3.06201171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mmKRlOaRwBEsTFG7LssuFoqUWkyTfwNb { width:19.6875rem;height:3.75rem;top:28.943359375rem;left:0rem;background-color:rgba(128,130,127,0.63);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dxsTa836WUQ0RvyVsVKQMVnXgHyzbPC2 { display:block; }
 }@media only screen and (max-width: 763px) { #ITqQLCCUkL60ppNss6HymEBUwhJvKKyW { width:20rem;height:12.3125rem;top:16.08837890625rem;left:0rem;background-color:rgba(0,0,0,0.64);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Cd4ov2lFK4pOxaWRUnoXl90mmPypXKnA { width:20rem;height:2.5996125rem;top:0.46240234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL { display:block; }#I9HeUmrWpLdkUMG5Wwnqs5LZC33zU0TL > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvToPTlV5xzFafqzuaRDJvN52Dch5pps { width:14.625rem;height:17.25rem;top:10.2983125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzAecVpATxSzFMrLg6zzSusko4wUQm37 { width:14.625rem;height:17.25rem;top:29.8608125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXFN0PvqiyxpdoeV4opZFzPUzk6DoO64 { width:14.625rem;height:18.8125rem;top:49.3916015625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9eiQMGHscMFCcHW7n4gTruC6nsVf0H { width:3.5625rem;height:3.5625rem;top:10.2983125rem;left:8.28125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRLSz91UfG2UQRUNldblvUkSGlWQQdrh { width:3.5625rem;height:3.5625rem;top:29.8295625rem;left:8.21875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwS9m9nNrP3hD5hvXaiTUm2324S7lhBW { width:3.5625rem;height:3.5625rem;top:49.3608125rem;left:8.21875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V50XvMUNATasgpXkFtd2w63lBnUcuVNL { width:12.5rem;height:1.625rem;top:33.3920625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvKS1pbwzzgWpLTlrLWwsAFPreCW0ztM { width:12.5rem;height:1.625rem;top:52.3608125rem;left:3.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8PNz4iVOi8HJGXZ0uo3RQ2yZpnsKvtP { width:11.1875rem;height:6.82325rem;top:16.2978515625rem;left:4.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5yJn16SulRgFeTKXkGsF8UZqTS6Ci9L { width:11.125rem;height:9.097625rem;top:54.7978515625rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTaTI1Wn66povLRhL7BR5qAtyXMTtzvz { width:11.0625rem;height:6.82325rem;top:35.8291015625rem;left:4.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDweJHzMbM1LvhiNSdG68LQ3lcSFTtBo { width:7.375rem;height:2.0625rem;top:24.9228515625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPRU5FC5QnJksAVssNX6HhBWn8ACHFSL { display:block; }
 }@media only screen and (max-width: 763px) { #S0Mb8sbyGvI75o63uT9VwE9I1W7cVXW4 { width:10.3125rem;height:2.0625rem;top:44.5166015625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkQDNTkb6KadoAEurLmKBmKKsXzlABLG { display:block; }
 }@media only screen and (max-width: 763px) { #WCrtLktTRvw1yXmLX3LQ9hVHJJLT4PXw { width:10.3125rem;height:2.0625rem;top:65.2978515625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaNIGWnHb3lVd9BdGnDg32B3HHAzXPRO { display:block; }
 }@media only screen and (max-width: 763px) { #C8qidTTwVz5Dlh9zNARhsU7FADIVLK3g { width:12.5rem;height:1.625rem;top:13.8608125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRvSBfIRe50TIEB0TxilHRGkgGb104V { width:20rem;height:4.875rem;top:2.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y { background-color:transparent;background-image:url("https://images.assets-landingi.com/fS3tGOkp0xY/unsplash/alexandra-tran-fS3tGOkp0xY-photo-1591311630200-ffa9120a540f.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !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; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y.adaptive-delivery-prevent-bg, #xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y.lazyload, #xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y.lazyloading { background-image: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { background-color: transparent; background-image: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(234,224,228,0.78); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container > .video-iframe-container { display: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(234,224,228,0.78); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row > .video-iframe-container { display: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .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); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { border-width: 0; border-radius: 0; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { width:20rem;height:153rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvLupr65Sy7fVIZV5rPwUPrPaTtKyUf4 { width:20rem;height:5.19921875rem;top:0.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GM7DTEQ5r2kELpcPB8mlyu4rdaeJoXCi { width:20rem;height:63.375rem;top:24.537109375rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #PpLpGHPHJlr395U7v50PlirEMmFd2Nk7 { width:20rem;height:2.5996125rem;top:91.41455078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lLBksT0w0GrIaEo3NySDHSoabBU0FhNf { width:20rem;height:35.34375rem;top:116.21875rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nEMZhVTZUzKA30ocJxhT9mOqhk54wSNO { width:10.875rem;height:13.3125rem;top:95.92041015625rem;left:0.6171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owdt6BOcVFHJK7MaUH8waBU07mpbofhU { width:8.4375rem;height:11.9375rem;top:102.79541015625rem;left:10.4921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGmZAJT2thTnKpghkTVPFRLJv7q8OuxQ { width:20rem;height:20rem;top:6.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcctdLAJwaT4remdPWc3arRriMU9sJQb { display:block; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container { width:20rem;height:202.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4s72EVLDKuBXdvGPVeCthdcVPmsVTVr { width:19.875rem;height:20.4375rem;top:59.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJ8JJe7B8JTaq2m0mOwtqLCFL9bldwn { width:18.8125rem;height:18.25rem;top:10.19921875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEm03vDuQWQOCqrm3537e7LQuszbsvd0 { width:18.5625rem;height:18rem;top:60.23046875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWgPoS9Ex28G0CrlN7G16VAh6DgEDmiX { width:8.25rem;height:1.5625rem;top:30.44921875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKM5i3FL8MDPdcs2M2Vo4XlOx9CP5EeB { width:8.25rem;height:1.5625rem;top:55.94921875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f44ULcbal7JdhkhSzmQmmhmrr4W1Iaqy { width:8.25rem;height:1.5625rem;top:81.19921875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgRTeb4aofKlXVbsKygy3Rwh5wrTFTd1 { width:20rem;height:17.3125rem;top:37.23046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWJpk9GdKKZFHG18gkmGiiB1FLaizGb { width:20rem;height:20.0625rem;top:9.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wep0KqwsdpwwWE47T626cL7Rndtcz1JE { width:20rem;height:20rem;top:33.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7qMrh72FzLXXFJRgsvsz5fDFLCDqlzJ { width:16.125rem;height:16.125rem;top:140.50784375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynTqprxBQSkS35Bweb7hKpQo2hfd02qx { width:19.25rem;height:16.0625rem;top:162.67626953125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOT0ZUbTTuW03I11sT4oOfnBeS760MFu { width:12rem;height:16.125rem;top:182.81982421875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBXdoJ5IAEC9sovLefMxByZE51i2vuUi { width:20rem;height:1.4624rem;top:160.62646484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qgNyc9KeLhzMpPFSPCIzUKu2XcJIlhCE { width:20rem;height:1.4624rem;top:156.6328125rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tS87NbienOfE0pm9Ee2RNZTJTKenu8hG { width:16.25rem;height:4.38720625rem;top:127.0751953125rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thpKwLICKGw42HCD5NfOKImDaL6PPO8t { width:19.375rem;height:19.375rem;top:84.38671875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWATyOUwQ6bsX9BgbIzKir26ziLhxpTl { height:11.183625rem;width:20rem;top:106.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE8LuULCBuVQZTLbcqRrHtFuFxRbF6uy { width:19.1875rem;height:19.1875rem;top:119.1953125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3oJnAXi1I4n7SMuv92lQP4RLm65h0oz { width:20rem;height:5.19921875rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD { display:block; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbNl6SWT3JgnZmuNh5w84pAWc1Gkzerg { width:12.5rem;height:2.03125rem;top:0.6875rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dg8QksaNGdrIK2hAIX21mPftxfBSg3SQ { width:20rem;height:2.5996125rem;top:20.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTCx9TCi1ngW0ZGFFhJlKsn7UrhKVzKe { width:15.9375rem;height:2.03125rem;top:12.84375rem;left:2.03125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMXwpOhXutN1nGXoTNNth2casfWUJ1eF { width:3.125rem;height:3.125rem;top:15.5rem;left:2.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXatdTUe6MHgtCTMoF4K924lzRATq64z { width:3.125rem;height:3.125rem;top:15.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE4ScmUk89CRTzvdQLvJK6Mi95PTZgur { width:3.625rem;height:1.625rem;top:3.28125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCaDyKn2Q6Wpsrt0Gq5ZUPFKfxAE68Ee { display:block; }
 }@media only screen and (max-width: 763px) { #ILxtykB6ys19R6XmKkfrL1XH6msPC0FZ { width:17.8125rem;height:2.625rem;top:5.25rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwbDnqXkWLOz1sRn9sm0UuWHfERHcE8B { display:block; }
 }@media only screen and (max-width: 763px) { #A3LpawM09yJ6teA5amqylnUenzA71bRZ { width:13.6875rem;height:1.625rem;top:8.3125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #paWAsUWOENbpbwnBRfccTva5VB52qPmP { display:block; }
 }@media only screen and (max-width: 763px) { #DWHIctQxMepVGpxPRvCQ5mSpW26qq8Ok { display:flex;width:2.5rem;height:2.5rem;top:15.8125rem;left:14.9375rem; }
#DWHIctQxMepVGpxPRvCQ5mSpW26qq8Ok > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }