.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;
}
:root { --color-primary-0:252,229,224;--color-primary-1:245,168,152;--color-primary-2:234,81,49;--color-primary-3:117,41,25;--color-primary-4:35,12,7;--color-secondary-0:224,224,224;--color-secondary-1:150,150,150;--color-secondary-2:45,45,45;--color-secondary-3:23,23,23;--color-secondary-4:7,7,7;--color-tertiary-0:255,255,255;--color-tertiary-1:162,196,210;--color-tertiary-2:100,157,180;--color-tertiary-3:61,132,161;--color-tertiary-4:34,70,109;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#06141f;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06141f;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:52.875rem;width:60rem;position:relative;display:block; }#Q4wBNWd81fayC5zVPa0m99I4hK2WiirM { 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:4.375rem;width:11.8125rem;top:2.875rem;left:1.9375rem;overflow:hidden;display:block; }
#Fs3d1n6wMQJK82MOiC5Ms2oIBMGf1Ldb { 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:4rem;width:13.375rem;top:3.0625rem;left:45.205207824707rem;overflow:hidden;display:block; }
#THvttcAxRvvuVRAPFThMMc6caAJgBuzv { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:52.5625rem;width:60rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06141f;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; }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE > .row .container { background-color: transparent; background-image: none; }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE > .row .container > .video-iframe-container { display: none; }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE > .row > .video-iframe-container { display: none; }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE > .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); }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE > .row .container { border-width: 0; border-radius: 0; }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#D22sRlsc2rqfWv5sSUKJyWptOPFrKOTH { background-color:#ea2035;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.34375rem;left:20.28125rem;display:block; }
#gTOvvzAl9IPO3TThtSPXSBBqV4Ft7Z8J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2e3dbb36-ea86-4d76-b4ac-45df6898fd86/freepik__enhance__83097kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR.adaptive-delivery-prevent-bg, #FdkZUIV2N5t8XJGiaN15hr8TETmn70mR.lazyload, #FdkZUIV2N5t8XJGiaN15hr8TETmn70mR.lazyloading { background-image: none; }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR > .row .container { background-color: transparent; background-image: none; }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR > .row .container > .video-iframe-container { display: none; }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR > .row > .video-iframe-container { display: none; }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR > .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); }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR > .row .container { border-width: 0; border-radius: 0; }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#qkPeNMEk1fXEc6re2TxiT7NS7dFZv2ST { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:georgia;font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.96249961853025rem;left:12.8125rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dAOWag4G0tRsbobPSGUPmi13dfwbQQbd { color:#ffffff;display:block;width:46.6875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.125rem;left:7.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 { position:relative;display:block; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 { background-color: transparent; background-image: none; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row .container > .video-iframe-container { display: none; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row > .video-iframe-container { display: none; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .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); }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 { border-width: 0; border-radius: 0; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .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; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q38MHIBi8R5m0m1Vvdx2SWMT7leHELdM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:29.5rem;width:27.5rem;top:2.21875rem;left:0rem;overflow:hidden;display:block; }
#kaEB5nHK3moP1CghvB3nMdTtpTLgEW2c { color:#06141f;display:block;width:30rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.625rem;left:28.718751907349rem;height:33rem;text-align:center;text-align-last:center;display:block; }
#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2e3dbb36-ea86-4d76-b4ac-45df6898fd86/freepik__enhance__83097kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu.adaptive-delivery-prevent-bg, #t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu.lazyload, #t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu.lazyloading { background-image: none; }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu > .row .container { background-color: transparent; background-image: none; }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu > .row .container > .video-iframe-container { display: none; }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu > .row > .video-iframe-container { display: none; }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu > .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); }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu > .row .container { border-width: 0; border-radius: 0; }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#clwrcPvtTHshh5o7IcUrmi6JuuHxUQSs { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:georgia;font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.96249961853025rem;left:10.8125rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MFwDNB57izgK5zQbIquefVTQ63dgq0XS { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.1249961853028rem;left:20.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06141f;background-image:url("https://images.assets-landingi.com/uc/ecfa691c-e054-4ffb-876b-3738617406f4/454545454.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT.adaptive-delivery-prevent-bg, #MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT.lazyload, #MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT.lazyloading { background-image: none; }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT > .row .container { background-color: transparent; background-image: none; }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT > .row .container > .video-iframe-container { display: none; }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT > .row > .video-iframe-container { display: none; }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT > .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); }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT > .row .container { border-width: 0; border-radius: 0; }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT > .row .container { font-size:0.875rem;font-family:arial;height:67.8125rem;width:60rem;position:relative;display:block; }#F5zsBEktWubQ87uZbPq3yu3z73CFtqho { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.104179382324rem;left:11.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rtnv3Asc0eSb4uIOk93GsFvaw6aVXxAk { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.958335876465rem;left:11.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#szo2TpFnICHH5deSo7H5FT7osmpJTT4M { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:31.395835876465rem;left:11.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dT2B5JRTCHqSk9JuUrguUyZes1NtBDoI { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:40.583335876465rem;left:11.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#syiIe376SxUxZGM2tWK0JQMsuLXCbaOS { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:49.833335876465rem;left:11.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NkUdeu5WfUFWHB7LeIVVuCsisZ7ZM9nw { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:59.083335876465rem;left:11.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#InzF9ghTRMN1ZMPo8vvPUVOvt6iMb553 { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8333358764649rem;left:11.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rOWvZHqVENQmfl0o4R29NO0EwA4NeiyU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:66.25rem;width:59.25rem;top:0.0013046264648438rem;left:0rem;overflow:hidden;display:block; }
#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea2035;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; }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy > .row .container { background-color: transparent; background-image: none; }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy > .row .container > .video-iframe-container { display: none; }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy > .row > .video-iframe-container { display: none; }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy > .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); }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy > .row .container { border-width: 0; border-radius: 0; }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#mDPRBsUl1uaRP0ZvlqsgWPyqtQv6T0vk { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:georgia;font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.89999675750731rem;left:14.625rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fro5tX7E82Sn7D7ObF4uvkRS4IQOekwc { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.0651092529297rem;left:11.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bRGp9K0AaagkUGSnc4METGR75zf8drNJ { 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:13.1875rem;width:12.3125rem;top:8.52214050293rem;left:3.09375rem;overflow:hidden;display:block; }
#CLzodlDMJ3M6xTLc3CN9h29nbltDUJyt { 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:13.1875rem;width:12.4375rem;top:8.52214050293rem;left:23.78125rem;overflow:hidden;display:block; }
#VapkhE5TmkecV9c6JDmoWMLWlZEz2idQ { 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:12.75rem;width:12.5625rem;top:8.5208435058594rem;left:43.321617126465rem;overflow:hidden;display:block; }
#G5fe3G6TTM7hZs3xgZIeQx18gGTddJAg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo { position:relative;display:block; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo { background-color: transparent; background-image: none; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container > .video-iframe-container { display: none; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row > .video-iframe-container { display: none; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .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); }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo { border-width: 0; border-radius: 0; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/148a118a-d1dc-4baa-8115-3c5633c7f217/minimini.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container.adaptive-delivery-prevent-bg, #mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container.lazyload, #mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container.lazyloading { background-image: none; }#eszSwtMVmsrGyTyCXSgttosF5ZQWqO3i { display:block;width:19.0625rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:13.724994659424rem;left:0.46875rem;height:1.925rem;font-style:normal;color:#06141f;text-align:center;text-align-last:center;display:block; }
#iszyWmPoFCQ9vkH8tClxCES7iGohsOc2 { display:block;width:19.8125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:15.925005912781rem;left:0rem;height:7rem;font-style:normal;color:#363a36;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; }
#eFoPfGpoWkJfHofcK4oZIwpvMWATJOXH { display:block;width:19.0625rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:13.724994659424rem;left:20.468748092651rem;height:1.925rem;font-style:normal;color:#06141f;text-align:center;text-align-last:center;display:block; }
#VRW3cVgedEA6knTheqE0oNZaNTWiF5yi { display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:16.625rem;left:20.000001907349rem;height:5.6rem;font-style:normal;color:#363a36;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; }
#HkoDxHrdtW40e5X6Ul8UX1g3Zfl5UnHG { display:block;width:19.0625rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:13.724994659424rem;left:40.937498092651rem;height:1.925rem;font-style:normal;color:#06141f;text-align:center;text-align-last:center;display:block; }
#wzc4WG7lusP9M6cBleq2ClrGD6KaRXpA { display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:15.924999237061rem;left:40rem;height:8.4rem;font-style:normal;color:#363a36;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; }
#mtNQK7yc9GUgOWWPVaXBQPMFx9L4f2yM { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:60rem;top:26.645843505859rem;left:0rem;overflow:hidden;display:block; }
#zxP97HRtIgNiQ6654JmbqPmv5J6aTpgO { 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:13.1875rem;width:12.4375rem;top:8.52214050293rem;left:23.78125rem;overflow:hidden;display:none; }
#KImpl4UcAoTQCSxy1knl0pwvhkwkicTd { 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:13.1875rem;width:12.3125rem;top:8.52214050293rem;left:3.09375rem;overflow:hidden;display:none; }
#HC43avXKG5zPckcI4a7ATOm6xZnpwU58 { 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:12.75rem;width:12.5625rem;top:8.5208435058594rem;left:43.321617126465rem;overflow:hidden;display:none; }
#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf { position:relative;display:block; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf { background-color: transparent; background-image: none; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row .container > .video-iframe-container { display: none; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row > .video-iframe-container { display: none; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .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); }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf { border-width: 0; border-radius: 0; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SNhuxzCBhLRPiASva2IfUhxuvwa4AHPc { color:rgba(var(--color-secondary-4),1);display:block;width:57.8125rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.2916717529297rem;left:1.875rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5nViVXerPmDGCdBNClfDFhb7trNVakW { color:rgba(var(--color-secondary-4),1);display:block;width:40.6875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:5.6237030029297rem;left:1.875rem;height:14.025rem;font-style:normal;display:block; }
#LIZ5MTLahtnr8TsqCnaNdOqk5moHSwhH { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:20.75rem;top:1.15625rem;left:38.208335876465rem;overflow:hidden;display:block; }
#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb > .row .container { background-color: transparent; background-image: none; }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb > .row .container > .video-iframe-container { display: none; }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb > .row > .video-iframe-container { display: none; }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb > .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); }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb > .row .container { border-width: 0; border-radius: 0; }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#McZL9DRq9vvQ7xLQLG0VC6pnZUEBC8kA { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.625rem;left:0rem;height:4.2rem;font-style:normal;display:block; }
#tPeT5DZPpmJ61vv8a6mcxDtLFcc90WoP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:2.0999984741211rem;left:46.248962402344rem;overflow:hidden;display:block; }
#qBbdxEdXIGARiyLL9nPxIyMrN7MQhSGX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:2.0999984741211rem;left:51.311462402344rem;overflow:hidden;display:block; }
#KToF5GAibmrwuulntllGe3O8nCIXwFU9 { 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:3.25rem;width:3.25rem;top:2.0999984741211rem;left:55.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4wBNWd81fayC5zVPa0m99I4hK2WiirM { width:11.8125rem;height:4.375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs3d1n6wMQJK82MOiC5Ms2oIBMGf1Ldb { width:13.375rem;height:4rem;top:3.0625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THvttcAxRvvuVRAPFThMMc6caAJgBuzv { width:47.75rem;height:41.830989583333rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE { display:block; }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D22sRlsc2rqfWv5sSUKJyWptOPFrKOTH { width:19.4375rem;height:4.0625rem;top:1.3125rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTOvvzAl9IPO3TThtSPXSBBqV4Ft7Z8J { display:block; }
 }@media only screen and (max-width: 763px) { #FdkZUIV2N5t8XJGiaN15hr8TETmn70mR { display:block; }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkPeNMEk1fXEc6re2TxiT7NS7dFZv2ST { width:35.4375rem;height:4.1875rem;top:0.9375rem;left:6.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAOWag4G0tRsbobPSGUPmi13dfwbQQbd { width:46.6875rem;height:2.375rem;top:5.125rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 { display:block; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q38MHIBi8R5m0m1Vvdx2SWMT7leHELdM { top:2.1875rem;left:0rem;width:27.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaEB5nHK3moP1CghvB3nMdTtpTLgEW2c { top:1.625rem;left:17.75rem;width:30rem;height:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu { display:block; }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clwrcPvtTHshh5o7IcUrmi6JuuHxUQSs { width:38.375rem;height:4.1875rem;top:0.9375rem;left:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFwDNB57izgK5zQbIquefVTQ63dgq0XS { width:19.25rem;height:2.375rem;top:5.0625rem;left:14.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT { display:block; }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5zsBEktWubQ87uZbPq3yu3z73CFtqho { width:19.25rem;height:4.8125rem;top:13.0625rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtnv3Asc0eSb4uIOk93GsFvaw6aVXxAk { width:19.25rem;height:4.8125rem;top:21.9375rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szo2TpFnICHH5deSo7H5FT7osmpJTT4M { width:27.75rem;height:4.8125rem;top:31.375rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT2B5JRTCHqSk9JuUrguUyZes1NtBDoI { width:19.25rem;height:4.8125rem;top:40.5625rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syiIe376SxUxZGM2tWK0JQMsuLXCbaOS { width:19.25rem;height:4.8125rem;top:49.8125rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkUdeu5WfUFWHB7LeIVVuCsisZ7ZM9nw { width:32.25rem;height:4.8125rem;top:59.0625rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InzF9ghTRMN1ZMPo8vvPUVOvt6iMb553 { width:19.25rem;height:2.375rem;top:4.8125rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOWvZHqVENQmfl0o4R29NO0EwA4NeiyU { width:47.75rem;height:53.39135021097rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy { display:block; }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDPRBsUl1uaRP0ZvlqsgWPyqtQv6T0vk { width:30.75rem;height:0;top:0.875rem;left:8.5rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fro5tX7E82Sn7D7ObF4uvkRS4IQOekwc { width:35.4375rem;height:2.375rem;top:5.0625rem;left:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRGp9K0AaagkUGSnc4METGR75zf8drNJ { top:8.5rem;left:0rem;width:12.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLzodlDMJ3M6xTLc3CN9h29nbltDUJyt { top:8.5rem;left:17.65625rem;width:12.4375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VapkhE5TmkecV9c6JDmoWMLWlZEz2idQ { top:8.5rem;left:35.1875rem;width:12.5625rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5fe3G6TTM7hZs3xgZIeQx18gGTddJAg { display:none; }
 }@media only screen and (max-width: 763px) { #mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo { display:block; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eszSwtMVmsrGyTyCXSgttosF5ZQWqO3i { width:14.25rem;height:1.875rem;top:13.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iszyWmPoFCQ9vkH8tClxCES7iGohsOc2 { width:14.375rem;height:2.6875rem;top:16rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFoPfGpoWkJfHofcK4oZIwpvMWATJOXH { width:14.25rem;height:1.875rem;top:13.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRW3cVgedEA6knTheqE0oNZaNTWiF5yi { width:14.375rem;height:2.6875rem;top:16rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkoDxHrdtW40e5X6Ul8UX1g3Zfl5UnHG { width:14.25rem;height:1.875rem;top:13.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzc4WG7lusP9M6cBleq2ClrGD6KaRXpA { width:14.375rem;height:2.6875rem;top:16rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtNQK7yc9GUgOWWPVaXBQPMFx9L4f2yM { top:26.625rem;left:0rem;width:47.75rem;height:1.790625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxP97HRtIgNiQ6654JmbqPmv5J6aTpgO { top:8.5rem;left:17.65625rem;width:12.4375rem;height:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KImpl4UcAoTQCSxy1knl0pwvhkwkicTd { top:8.5rem;left:0rem;width:12.3125rem;height:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HC43avXKG5zPckcI4a7ATOm6xZnpwU58 { top:8.5rem;left:35.1875rem;width:12.5625rem;height:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf { display:block; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNhuxzCBhLRPiASva2IfUhxuvwa4AHPc { width:47.75rem;height:7rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5nViVXerPmDGCdBNClfDFhb7trNVakW { width:40.6875rem;height:13.75rem;top:5.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIZ5MTLahtnr8TsqCnaNdOqk5moHSwhH { top:1.125rem;left:27rem;width:20.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFViiXkQvkU3TxId55xfd4fBGX4XFoEb { display:block; }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McZL9DRq9vvQ7xLQLG0VC6pnZUEBC8kA { width:44.5rem;height:4.1875rem;top:1.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPeT5DZPpmJ61vv8a6mcxDtLFcc90WoP { top:2.0625rem;left:40.123962402344rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBbdxEdXIGARiyLL9nPxIyMrN7MQhSGX { top:2.0625rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KToF5GAibmrwuulntllGe3O8nCIXwFU9 { top:2.0625rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e1d7ce;background-image:url("https://images.assets-landingi.com/uc/e42f3af0-85a7-44fb-b898-da146be6d042/todolandinga.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#006398;background-image:url("https://images.assets-landingi.com/uc/ecfa691c-e054-4ffb-876b-3738617406f4/454545454.jpg");background-position:bottom 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4wBNWd81fayC5zVPa0m99I4hK2WiirM { width:7.375rem;height:2.6875rem;top:1.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs3d1n6wMQJK82MOiC5Ms2oIBMGf1Ldb { width:8.3125rem;height:2.4375rem;top:1.71875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THvttcAxRvvuVRAPFThMMc6caAJgBuzv { width:20rem;height:17.375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE { display:block; }#qlukQ5EAdxwiAsgZBPGVlCUepCZkkSnE > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D22sRlsc2rqfWv5sSUKJyWptOPFrKOTH { width:14.75rem;height:3.25rem;top:1.3125rem;left:2.625rem;font-family:lato;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTOvvzAl9IPO3TThtSPXSBBqV4Ft7Z8J { display:block; }
 }@media only screen and (max-width: 763px) { #FdkZUIV2N5t8XJGiaN15hr8TETmn70mR { display:block; }#FdkZUIV2N5t8XJGiaN15hr8TETmn70mR > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkPeNMEk1fXEc6re2TxiT7NS7dFZv2ST { width:20rem;height:2.275rem;top:0.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dAOWag4G0tRsbobPSGUPmi13dfwbQQbd { width:20rem;height:3.7375rem;top:2.9624996185302rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row .container { background-color: transparent; background-image: none; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row .container > .video-iframe-container { display: none; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row > .video-iframe-container { display: none; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .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); }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row .container { border-width: 0; border-radius: 0; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWKUBF6fK0RpqaUFQZxcZUaM5mWiv0v1 > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q38MHIBi8R5m0m1Vvdx2SWMT7leHELdM { width:20rem;height:21.4541875rem;top:0.99999904632569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaEB5nHK3moP1CghvB3nMdTtpTLgEW2c { width:20rem;height:49.5rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu { display:block; }#t5ol1h9AOFbSeOTcSGMwHKQlwfbi3NCu > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clwrcPvtTHshh5o7IcUrmi6JuuHxUQSs { width:20rem;height:2.275rem;top:0.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFwDNB57izgK5zQbIquefVTQ63dgq0XS { width:20rem;height:1.86875rem;top:2.9624996185302rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT { display:block; }#MVMM2V7KSnKTnznD03GG4Q5Ka4Rw5hoT > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5zsBEktWubQ87uZbPq3yu3z73CFtqho { width:6.625rem;height:2.7625rem;top:5.5593757629394rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rtnv3Asc0eSb4uIOk93GsFvaw6aVXxAk { width:6.4375rem;height:2.7625rem;top:9.268750190735rem;left:3.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #szo2TpFnICHH5deSo7H5FT7osmpJTT4M { width:8rem;height:2.7625rem;top:12.543749809265rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #dT2B5JRTCHqSk9JuUrguUyZes1NtBDoI { width:6rem;height:2.7625rem;top:15.818747520447rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #syiIe376SxUxZGM2tWK0JQMsuLXCbaOS { width:4.3125rem;height:2.7625rem;top:19.13125038147rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #NkUdeu5WfUFWHB7LeIVVuCsisZ7ZM9nw { width:7.875rem;height:2.7625rem;top:22.64999961853rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #InzF9ghTRMN1ZMPo8vvPUVOvt6iMb553 { width:8.0625rem;height:1.38125rem;top:2.7374992370606rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rOWvZHqVENQmfl0o4R29NO0EwA4NeiyU { width:20rem;height:24rem;top:1.3624954223632rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy { display:block; }#OCWaEW5h4yGL3ldy4lSiOzQAWQEapBhy > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDPRBsUl1uaRP0ZvlqsgWPyqtQv6T0vk { width:20rem;height:2.275rem;top:0.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #fro5tX7E82Sn7D7ObF4uvkRS4IQOekwc { width:20rem;height:1.7875rem;top:3.2124996185302rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #bRGp9K0AaagkUGSnc4METGR75zf8drNJ { width:0.625rem;height:0.6875rem;top:6.0625rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLzodlDMJ3M6xTLc3CN9h29nbltDUJyt { width:0.625rem;height:0.6875rem;top:6.0624980926514rem;left:3.4562501907349rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VapkhE5TmkecV9c6JDmoWMLWlZEz2idQ { width:0.625rem;height:0.625rem;top:6.09375rem;left:7.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #G5fe3G6TTM7hZs3xgZIeQx18gGTddJAg { top:5.6875rem;left:1.3125rem;width:12.5rem;height:1.4375rem;z-index:15004;background-color:#ea2035;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/148a118a-d1dc-4baa-8115-3c5633c7f217/minimini.jpg");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo.adaptive-delivery-prevent-bg, #mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo.lazyload, #mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo.lazyloading { background-image: none; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container { background-color: transparent; background-image: none; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container > .video-iframe-container { display: none; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row > .video-iframe-container { display: none; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .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); }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container { border-width: 0; border-radius: 0; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpPG8XMOnsmkQ31oWcWRF0BOZ1f245mo > .row .container { width:20rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eszSwtMVmsrGyTyCXSgttosF5ZQWqO3i { width:20rem;height:1.8375rem;top:42.85000038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:georgia;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #iszyWmPoFCQ9vkH8tClxCES7iGohsOc2 { width:20rem;height:7rem;top:44.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:arial;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #eFoPfGpoWkJfHofcK4oZIwpvMWATJOXH { width:19.0625rem;height:1.8375rem;top:17.550001144409rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #VRW3cVgedEA6knTheqE0oNZaNTWiF5yi { width:19.5rem;height:7rem;top:19.387500762939rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #HkoDxHrdtW40e5X6Ul8UX1g3Zfl5UnHG { width:19.625rem;height:1.8375rem;top:71.199998855594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #wzc4WG7lusP9M6cBleq2ClrGD6KaRXpA { width:20rem;height:8.4rem;top:73.549999237062rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #mtNQK7yc9GUgOWWPVaXBQPMFx9L4f2yM { width:20rem;height:0.75rem;top:82.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxP97HRtIgNiQ6654JmbqPmv5J6aTpgO { width:15.25rem;height:16.5625rem;top:0rem;left:2.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #KImpl4UcAoTQCSxy1knl0pwvhkwkicTd { width:15.25rem;height:16.5625rem;top:25.774990081787rem;left:1.59375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #HC43avXKG5zPckcI4a7ATOm6xZnpwU58 { width:15.25rem;height:15.5625rem;top:54.487498283386rem;left:2.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row .container { background-color: transparent; background-image: none; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row .container > .video-iframe-container { display: none; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row > .video-iframe-container { display: none; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .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); }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row .container { border-width: 0; border-radius: 0; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgKp2J9hEwhNoMTpN1kNfeZ8rViHJTOf > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNhuxzCBhLRPiASva2IfUhxuvwa4AHPc { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5nViVXerPmDGCdBNClfDFhb7trNVakW { width:20rem;height:17.85rem;top:5.5000028610229rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIZ5MTLahtnr8TsqCnaNdOqk5moHSwhH { width:20rem;height:18.915625rem;top:24.812511444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFViiXkQvkU3TxId55xfd4fBGX4XFoEb { display:block; }#XFViiXkQvkU3TxId55xfd4fBGX4XFoEb > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McZL9DRq9vvQ7xLQLG0VC6pnZUEBC8kA { width:20rem;height:8.4rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPeT5DZPpmJ61vv8a6mcxDtLFcc90WoP { width:3.25rem;height:3.25rem;top:10.712501525879rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBbdxEdXIGARiyLL9nPxIyMrN7MQhSGX { width:3.25rem;height:3.25rem;top:10.712501525879rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KToF5GAibmrwuulntllGe3O8nCIXwFU9 { width:3.25rem;height:3.25rem;top:10.712501525879rem;left:15.125rem;display:block; }
 }