.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:245,219,222;--color-primary-1:224,148,155;--color-primary-2:204,77,88;--color-primary-3:191,32,46;--color-primary-4:149,14,29;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:229,229,229;--color-secondary-3:137,137,137;--color-secondary-4:46,46,46;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container { display: none; }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .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); }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/SbvIpL3I/bggg.png");background-position:top 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-right-radius:initial;border-bottom-left-radius:initial;display:block; }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx.adaptive-delivery-prevent-bg, #b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx.lazyload, #b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx.lazyloading { background-image: none; }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx > .row .container { background-color: transparent; background-image: none; }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx > .row .container > .video-iframe-container { display: none; }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx > .row > .video-iframe-container { display: none; }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx > .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); }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx > .row .container { border-width: 0; border-radius: 0; }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx > .row .container { font-size:0.875rem;font-family:arial;height:66.625rem;width:75rem;position:relative;display:block; }#GQWFnN5IroG3Mb3VX3Nh1ZnrL9QB40h6 { display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:16.6875rem;left:37.500001907349rem;height:9.4496875rem;color:rgba(var(--color-tertiary-0),1);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:left;text-align-last:left;display:block; }
#aX1BTPWgUOv3vriOPCeen0kB10moTSdH { display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.811767578125rem;left:37.5rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-primary-3),1.11);display:block; }
#OIkwZv8Xb9HnMNhZUhTBiqxH7n0DmsL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:27.061767578125rem;left:37.5rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cNaxyUJWyEGrDiuT5p6T0v6sDLu8WsnU { position:absolute;display:block;z-index:15027;height:30.75rem;width:31.25rem;top:35.45654296875rem;left:36.3125rem;display:block; }
#fZPIICMfGNOJFbSbvGJkWVoZXVJgxlco { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:32.0625rem;width:28.875rem;top:34.14404296875rem;left:37.5rem;display:block; }
#MCML9EZvAvteBb0DZoCAHLtMg1Ib1gPM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:62.5rem;height:2.03125rem;display:block; }
#ezF6o189fblFN4efosHRziJLrycUD3yf { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:3.6865234375rem;left:58.9375rem;display:block; }
#Tx2pVzB8FU2LUIMqtNe5gcQymdHnoRKU { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/3zCBH4F7/bookrgtgbt.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.812rem;width:30.49925rem;top:15.811767578125rem;left:1.25rem;display:block; }#Tx2pVzB8FU2LUIMqtNe5gcQymdHnoRKU.adaptive-delivery-prevent-bg, #Tx2pVzB8FU2LUIMqtNe5gcQymdHnoRKU.lazyload, #Tx2pVzB8FU2LUIMqtNe5gcQymdHnoRKU.lazyloading { background-image: none; }
#QbbBoixNswTFcdKHoXoxZk5UkI42xTqc { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:19.0625rem;top:2.794189453125rem;left:0rem;overflow:hidden;display:block; }
#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080613;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; }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 > .row .container { background-color: transparent; background-image: none; }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 > .row .container > .video-iframe-container { display: none; }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 > .row > .video-iframe-container { display: none; }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 > .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); }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 > .row .container { border-width: 0; border-radius: 0; }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#X92PglEMxTbhbJ7S5yUNHIyAZrM6y0Jt { color:rgba(var(--color-tertiary-0),1);display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:5.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KmvevTQTJeOGHzUQyBZENe8DziKDBTVe { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/sMRxZy6U/arrow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:10rem;left:5.3125rem;display:block; }#KmvevTQTJeOGHzUQyBZENe8DziKDBTVe.adaptive-delivery-prevent-bg, #KmvevTQTJeOGHzUQyBZENe8DziKDBTVe.lazyload, #KmvevTQTJeOGHzUQyBZENe8DziKDBTVe.lazyloading { background-image: none; }
#mLTATDIx34RdCFzckKxJSUhVAMEFDlpN { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:10.5615234375rem;left:8.9990234375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TdFTXlnurirXLuXSzRcDUItqTlGLe8ZO { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/sMRxZy6U/arrow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:12.7490234375rem;left:5.3125rem;display:block; }#TdFTXlnurirXLuXSzRcDUItqTlGLe8ZO.adaptive-delivery-prevent-bg, #TdFTXlnurirXLuXSzRcDUItqTlGLe8ZO.lazyload, #TdFTXlnurirXLuXSzRcDUItqTlGLe8ZO.lazyloading { background-image: none; }
#HDgPDN59MI5I5ObfV0ifwnEyHZdH8g9q { color:rgba(var(--color-tertiary-0),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.311767578125rem;left:8.9990234375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BKbommI1etZMBhCD6hJo2zOqtZJy0hEE { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/sMRxZy6U/arrow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:15.499267578125rem;left:5.3125rem;display:block; }#BKbommI1etZMBhCD6hJo2zOqtZJy0hEE.adaptive-delivery-prevent-bg, #BKbommI1etZMBhCD6hJo2zOqtZJy0hEE.lazyload, #BKbommI1etZMBhCD6hJo2zOqtZJy0hEE.lazyloading { background-image: none; }
#Thass59hafXbX10DgXayZiCGTLGqSuNt { color:rgba(var(--color-tertiary-0),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:16.06201171875rem;left:8.9990234375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O66IrbTFKQMKuKkOAFceSKc0kTG5HsoE { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/sMRxZy6U/arrow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:18.24951171875rem;left:5.3125rem;display:block; }#O66IrbTFKQMKuKkOAFceSKc0kTG5HsoE.adaptive-delivery-prevent-bg, #O66IrbTFKQMKuKkOAFceSKc0kTG5HsoE.lazyload, #O66IrbTFKQMKuKkOAFceSKc0kTG5HsoE.lazyloading { background-image: none; }
#Vr5kIQ49bFDAvmulmuSD4KTpVWBFbLA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:18.812255859375rem;left:8.9990234375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQrg8HzBUT2RO117qG9iSUQbSnSioSlT { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/sMRxZy6U/arrow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:20.999755859375rem;left:5.3125rem;display:block; }#QQrg8HzBUT2RO117qG9iSUQbSnSioSlT.adaptive-delivery-prevent-bg, #QQrg8HzBUT2RO117qG9iSUQbSnSioSlT.lazyload, #QQrg8HzBUT2RO117qG9iSUQbSnSioSlT.lazyloading { background-image: none; }
#pph0o8vUZef76FGWAEq4Cugsds5WPm0I { color:rgba(var(--color-tertiary-0),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:21.5625rem;left:8.9990234375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GMNZJxTTV3fk0qLATMaIdi9HpX5PByER { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:url("https://images.assets-landingi.com/sMRxZy6U/arrow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:23.75rem;left:5.3125rem;display:block; }#GMNZJxTTV3fk0qLATMaIdi9HpX5PByER.adaptive-delivery-prevent-bg, #GMNZJxTTV3fk0qLATMaIdi9HpX5PByER.lazyload, #GMNZJxTTV3fk0qLATMaIdi9HpX5PByER.lazyloading { background-image: none; }
#luFENzZVpplWan0OK8EZytxCtTWxcl0Z { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:24.3115234375rem;left:8.9990234375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB > .row .container { background-color: transparent; background-image: none; }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB > .row .container > .video-iframe-container { display: none; }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB > .row > .video-iframe-container { display: none; }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB > .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); }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB > .row .container { border-width: 0; border-radius: 0; }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#eyL58h8edZ4tEJULOb4vJOF4DueVOE5X { color:rgba(var(--color-tertiary-4),0.9);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:11.624755859375rem;left:10rem;height:5.73633125rem;font-style:normal;display:block; }
#Be6iSCarTrz0cfJRATvQekAnOiTKveyQ { color:rgba(47,47,47,0.9);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:20.186767578125rem;left:10rem;height:5.73633125rem;font-style:normal;display:block; }
#BXF3JswUveTPDTQPMuzGRwf2DbJX4U6O { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.8125rem;width:2.87435rem;top:11.62353515625rem;left:4.622802734375rem;display:block; }
#apZnEoE2BqF23BueyQBrlWXaXg4MkXdi { color:rgba(var(--color-primary-3),1);display:block;width:2.37413125rem;position:absolute;font-family:avenir;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.31201171875rem;left:4.93408203125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aeSvlEBUekpkNgdwrstfkPsewzPfeT4v { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.8125rem;width:2.87435rem;top:20.185546875rem;left:4.68505859375rem;display:block; }
#tE7QLclMJaMicWucPDppyK98IH6e8OO6 { color:rgba(var(--color-primary-3),1);display:block;width:2.37413125rem;position:absolute;font-family:avenir;font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.872802734375rem;left:4.996337890625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMOocuRFR3RuhrUasdxsNBspy3G13T5w { z-index:15000;top:27.7490234375rem;left:10rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#N4zEZNdhUTQ7r9qfIFHc9G5ksBK4exhQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2ekWA74Wg2m6PLvgVGTTppt4qEf4SFW { box-sizing:content-box;color:rgba(var(--color-primary-3),0.92);font-size:3.375rem;font-weight:400;line-height:1;height:4.874025rem;width:4.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:8.6865234375rem;left:46.49658203125rem;display:block; }
#ifTxLUrTUwKQXcLhmKcVgb79ZgNPkgT7 { color:#2f2f2f;display:block;width:17.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:12.122802734375rem;left:51.30859375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rNe5ifrPoJfCpim2uP5inUM7QmO06Jeb { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.06) ;height:21.8125rem;width:22.875rem;top:8.49853515625rem;left:48.560791015625rem;display:block; }
#PhgA6OyvBSAQTzBO72lBqiUAUbrfTUIN { box-sizing:content-box;color:rgba(var(--color-primary-3),0.92);font-size:3.375rem;font-weight:400;line-height:1;height:4.87305rem;width:4.81055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:22.061767578125rem;left:68.681640625rem;display:block; }
#rrxD42Xf1Q97aR0kwN2L2LSrh7wAduDz { color:rgba(var(--color-tertiary-4),1);display:block;width:30.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.706298828125rem;left:10rem;height:2.35595625rem;text-align:left;text-align-last:left;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; }
#sV4MrFopTox8Tdy8pIipM2AJGWHXTXgv { color:#384f6b;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:22.49755859375rem;left:51.30859375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG { 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; }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG > .row .container { background-color: transparent; background-image: none; }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG > .row .container > .video-iframe-container { display: none; }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG > .row > .video-iframe-container { display: none; }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG > .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); }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG > .row .container { border-width: 0; border-radius: 0; }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#SxmmRUg3mpmVNGOTky9ggqXLKvs6BEwX { display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:10.624267578125rem;left:31.312255859375rem;height:5.8496125rem;color:rgba(var(--color-tertiary-4),1);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:left;text-align-last:left;display:block; }
#mNGBDgDGLLcgvMhKxyFHeTuggTxwDEO2 { display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.562255859375rem;left:31.312255859375rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-primary-3),1.11);display:block; }
#oBZAD4qBnSFuP02wMM4hkC7po5JPFXEE { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.3115234375rem;left:31.37451171875rem;display:block; }
#bfFXHP1iwdfnur13kMhVS4WrTw6ymD9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nsMTwCzHZgy7sMgTAHfEq6PADvFJT9fK { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/3zCBH4F7/bookrgtgbt.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:23rem;top:5.310791015625rem;left:4.0380859375rem;display:block; }#nsMTwCzHZgy7sMgTAHfEq6PADvFJT9fK.adaptive-delivery-prevent-bg, #nsMTwCzHZgy7sMgTAHfEq6PADvFJT9fK.lazyload, #nsMTwCzHZgy7sMgTAHfEq6PADvFJT9fK.lazyloading { background-image: none; }
#TDrs0gTshTaXIAAW8eJ59Nvw7FqQ5EAf { display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.0947265625rem;left:31.31103515625rem;height:3.8994125rem;color:rgba(var(--color-tertiary-4),1);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:left;text-align-last:left;display:block; }
#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB { position:relative;display:block; }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB { background-color: transparent; background-image: none; }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB > .row .container > .video-iframe-container { display: none; }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB > .row > .video-iframe-container { display: none; }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB > .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); }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB { border-width: 0; border-radius: 0; }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB > .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; }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB > .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:15.25rem;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; }#tm9T54bKGHOlTmlOepJcTevalDdNRADM { color:#1a1a1a;display:block;width:57.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.24755859375rem;left:8.71875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row .container { background-color: transparent; background-image: none; }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row .container > .video-iframe-container { display: none; }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row > .video-iframe-container { display: none; }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .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); }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row .container { border-width: 0; border-radius: 0; }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#NZpXIO61VR42ZKUOsIvg3ESGmocVU410 { color:rgba(var(--color-tertiary-4),0.66);display:block;width:16.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:14.403076171875rem;left:52.5927734375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uQnCGuSiq2TTpaL9cgxWXINkK9OQGMpk { color:#1a1a1a;display:block;width:10.4358125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5908203125rem;left:55.404052734375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOPLpD6TMrT0EtTcBP1mIBFyZV054Cs7 { color:rgba(var(--color-tertiary-4),0.66);display:block;width:15.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:14.3115234375rem;left:29.65576171875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pCRiMd05lZ96GbMsKlAilvxKUOx75cVV { color:#1a1a1a;display:block;width:17.1228125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5908203125rem;left:28.93798828125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b0FT322Qv9wG8ekqhTAcupDUmkR0dHat { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);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: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.1) ;height:18.75rem;width:21.1875rem;top:2rem;left:26.9375rem;display:block; }
#Xg35N4Lh7LC8KPgNEslwWVvRd1TTsUER { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);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: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.1) ;height:18.75rem;width:21.1875rem;top:1.99951171875rem;left:3.8115234375rem;display:block; }
#EMSkrgUb3H4fXwUtLpltcizI68XwE03n { color:#1a1a1a;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.872802734375rem;left:4.998779296875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hecG0TzmkD5NKxK5gCicKZvEHwQ9EDOA { color:rgba(var(--color-tertiary-4),0.66);display:block;width:15.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:14.403076171875rem;left:6.40380859375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NSkIvhKVGFM7pep28NNN5uZlTKZ7UMvh { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);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: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.1) ;height:18.75rem;width:21.1875rem;top:2.1240234375rem;left:50.0302734375rem;display:block; }
#NpnMIuAromhZV5T0Ov3FAi27ezOTdt9l { position:absolute;display:block;z-index:15036;background-color:transparent;background-image:url("https://images.assets-landingi.com/3S1LLmB7/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:4.55810546875rem;left:11.903076171875rem;display:block; }#NpnMIuAromhZV5T0Ov3FAi27ezOTdt9l.adaptive-delivery-prevent-bg, #NpnMIuAromhZV5T0Ov3FAi27ezOTdt9l.lazyload, #NpnMIuAromhZV5T0Ov3FAi27ezOTdt9l.lazyloading { background-image: none; }
#B94108s7d58TIzN2kUO2vKZzVEFZM0mL { position:absolute;display:block;z-index:15037;background-color:transparent;background-image:url("https://images.assets-landingi.com/ttj9y9Bs/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:4.55810546875rem;left:34.964599609375rem;display:block; }#B94108s7d58TIzN2kUO2vKZzVEFZM0mL.adaptive-delivery-prevent-bg, #B94108s7d58TIzN2kUO2vKZzVEFZM0mL.lazyload, #B94108s7d58TIzN2kUO2vKZzVEFZM0mL.lazyloading { background-image: none; }
#utw0h6GX7aCgSxyfJTTNQ4CvXhJXxyWT { position:absolute;display:block;z-index:15038;background-color:transparent;background-image:url("https://images.assets-landingi.com/WdTwFqs9/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:4.775390625rem;left:58.37158203125rem;display:block; }#utw0h6GX7aCgSxyfJTTNQ4CvXhJXxyWT.adaptive-delivery-prevent-bg, #utw0h6GX7aCgSxyfJTTNQ4CvXhJXxyWT.lazyload, #utw0h6GX7aCgSxyfJTTNQ4CvXhJXxyWT.lazyloading { background-image: none; }
#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 > .row .container { background-color: transparent; background-image: none; }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 > .row .container > .video-iframe-container { display: none; }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 > .row > .video-iframe-container { display: none; }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 > .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); }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 > .row .container { border-width: 0; border-radius: 0; }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#uRihrnJRV60pmAuONeB1fSpIdQIya0uk { color:rgba(var(--color-tertiary-4),1);display:block;width:30.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8125rem;left:22rem;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; }
#pogGwcikxEHK6AA90MHTPrwp1AnuU5li { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:3.18685rem;top:6.9375rem;left:35.875rem;display:block; }
#plvg7O7KnuPaihbb7LsiXRlDeRHl7A8r { color:#384f6b;display:block;width:53.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:8.4375rem;left:10.5625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { background-color: transparent; background-image: none; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container > .video-iframe-container { display: none; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row > .video-iframe-container { display: none; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .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); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { border-width: 0; border-radius: 0; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#LNfdIOKQ0atST1DJ5T0UbBTA6fQLDPyk { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:1.42822265625rem;left:22.71728515625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx { display:block; }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx > .row .container { width:47.75rem;height:95.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GQWFnN5IroG3Mb3VX3Nh1ZnrL9QB40h6 { width:32.375rem;height:12rem;top:43.0625rem;left:7.8125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #aX1BTPWgUOv3vriOPCeen0kB10moTSdH { width:23.4375rem;height:1.86865rem;top:40.3125rem;left:12.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #OIkwZv8Xb9HnMNhZUhTBiqxH7n0DmsL2 { width:39.8125rem;height:4.0625rem;top:56.1865234375rem;left:4.124755859375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cNaxyUJWyEGrDiuT5p6T0v6sDLu8WsnU { width:30.625rem;height:26rem;top:62.999267578125rem;left:8.6865234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZPIICMfGNOJFbSbvGJkWVoZXVJgxlco { width:33.75rem;height:26.125rem;top:62.999267578125rem;left:7.1240234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MCML9EZvAvteBb0DZoCAHLtMg1Ib1gPM { width:12.5rem;height:2.03125rem;top:4rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ezF6o189fblFN4efosHRziJLrycUD3yf { width:3.125rem;height:3.125rem;top:3.4375rem;left:31.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tx2pVzB8FU2LUIMqtNe5gcQymdHnoRKU { width:25.874rem;height:30.18675rem;top:8.4521484375rem;left:11.060791015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QbbBoixNswTFcdKHoXoxZk5UkI42xTqc { width:19.0625rem;height:4.875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 { display:block; }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 > .row .container { width:47.75rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X92PglEMxTbhbJ7S5yUNHIyAZrM6y0Jt { width:43.4375rem;height:2.92480625rem;top:5.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmvevTQTJeOGHzUQyBZENe8DziKDBTVe { width:2.75rem;height:2.75rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mLTATDIx34RdCFzckKxJSUhVAMEFDlpN { width:39.8125rem;height:4.0625rem;top:10.999755859375rem;left:2.7490234375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #TdFTXlnurirXLuXSzRcDUItqTlGLe8ZO { width:2.75rem;height:2.75rem;top:15.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDgPDN59MI5I5ObfV0ifwnEyHZdH8g9q { width:39.8125rem;height:4.0625rem;top:15.625rem;left:2.7490234375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #BKbommI1etZMBhCD6hJo2zOqtZJy0hEE { width:2.75rem;height:2.75rem;top:19.874267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Thass59hafXbX10DgXayZiCGTLGqSuNt { width:39.8125rem;height:4.0625rem;top:20.2490234375rem;left:2.7490234375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #O66IrbTFKQMKuKkOAFceSKc0kTG5HsoE { width:2.75rem;height:2.75rem;top:24.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vr5kIQ49bFDAvmulmuSD4KTpVWBFbLA7 { width:39.8125rem;height:4.0625rem;top:24.874267578125rem;left:2.7490234375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #QQrg8HzBUT2RO117qG9iSUQbSnSioSlT { width:2.75rem;height:2.75rem;top:29.124755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pph0o8vUZef76FGWAEq4Cugsds5WPm0I { width:39.8125rem;height:4.0625rem;top:29.49951171875rem;left:2.7490234375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #GMNZJxTTV3fk0qLATMaIdi9HpX5PByER { width:2.75rem;height:2.75rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #luFENzZVpplWan0OK8EZytxCtTWxcl0Z { width:39.8125rem;height:2.03125rem;top:34.749755859375rem;left:2.7490234375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB { display:block; }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB > .row .container { width:47.75rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eyL58h8edZ4tEJULOb4vJOF4DueVOE5X { width:18.5rem;height:7.6484375rem;top:14.1875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 1199px) { #Be6iSCarTrz0cfJRATvQekAnOiTKveyQ { width:18.6875rem;height:9.56055rem;top:14.9375rem;left:26.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BXF3JswUveTPDTQPMuzGRwf2DbJX4U6O { width:2.8125rem;height:2.75rem;top:10.625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #apZnEoE2BqF23BueyQBrlWXaXg4MkXdi { width:2.0625rem;height:1.625rem;top:11.25rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aeSvlEBUekpkNgdwrstfkPsewzPfeT4v { width:2.8125rem;height:2.75rem;top:10.625rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tE7QLclMJaMicWucPDppyK98IH6e8OO6 { width:2.5rem;height:1.625rem;top:11.25rem;left:34.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bMOocuRFR3RuhrUasdxsNBspy3G13T5w { top:47.3740234375rem;left:14.5625rem;width:17.8125rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #N4zEZNdhUTQ7r9qfIFHc9G5ksBK4exhQ { display:block; }
 }@media only screen and (max-width: 1199px) { #k2ekWA74Wg2m6PLvgVGTTppt4qEf4SFW { width:4.75rem;height:4.811525rem;top:27.6875rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifTxLUrTUwKQXcLhmKcVgb79ZgNPkgT7 { width:36rem;height:5.625rem;top:32.4375rem;left:5.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rNe5ifrPoJfCpim2uP5inUM7QmO06Jeb { width:44.0625rem;height:15.8125rem;top:29.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PhgA6OyvBSAQTzBO72lBqiUAUbrfTUIN { width:4.75rem;height:4.811525rem;top:42.5625rem;left:43rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rrxD42Xf1Q97aR0kwN2L2LSrh7wAduDz { width:31rem;height:1.94970625rem;top:3.9365234375rem;left:8.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #sV4MrFopTox8Tdy8pIipM2AJGWHXTXgv { width:33.875rem;height:1.59375rem;top:40.0625rem;left:6.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG { display:block; }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SxmmRUg3mpmVNGOTky9ggqXLKvs6BEwX { width:24rem;height:5.6875rem;top:9.373779296875rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #mNGBDgDGLLcgvMhKxyFHeTuggTxwDEO2 { width:23.4375rem;height:1.86865rem;top:6.915283203125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBZAD4qBnSFuP02wMM4hkC7po5JPFXEE { width:17.5rem;height:3.75rem;top:20.435791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfFXHP1iwdfnur13kMhVS4WrTw6ymD9S { display:block; }
 }@media only screen and (max-width: 1199px) { #nsMTwCzHZgy7sMgTAHfEq6PADvFJT9fK { width:21.43675rem;height:26.93725rem;top:2.935791015625rem;left:25.091552734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDrs0gTshTaXIAAW8eJ59Nvw7FqQ5EAf { width:24rem;height:3.57421875rem;top:15.311279296875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #mt3EP1n5Io09myiEz6QctVMTtmrWlqVB { display:block; }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tm9T54bKGHOlTmlOepJcTevalDdNRADM { width:47.75rem;height:2.2749rem;top:6.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mkvMWdCEyPH3f56BiT16uRQReRblJ8TO { display:block; }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row .container { width:47.75rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NZpXIO61VR42ZKUOsIvg3ESGmocVU410 { width:12.4365rem;height:4.875rem;top:13.62451171875rem;left:33.5390625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQnCGuSiq2TTpaL9cgxWXINkK9OQGMpk { width:5.8125rem;height:2.76220625rem;top:9.9375rem;left:36.884765625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NOPLpD6TMrT0EtTcBP1mIBFyZV054Cs7 { width:15.625rem;height:3.25rem;top:14.25rem;left:15.96826171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pCRiMd05lZ96GbMsKlAilvxKUOx75cVV { width:14.625rem;height:2.76220625rem;top:9.9375rem;left:16.5615234375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0FT322Qv9wG8ekqhTAcupDUmkR0dHat { width:20.0625rem;height:21.625rem;top:11.1875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Xg35N4Lh7LC8KPgNEslwWVvRd1TTsUER { width:20.0625rem;height:21.625rem;top:11.1875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EMSkrgUb3H4fXwUtLpltcizI68XwE03n { width:15.5625rem;height:2.76220625rem;top:9.9375rem;left:0.17578125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hecG0TzmkD5NKxK5gCicKZvEHwQ9EDOA { width:15.8115rem;height:3.25rem;top:13.62451171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NSkIvhKVGFM7pep28NNN5uZlTKZ7UMvh { width:16.125rem;height:20.375rem;top:0.0615234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NpnMIuAromhZV5T0Ov3FAi27ezOTdt9l { width:4.9995125rem;height:4.9995125rem;top:3.685546875rem;left:5.4580078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B94108s7d58TIzN2kUO2vKZzVEFZM0mL { width:4.936525rem;height:4.936525rem;top:3.71484375rem;left:21.37353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #utw0h6GX7aCgSxyfJTTNQ4CvXhJXxyWT { width:4.936525rem;height:4.936525rem;top:3.71484375rem;left:37.32275390625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 { display:block; }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 > .row .container { width:47.75rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uRihrnJRV60pmAuONeB1fSpIdQIya0uk { width:31rem;height:1.94970625rem;top:3.875rem;left:8.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pogGwcikxEHK6AA90MHTPrwp1AnuU5li { width:3.1875rem;height:0.1875rem;top:6.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plvg7O7KnuPaihbb7LsiXRlDeRHl7A8r { width:25.9375rem;height:6.75rem;top:8.875rem;left:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T { display:block; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LNfdIOKQ0atST1DJ5T0UbBTA6fQLDPyk { width:29.5rem;height:1.4624rem;top:1.375rem;left:9.09228515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx { display:block; }#b4EwgsSLbZ0AKnilp5qyXXJUeuo7sRcx > .row .container { width:20rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQWFnN5IroG3Mb3VX3Nh1ZnrL9QB40h6 { width:20rem;height:8.3984375rem;top:37.1875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aX1BTPWgUOv3vriOPCeen0kB10moTSdH { width:20rem;height:1.54345625rem;top:34.9365234375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OIkwZv8Xb9HnMNhZUhTBiqxH7n0DmsL2 { width:20rem;height:4.142575rem;top:45.99951171875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cNaxyUJWyEGrDiuT5p6T0v6sDLu8WsnU { width:17.562rem;height:11.25rem;top:53.93603515625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZPIICMfGNOJFbSbvGJkWVoZXVJgxlco { width:20rem;height:27.8125rem;top:52.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCML9EZvAvteBb0DZoCAHLtMg1Ib1gPM { width:12.5rem;height:2.03125rem;top:5.5rem;left:5.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezF6o189fblFN4efosHRziJLrycUD3yf { width:3.125rem;height:3.125rem;top:4.9375rem;left:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2pVzB8FU2LUIMqtNe5gcQymdHnoRKU { width:17.124rem;height:22.24975rem;top:9.644775390625rem;left:0.155029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbbBoixNswTFcdKHoXoxZk5UkI42xTqc { width:12.749rem;height:3.125rem;top:1.32568359375rem;left:3.592529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 { display:block; }#HD5ybbv7q6Zv9d63NmfMwvyhyIn9OOL2 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X92PglEMxTbhbJ7S5yUNHIyAZrM6y0Jt { width:20rem;height:3.73730625rem;top:4.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmvevTQTJeOGHzUQyBZENe8DziKDBTVe { width:2.75rem;height:2.75rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLTATDIx34RdCFzckKxJSUhVAMEFDlpN { width:17.0625rem;height:4.875rem;top:9.352867126465rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFTXlnurirXLuXSzRcDUItqTlGLe8ZO { width:2.75rem;height:2.75rem;top:15.04150390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDgPDN59MI5I5ObfV0ifwnEyHZdH8g9q { width:17.0625rem;height:4.875rem;top:14.832763671875rem;left:2.93701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKbommI1etZMBhCD6hJo2zOqtZJy0hEE { width:2.75rem;height:2.75rem;top:20.770263671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thass59hafXbX10DgXayZiCGTLGqSuNt { width:17.0625rem;height:4.875rem;top:20.5615234375rem;left:2.93701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O66IrbTFKQMKuKkOAFceSKc0kTG5HsoE { width:2.75rem;height:2.75rem;top:26.37451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5kIQ49bFDAvmulmuSD4KTpVWBFbLA7 { width:17.0625rem;height:4.875rem;top:26.373291015625rem;left:2.93701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQrg8HzBUT2RO117qG9iSUQbSnSioSlT { width:2.75rem;height:2.75rem;top:32.16552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pph0o8vUZef76FGWAEq4Cugsds5WPm0I { width:17.0625rem;height:6.5rem;top:32.16552734375rem;left:2.93701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMNZJxTTV3fk0qLATMaIdi9HpX5PByER { width:2.75rem;height:2.75rem;top:38.770751953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luFENzZVpplWan0OK8EZytxCtTWxcl0Z { width:17.0625rem;height:1.625rem;top:39.498291015625rem;left:2.93701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB { display:block; }#bV7NXCPtTWlb2tTc64xuO30nJ4PIRNrB > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyL58h8edZ4tEJULOb4vJOF4DueVOE5X { width:19.9375rem;height:7.22460625rem;top:13.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Be6iSCarTrz0cfJRATvQekAnOiTKveyQ { width:20rem;height:9.030775rem;top:26.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXF3JswUveTPDTQPMuzGRwf2DbJX4U6O { width:3.1875rem;height:3.1875rem;top:8.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZnEoE2BqF23BueyQBrlWXaXg4MkXdi { width:2.3125rem;height:2.03125rem;top:9.1875rem;left:9rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeSvlEBUekpkNgdwrstfkPsewzPfeT4v { width:3.1875rem;height:3.125rem;top:22.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE7QLclMJaMicWucPDppyK98IH6e8OO6 { width:2.9375rem;height:2.03125rem;top:23.0625rem;left:8.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMOocuRFR3RuhrUasdxsNBspy3G13T5w { top:34.9375rem;left:1.75rem;width:16.5625rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4zEZNdhUTQ7r9qfIFHc9G5ksBK4exhQ { display:block; }
 }@media only screen and (max-width: 763px) { #k2ekWA74Wg2m6PLvgVGTTppt4qEf4SFW { width:4.75rem;height:4.811525rem;top:39.5625rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifTxLUrTUwKQXcLhmKcVgb79ZgNPkgT7 { width:16.5rem;height:10.6875rem;top:45rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNe5ifrPoJfCpim2uP5inUM7QmO06Jeb { width:20rem;height:21.8125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhgA6OyvBSAQTzBO72lBqiUAUbrfTUIN { width:4.75rem;height:4.811525rem;top:61.6875rem;left:15.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrxD42Xf1Q97aR0kwN2L2LSrh7wAduDz { width:14.8125rem;height:3.73730625rem;top:2.9335968494415rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV4MrFopTox8Tdy8pIipM2AJGWHXTXgv { width:15.5rem;height:1.40625rem;top:58.375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG { display:block; }#biKwcEUrQ1dU9KtX8OeGcuc2T294J9ZG > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxmmRUg3mpmVNGOTky9ggqXLKvs6BEwX { width:20rem;height:7.7988125rem;top:28.687500625849rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNGBDgDGLLcgvMhKxyFHeTuggTxwDEO2 { width:20rem;height:1.86865rem;top:25.625000625849rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBZAD4qBnSFuP02wMM4hkC7po5JPFXEE { width:20rem;height:3.75rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfFXHP1iwdfnur13kMhVS4WrTw6ymD9S { display:block; }
 }@media only screen and (max-width: 763px) { #nsMTwCzHZgy7sMgTAHfEq6PADvFJT9fK { width:16.6875rem;height:22.1875rem;top:1.937255859375rem;left:-0.062255859375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/3zCBH4F7/bookrgtgbt.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#nsMTwCzHZgy7sMgTAHfEq6PADvFJT9fK.adaptive-delivery-prevent-bg, #nsMTwCzHZgy7sMgTAHfEq6PADvFJT9fK.lazyload, #nsMTwCzHZgy7sMgTAHfEq6PADvFJT9fK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TDrs0gTshTaXIAAW8eJ59Nvw7FqQ5EAf { width:20rem;height:5.361325rem;top:36.937255859375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt3EP1n5Io09myiEz6QctVMTtmrWlqVB { display:block; }#mt3EP1n5Io09myiEz6QctVMTtmrWlqVB > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tm9T54bKGHOlTmlOepJcTevalDdNRADM { width:20rem;height:7.3125rem;top:1.96875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkvMWdCEyPH3f56BiT16uRQReRblJ8TO { background-color:#ffffff;background-image:none;display:block; }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row .container { background-color: transparent; background-image: none; }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row .container > .video-iframe-container { display: none; }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row > .video-iframe-container { display: none; }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .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); }#mkvMWdCEyPH3f56BiT16uRQReRblJ8TO > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZpXIO61VR42ZKUOsIvg3ESGmocVU410 { width:18.312rem;height:5.361325rem;top:28.7177734375rem;left:0.81005859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQnCGuSiq2TTpaL9cgxWXINkK9OQGMpk { width:5.8125rem;height:2.76220625rem;top:25.734375rem;left:7.0927734375rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOPLpD6TMrT0EtTcBP1mIBFyZV054Cs7 { width:14.9355625rem;height:5.361325rem;top:11.02978515625rem;left:2.4990234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCRiMd05lZ96GbMsKlAilvxKUOx75cVV { width:12.4365rem;height:2.76220625rem;top:7.68603515625rem;left:3.74853515625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0FT322Qv9wG8ekqhTAcupDUmkR0dHat { width:20rem;height:13.4375rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xg35N4Lh7LC8KPgNEslwWVvRd1TTsUER { width:20rem;height:13.4375rem;top:32.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMSkrgUb3H4fXwUtLpltcizI68XwE03n { width:13.2495rem;height:2.5996125rem;top:40.810546875rem;left:3.37353515625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hecG0TzmkD5NKxK5gCicKZvEHwQ9EDOA { width:15.0615rem;height:5.361325rem;top:43.77978515625rem;left:2.43603515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSkIvhKVGFM7pep28NNN5uZlTKZ7UMvh { width:20rem;height:13.4375rem;top:16.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpnMIuAromhZV5T0Ov3FAi27ezOTdt9l { width:4.9995125rem;height:4.9995125rem;top:34.59228515625rem;left:7.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B94108s7d58TIzN2kUO2vKZzVEFZM0mL { width:4.9375rem;height:4.9375rem;top:1.76513671875rem;left:7.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utw0h6GX7aCgSxyfJTTNQ4CvXhJXxyWT { width:4.936525rem;height:4.936525rem;top:19.1865234375rem;left:7.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 { display:block; }#E2MRKPfN4uZtxUWT2vTT3lBOXB7LLic5 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRihrnJRV60pmAuONeB1fSpIdQIya0uk { width:20rem;height:1.86865rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pogGwcikxEHK6AA90MHTPrwp1AnuU5li { width:3.125rem;height:0.125rem;top:5.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plvg7O7KnuPaihbb7LsiXRlDeRHl7A8r { width:20rem;height:6.75rem;top:7.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T { display:block; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNfdIOKQ0atST1DJ5T0UbBTA6fQLDPyk { width:20rem;height:1.3808625rem;top:1.624755859375rem;left:0rem;font-size:1.0625rem;display:block; }
 }