.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#efe5dc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:75rem;height:12rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#fmQZltfkTXMRVLeIGvacFPhbHPUKyzrn { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.75rem;left:59.4375rem;height:3rem;text-align:right;text-align-last:right;display:block; }
#Ui7tKZKa9mEc8KQoDruLZIJigAmg5uFy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:23.3121875rem;top:1.9966364651918rem;left:1.2841796875rem;overflow:hidden;display:block; }
#O0riZcLiKRMitClD8vPAR6Thzer8nr5R { color:#000000;display:block;width:9rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:3.0625rem;left:64.5625rem;height:2.125rem;text-align:right;text-align-last:right;display:block; }
#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS { border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#052e4c;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; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { background-color: transparent; background-image: none; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container > .video-iframe-container { display: none; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row > .video-iframe-container { display: none; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .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); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { border-width: 0; border-radius: 0; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#A26puuIChsoX0mPGGAKTnWRvVS3nqt7T { color:#ffffff;display:block;width:64.624375rem;position:absolute;font-family:"canva sans";font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:0.96842479705813rem;left:5.1866321563721rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { background-color:rgba(44,42,37,0.7);background-image:url("https://images.assets-landingi.com/uc/88378a9c-0284-45d1-8456-efe5b2f1fc1b/Untitleddesign43.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.adaptive-delivery-prevent-bg, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyload, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyloading { background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { background-color: transparent; background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .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); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { border-width: 0; border-radius: 0; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:75rem;height:65.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ENT9xXP9byzoo50gP5Khkqxr5xkZyD9Q { background-color:#0c71b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#efe5dc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.936rem;height:3.68706875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:59.749350547791rem;left:18.906251907349rem;display:block; }
#TfT6fJP9qtvDyaWpmuTVDOH49hIzBdmt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { color:#000000;display:block;width:37.1245625rem;position:absolute;font-family:"canva sans";font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:1.9373931884766rem;left:10.654294967651rem;height:8.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#paOZKTJeGWgpO4mSRRoW1baSG6Js47lt { color:#000000;display:block;width:44.8123125rem;position:absolute;font-family:"canva sans";font-size:2.4375rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:11.873916625976rem;left:6.8088111877444rem;height:4.87521875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BRGATrAQUtfzyc1ch7OVFWX4HEPkPZuv { position:absolute;display:block;z-index:15020;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.75rem;width:44.4375rem;top:18.9375rem;left:6.625rem;overflow:hidden;display:block; }
#IpUJ7sKuEVIRekvDJ7hQAan8XwZGxEr8 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"canva sans";font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:40.1875rem;left:11.125rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#os4fsUu6rgC5ERh303E1So1cFZSPFtQT { color:#efe5dc;display:block;width:35.249rem;position:absolute;font-family:"canva sans";font-size:2.625rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:22.437067985534rem;left:11.248914718628rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#Z8q8XBxvFXcsDEJT3uktVKMs6sMTBhHl { color:#ffffff;display:block;width:28.9371875rem;position:absolute;font-family:"canva sans";font-size:5.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.26);top:28.312174797058rem;left:14.029405593872rem;height:6.7431875rem;text-align:center;text-align-last:center;display:block; }
#n1K2ro5dS3QqnE1zGf1SEpqbrB76iOp3 { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"canva sans";font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:43.5rem;left:12.625rem;height:1.6494125rem;display:block; }
#zPB4o1TZTzcmQuGGPR0XoKo2Ru8JvKwD { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"canva sans";font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:46.25rem;left:12.75rem;height:1.6494125rem;display:block; }
#vLtGnE6tzIP3xaupcy3uwcsqXIJ171WD { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"canva sans";font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:49rem;left:12.75rem;height:1.7871125rem;display:block; }
#yxyQomKIoXMyg0u8uXnm55ikt2y9rSGi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87456875rem;width:0.7487rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:43.6875rem;left:11.125rem; }
#VLMXRkCtKERnVpBVduQQE2lV7cHddHgW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87456875rem;width:0.7487rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:46.625rem;left:11.125rem; }
#lFl9hThuQ5nNftATDUPtwEgrw7JKpTgA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87456875rem;width:0.7487rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:49.4375rem;left:11.1875rem; }
#MLkoPtOIw5DI6VT641nOdpA4cFvFpfpg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87456875rem;width:0.7487rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:52.0625rem;left:11.125rem; }
#S5cqwTrCoIlvzdOl1qZay5qCx5AMq3gw { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"canva sans";font-size:1.375rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:51.875rem;left:12.625rem;height:1.6494125rem;display:block; }
#utA0VpT8pH8limgvBA8BHuNC6fsKUbOK { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"canva sans";font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:54.625rem;left:12.75rem;height:1.6494125rem;display:block; }
#WBvb62URi47XZOdM2dqP51p3oTIfmwwf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87456875rem;width:0.7487rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:55rem;left:11.125rem; }
#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#052e4c;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; }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT > .row .container { background-color: transparent; background-image: none; }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT > .row .container > .video-iframe-container { display: none; }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT > .row > .video-iframe-container { display: none; }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT > .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); }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT > .row .container { border-width: 0; border-radius: 0; }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#s5ptQUtslx29fMMBEilIkBCwCGHfpWBp { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:"canva sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:1.21875rem;left:13.03125rem;height:4.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf { 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; }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf > .row .container { background-color: transparent; background-image: none; }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf > .row .container > .video-iframe-container { display: none; }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf > .row > .video-iframe-container { display: none; }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf > .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); }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf > .row .container { border-width: 0; border-radius: 0; }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#uHoipfLJ4Hc7T8CXTO7XEFNdeVrJi1oN { color:#000000;display:block;width:39.749875rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:11.966688990593rem;left:35.250108718872rem;height:45rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EaFAKaA5QdWpCi5bqqd1EJZogZHGq2ld { color:#000000;display:block;width:17.3746875rem;position:absolute;font-family:"canva sans";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.0616377592087rem;left:28.812391281128rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EyPlOdRmAf9sevkQouzgSMKDEGLd001N { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.6871875rem;width:31.9998125rem;top:13.122287631035rem;left:0rem;overflow:hidden;display:block; }
#eeqEz4ephn9Gs5dkXAMEsSLTOxvt3L8W { color:#0c71b9;display:block;width:43.8748125rem;position:absolute;font-family:"canva sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.8115234375rem;left:15.562067031861rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 { position:relative;display:block; }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 { background-color: transparent; background-image: none; }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 > .row .container > .video-iframe-container { display: none; }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 > .row > .video-iframe-container { display: none; }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 > .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); }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 { border-width: 0; border-radius: 0; }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JBlnwglGGhgDCgsHyw1DTK1fgfa2wu2l { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #0c71b9;border-left:0.1875rem solid #0c71b9;border-right:0.1875rem solid #0c71b9;border-bottom:0.1875rem solid #0c71b9;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.5625rem;width:30.1875rem;top:14.0625rem;left:4.0625rem;display:block; }
#L79iZXRvz3yLDUTBIM1pCer62Fphip39 { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:20.25rem;left:6.3125rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#SFhe0v7Kv6kXGny63hbDUv6mvzAeqJBD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.6875rem;left:11.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3)); }
#V80dHxbpnGNtpp3QzTmLxq615ag1Qd3i { color:#000000;display:block;width:6.3748125rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:30.5625rem;left:16.125rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#BiDhDnRuKIA1QSuNXvhn0ckDQ9KapGXe { color:#0c71b9;display:block;width:43.811875rem;position:absolute;font-family:"canva sans";font-size:2.1875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:6.1203460693359rem;left:15.593534469604rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#a7C12U5ixJHXNGuzwVzmyfoIHiaIVxI9 { color:#000000;display:block;width:47.4370625rem;position:absolute;font-family:"canva sans";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2174482345581rem;left:13.780382156372rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#t23OFkr1TJT4lT0SMeosmx8oG93qTBJc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:16.6875rem;left:14.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3)); }
#U8uT78mKz12vSegEsTvFSb9qTqwk0z7e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:16.6875rem;left:17.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3)); }
#n6eicRsphmPexsWcZXNm7AwVz6qeO9yK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.6875rem;left:20.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3)); }
#EkUVqCvQuZ8GmlocgIuV4B4xhFfGHOoa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.6875rem;left:23.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3)); }
#u1Dka83mN91F6NORSEPo7FEvU48KnThn { position:absolute;display:block;z-index:15008;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.1875rem solid #0c71b9;border-left:0.1875rem solid #0c71b9;border-right:0.1875rem solid #0c71b9;border-bottom:0.1875rem solid #0c71b9;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.5621875rem;width:30.1871875rem;top:14.0625rem;left:40.4375rem;display:block; }
#itXXn4r7k72tTVgxExXz7T81mQIwbf5T { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:20.9375rem;left:42.75rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#xnAOWbgDulrT3Nsng6gDaAZohkfV1stl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:16.6875rem;left:48.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3)); }
#BgK43I9bAuPnC47NN1AJSxSwrWOwMxIN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.6875rem;left:51.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3)); }
#dCuugB01VWy360TkDoyylMxwCIT6O4AP { color:#000000;display:block;width:6.3748125rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:31.125rem;left:52.5rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#eRzJvFJ48lCDDReN9C93wKIinthCIT5m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.6875rem;left:54.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3)); }
#rl8QG338tm7AR3CLf6LoONZZd96VP617 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.6875rem;left:57.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3)); }
#GVgfGfD3ukFmLkd1kBCgmtZFZiQTATEU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:16.6875rem;left:60.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3)); }
#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efe5dc;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; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { background-color: transparent; background-image: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container > .video-iframe-container { display: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container { display: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .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); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { border-width: 0; border-radius: 0; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#ufh8v3k8VGRXAAC9JS19mndPNGRAu1Wa { color:#052e4c;display:block;width:47.0621875rem;position:absolute;font-family:"canva sans";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9375rem;left:13.125rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qm5Pmv2bybFEilNDIhAr6gI3Cc9cLlFX { color:#052e4c;display:block;width:60.061875rem;position:absolute;font-family:"canva sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:12.3125rem;left:7.4375rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a450c21d-81fa-467f-a43f-34e66311ddfb/12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ.adaptive-delivery-prevent-bg, #qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ.lazyload, #qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ.lazyloading { background-image: none; }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ > .row .container { background-color: transparent; background-image: none; }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ > .row .container > .video-iframe-container { display: none; }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ > .row > .video-iframe-container { display: none; }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ > .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); }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ > .row .container { border-width: 0; border-radius: 0; }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#eL43443m9zDtKMIkkUefLSIvDItXktCr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e3b48acf-6c7d-4d34-9096-3a553cf2eb72/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#eL43443m9zDtKMIkkUefLSIvDItXktCr.adaptive-delivery-prevent-bg, #eL43443m9zDtKMIkkUefLSIvDItXktCr.lazyload, #eL43443m9zDtKMIkkUefLSIvDItXktCr.lazyloading { background-image: none; }#eL43443m9zDtKMIkkUefLSIvDItXktCr > .row .container { background-color: transparent; background-image: none; }#eL43443m9zDtKMIkkUefLSIvDItXktCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL43443m9zDtKMIkkUefLSIvDItXktCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL43443m9zDtKMIkkUefLSIvDItXktCr > .row .container > .video-iframe-container { display: none; }#eL43443m9zDtKMIkkUefLSIvDItXktCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL43443m9zDtKMIkkUefLSIvDItXktCr > .row > .video-iframe-container { display: none; }#eL43443m9zDtKMIkkUefLSIvDItXktCr > .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); }#eL43443m9zDtKMIkkUefLSIvDItXktCr > .row .container { border-width: 0; border-radius: 0; }#eL43443m9zDtKMIkkUefLSIvDItXktCr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eL43443m9zDtKMIkkUefLSIvDItXktCr > .row .container { font-size:0.875rem;font-family:arial;height:59.3125rem;width:75rem;position:relative;display:block; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm { border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/49b0085f-3704-4848-bfd9-d76fb782649a/14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm.adaptive-delivery-prevent-bg, #SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm.lazyload, #SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm.lazyloading { background-image: none; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row .container { background-color: transparent; background-image: none; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row .container > .video-iframe-container { display: none; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row > .video-iframe-container { display: none; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .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); }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row .container { border-width: 0; border-radius: 0; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row .container { font-size:0.875rem;font-family:arial;height:45.35416625rem;width:75rem;position:relative;display:block; }#A8CTTMXpZUwT93cLV73WyiDRANm6RyhW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:22.6875rem;top:11.676432847977rem;left:0.81163024902344rem;overflow:hidden;display:block; }
#vvJdQU7c55VxfLWhaXgrrwm4fWMJhQHC { color:#000000;display:block;width:39.8123125rem;position:absolute;font-family:"canva sans";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.6244575977326rem;left:18.216688156128rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cnOMiomg5xqd0bTIQ4fo2fBh0QrZw3oI { background-color:#0c71b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.936rem;height:3.68706875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:37.935658931732rem;left:27.531469345092rem;display:block; }
#b36FI4Ca3CdAfMLhZa7VD23z0b5VmKN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bUuDexvbTG3ThiXqVfZaxUhv5ix81zrT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:22.6875rem;top:11.437391519546rem;left:25.687391281128rem;overflow:hidden;display:block; }
#TADCZTzzro61chgwhFxsCw3ak7P3hdgw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.6875rem;top:11.249675035477rem;left:51.062284469604rem;overflow:hidden;display:block; }
#EyCE0P1sTcSdGeJrhknVAobbSZVBRbBb { color:#ffffff;display:block;width:3.99956875rem;position:absolute;font-family:"canva sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:31.452908873558rem;left:2.0616321563721rem;height:1.29980625rem;display:block; }
#xDoEyHVB9M63q2NLCyWyZGwGaQqdU1XA { color:#ffffff;display:block;width:3.99956875rem;position:absolute;font-family:"canva sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.452367186546rem;left:12.811956405639rem;height:1.29980625rem;display:block; }
#JTRwXyqbwOoqQdQwJNk3g79Q1vgCMbHA { color:#ffffff;display:block;width:3.99956875rem;position:absolute;font-family:"canva sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.452367186546rem;left:26.499025344849rem;height:1.29980625rem;display:block; }
#PxHItM5xQX9EwTzKSqOVFhuOEHpMaD3a { color:#ffffff;display:block;width:3.99956875rem;position:absolute;font-family:"canva sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.452367186546rem;left:37.749567031861rem;height:1.29980625rem;display:block; }
#zbVkKxI4xt5zvTExLDUqntHFJs60DmgS { color:#ffffff;display:block;width:3.99956875rem;position:absolute;font-family:"canva sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:31.452367186546rem;left:63.186849594119rem;height:1.29980625rem;display:block; }
#Vs5dJoMsv58l04ZSNAIMLkipI0xsvKWZ { color:#ffffff;display:block;width:3.99956875rem;position:absolute;font-family:"canva sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.452367186546rem;left:51.874456405639rem;height:1.29980625rem;display:block; }
#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp { position:relative;display:block; }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp { background-color: transparent; background-image: none; }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp > .row .container > .video-iframe-container { display: none; }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp > .row > .video-iframe-container { display: none; }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp > .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); }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp { border-width: 0; border-radius: 0; }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lQUWKd0XtCzOBx8DcMZdTr72EHSJ8Twa { color:#000000;display:block;width:33.3735rem;position:absolute;font-family:"canva sans";font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4371747970581rem;left:20.812173843384rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw { position:relative;display:block; }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw { background-color: transparent; background-image: none; }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw > .row .container > .video-iframe-container { display: none; }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw > .row > .video-iframe-container { display: none; }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw > .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); }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw { border-width: 0; border-radius: 0; }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lkF4BuQltHvIkKgAnp8SS44Fpi2DC3Vu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9371875rem;width:23.9371875rem;top:0.63205337524412rem;left:0.53059768676758rem;overflow:hidden;display:block; }
#pnSao7xyUQCMQEVTTF9hnZx2TthvzJAT { color:#000000;display:block;width:15.687375rem;position:absolute;font-family:"canva sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:25.494791030884rem;left:4.6554889678955rem;height:1.64985rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lvCgGVvVFxT5AP6wqGkEFtc6iiXmNwx6 { color:#0c71b9;display:block;width:10.4373125rem;position:absolute;font-family:"canva sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:27.744142532349rem;left:7.2802734375rem;height:1.23751875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#STKESrhLE0FuraguoLF83xxTCBRaRg1s { color:#0c71b9;display:block;width:10.4373125rem;position:absolute;font-family:"canva sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:27.875rem;left:32.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ua9LCy5KUmktKt0Cx0ihJByPIOBbVuHL { color:#000000;display:block;width:15.687375rem;position:absolute;font-family:"canva sans";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:25.625rem;left:29.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mlCTTycIaFpUVsRzxdqqcgMIuBs3Ui1y { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:23.875rem;top:0.75rem;left:25.5rem;overflow:hidden;display:block; }
#OCLSZ8iPm4MJsiTqCBSkkyAXNdkVGuP6 { color:#0c71b9;display:block;width:14.1873125rem;position:absolute;font-family:"canva sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:27.744142532349rem;left:55.405820846558rem;height:1.23751875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTHGT7eEGMl1sIpfpTTTWTAi2ln8az0P { color:#000000;display:block;width:15.687375rem;position:absolute;font-family:"canva sans";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:25.625rem;left:54.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VzRfHL5VmNw0dvPB7rFwVqBXC1hAl2BW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:23.875rem;top:0.75rem;left:50.5rem;overflow:hidden;display:block; }
#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds { position:relative;display:block; }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds { background-color: transparent; background-image: none; }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds > .row .container > .video-iframe-container { display: none; }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds > .row > .video-iframe-container { display: none; }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds > .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); }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds { border-width: 0; border-radius: 0; }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OrwAvl893zUgZ2nHSpQCdSqZFnnyFqtD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:23.875rem;top:0.63205337524412rem;left:0.53059768676758rem;overflow:hidden;display:block; }
#EM62WO7xQWQELTRnpzUMCCN88CIXWxNT { color:#000000;display:block;width:15.687375rem;position:absolute;font-family:"canva sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:25.494791030884rem;left:4.6554889678955rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TtFiKWaeqPiGHnl8dk3D9iOBxT1SEZM7 { color:#0c71b9;display:block;width:11.624875rem;position:absolute;font-family:"canva sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:27.874893188476rem;left:6.6541881561281rem;height:1.23751875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLFIrc6ZrEseemuiL8U7BAi9CTm7dsGD { color:#0c71b9;display:block;width:18.812375rem;position:absolute;font-family:"canva sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:27.874893188476rem;left:28.092992782592rem;height:1.23751875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wMJWJO5SB1H7AAaDWVc1AVhM8WeJ7dWw { color:#000000;display:block;width:15.687375rem;position:absolute;font-family:"canva sans";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:25.625rem;left:29.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FCA1cFTTLG7bM4Uhi8qE6ukpoStgl02S { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:23.8125rem;top:0.75rem;left:25.5rem;overflow:hidden;display:block; }
#h53ZJpB50bSGRH8LauOw3yURFhH2CtcW { color:#0c71b9;display:block;width:14.1873125rem;position:absolute;font-family:"canva sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:27.744142532349rem;left:55.405820846558rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nn1zbrnugByeZfQrXWXw9p1P5vnTe2Vt { color:#000000;display:block;width:15.687375rem;position:absolute;font-family:"canva sans";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:25.625rem;left:54.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yIvstdQhMnilQFNlTvk8R2pFlWMQqGmz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:23.8125rem;top:0.75rem;left:50.5rem;overflow:hidden;display:block; }
#rPaQJiThlTeokocz132UcS1J2ul1261F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7ece8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rPaQJiThlTeokocz132UcS1J2ul1261F > .row .container { border-width: 0; border-radius: 0; }#rPaQJiThlTeokocz132UcS1J2ul1261F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPaQJiThlTeokocz132UcS1J2ul1261F > .row .container { font-size:0.875rem;font-family:arial;height:76.5rem;width:75rem;position:relative;display:none; }#sUEvUroaT5kmBWk9tqVMEsMnQm50bpeI { color:#000000;display:block;width:33.374rem;position:absolute;font-family:lastri;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.811954498291rem;left:20.812173843384rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#RIncrk710nRWhTgDzbPFmeVhgkxk2IMV { 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:19.875rem;width:13.25rem;top:11.75rem;left:5.5625rem;overflow:hidden;display:block; }
#tJuFTelAUWpU3ksnQ4ZJ9mt9V6MUGShp { box-sizing:content-box;height:19.8746875rem;width:13.25rem;position:absolute;display:block;z-index:15000;background-color:#d1937e;background-image:none;top:12.3125rem;left:6.1875rem;display:block; }
#u1ghQuxq8vwMlgxmxZxvfL6gWy6VpZAl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:12.375rem;top:11.75rem;left:31.6875rem;overflow:hidden;display:block; }
#XuMQTsvvvFDicPxHgp3e7PCLIWdDkppT { box-sizing:content-box;height:19.5rem;width:12.375rem;position:absolute;display:block;z-index:15001;background-color:#d1937e;background-image:none;top:12.5625rem;left:32.3125rem;display:block; }
#uECWaFU7LUU1bxrc1rTQFyu5IN57wTK5 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:lastri;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.6875rem;left:35.0625rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#E7llkM9l8TIvHso97UtSUlgkTi3BwVaa { color:#000000;display:block;width:7.9996875rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.25rem;left:34.8125rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#nFTDEkdTUsXnuNZdCzblpyPgvbTQseeE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:13.1875rem;top:45.1875rem;left:16.6875rem;overflow:hidden;display:block; }
#m7uF9mLzGILywmZzUa6ZWU88VuMeFsTf { box-sizing:content-box;height:19.8746875rem;width:13.1875rem;position:absolute;display:block;z-index:15008;background-color:#d1937e;background-image:none;top:45.875rem;left:17.3125rem;display:block; }
#tGuP9p1Dou1tMW9q0ZSdIUzyzrMuQuVM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:13.0625rem;top:44.875rem;left:42.5rem;overflow:hidden;display:block; }
#OTKaHUsnqsdXgRqXRM3Og67f9r4QhrH9 { box-sizing:content-box;height:19.8125rem;width:13.0625rem;position:absolute;display:block;z-index:15009;background-color:#d1937e;background-image:none;top:45.5625rem;left:43.0625rem;display:block; }
#o2xDcZ1wb85qsOAp0MTLi3ht1oddC5qJ { color:#000000;display:block;width:7.4370625rem;position:absolute;font-family:lastri;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:66.999787330625rem;left:19.592557907104rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#v9kKvBk0ruwOFo3toyT3IxGbRCLVFBD3 { color:#000000;display:block;width:7.9996875rem;position:absolute;font-family:lastri;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:67rem;left:45.25rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#IRtkZ3Gru2tvac23185o8LLdSe8aFEK5 { color:#000000;display:block;width:23.3745625rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:68.624679565431rem;left:11.623807907104rem;height:2.59874375rem;text-align:center;text-align-last:center;display:block; }
#vAXk0aBHZyXNip1mImivJop5s81tLMgn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:68.625rem;left:43rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DP6G5aZdETOdE9vpUwT3fs0m2PdKxcDZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.25rem;left:5.9375rem;height:2.59874375rem;text-align:center;text-align-last:center;display:block; }
#THcM0HB2TGiTBIIei0bbl8GDLiQZZKcp { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lastri;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.625rem;left:3.75rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#AMqz72A96saA5RZ4cn1wMTqX9FKSKfkW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:13.5rem;top:11.75rem;left:55.6875rem;overflow:hidden;display:block; }
#ZzZuardhJQmUw7VPDBFP5ikAKaGqTL55 { box-sizing:content-box;height:19.4998125rem;width:13.5rem;position:absolute;display:block;z-index:15005;background-color:#d1937e;background-image:none;top:12.75rem;left:56.3125rem;display:block; }
#UeD1QKizsa7zqainSvFuTuqfmTMlCrfT { color:#000000;display:block;width:6.875rem;position:absolute;font-family:lastri;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.687066078186rem;left:59.624570846558rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#cfiwAevOXZPknourxgCoOm7NGDoKfq8n { color:#000000;display:block;width:7.9996875rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.3125rem;left:59.0625rem;height:1.29936875rem;text-align:center;text-align-last:center;display:block; }
#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 { border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#efe5dc;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; }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 > .row .container { background-color: transparent; background-image: none; }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 > .row .container > .video-iframe-container { display: none; }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 > .row > .video-iframe-container { display: none; }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 > .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); }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 > .row .container { border-width: 0; border-radius: 0; }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#Zl6TuRKtsDSFphMwvke9yH05CHF1NBTc { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:18.625rem;left:7.5rem;display:none; }
#B5v5i5ptbfL2IDogqQUzE7tsSqlKLqDM { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:18.625rem;left:7.5rem;display:none; }
#MX5NmRV2WOVdgEczsnSGi86cWg8D9cav { color:#052e4c;display:block;width:26.4371875rem;position:absolute;font-family:"canva sans";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:8.8125rem;left:41.5rem;height:3.4375rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qe0UIgDedbbqERSJFKsAk5LSTbdNy7g7 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.26) ;height:22.1875rem;width:33.3745625rem;top:1.875rem;left:7.0625rem;overflow:hidden;display:block; }
#wKwPWLts0aBVIrdOCCTWl5waZ3IwlQP7 { color:#052e4c;display:block;width:14.124875rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:14.25rem;left:53.875rem;height:3rem;text-align:right;text-align-last:right;display:block; }
#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b7814f;background-image:url("https://images.assets-landingi.com/uc/7fe31b17-4c8b-4393-85cc-7a20b5e2df85/15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx.adaptive-delivery-prevent-bg, #SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx.lazyload, #SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx.lazyloading { background-image: none; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row .container { background-color: transparent; background-image: none; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row .container > .video-iframe-container { display: none; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row > .video-iframe-container { display: none; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .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); }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row .container { border-width: 0; border-radius: 0; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row .container { font-size:0.875rem;font-family:arial;height:63.25rem;width:75rem;position:relative;display:block; }#O6H6pf8k3Pr9BIoSq5KiEq0zWTm4w5mo { color:#ffffff;display:block;width:70.874375rem;position:absolute;font-family:"canva sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.687391757965rem;left:1.1865234375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uwFWkEQvRHCKf4HX2FVzHlEEZxyRBZbO { color:#efe5dc;display:block;width:57.0621875rem;position:absolute;font-family:"canva sans";font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.1244578361511rem;left:8.9686412811281rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6dbwfadctRy0cvU0W3rpcQT3Risr7Jr { position:absolute;display:block;z-index:15009;height:21.7496875rem;width:38.75rem;top:17.874350070953rem;left:17.247720718384rem;display:block; }
#TPIVb398VhiGbCuGm2f9NLcM65zAq60S { border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#efe5dc;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; }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row .container { background-color: transparent; background-image: none; }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row .container > .video-iframe-container { display: none; }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row > .video-iframe-container { display: none; }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .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); }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row .container { border-width: 0; border-radius: 0; }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#oh3t2CiNy9XXO1DCXyZDky6VNpdlTTNz { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"canva sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:5.6875rem;left:0.625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N2QITo3v9qqdOcSly47KRIDboTWgW9Lv { 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:6.18706875rem;width:18.5623125rem;top:4.2496757507324rem;left:33.950197219849rem;overflow:hidden;display:block; }
#UHGewJWaVTKfbLiF1uEKGOayry16TLCX { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"canva sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:5.25rem;left:60.375rem;height:3rem;text-align:right;text-align-last:right;display:block; }
#Jk6h7BJ1H2dvAXSBmRNzHNTURc5JTEho { color:#000000;display:block;width:9rem;position:absolute;font-family:"canva sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:2.5625rem;left:65.5rem;height:2.125rem;text-align:right;text-align-last:right;display:block; }
#fEXTy0xM0ONl024H8pTNLobTHMVJ9sPZ { color:#000000;display:block;width:14.124875rem;position:absolute;font-family:"canva sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:8.9366340637206rem;left:60.374456405639rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#XMmSeLnWusrCsIzxuyfDtiPA7ZxDTX6L { color:#052e4c;display:block;width:9.5621875rem;position:absolute;font-family:"canva sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:3.0625rem;left:0.625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmQZltfkTXMRVLeIGvacFPhbHPUKyzrn { top:5.75rem;left:26.0625rem;width:14.125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7tKZKa9mEc8KQoDruLZIJigAmg5uFy { top:1.9375rem;left:0rem;width:23.25rem;height:7.7916594056221rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0riZcLiKRMitClD8vPAR6Thzer8nr5R { top:3.0625rem;left:26.0625rem;width:9rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS { display:block; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A26puuIChsoX0mPGGAKTnWRvVS3nqt7T { top:0.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENT9xXP9byzoo50gP5Khkqxr5xkZyD9Q { width:19.875rem;height:3.625rem;top:59.6875rem;left:5.2812519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfT6fJP9qtvDyaWpmuTVDOH49hIzBdmt { display:block; }
 }@media only screen and (max-width: 763px) { #mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { width:37.0625rem;height:8.1875rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #paOZKTJeGWgpO4mSRRoW1baSG6Js47lt { top:11.8125rem;left:0rem;width:44.75rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRGATrAQUtfzyc1ch7OVFWX4HEPkPZuv { top:18.9375rem;left:0rem;width:44.375rem;height:18.723681360566rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpUJ7sKuEVIRekvDJ7hQAan8XwZGxEr8 { top:40.1875rem;left:0rem;width:36.125rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #os4fsUu6rgC5ERh303E1So1cFZSPFtQT { top:22.375rem;left:0rem;width:35.1875rem;height:5.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8q8XBxvFXcsDEJT3uktVKMs6sMTBhHl { top:28.25rem;left:0.404296875rem;width:28.875rem;height:6.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1K2ro5dS3QqnE1zGf1SEpqbrB76iOp3 { top:43.5rem;left:0rem;width:26.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPB4o1TZTzcmQuGGPR0XoKo2Ru8JvKwD { top:46.25rem;left:0rem;width:12.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLtGnE6tzIP3xaupcy3uwcsqXIJ171WD { top:49rem;left:0rem;width:18.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxyQomKIoXMyg0u8uXnm55ikt2y9rSGi { top:43.6875rem;left:0rem;width:0.6875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLMXRkCtKERnVpBVduQQE2lV7cHddHgW { top:46.625rem;left:0rem;width:0.6875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFl9hThuQ5nNftATDUPtwEgrw7JKpTgA { top:49.4375rem;left:0rem;width:0.6875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLkoPtOIw5DI6VT641nOdpA4cFvFpfpg { top:52.0625rem;left:0rem;width:0.6875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5cqwTrCoIlvzdOl1qZay5qCx5AMq3gw { top:51.875rem;left:0rem;width:26.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utA0VpT8pH8limgvBA8BHuNC6fsKUbOK { top:54.625rem;left:0rem;width:21.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBvb62URi47XZOdM2dqP51p3oTIfmwwf { top:55rem;left:0rem;width:0.6875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT { display:block; }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5ptQUtslx29fMMBEilIkBCwCGHfpWBp { width:47.75rem;height:4.8125rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf { display:block; }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHoipfLJ4Hc7T8CXTO7XEFNdeVrJi1oN { width:39.6875rem;height:44.9375rem;top:11.9375rem;left:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFAKaA5QdWpCi5bqqd1EJZogZHGq2ld { width:17.3125rem;height:3.4375rem;top:2rem;left:15.187391281128rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyPlOdRmAf9sevkQouzgSMKDEGLd001N { top:13.0625rem;left:0rem;width:31.9375rem;height:42.6040637201rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeqEz4ephn9Gs5dkXAMEsSLTOxvt3L8W { width:43.8125rem;height:2.375rem;top:6.75rem;left:1.9370670318604rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 { display:block; }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlnwglGGhgDCgsHyw1DTK1fgfa2wu2l { top:14.0625rem;left:0rem;width:30.125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L79iZXRvz3yLDUTBIM1pCer62Fphip39 { top:20.25rem;left:0rem;width:25.9375rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFhe0v7Kv6kXGny63hbDUv6mvzAeqJBD { top:16.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V80dHxbpnGNtpp3QzTmLxq615ag1Qd3i { top:30.5625rem;left:2.5rem;width:6.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiDhDnRuKIA1QSuNXvhn0ckDQ9KapGXe { top:6.0625rem;left:1.9685344696045rem;width:43.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7C12U5ixJHXNGuzwVzmyfoIHiaIVxI9 { top:1.1875rem;left:0.15538215637207rem;width:47.375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t23OFkr1TJT4lT0SMeosmx8oG93qTBJc { top:16.6875rem;left:0.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8uT78mKz12vSegEsTvFSb9qTqwk0z7e { top:16.6875rem;left:4rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6eicRsphmPexsWcZXNm7AwVz6qeO9yK { top:16.6875rem;left:6.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUVqCvQuZ8GmlocgIuV4B4xhFfGHOoa { top:16.6875rem;left:9.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Dka83mN91F6NORSEPo7FEvU48KnThn { top:14.0625rem;left:17.25rem;width:30.125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #itXXn4r7k72tTVgxExXz7T81mQIwbf5T { top:20.9375rem;left:21.8125rem;width:25.9375rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnAOWbgDulrT3Nsng6gDaAZohkfV1stl { top:16.6875rem;left:35rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgK43I9bAuPnC47NN1AJSxSwrWOwMxIN { top:16.6875rem;left:37.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCuugB01VWy360TkDoyylMxwCIT6O4AP { top:31.125rem;left:38.875rem;width:6.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRzJvFJ48lCDDReN9C93wKIinthCIT5m { top:16.6875rem;left:41.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl8QG338tm7AR3CLf6LoONZZd96VP617 { top:16.6875rem;left:44rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVgfGfD3ukFmLkd1kBCgmtZFZiQTATEU { top:16.6875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { display:block; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufh8v3k8VGRXAAC9JS19mndPNGRAu1Wa { width:47rem;height:6.875rem;top:2.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm5Pmv2bybFEilNDIhAr6gI3Cc9cLlFX { width:47.75rem;height:8.9375rem;top:12.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ { display:block; }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL43443m9zDtKMIkkUefLSIvDItXktCr { display:block; }#eL43443m9zDtKMIkkUefLSIvDItXktCr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm { display:block; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8CTTMXpZUwT93cLV73WyiDRANm6RyhW { top:11.625rem;left:0rem;width:22.6875rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvJdQU7c55VxfLWhaXgrrwm4fWMJhQHC { width:39.75rem;height:3.4375rem;top:5.5625rem;left:4.5916881561279rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnOMiomg5xqd0bTIQ4fo2fBh0QrZw3oI { width:19.875rem;height:3.625rem;top:37.875rem;left:13.906469345092rem;display:block; }
 }@media only screen and (max-width: 763px) { #b36FI4Ca3CdAfMLhZa7VD23z0b5VmKN8 { display:block; }
 }@media only screen and (max-width: 763px) { #bUuDexvbTG3ThiXqVfZaxUhv5ix81zrT { top:11.375rem;left:12.062391281128rem;width:22.625rem;height:22.188886210554rem;display:block; }
 }@media only screen and (max-width: 763px) { #TADCZTzzro61chgwhFxsCw3ak7P3hdgw { top:11.1875rem;left:25.125rem;width:22.625rem;height:22.438325596771rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyCE0P1sTcSdGeJrhknVAobbSZVBRbBb { top:31.4375rem;left:0rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDoEyHVB9M63q2NLCyWyZGwGaQqdU1XA { top:31.4375rem;left:0rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRwXyqbwOoqQdQwJNk3g79Q1vgCMbHA { top:31.4375rem;left:12.874025344849rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxHItM5xQX9EwTzKSqOVFhuOEHpMaD3a { top:31.4375rem;left:24.124567031861rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbVkKxI4xt5zvTExLDUqntHFJs60DmgS { top:31.4375rem;left:43.8125rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs5dJoMsv58l04ZSNAIMLkipI0xsvKWZ { top:31.4375rem;left:38.249456405639rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp { display:block; }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQUWKd0XtCzOBx8DcMZdTr72EHSJ8Twa { top:1.375rem;left:7.1871738433837rem;width:33.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw { display:block; }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkF4BuQltHvIkKgAnp8SS44Fpi2DC3Vu { top:0.625rem;left:0rem;width:23.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnSao7xyUQCMQEVTTF9hnZx2TthvzJAT { width:15.625rem;height:1.625rem;top:25.4375rem;left:0.092988967895506rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvCgGVvVFxT5AP6wqGkEFtc6iiXmNwx6 { width:10.375rem;height:1.1875rem;top:27.6875rem;left:2.7177734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKESrhLE0FuraguoLF83xxTCBRaRg1s { width:10.375rem;height:;top:27.875rem;left:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua9LCy5KUmktKt0Cx0ihJByPIOBbVuHL { width:15.625rem;height:;top:25.625rem;left:15.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlCTTycIaFpUVsRzxdqqcgMIuBs3Ui1y { top:0.75rem;left:7.875rem;width:23.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCLSZ8iPm4MJsiTqCBSkkyAXNdkVGuP6 { width:14.125rem;height:1.1875rem;top:27.6875rem;left:32.593320846558rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHGT7eEGMl1sIpfpTTTWTAi2ln8az0P { width:15.625rem;height:;top:25.625rem;left:31.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzRfHL5VmNw0dvPB7rFwVqBXC1hAl2BW { top:0.75rem;left:23.75rem;width:23.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds { display:block; }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrwAvl893zUgZ2nHSpQCdSqZFnnyFqtD { top:0.625rem;left:0rem;width:23.875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM62WO7xQWQELTRnpzUMCCN88CIXWxNT { width:15.625rem;height:;top:25.4375rem;left:0.092447280883787rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtFiKWaeqPiGHnl8dk3D9iOBxT1SEZM7 { width:11.5625rem;height:1.1875rem;top:27.8125rem;left:2.0916881561279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLFIrc6ZrEseemuiL8U7BAi9CTm7dsGD { width:18.75rem;height:1.1875rem;top:27.8125rem;left:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMJWJO5SB1H7AAaDWVc1AVhM8WeJ7dWw { width:15.625rem;height:;top:25.625rem;left:15.937067031861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCA1cFTTLG7bM4Uhi8qE6ukpoStgl02S { top:0.75rem;left:7.875rem;width:23.8125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h53ZJpB50bSGRH8LauOw3yURFhH2CtcW { width:14.125rem;height:;top:27.6875rem;left:32.593320846558rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1zbrnugByeZfQrXWXw9p1P5vnTe2Vt { width:15.625rem;height:;top:25.625rem;left:31.812070846557rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIvstdQhMnilQFNlTvk8R2pFlWMQqGmz { top:0.75rem;left:23.75rem;width:23.8125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPaQJiThlTeokocz132UcS1J2ul1261F { display:none; }#rPaQJiThlTeokocz132UcS1J2ul1261F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sUEvUroaT5kmBWk9tqVMEsMnQm50bpeI { top:2.75rem;left:7.1871738433837rem;width:33.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIncrk710nRWhTgDzbPFmeVhgkxk2IMV { top:11.75rem;left:0rem;width:13.1875rem;height:19.781218896966rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJuFTelAUWpU3ksnQ4ZJ9mt9V6MUGShp { top:12.3125rem;left:0rem;width:13.1875rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1ghQuxq8vwMlgxmxZxvfL6gWy6VpZAl { top:11.75rem;left:18.0625rem;width:12.375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuMQTsvvvFDicPxHgp3e7PCLIWdDkppT { top:12.5625rem;left:18.6875rem;width:12.375rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uECWaFU7LUU1bxrc1rTQFyu5IN57wTK5 { top:33.6875rem;left:21.4375rem;width:6.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7llkM9l8TIvHso97UtSUlgkTi3BwVaa { top:35.25rem;left:21.1875rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFTDEkdTUsXnuNZdCzblpyPgvbTQseeE { top:45.1875rem;left:3.0625rem;width:13.125rem;height:19.780682162864rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7uF9mLzGILywmZzUa6ZWU88VuMeFsTf { top:45.875rem;left:3.6875rem;width:13.125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGuP9p1Dou1tMW9q0ZSdIUzyzrMuQuVM { top:44.875rem;left:28.875rem;width:13.0625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTKaHUsnqsdXgRqXRM3Og67f9r4QhrH9 { top:45.5625rem;left:29.4375rem;width:13.0625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2xDcZ1wb85qsOAp0MTLi3ht1oddC5qJ { top:66.9375rem;left:5.9675579071045rem;width:7.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9kKvBk0ruwOFo3toyT3IxGbRCLVFBD3 { top:67rem;left:31.625rem;width:7.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtkZ3Gru2tvac23185o8LLdSe8aFEK5 { top:68.5625rem;left:0rem;width:23.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAXk0aBHZyXNip1mImivJop5s81tLMgn { top:68.625rem;left:29.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP6G5aZdETOdE9vpUwT3fs0m2PdKxcDZ { top:35.25rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THcM0HB2TGiTBIIei0bbl8GDLiQZZKcp { top:33.625rem;left:0rem;width:16.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMqz72A96saA5RZ4cn1wMTqX9FKSKfkW { top:11.75rem;left:34.25rem;width:13.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZuardhJQmUw7VPDBFP5ikAKaGqTL55 { top:12.75rem;left:34.25rem;width:13.5rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeD1QKizsa7zqainSvFuTuqfmTMlCrfT { top:33.625rem;left:40.875rem;width:6.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfiwAevOXZPknourxgCoOm7NGDoKfq8n { top:35.3125rem;left:39.8125rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 { display:block; }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zl6TuRKtsDSFphMwvke9yH05CHF1NBTc { width:47.625rem;height:9.5rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5v5i5ptbfL2IDogqQUzE7tsSqlKLqDM { width:47.625rem;height:9.5rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MX5NmRV2WOVdgEczsnSGi86cWg8D9cav { width:26.375rem;height:3.4375rem;top:8.8125rem;left:21.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe0UIgDedbbqERSJFKsAk5LSTbdNy7g7 { top:1.875rem;left:0rem;width:33.3125rem;height:22.146240681058rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKwPWLts0aBVIrdOCCTWl5waZ3IwlQP7 { top:14.25rem;left:33.6875rem;width:14.0625rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx { display:block; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6H6pf8k3Pr9BIoSq5KiEq0zWTm4w5mo { width:47.75rem;height:2.9375rem;top:10.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwFWkEQvRHCKf4HX2FVzHlEEZxyRBZbO { width:47.75rem;height:;top:3.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6dbwfadctRy0cvU0W3rpcQT3Risr7Jr { top:17.8125rem;left:3.6227207183838rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPIVb398VhiGbCuGm2f9NLcM65zAq60S { display:block; }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh3t2CiNy9XXO1DCXyZDky6VNpdlTTNz { top:5.6875rem;left:0rem;width:28rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2QITo3v9qqdOcSly47KRIDboTWgW9Lv { top:4.1875rem;left:20.325197219849rem;width:18.5rem;height:6.1662991545369rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHGewJWaVTKfbLiF1uEKGOayry16TLCX { top:5.25rem;left:33.6875rem;width:14.0625rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk6h7BJ1H2dvAXSBmRNzHNTURc5JTEho { top:2.5625rem;left:38.8125rem;width:8.9375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEXTy0xM0ONl024H8pTNLobTHMVJ9sPZ { top:8.875rem;left:33.6875rem;width:14.0625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMmSeLnWusrCsIzxuyfDtiPA7ZxDTX6L { top:3.0625rem;left:0rem;width:9.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmQZltfkTXMRVLeIGvacFPhbHPUKyzrn { width:18.4375rem;height:2.3984375rem;top:7.5625rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7tKZKa9mEc8KQoDruLZIJigAmg5uFy { width:5.4375rem;height:1.875rem;top:0.81217451393606rem;left:5.4687504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0riZcLiKRMitClD8vPAR6Thzer8nr5R { width:9rem;height:1.69921875rem;top:11.2109375rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS { display:block; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A26puuIChsoX0mPGGAKTnWRvVS3nqt7T { width:16.8120625rem;height:3.298825rem;top:1.2434902191162rem;left:1.5928821563721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { background-color:rgba(44,42,37,0.7);background-image:url("https://images.assets-landingi.com/uc/fd63e321-a0df-47c4-8f0d-508af1974f25/CopyofLPApprovedHEROImages1920x108019.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.adaptive-delivery-prevent-bg, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyload, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyloading { background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { background-color: transparent; background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .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); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENT9xXP9byzoo50gP5Khkqxr5xkZyD9Q { width:14.624rem;height:2.62424375rem;top:33.5211597085rem;left:2.6877171993256rem;z-index:15029;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfT6fJP9qtvDyaWpmuTVDOH49hIzBdmt { display:block; }
 }@media only screen and (max-width: 763px) { #mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { width:18.4375rem;height:3.125rem;top:2.375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #paOZKTJeGWgpO4mSRRoW1baSG6Js47lt { width:16.9998125rem;height:3.75rem;top:6.3125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRGATrAQUtfzyc1ch7OVFWX4HEPkPZuv { width:8rem;height:3.375rem;top:11.559896469116rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IpUJ7sKuEVIRekvDJ7hQAan8XwZGxEr8 { width:18.812375rem;height:2.548825rem;top:20.2496753335rem;left:0.49967455863952rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #os4fsUu6rgC5ERh303E1So1cFZSPFtQT { width:16.624875rem;height:2.5rem;top:12.063910484314rem;left:1.687283039093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8q8XBxvFXcsDEJT3uktVKMs6sMTBhHl { width:12.8125rem;height:2.84375rem;top:15.001410484314rem;left:3.59375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1K2ro5dS3QqnE1zGf1SEpqbrB76iOp3 { width:16.5625rem;height:2.3984375rem;top:24.125001490116rem;left:2.2498917579651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPB4o1TZTzcmQuGGPR0XoKo2Ru8JvKwD { width:17.3123125rem;height:1.19921875rem;top:26.1871753335rem;left:2.2498917579651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLtGnE6tzIP3xaupcy3uwcsqXIJ171WD { width:16.8120625rem;height:1.29980625rem;top:30.499784052372rem;left:2.2498917579651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxyQomKIoXMyg0u8uXnm55ikt2y9rSGi { display:flex;width:0.68739375rem;height:0.812175rem;top:24.249784052372rem;left:1.062283039093rem; }
 }@media only screen and (max-width: 763px) { #VLMXRkCtKERnVpBVduQQE2lV7cHddHgW { display:flex;width:0.68739375rem;height:0.812175rem;top:26.374892771244rem;left:0.9998915195465rem; }
 }@media only screen and (max-width: 763px) { #lFl9hThuQ5nNftATDUPtwEgrw7JKpTgA { display:flex;width:0.68739375rem;height:0.812175rem;top:30.749892771244rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #MLkoPtOIw5DI6VT641nOdpA4cFvFpfpg { display:flex;width:0.6875rem;height:0.8125rem;top:37.3945328125rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #S5cqwTrCoIlvzdOl1qZay5qCx5AMq3gw { width:20rem;height:1.19921875rem;top:39.4570328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utA0VpT8pH8limgvBA8BHuNC6fsKUbOK { width:20rem;height:1.19921875rem;top:43.9687515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBvb62URi47XZOdM2dqP51p3oTIfmwwf { display:flex;width:0.6875rem;height:0.8125rem;top:41.9062515625rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT { display:block; }#MNLevPf0iCSoIp2zwQCr0aWg8fpMKphT > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5ptQUtslx29fMMBEilIkBCwCGHfpWBp { width:15.9375rem;height:3rem;top:1.3433151245118rem;left:2.0312502384186rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf { display:block; }#T3kb3KIX3OlAM8nGqby5TJfO4wEZgWPf > .row .container { width:20rem;height:95.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHoipfLJ4Hc7T8CXTO7XEFNdeVrJi1oN { width:18.499875rem;height:57.375rem;top:3.8118495941162rem;left:0.74924051761625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFAKaA5QdWpCi5bqqd1EJZogZHGq2ld { width:17.3123125rem;height:1.5625rem;top:1.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EyPlOdRmAf9sevkQouzgSMKDEGLd001N { width:20rem;height:26.679648513566rem;top:67.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeqEz4ephn9Gs5dkXAMEsSLTOxvt3L8W { width:20rem;height:4rem;top:62.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 { display:block; }#hXWoRKqrROkHl0lpOdhUWxPqFiXMq2o2 > .row .container { width:20rem;height:98.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlnwglGGhgDCgsHyw1DTK1fgfa2wu2l { width:18.625rem;height:24.5625rem;top:12.263998150826rem;left:0.54416239261627rem;display:block; }
 }@media only screen and (max-width: 763px) { #L79iZXRvz3yLDUTBIM1pCer62Fphip39 { width:15.687375rem;height:15.75rem;top:16.249458432197rem;left:2.1554906368256rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #SFhe0v7Kv6kXGny63hbDUv6mvzAeqJBD { display:flex;width:2.24989375rem;height:2.24989375rem;top:13.0625rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #V80dHxbpnGNtpp3QzTmLxq615ag1Qd3i { width:7.9996875rem;height:1.3125rem;top:34.251628041268rem;left:9.8768453598025rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiDhDnRuKIA1QSuNXvhn0ckDQ9KapGXe { width:20rem;height:1.03125rem;top:7.0746529102325rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7C12U5ixJHXNGuzwVzmyfoIHiaIVxI9 { width:16.9998125rem;height:4.0625rem;top:1.9390239715576rem;left:1.4995660781861rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t23OFkr1TJT4lT0SMeosmx8oG93qTBJc { display:flex;width:2.1875rem;height:2.1875rem;top:13.0625rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #U8uT78mKz12vSegEsTvFSb9qTqwk0z7e { display:flex;width:2.1875rem;height:2.1875rem;top:13.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #n6eicRsphmPexsWcZXNm7AwVz6qeO9yK { display:flex;width:2.1875rem;height:2.1875rem;top:13.0625rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #EkUVqCvQuZ8GmlocgIuV4B4xhFfGHOoa { display:flex;width:2.1875rem;height:2.1875rem;top:13.0625rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #u1Dka83mN91F6NORSEPo7FEvU48KnThn { width:19.625rem;height:19.5rem;top:38.451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itXXn4r7k72tTVgxExXz7T81mQIwbf5T { width:20rem;height:12.25rem;top:45.326171875rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #xnAOWbgDulrT3Nsng6gDaAZohkfV1stl { display:flex;width:2.1875rem;height:2.1875rem;top:41.076171875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #BgK43I9bAuPnC47NN1AJSxSwrWOwMxIN { display:flex;width:2.1875rem;height:2.1875rem;top:41.076171875rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #dCuugB01VWy360TkDoyylMxwCIT6O4AP { width:6.3125rem;height:1.3125rem;top:55.513671875rem;left:12.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRzJvFJ48lCDDReN9C93wKIinthCIT5m { display:flex;width:2.1875rem;height:2.1875rem;top:41.076171875rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #rl8QG338tm7AR3CLf6LoONZZd96VP617 { display:flex;width:2.1875rem;height:2.1875rem;top:41.076171875rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #GVgfGfD3ukFmLkd1kBCgmtZFZiQTATEU { display:flex;width:2.1875rem;height:2.1875rem;top:41.076171875rem;left:17.8125rem; }
 }@media only screen and (max-width: 763px) { #l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { display:block; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { width:20rem;height:125.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufh8v3k8VGRXAAC9JS19mndPNGRAu1Wa { width:14.6875rem;height:4.6875rem;top:1.6243495941162rem;left:2.6562502384186rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Qm5Pmv2bybFEilNDIhAr6gI3Cc9cLlFX { width:17.875rem;height:18.5625rem;top:13.089193105698rem;left:0.87456607818606rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ { display:block; }#qczaO7U8i1idVyUb8i13qMCdN8ZruWRZ > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL43443m9zDtKMIkkUefLSIvDItXktCr { display:block; }#eL43443m9zDtKMIkkUefLSIvDItXktCr > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2060c5e8-356c-4f5c-993d-40a89074db79/CopyofLPApprovedHEROImages1920x108018.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm.adaptive-delivery-prevent-bg, #SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm.lazyload, #SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm.lazyloading { background-image: none; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row .container { background-color: transparent; background-image: none; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row .container > .video-iframe-container { display: none; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row > .video-iframe-container { display: none; }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .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); }#SLvOB0waWTV3Qi5Z3EoskhiqVisZHBEm > .row .container { width:20rem;height:153.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8CTTMXpZUwT93cLV73WyiDRANm6RyhW { width:8.75rem;height:8.4375rem;top:41.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvJdQU7c55VxfLWhaXgrrwm4fWMJhQHC { width:16.1870625rem;height:3.125rem;top:2.1875047683716rem;left:1.9059245586395rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cnOMiomg5xqd0bTIQ4fo2fBh0QrZw3oI { width:14.625rem;height:2.75rem;top:60.386286258698rem;left:2.6866321563721rem;z-index:15029;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b36FI4Ca3CdAfMLhZa7VD23z0b5VmKN8 { display:block; }
 }@media only screen and (max-width: 763px) { #bUuDexvbTG3ThiXqVfZaxUhv5ix81zrT { width:20rem;height:19.614485048003rem;top:69.4853546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TADCZTzzro61chgwhFxsCw3ak7P3hdgw { width:20rem;height:19.834983952947rem;top:92.0507859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyCE0P1sTcSdGeJrhknVAobbSZVBRbBb { width:3.9375rem;height:1.29980625rem;top:64.3857421875rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDoEyHVB9M63q2NLCyWyZGwGaQqdU1XA { width:3.9375rem;height:1.29980625rem;top:66.9355484375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRwXyqbwOoqQdQwJNk3g79Q1vgCMbHA { width:3.9375rem;height:1.29980625rem;top:89.5009796875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxHItM5xQX9EwTzKSqOVFhuOEHpMaD3a { width:3.9375rem;height:1.29980625rem;top:89.5009796875rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbVkKxI4xt5zvTExLDUqntHFJs60DmgS { width:3.9375rem;height:1.29980625rem;top:112.2539109375rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs5dJoMsv58l04ZSNAIMLkipI0xsvKWZ { width:3.9375rem;height:1.29980625rem;top:112.2539109375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp { display:block; }#bT1O5mVyHI9QpK3KG0EM3EO8ABubaryp > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQUWKd0XtCzOBx8DcMZdTr72EHSJ8Twa { width:14.437375rem;height:4.0625rem;top:1.25rem;left:2.7804908752441rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw { display:block; }#gEKhZnMQupJgGUQMsrMBePUdx4IUm7lw > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkF4BuQltHvIkKgAnp8SS44Fpi2DC3Vu { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnSao7xyUQCMQEVTTF9hnZx2TthvzJAT { width:15.625rem;height:1.5rem;top:26.1123046875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lvCgGVvVFxT5AP6wqGkEFtc6iiXmNwx6 { width:10.375rem;height:1.125rem;top:28.8623046875rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #STKESrhLE0FuraguoLF83xxTCBRaRg1s { width:10.375rem;height:1.125rem;top:58.8623046875rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ua9LCy5KUmktKt0Cx0ihJByPIOBbVuHL { width:15.625rem;height:1.5rem;top:56.1123046875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mlCTTycIaFpUVsRzxdqqcgMIuBs3Ui1y { width:20rem;height:20rem;top:31.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCLSZ8iPm4MJsiTqCBSkkyAXNdkVGuP6 { width:14.125rem;height:1.125rem;top:88.8623046875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qTHGT7eEGMl1sIpfpTTTWTAi2ln8az0P { width:15.625rem;height:1.5rem;top:86.1123046875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VzRfHL5VmNw0dvPB7rFwVqBXC1hAl2BW { width:20rem;height:20rem;top:61.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds { display:block; }#lRqUEDtILpP2Vs3Xav66mpPRzqXcH7Ds > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrwAvl893zUgZ2nHSpQCdSqZFnnyFqtD { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM62WO7xQWQELTRnpzUMCCN88CIXWxNT { width:15.625rem;height:1.5rem;top:26.1123046875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TtFiKWaeqPiGHnl8dk3D9iOBxT1SEZM7 { width:11.5625rem;height:1.125rem;top:28.8623046875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qLFIrc6ZrEseemuiL8U7BAi9CTm7dsGD { width:18.75rem;height:1.125rem;top:58.8623046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wMJWJO5SB1H7AAaDWVc1AVhM8WeJ7dWw { width:15.625rem;height:1.5rem;top:56.1123046875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FCA1cFTTLG7bM4Uhi8qE6ukpoStgl02S { width:20rem;height:20rem;top:31.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h53ZJpB50bSGRH8LauOw3yURFhH2CtcW { width:14.125rem;height:1.125rem;top:88.8623046875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1zbrnugByeZfQrXWXw9p1P5vnTe2Vt { width:15.625rem;height:1.5rem;top:86.1123046875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yIvstdQhMnilQFNlTvk8R2pFlWMQqGmz { width:20rem;height:20rem;top:61.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPaQJiThlTeokocz132UcS1J2ul1261F { background-color:#f7e4de;background-image:none;display:block; }#rPaQJiThlTeokocz132UcS1J2ul1261F > .row .container { background-color: transparent; background-image: none; }#rPaQJiThlTeokocz132UcS1J2ul1261F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPaQJiThlTeokocz132UcS1J2ul1261F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPaQJiThlTeokocz132UcS1J2ul1261F > .row .container > .video-iframe-container { display: none; }#rPaQJiThlTeokocz132UcS1J2ul1261F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPaQJiThlTeokocz132UcS1J2ul1261F > .row > .video-iframe-container { display: none; }#rPaQJiThlTeokocz132UcS1J2ul1261F > .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); }#rPaQJiThlTeokocz132UcS1J2ul1261F > .row .container { width:20rem;height:126.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUEvUroaT5kmBWk9tqVMEsMnQm50bpeI { width:14.437375rem;height:2.03125rem;top:1.25rem;left:2.7804908752441rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIncrk710nRWhTgDzbPFmeVhgkxk2IMV { width:9.875rem;height:14.8125rem;top:5.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJuFTelAUWpU3ksnQ4ZJ9mt9V6MUGShp { width:9.875rem;height:14.8125rem;top:5.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1ghQuxq8vwMlgxmxZxvfL6gWy6VpZAl { width:9.3125rem;height:15.125rem;top:30.062393188476rem;left:5.0000004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuMQTsvvvFDicPxHgp3e7PCLIWdDkppT { width:9.3125rem;height:15.125rem;top:30.624784469604rem;left:5.6250004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #uECWaFU7LUU1bxrc1rTQFyu5IN57wTK5 { width:5.812175rem;height:1.625rem;top:47.096897602081rem;left:7.0936422348025rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7llkM9l8TIvHso97UtSUlgkTi3BwVaa { width:7.249875rem;height:1.29980625rem;top:48.687069416046rem;left:6.3742408752444rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFTDEkdTUsXnuNZdCzblpyPgvbTQseeE { width:10.125rem;height:15.25rem;top:53.378917694092rem;left:4.9370660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7uF9mLzGILywmZzUa6ZWU88VuMeFsTf { width:10.125rem;height:15.25rem;top:54.064775943756rem;left:5.5620660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGuP9p1Dou1tMW9q0ZSdIUzyzrMuQuVM { width:10.125rem;height:15.3125rem;top:79.4091835022rem;left:4.9370660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTKaHUsnqsdXgRqXRM3Og67f9r4QhrH9 { width:10.125rem;height:15.3125rem;top:80.034184932706rem;left:5.5620660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2xDcZ1wb85qsOAp0MTLi3ht1oddC5qJ { width:7.3746875rem;height:1.625rem;top:71.159951210025rem;left:6.312391757965rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9kKvBk0ruwOFo3toyT3IxGbRCLVFBD3 { width:7.9373125rem;height:1.625rem;top:96.846250534056rem;left:6.0308165550232rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtkZ3Gru2tvac23185o8LLdSe8aFEK5 { width:15.8745625rem;height:3.8994125rem;top:72.784832954406rem;left:2.0616321563721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAXk0aBHZyXNip1mImivJop5s81tLMgn { width:12.5rem;height:1.29980625rem;top:98.470592498781rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP6G5aZdETOdE9vpUwT3fs0m2PdKxcDZ { width:12.5rem;height:2.5996125rem;top:24.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THcM0HB2TGiTBIIei0bbl8GDLiQZZKcp { width:16.875rem;height:1.625rem;top:21.75rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMqz72A96saA5RZ4cn1wMTqX9FKSKfkW { width:9.9370625rem;height:14.6245625rem;top:104.42980957031rem;left:5.0303821563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZuardhJQmUw7VPDBFP5ikAKaGqTL55 { width:9.9375rem;height:14.625rem;top:105.05317306519rem;left:5.6553821563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeD1QKizsa7zqainSvFuTuqfmTMlCrfT { width:6.875rem;height:1.625rem;top:120.74923276901rem;left:6.5625004768369rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfiwAevOXZPknourxgCoOm7NGDoKfq8n { width:7.9373125rem;height:1.29980625rem;top:122.24979019165rem;left:6.0308165550232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 { display:block; }#OPUVSRVn7eLdD31WrCXHX79f9ASuVsa4 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zl6TuRKtsDSFphMwvke9yH05CHF1NBTc { width:19.875rem;height:16.25rem;top:18.625rem;left:0rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #B5v5i5ptbfL2IDogqQUzE7tsSqlKLqDM { width:19.875rem;height:16.25rem;top:18.625rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #MX5NmRV2WOVdgEczsnSGi86cWg8D9cav { width:12.1875rem;height:1.71875rem;top:1.7892799377441rem;left:3.9062504768372rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe0UIgDedbbqERSJFKsAk5LSTbdNy7g7 { width:17.5625rem;height:11.6875rem;top:4.8746757507324rem;left:1.1870660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKwPWLts0aBVIrdOCCTWl5waZ3IwlQP7 { width:14.0625rem;height:2.3984375rem;top:17.8115234375rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a971122-a03f-4706-b52c-1fbed93b9bdc/CopyofLPApprovedHEROImages1920x108020.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx.adaptive-delivery-prevent-bg, #SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx.lazyload, #SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx.lazyloading { background-image: none; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row .container { background-color: transparent; background-image: none; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,236,232,0.54); }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row .container > .video-iframe-container { display: none; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,236,232,0.54); }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row > .video-iframe-container { display: none; }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .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); }#SxLw4p2WZAAVTZ6PISN3ob2ZX8l85mnx > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6H6pf8k3Pr9BIoSq5KiEq0zWTm4w5mo { width:18.2498125rem;height:7.21875rem;top:10.635850906372rem;left:0.87456607818606rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uwFWkEQvRHCKf4HX2FVzHlEEZxyRBZbO { width:18.9371875rem;height:7.5rem;top:1.9997835159302rem;left:0.53114151954651rem;text-align:center;text-align-last:center;font-size:1.5625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.21);display:block; }
 }@media only screen and (max-width: 763px) { #E6dbwfadctRy0cvU0W3rpcQT3Risr7Jr { width:20rem;height:21.6875rem;top:19.1044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPIVb398VhiGbCuGm2f9NLcM65zAq60S { position:relative;z-index:auto;background-color:#d1937e;background-image:none;display:block; }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row .container { background-color: transparent; background-image: none; }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row .container > .video-iframe-container { display: none; }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row > .video-iframe-container { display: none; }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .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); }#TPIVb398VhiGbCuGm2f9NLcM65zAq60S > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh3t2CiNy9XXO1DCXyZDky6VNpdlTTNz { width:13.3121875rem;height:6.39844375rem;top:9.6614589691163rem;left:3.3436417579651rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2QITo3v9qqdOcSly47KRIDboTWgW9Lv { width:18.5rem;height:6.1662991545369rem;top:20.1591828125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHGewJWaVTKfbLiF1uEKGOayry16TLCX { width:14.0625rem;height:2.3984375rem;top:30.5244140625rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jk6h7BJ1H2dvAXSBmRNzHNTURc5JTEho { width:8.9375rem;height:1.69921875rem;top:27.5751953125rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEXTy0xM0ONl024H8pTNLobTHMVJ9sPZ { width:14.0625rem;height:1.19921875rem;top:34.1728515625rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMmSeLnWusrCsIzxuyfDtiPA7ZxDTX6L { width:9.5rem;height:1.5996125rem;top:17.3095703125rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }