.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#202020;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO { background-color:#6e5240;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row .container { background-color: transparent; background-image: none; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row .container > .video-iframe-container { display: none; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row > .video-iframe-container { display: none; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .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); }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row .container { border-width: 0; border-radius: 0; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row .container { width:75rem;height:6.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#uGrleTmnDU6btUanmZW50iRNKgTLsdeb { position:absolute;display:block;z-index:15037;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.375rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b901bd6b-1cfd-43a6-975e-90ff4e57297d/2.png");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; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3.adaptive-delivery-prevent-bg, #OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3.lazyload, #OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3.lazyloading { background-image: none; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row .container { background-color: transparent; background-image: none; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(110,82,64,0.3); }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row .container > .video-iframe-container { display: none; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(110,82,64,0.3); }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row > .video-iframe-container { display: none; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .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); }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row .container { border-width: 0; border-radius: 0; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#tZADwH9z74pNQ4QnWTdTIwQK93LQPJHK { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:20.0625rem;left:3.875rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qyH3nAVWEtTk6syVRdhNh9mewBpzsFat { color:#000000;display:block;width:45.1875rem;position:absolute;font-family:versailles;font-size:5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:14.0625rem;left:0rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LWIbPNQppBC3kiiUoJVI6w4cmixrGW15 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:11.625rem;left:8.6875rem;height:2.53125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gnPELaGw4FkPuRhUOrXC65SSJv8aoDA3 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"white angelica";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:5.5625rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rh24TmCuVnZXcVyZBPO6lbs7zbbd7Hkl { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"white angelica";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.8125rem;left:27.125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#Q3BezfMN5WKkF63OQCp7LPlpApTWT6k6 { box-sizing:content-box;height:39.8125rem;width:23.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.79);background-image:none;top:2.6875rem;left:49.625rem;display:block; }
#z4T8xUdEHqLDTNTO2nAPzXsBicFJVds1 { position:absolute;display:block;z-index:15055;height:21.5rem;width:26.8125rem;top:0rem;left:48.1875rem;display:block; }
#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row .container { background-color: transparent; background-image: none; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row .container > .video-iframe-container { display: none; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row > .video-iframe-container { display: none; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .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); }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row .container { border-width: 0; border-radius: 0; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#HZ0P5armqkEyuJFFFq6fIOPnIhUtE65p { background-color:#a4b4b8;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:versailles;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.1875rem;left:2rem;display:block; }
#TtgcWwAp8WFhbbHHCnzbHkAymMXiLH1v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z1TOXqXBn3SsHwnk4fc9UmLEQPhaw8RF { color:#0a0a0a;display:block;width:35.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:6.4375rem;left:2rem;height:21.597675rem;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; }
#gOmD49gCRoWx2PR3CNy8AM5QXSKGnQel { color:#d8d1c7;display:block;width:30.3125rem;position:absolute;font-family:versailles;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:2.3125rem;left:2rem;height:2.75rem;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; }
#r6q3N8CKcefZRuSl2m9BB7fbDDkJ0qSM { position:absolute;display:block;z-index:14999;background-color:#202020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:32.1875rem;top:3.65625rem;left:40.15625rem;display:block; }
#keoErkaTwE9noq839G3OVklGZsl4y3bi { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:7.5625rem;left:41.875rem;height:19.0112rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#moFmfGQ8b2EiVeu8mmp7k5WHSHvf7R86 { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;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.1875rem;width:6.25rem;top:14.3125rem;left:41.875rem;display:block; }
#P6ptZcPrc6A1EJK7OOm5VtmuNeqzfkZN { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;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.1875rem;width:6.25rem;top:9.75rem;left:41.875rem;display:block; }
#JliGwJK7kPxzD8Bg9uZ033ORMcD8LPPJ { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;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.1875rem;width:6.25rem;top:18.6875rem;left:41.875rem;display:block; }
#RCspMMb9Tfgsi7vkZxfdDwb8D3dMXEJa { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;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.1875rem;width:6.25rem;top:22.9375rem;left:41.875rem;display:block; }
#GMgwzsyEDsZBgaOtV0gCPW5GJERV9QrX { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;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.1875rem;width:6.25rem;top:27.25rem;left:41.875rem;display:block; }
#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbd1c5;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; }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO > .row .container { background-color: transparent; background-image: none; }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO > .row .container > .video-iframe-container { display: none; }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO > .row > .video-iframe-container { display: none; }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO > .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); }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO > .row .container { border-width: 0; border-radius: 0; }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#hlRaivOTZKWwKiIwym8JwVF5DDkCTAXt { color:#000000;display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;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; }
#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG > .row .container { background-color: transparent; background-image: none; }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG > .row .container > .video-iframe-container { display: none; }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG > .row > .video-iframe-container { display: none; }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG > .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); }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG > .row .container { border-width: 0; border-radius: 0; }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#i0VVFkZP4T7aX6iG7Tlt73WEIfbTstkE { color:#0a0a0a;display:block;width:24.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:1.875rem;left:0rem;height:18.69825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#i0VVFkZP4T7aX6iG7Tlt73WEIfbTstkE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i0VVFkZP4T7aX6iG7Tlt73WEIfbTstkE li:before{  }
#fipxo2UwiZJuwGWMfhxEg40fzwRg7oTv { color:#0a0a0a;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:1.875rem;left:26.125rem;height:18.69825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fipxo2UwiZJuwGWMfhxEg40fzwRg7oTv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fipxo2UwiZJuwGWMfhxEg40fzwRg7oTv li:before{  }
#CfAIMElTmLmwzCZpF9rPpkw9t9wpx7cP { position:absolute;display:block;z-index:15000;background-color:#ccd8db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:22.25rem;top:1.5625rem;left:51.375rem;display:block; }
#o1hXUp3zbG58dv0qv0wWTDKzWKbZCu7x { color:#0a0a0a;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:2.25rem;left:52.4375rem;height:17.99808125rem;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; }
#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbd1c5;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; }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L > .row .container { background-color: transparent; background-image: none; }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L > .row .container > .video-iframe-container { display: none; }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L > .row > .video-iframe-container { display: none; }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L > .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); }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L > .row .container { border-width: 0; border-radius: 0; }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#RJAD2GRnisVSMNL2IlDcEVUX7xndDZfq { color:#000000;display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;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; }
#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw > .row .container { background-color: transparent; background-image: none; }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw > .row .container > .video-iframe-container { display: none; }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw > .row > .video-iframe-container { display: none; }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw > .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); }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw > .row .container { border-width: 0; border-radius: 0; }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw > .row .container { font-size:0.875rem;font-family:arial;height:129.1875rem;width:75rem;position:relative;display:block; }#Dkh9p4ITfLMhNZNz94w4kVaDoJFv7mRB { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d28c7bc5-3d2f-4ae5-a804-0b7f3347533c/62.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:3.875rem;left:2.1875rem;display:block; }#Dkh9p4ITfLMhNZNz94w4kVaDoJFv7mRB.adaptive-delivery-prevent-bg, #Dkh9p4ITfLMhNZNz94w4kVaDoJFv7mRB.lazyload, #Dkh9p4ITfLMhNZNz94w4kVaDoJFv7mRB.lazyloading { background-image: none; }
#ItXA7zRTnkLQaMniJvW44E73XAselOT6 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#c6b49f;background-image:none;top:22rem;left:2.1875rem;display:block; }
#DuwZwl5ThCJVJDxdeSmuRPKimS48dR6P { color:#f4f4f5;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.75rem;left:3.6875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LuJZhRqnbUEEfeSgUgdHTR96kRa0GrQc { color:#f4f4f5;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.75rem;left:21.0625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnpTnWJ0rotiQoC9t8oUdmxxonccTCWG { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#c6b49f;background-image:none;top:1.3125rem;left:20.9375rem;display:block; }
#h4ONNUb8LJcnd4fJyP2ffT5FlhZJs9Q9 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/45cc9a6d-9fa4-43ac-840e-f64c7ff22a0b/14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:3.875rem;left:39.6875rem;display:block; }#h4ONNUb8LJcnd4fJyP2ffT5FlhZJs9Q9.adaptive-delivery-prevent-bg, #h4ONNUb8LJcnd4fJyP2ffT5FlhZJs9Q9.lazyload, #h4ONNUb8LJcnd4fJyP2ffT5FlhZJs9Q9.lazyloading { background-image: none; }
#m9Umpdy489O7d11nhEekHyAJS0acBBbQ { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#c6b49f;background-image:none;top:1.3125rem;left:39.6875rem;display:block; }
#tVED0cMLPbC10blrcEdIDKXLOxHV2P3M { color:#f4f4f5;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.75rem;left:39.875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFrm5P1eDqS27eKvIzsoTehrqzPQJ2Qy { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#c6b49f;background-image:none;top:1.3125rem;left:58.4375rem;display:block; }
#Plu1HaTPMddQA7swqoKLAREaXyD32sWw { color:#f4f4f5;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.75rem;left:59.25rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k606uKpirNLxDDDUSP4mwSFAZ3TNDQiJ { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ee1f0752-7ec6-470d-b4ef-c3db4cca7fdb/Untitleddesign39.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:3.875rem;left:20.9375rem;display:block; }#k606uKpirNLxDDDUSP4mwSFAZ3TNDQiJ.adaptive-delivery-prevent-bg, #k606uKpirNLxDDDUSP4mwSFAZ3TNDQiJ.lazyload, #k606uKpirNLxDDDUSP4mwSFAZ3TNDQiJ.lazyloading { background-image: none; }
#rGmXoXTt9APfe4kGTW8b7FUF5xPcJmQU { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b6b0d884-ea45-4579-9080-133a74059ec4/Asset3.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:3.875rem;left:58.4375rem;display:block; }#rGmXoXTt9APfe4kGTW8b7FUF5xPcJmQU.adaptive-delivery-prevent-bg, #rGmXoXTt9APfe4kGTW8b7FUF5xPcJmQU.lazyload, #rGmXoXTt9APfe4kGTW8b7FUF5xPcJmQU.lazyloading { background-image: none; }
#IuK4fBpQJtHtKhWa7ZEBoJDJSzIXB7eT { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c59c31ea-b290-40c7-adc9-255639661c76/Untitleddesign33.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.5rem;left:2.1875rem;display:block; }#IuK4fBpQJtHtKhWa7ZEBoJDJSzIXB7eT.adaptive-delivery-prevent-bg, #IuK4fBpQJtHtKhWa7ZEBoJDJSzIXB7eT.lazyload, #IuK4fBpQJtHtKhWa7ZEBoJDJSzIXB7eT.lazyloading { background-image: none; }
#aOTAX7obMbKhpiBWgmzBrkKM0dlZWBrX { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#c6b49f;background-image:none;top:25.9375rem;left:2.1875rem;display:block; }
#Uqulroc8wQi1IoRdAyTANabDpmPyTHsO { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.375rem;left:2.4375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H4JcFzQ9wH2onhtRVR26PnABk50IIt2b { color:#f4f4f5;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.375rem;left:21.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qD6ZMbnNt7wbGsVyooetmsEs1XSsS2uq { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#c6b49f;background-image:none;top:25.9375rem;left:20.9375rem;display:block; }
#n8OMv4fJU6BGTMNuWESWlpDTPXHxkiv2 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3a932bdc-7cf4-47ab-b1a7-502e298f0ff6/HWQ4Christmas2021_174.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.5rem;left:20.9375rem;display:block; }#n8OMv4fJU6BGTMNuWESWlpDTPXHxkiv2.adaptive-delivery-prevent-bg, #n8OMv4fJU6BGTMNuWESWlpDTPXHxkiv2.lazyload, #n8OMv4fJU6BGTMNuWESWlpDTPXHxkiv2.lazyloading { background-image: none; }
#eEoMZRaqquViCnmNGpGbChOsA08hO2PT { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#c6b49f;background-image:none;top:25.9375rem;left:39.6875rem;display:block; }
#xJaUOVyoS4IIluTllk7sDZ5zPGVMTrig { color:#f4f4f5;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.375rem;left:39.9375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVL5yoFyVTdoOZD8dyltUqDttHiVv6R4 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4b7934db-15cc-4e9f-9d46-86ee05d2603b/shutterstock_1980203666.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.5rem;left:39.6875rem;display:block; }#XVL5yoFyVTdoOZD8dyltUqDttHiVv6R4.adaptive-delivery-prevent-bg, #XVL5yoFyVTdoOZD8dyltUqDttHiVv6R4.lazyload, #XVL5yoFyVTdoOZD8dyltUqDttHiVv6R4.lazyloading { background-image: none; }
#ocu8HqdUP2ST3mdXWcVvzTr16JWdVGNB { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#c6b49f;background-image:none;top:25.9375rem;left:58.4375rem;display:block; }
#rylifviFVQ8PyycL1RzNcCe2PfntlagH { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.375rem;left:58.6875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L0P7PciMeWp9MmQn37FJB1rt0m2hmywT { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea3f910b-5439-43d3-ad2f-0178a6805823/shutterstock_2520123105.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.5rem;left:58.4375rem;display:block; }#L0P7PciMeWp9MmQn37FJB1rt0m2hmywT.adaptive-delivery-prevent-bg, #L0P7PciMeWp9MmQn37FJB1rt0m2hmywT.lazyload, #L0P7PciMeWp9MmQn37FJB1rt0m2hmywT.lazyloading { background-image: none; }
#D7T0Z0tJDA5D9XTxUtkZe3vokiF474AP { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.25rem;left:2.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AhPmkX55QpVULadB6f9KhmWHu7Z6wJOZ { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.3125rem;left:2.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HwINE4ZgOTOsUAl4LTJ5fidq5C12Quy3 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15011;background-color:#c6b49f;background-image:none;top:1.3125rem;left:2.1875rem;display:block; }
#iSIFPLDZBDWtqGTNdM3SPFqrhKBDFRbT { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15013;background-color:#c6b49f;background-image:none;top:22rem;left:39.6875rem;display:block; }
#Ekeb9NrtT2ksQqhVCZTCtzS8FJDiOTGq { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.5rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTGS9AlzQw74Ixtz4syNe5fqxbPlRGHB { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#c6b49f;background-image:none;top:46.625rem;left:2.1875rem;display:block; }
#EPkVH1PPHfncxIr8EGTslLpwGBgZHA7b { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:46.875rem;left:2.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qk1ixlpmBEtt3nOBU13X1yEZmqUgBvkf { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:47.9375rem;left:2.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUu26eBBCpw4DPyTgzqdEXOf7ckAMlaf { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#c6b49f;background-image:none;top:22rem;left:20.9375rem;display:block; }
#y1S7kCkmv5gNkJEhFWC7IJaOUNUbC3nE { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.1875rem;left:21.25rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlWEHTzRgoSax4lcVLXlJhwfUquo6ZDc { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#c6b49f;background-image:none;top:22rem;left:58.4375rem;display:block; }
#Z6K3seqGoBpMtbOQbOEdSnV8Enfok0r8 { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:23.3125rem;left:58.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSKNeCIrxTvqB4WTPQux5KNEkXfUFZqm { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.25rem;left:58.75rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cEObDBhIaBOvchUPyI5DvF57FgUdelwZ { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:#c6b49f;background-image:none;top:46.625rem;left:20.9375rem;display:block; }
#PI8i5MO5Ag2zvfuAg3yTLGuqQ9vXUblp { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:47.9375rem;left:21.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZBC5Snd1yDxb17lv4KHSwnFWecanhDo { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:46.875rem;left:21.25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AIbg29qarzm2Ug6DDDTA6r4BtQcH3kqQ { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15022;background-color:#c6b49f;background-image:none;top:46.625rem;left:39.6875rem;display:block; }
#r99gsDAW4K4dLahi6QM1qse8mXsthsCV { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:46.8125rem;left:40rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6ZJaP9VTqUPLD3IXkb2x8kbHAQAGTC0 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15025;background-color:#c6b49f;background-image:none;top:46.625rem;left:58.4375rem;display:block; }
#tfVbbe6dnz4uqKJOM2S3lhNnGKEQ5zbT { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:47.9375rem;left:58.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwJN2Ko5w533GirryJie20LLIAh3Qpi3 { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:46.875rem;left:58.75rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTBrihOwROVTrpV0f9vgK9yRa2LaKkwn { position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a5d9e98b-16d6-48d5-92cd-1a02ac9dafc0/shutterstock_13991983763.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.1875rem;left:2.1875rem;display:block; }#pTBrihOwROVTrpV0f9vgK9yRa2LaKkwn.adaptive-delivery-prevent-bg, #pTBrihOwROVTrpV0f9vgK9yRa2LaKkwn.lazyload, #pTBrihOwROVTrpV0f9vgK9yRa2LaKkwn.lazyloading { background-image: none; }
#sRHc7tsD7oa6Cw2KtwHRPwL1o9zZe1AS { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15034;background-color:#c6b49f;background-image:none;top:50.625rem;left:2.1875rem;display:block; }
#noy4SQldNK2WWuEVBJKVHck6wkJBaAru { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:51.0625rem;left:2.4375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WofNzeA9wPPgWX7834Q9zI2cm6KKoHlk { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15033;background-color:#c6b49f;background-image:none;top:50.625rem;left:20.9375rem;display:block; }
#OI2dM7mwQCFhyaoIsM9Lxc3kmbLOWXxt { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b9a143a-4d68-4982-ac2e-073806e8ad56/shutterstock_722978038.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.1875rem;left:20.9375rem;display:block; }#OI2dM7mwQCFhyaoIsM9Lxc3kmbLOWXxt.adaptive-delivery-prevent-bg, #OI2dM7mwQCFhyaoIsM9Lxc3kmbLOWXxt.lazyload, #OI2dM7mwQCFhyaoIsM9Lxc3kmbLOWXxt.lazyloading { background-image: none; }
#xXRcdFdDs3p4KzBnb3KNlQPrDwtdRo8w { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/798af5ac-616d-4ecc-a331-db818030654b/ezgelprfskynbarlps.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.1875rem;left:39.6875rem;display:block; }#xXRcdFdDs3p4KzBnb3KNlQPrDwtdRo8w.adaptive-delivery-prevent-bg, #xXRcdFdDs3p4KzBnb3KNlQPrDwtdRo8w.lazyload, #xXRcdFdDs3p4KzBnb3KNlQPrDwtdRo8w.lazyloading { background-image: none; }
#G64H71L46OdA0kufgsrZ8rJ8nDVPmU0p { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15032;background-color:#c6b49f;background-image:none;top:50.625rem;left:39.6875rem;display:block; }
#nbzgGvkpXe0kzDKhUyTMhlM0rwHO4AXU { color:#f4f4f5;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:51.0625rem;left:39.875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5sXQ1wmErQDd2UAEZRT3LUpgdEsT4gQ { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15033;background-color:#c6b49f;background-image:none;top:71.3125rem;left:2.1875rem;display:block; }
#EsT0qG8OP3VpiIR6DgQPbyTdXmTuxRZ2 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15039;background-color:#c6b49f;background-image:none;top:71.3125rem;left:20.9375rem;display:block; }
#WzwAwBXvGC40QPOIkXpMNiDtKtMsyegJ { color:#f4f4f5;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:71.4375rem;left:3.0625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkZ7wkTdNt5VgSu2dNOEd8dLfN2v6zAz { color:#f4f4f5;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:71.4375rem;left:22.5625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pd2lypCnCxNsVmI4O17dVp2n1dDa8lfA { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15033;background-color:#c6b49f;background-image:none;top:50.625rem;left:58.4375rem;display:block; }
#ZuTJGQna0M3ac33XcdzHT7Rrro95KBWc { position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e01192db-d414-4f30-ad26-9c54e0128683/shutterstock_2066153771.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.1875rem;left:58.4375rem;display:block; }#ZuTJGQna0M3ac33XcdzHT7Rrro95KBWc.adaptive-delivery-prevent-bg, #ZuTJGQna0M3ac33XcdzHT7Rrro95KBWc.lazyload, #ZuTJGQna0M3ac33XcdzHT7Rrro95KBWc.lazyloading { background-image: none; }
#FnffdM4Ur0fD8h73o7FP2FAxEsKEvBQT { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15039;background-color:#c6b49f;background-image:none;top:71.3125rem;left:58.4375rem;display:block; }
#NSL0TQX9yTyIVwtEPigdX235loiZrrqZ { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:72.625rem;left:58.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czo9HTF2ycwdLfoGySr0TX6pKCvTi8CD { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:71.5625rem;left:58.75rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdFPqTOrBpiUTOeBgzb7NCdQOnNpmun9 { color:#f4f4f5;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:51.0625rem;left:59.25rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rEQ2hUWQ6oQ3TAlXt9VVQWnrxKWT1EzT { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15042;background-color:#c6b49f;background-image:none;top:71.3125rem;left:39.6875rem;display:block; }
#K5hubUlpPTtKvUqMftaSThRS5E0u3uQr { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:72.625rem;left:40rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmFh9enIbQDZlGLX8h2zLBHcbieldFqx { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:71.5625rem;left:40rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lw6x0JnUOlGqi9WUrALlotKSV7Kb0WyG { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:51.0625rem;left:21.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#foZ8fu0qZ7r0AUBtrtxcOWalFsOwtzRk { position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b4672cde-4a54-4695-b166-c074c3725871/shutterstock_222746445111000x675.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:77.75rem;left:2.1875rem;display:block; }#foZ8fu0qZ7r0AUBtrtxcOWalFsOwtzRk.adaptive-delivery-prevent-bg, #foZ8fu0qZ7r0AUBtrtxcOWalFsOwtzRk.lazyload, #foZ8fu0qZ7r0AUBtrtxcOWalFsOwtzRk.lazyloading { background-image: none; }
#FGorKS07d7B7ErbcHpQ1Cb4PWoqkJi9W { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15056;background-color:#c6b49f;background-image:none;top:75.1875rem;left:2.1875rem;display:block; }
#cvqym4HwalwzfwDvpU3ef0ZyHb8GzgWn { color:#f4f4f5;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:75.625rem;left:2.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDOy6XN8W6M6TmDKXPyE3X4OGB0zhk3h { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15055;background-color:#c6b49f;background-image:none;top:95.875rem;left:2.1875rem;display:block; }
#GZJhoWD5GtdewNzJQbZV3SRlfkTbLdKX { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:96.0625rem;left:2.375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w3ETRtD7rZ2RkSets2RGrpcgTGSv1Kq3 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15055;background-color:#c6b49f;background-image:none;top:75.1875rem;left:20.9375rem;display:block; }
#bhW1lPacUTUiEwdlXQdoSvV2CMiiQ789 { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e96b2dc7-2670-4bed-ae37-df82e9664531/Untitleddesign2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:77.75rem;left:20.9375rem;display:block; }#bhW1lPacUTUiEwdlXQdoSvV2CMiiQ789.adaptive-delivery-prevent-bg, #bhW1lPacUTUiEwdlXQdoSvV2CMiiQ789.lazyload, #bhW1lPacUTUiEwdlXQdoSvV2CMiiQ789.lazyloading { background-image: none; }
#Jinv8l8bgJ9cm8t76Kd6H2syXZyyBtmH { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:75.625rem;left:21.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QK7UusWZ4mwx6raO12gmPUlT2Hb1LQm1 { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ded4de22-148f-456c-a766-34dc71e55e1c/File8Health.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:77.75rem;left:39.6875rem;display:block; }#QK7UusWZ4mwx6raO12gmPUlT2Hb1LQm1.adaptive-delivery-prevent-bg, #QK7UusWZ4mwx6raO12gmPUlT2Hb1LQm1.lazyload, #QK7UusWZ4mwx6raO12gmPUlT2Hb1LQm1.lazyloading { background-image: none; }
#uaXT07w3WPaLl1QWUaGT0467s8koBlim { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15054;background-color:#c6b49f;background-image:none;top:75.1875rem;left:39.6875rem;display:block; }
#rNoIR412TBZ8HSonATTcbgzRm3vTAfch { color:#f4f4f5;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:75.625rem;left:40rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbAwQ6fVt6w5AFSss0N8p0dsdTv242XM { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15064;background-color:#c6b49f;background-image:none;top:95.875rem;left:39.6875rem;display:block; }
#LbpF9nT5V4cwJbPrJNOulIWTu5SmZERC { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:96.0625rem;left:40rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlMEJwbar9bBo7RxcH3rByV4WkKOSUQN { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15055;background-color:#c6b49f;background-image:none;top:75.1875rem;left:58.4375rem;display:block; }
#snxS6Oly7ZmFIV4eydOtZLMRSzkWkmvU { position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f59092b3-a1dd-46ea-b37f-fef05417f36e/shutterstock_2262727877.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:77.75rem;left:58.4375rem;display:block; }#snxS6Oly7ZmFIV4eydOtZLMRSzkWkmvU.adaptive-delivery-prevent-bg, #snxS6Oly7ZmFIV4eydOtZLMRSzkWkmvU.lazyload, #snxS6Oly7ZmFIV4eydOtZLMRSzkWkmvU.lazyloading { background-image: none; }
#RHCOqodKxPzoc67Z4QuTF2lkQ9Qoab9k { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15061;background-color:#c6b49f;background-image:none;top:95.875rem;left:58.4375rem;display:block; }
#USEXhXGNuLgFqzHdaXbPO4d4nGQALRDX { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:97.1875rem;left:58.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBb5dcMocn6azCtL3zK6xymVg1FDGxpv { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:96.125rem;left:58.75rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zchPTflqJZRsVZr3PUF8T7RiCUEGMxhB { color:#f4f4f5;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:75.625rem;left:59.25rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNqcMumhAfOOvVDBkQWEXTgWMsSwKW6C { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15067;background-color:#c6b49f;background-image:none;top:95.875rem;left:20.9375rem;display:block; }
#VhhpIIuxXd8y8CbWk4cuSq6n0C2mi2nm { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:97.1875rem;left:21.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmdRS79uJxg4CapPUUB3HuOH2LOQpGMG { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:96.125rem;left:21.25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b6ZkWg0n4V376nKXUJTOtNIZ5rtMoE3p { position:absolute;display:block;z-index:15084;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/65d41cff-1782-4733-a1bc-e99baf708b3e/shutterstock_524915710.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:102.4375rem;left:2.1875rem;display:block; }#b6ZkWg0n4V376nKXUJTOtNIZ5rtMoE3p.adaptive-delivery-prevent-bg, #b6ZkWg0n4V376nKXUJTOtNIZ5rtMoE3p.lazyload, #b6ZkWg0n4V376nKXUJTOtNIZ5rtMoE3p.lazyloading { background-image: none; }
#tQeotubMUgU0LDs6IeALPLwSTvzSqTat { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15078;background-color:#c6b49f;background-image:none;top:99.875rem;left:2.1875rem;display:block; }
#V7WRbAKaRpVtnOM4c1WWWmUBARQiqEpd { color:#f4f4f5;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:100.3125rem;left:2.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHCunOtaUf99bRBl6CXNTMWoffVPgCac { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15077;background-color:#c6b49f;background-image:none;top:99.875rem;left:20.9375rem;display:block; }
#lilX8OhdTiq4UgxfRza34zOo78vXJizU { position:absolute;display:block;z-index:15085;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fa674457-afde-4bf2-889d-6a5da21de92e/shutterstock_2504623849.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:102.4375rem;left:20.9375rem;display:block; }#lilX8OhdTiq4UgxfRza34zOo78vXJizU.adaptive-delivery-prevent-bg, #lilX8OhdTiq4UgxfRza34zOo78vXJizU.lazyload, #lilX8OhdTiq4UgxfRza34zOo78vXJizU.lazyloading { background-image: none; }
#AUW3hBDziTRs8B7rvJcwoPOhZiyTGg88 { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:100.3125rem;left:21.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwrTPDQTUpKkQOXBFJvnZtKAAKUPX92H { position:absolute;display:block;z-index:15085;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/acddb874-c69e-43c2-bad2-b8d5bf6c9743/shutterstock_2080362580.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:102.4375rem;left:39.6875rem;display:block; }#TwrTPDQTUpKkQOXBFJvnZtKAAKUPX92H.adaptive-delivery-prevent-bg, #TwrTPDQTUpKkQOXBFJvnZtKAAKUPX92H.lazyload, #TwrTPDQTUpKkQOXBFJvnZtKAAKUPX92H.lazyloading { background-image: none; }
#vxtnCdiu96tzgCTbLoFUG3vwAt9n5SlP { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15076;background-color:#c6b49f;background-image:none;top:99.875rem;left:39.6875rem;display:block; }
#KUzT8Lq70RA49c7ErMM7LUWvXwJHB4y4 { color:#f4f4f5;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:100.3125rem;left:40rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWQScK9Bqci9TUu9DLUEw7lO1b6mWB2g { box-sizing:content-box;height:23.3125rem;width:14.375rem;position:absolute;display:block;z-index:15077;background-color:#c6b49f;background-image:none;top:99.875rem;left:58.4375rem;display:block; }
#RbRyoyzp0oSS9Vpgcy4zr3vBJ9RDsJ9b { color:#f4f4f5;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:101.95361328125rem;left:59.21875rem;height:19.0918125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XeS1UqafaIg6CVGf5X683k4KSElrpni3 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15077;background-color:#c6b49f;background-image:none;top:120.5625rem;left:2.1875rem;display:block; }
#l5m0AdanT3e6NWvmzXekllFf4vo6oTVn { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:120.75rem;left:2.375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOKzVc5PiH7hgSNK9JTukqsiPQmrlTPH { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15089;background-color:#c6b49f;background-image:none;top:120.5625rem;left:20.9375rem;display:block; }
#k8gEoI2IqnTT3SVqX0DHkqhLgasslFWL { color:#f4f4f5;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:120.8125rem;left:20.875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTo6BvtCQ4L7RDiJIiQxoTxAvtlhrMUc { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15086;background-color:#c6b49f;background-image:none;top:120.5625rem;left:39.6875rem;display:block; }
#dfk3Ebq7iDaUBq5Sb5TqnF1BlWfKWMT4 { color:#f4f4f5;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:120.75rem;left:40.03125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2s7WufmKz28pEQNIFsEx6ZTk933THaB { background-color:#a4b4b8;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:versailles;font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:124.21875rem;left:27.5625rem;display:block; }
#xly5mvWPmyZIBtcof0NAkLDkXX9zO6xr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbd1c5;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; }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP > .row .container { background-color: transparent; background-image: none; }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP > .row .container > .video-iframe-container { display: none; }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP > .row > .video-iframe-container { display: none; }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP > .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); }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP > .row .container { border-width: 0; border-radius: 0; }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#m6OiJ43V6oAeN8v6xFv746OtR7MhfxRz { color:#000000;display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;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; }
#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a1be099-577e-47ad-ba30-8204977a936f/1.png");background-position:top 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; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ.adaptive-delivery-prevent-bg, #COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ.lazyload, #COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ.lazyloading { background-image: none; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row .container { background-color: transparent; background-image: none; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row .container > .video-iframe-container { display: none; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row > .video-iframe-container { display: none; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .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); }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row .container { border-width: 0; border-radius: 0; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#NIfJXCWzXNOnecKDfMHn3Tm6dkkkHsBK { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.3125rem;left:28.9375rem;height:2.7749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e2G8iX881K98CF5skw24rwqChOdxQFHT { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:8.5625rem;left:30.3125rem;height:3.82421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sZIAirRsfxNHJeA3ae4E3szgIutmZLXE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:24.625rem;top:6.39892578125rem;left:1.09375rem;overflow:hidden;display:block; }
#CCx9fk5uFza8b1vsAvmIMtrO7vmpnr8v { position:absolute;display:block;z-index:15002;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.0625rem;width:26.8125rem;top:0rem;left:0rem;display:block; }
#GLkZlgmZZ5BAxuML6UCU0EGxdtiWpyTC { background-color:#a4b4b8;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:versailles;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.5625rem;left:6rem;display:block; }
#ezq7GabmDFnzw58OJ7bFwkGaEbN3QrRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qunq8gV4mWxIMUtEffFUMgu5zt0vUJlD { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:14.375rem;left:32.125rem; }
#XoulrvJqJ0HI9oKD3AfKbIeeyOT3VNV2 { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:14.25rem;left:34.875rem;height:13.08055rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oWVWi8mam1wNPzEwoGtaFeUn3TzPKKSo { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:18.125rem;left:32.125rem; }
#dUqRQcocJSGDnEOasv83vamPErX0MBcG { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:21.75rem;left:32.125rem; }
#o9m1IlUyT6o0P7zDPwL8G2SKT8w3grx6 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:25.5rem;left:32.125rem; }
#F5pOP3L7gw4JFMxARz9EpBKsobpuHTEJ { color:#ffffff;display:block;width:44rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:29.375rem;left:28.9375rem;height:2.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa { background-color:#dbd1c5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa > .row .container { background-color: transparent; background-image: none; }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa > .row .container > .video-iframe-container { display: none; }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa > .row > .video-iframe-container { display: none; }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa > .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); }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa > .row .container { border-width: 0; border-radius: 0; }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;overflow:visible;position:relative;display:block; }#E8RVhsPbQmOkxpnUVMpduayI6Tn6ueKP { position:absolute;display:block;z-index:15071;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.5rem;width:7.75rem;top:3.25rem;left:4.375rem;overflow:hidden;display:block; }
#k7M0Mm6oX3TpnOf02KZFGTXqg18H4iM5 { position:absolute;display:block;z-index:15067;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.4375rem;width:10.1875rem;top:3.25rem;left:15rem;overflow:hidden;display:block; }
#CdhCQgXluTTTLaDm2WZq6W7fMZW5JUqd { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.125rem;top:3.5625rem;left:28.6875rem;overflow:hidden;display:block; }
#wHcseBULnRbIlDcCTRfsTaUNT0S6ucJV { position:absolute;display:block;z-index:15070;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.125rem;width:8.5625rem;top:2.9375rem;left:39.5625rem;overflow:hidden;display:block; }
#xst31CgTtewR8OCxkPB1baVtJWx6bshw { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.375rem;top:3.5625rem;left:52rem;overflow:hidden;display:block; }
#W01mo951RJxSMC3Gt0R2blKqmox0WBE4 { position:absolute;display:block;z-index:15069;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:8.5625rem;width:8.5625rem;top:0rem;left:64.6875rem;overflow:hidden;display:block; }
#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT > .row .container { background-color: transparent; background-image: none; }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT > .row .container > .video-iframe-container { display: none; }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT > .row > .video-iframe-container { display: none; }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT > .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); }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT > .row .container { border-width: 0; border-radius: 0; }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#un2iH8FOWWirURqBCzSuWtkBecuGxHAo { color:#0a0a0a;display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.25rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:8rem;left:0rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5G3ygCrFMq0LCnL7ORNTNCcgJEOw6sq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.625rem;left:42.625rem; }
#rDrvQIvLFdOaTNlzUKb1pWdMyFSpn735 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.625rem;left:39.6875rem; }
#oiFafIpZbNLhyQFzv7n0APFM5y36DmI9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.625rem;left:36.5625rem; }
#P1Lr9GBk5r39IHhFr3pxKkb4WD93DikB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.625rem;left:33.4375rem; }
#W1AE1facxUgv0IXbbGwI4rpVVRXCweMt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.625rem;left:30.0625rem; }
#n1KsZgk9wIWz7D95wNxXyUMhWh117A4M { color:#0a0a0a;display:block;width:55.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.3125rem;left:9.5625rem;height:8.999025rem;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; }
#uIdrKWHdTfTMfNpfspLUgrqhPMVmxD5P { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:22.125rem;left:29.375rem;display:block; }
#xDBCxdD8rTRGwPA46b9WRxNHJb7nzCry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbd1c5;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; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row .container { background-color: transparent; background-image: none; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row .container > .video-iframe-container { display: none; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row > .video-iframe-container { display: none; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .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); }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row .container { border-width: 0; border-radius: 0; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#sQS0cRoAfPWqrSMNPO3oLkxrcPHdBXkV { color:#0a0a0a;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:9rem;left:1.875rem;height:14.39845rem;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; }
#sPrqWgouTAJh1WpvcvLX1b63NlMwJprg { color:#d8d1c7;display:block;width:30.3125rem;position:absolute;font-family:versailles;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:2rem;left:1.875rem;height:5.5rem;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; }
#RIaXIB9NfuDiZZTNoGDZITrK4xNV7HmV { 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:21.875rem;width:32.875rem;top:4.34375rem;left:39.8125rem;overflow:hidden;display:block; }
#NJsE3LZSMCpy2Xm6oKWpTJWlAm3NBtBR { background-color:#a4b4b8;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:versailles;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.875rem;left:1.875rem;display:block; }
#eyKsBJRxzBEVIJTP1RDbiziQ868KWwbs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container { background-color: transparent; background-image: none; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container > .video-iframe-container { display: none; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row > .video-iframe-container { display: none; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .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); }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container { border-width: 0; border-radius: 0; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#dbb3b079b0adad9e308503934f129b55 { 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:4.5rem;width:12.0625rem;top:1.59375rem;left:0.875rem;overflow:hidden;display:block; }
#wzl605eJcSTdbEFChX6GRvKcy5w3MZVg { color:#0a0a0a;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.1435546875rem;left:59.875rem;height:5.39941875rem;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; }
#Zr0N5wU6nSPITWpp1bmBXRXoKO8K2Dsg { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.875rem;left:34.875rem; }
#Zr0N5wU6nSPITWpp1bmBXRXoKO8K2Dsg > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#uhb2PC5pOCEfORmVmWEKaaH5TtHJoTMz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.875rem;left:38.1875rem; }
#uhb2PC5pOCEfORmVmWEKaaH5TtHJoTMz > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO { display:block; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGrleTmnDU6btUanmZW50iRNKgTLsdeb { top:0.8125rem;left:0rem;width:11.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 { display:block; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZADwH9z74pNQ4QnWTdTIwQK93LQPJHK { top:20.0625rem;left:0rem;width:37.4375rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyH3nAVWEtTk6syVRdhNh9mewBpzsFat { top:14.0625rem;left:0rem;width:45.1875rem;height:6rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWIbPNQppBC3kiiUoJVI6w4cmixrGW15 { top:11.625rem;left:0rem;width:27.8125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnPELaGw4FkPuRhUOrXC65SSJv8aoDA3 { top:5.5625rem;left:0rem;width:23.3125rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh24TmCuVnZXcVyZBPO6lbs7zbbd7Hkl { width:20.8125rem;height:4.875rem;top:28.8125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3BezfMN5WKkF63OQCp7LPlpApTWT6k6 { top:2.6875rem;left:23.8125rem;width:23.9375rem;height:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4T8xUdEHqLDTNTO2nAPzXsBicFJVds1 { top:0rem;left:20.9375rem;width:26.8125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO { display:block; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ0P5armqkEyuJFFFq6fIOPnIhUtE65p { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtgcWwAp8WFhbbHHCnzbHkAymMXiLH1v { display:block; }
 }@media only screen and (max-width: 763px) { #Z1TOXqXBn3SsHwnk4fc9UmLEQPhaw8RF { width:35.5625rem;height:21.5625rem;top:6.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOmD49gCRoWx2PR3CNy8AM5QXSKGnQel { width:30.3125rem;height:2.75rem;top:2.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6q3N8CKcefZRuSl2m9BB7fbDDkJ0qSM { top:3.625rem;left:15.5625rem;width:32.1875rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keoErkaTwE9noq839G3OVklGZsl4y3bi { width:28.625rem;height:19rem;top:7.5625rem;left:19.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moFmfGQ8b2EiVeu8mmp7k5WHSHvf7R86 { top:14.3125rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ptZcPrc6A1EJK7OOm5VtmuNeqzfkZN { top:9.75rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JliGwJK7kPxzD8Bg9uZ033ORMcD8LPPJ { top:18.6875rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCspMMb9Tfgsi7vkZxfdDwb8D3dMXEJa { top:22.9375rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMgwzsyEDsZBgaOtV0gCPW5GJERV9QrX { top:27.25rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO { display:block; }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlRaivOTZKWwKiIwym8JwVF5DDkCTAXt { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANQH9LTmbuB54zpkin1I9fJX9HWrAcG { display:block; }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0VVFkZP4T7aX6iG7Tlt73WEIfbTstkE { width:24.875rem;height:18.6875rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }#i0VVFkZP4T7aX6iG7Tlt73WEIfbTstkE li:before{  }
 }@media only screen and (max-width: 763px) { #fipxo2UwiZJuwGWMfhxEg40fzwRg7oTv { width:22.75rem;height:18.6875rem;top:1.875rem;left:9rem;font-size:1.125rem;display:block; }#fipxo2UwiZJuwGWMfhxEg40fzwRg7oTv li:before{  }
 }@media only screen and (max-width: 763px) { #CfAIMElTmLmwzCZpF9rPpkw9t9wpx7cP { top:1.5625rem;left:25.375rem;width:22.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1hXUp3zbG58dv0qv0wWTDKzWKbZCu7x { width:20.125rem;height:17.9375rem;top:2.25rem;left:27.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L { display:block; }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJAD2GRnisVSMNL2IlDcEVUX7xndDZfq { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw { display:block; }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dkh9p4ITfLMhNZNz94w4kVaDoJFv7mRB { top:3.875rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItXA7zRTnkLQaMniJvW44E73XAselOT6 { top:22rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuwZwl5ThCJVJDxdeSmuRPKimS48dR6P { top:1.75rem;left:0.28125rem;width:11.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuJZhRqnbUEEfeSgUgdHTR96kRa0GrQc { top:1.75rem;left:9.75rem;width:14.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnpTnWJ0rotiQoC9t8oUdmxxonccTCWG { top:1.3125rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4ONNUb8LJcnd4fJyP2ffT5FlhZJs9Q9 { top:3.875rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Umpdy489O7d11nhEekHyAJS0acBBbQ { top:1.3125rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVED0cMLPbC10blrcEdIDKXLOxHV2P3M { top:1.75rem;left:21.8125rem;width:14rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFrm5P1eDqS27eKvIzsoTehrqzPQJ2Qy { top:1.3125rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plu1HaTPMddQA7swqoKLAREaXyD32sWw { top:1.75rem;left:34.9375rem;width:12.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k606uKpirNLxDDDUSP4mwSFAZ3TNDQiJ { top:3.875rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmXoXTt9APfe4kGTW8b7FUF5xPcJmQU { top:3.875rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuK4fBpQJtHtKhWa7ZEBoJDJSzIXB7eT { top:28.5rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOTAX7obMbKhpiBWgmzBrkKM0dlZWBrX { top:25.9375rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqulroc8wQi1IoRdAyTANabDpmPyTHsO { top:26.375rem;left:0rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4JcFzQ9wH2onhtRVR26PnABk50IIt2b { top:26.375rem;left:10.1875rem;width:13.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD6ZMbnNt7wbGsVyooetmsEs1XSsS2uq { top:25.9375rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8OMv4fJU6BGTMNuWESWlpDTPXHxkiv2 { top:28.5rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEoMZRaqquViCnmNGpGbChOsA08hO2PT { top:25.9375rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJaUOVyoS4IIluTllk7sDZ5zPGVMTrig { top:26.375rem;left:21.9375rem;width:13.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVL5yoFyVTdoOZD8dyltUqDttHiVv6R4 { top:28.5rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocu8HqdUP2ST3mdXWcVvzTr16JWdVGNB { top:25.9375rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rylifviFVQ8PyycL1RzNcCe2PfntlagH { top:26.375rem;left:33.8125rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0P7PciMeWp9MmQn37FJB1rt0m2hmywT { top:28.5rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7T0Z0tJDA5D9XTxUtkZe3vokiF474AP { top:22.25rem;left:0rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhPmkX55QpVULadB6f9KhmWHu7Z6wJOZ { top:23.3125rem;left:0rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwINE4ZgOTOsUAl4LTJ5fidq5C12Quy3 { top:1.3125rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSIFPLDZBDWtqGTNdM3SPFqrhKBDFRbT { top:22rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekeb9NrtT2ksQqhVCZTCtzS8FJDiOTGq { top:22.5rem;left:22.0625rem;width:13.75rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGS9AlzQw74Ixtz4syNe5fqxbPlRGHB { top:46.625rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPkVH1PPHfncxIr8EGTslLpwGBgZHA7b { top:46.875rem;left:0rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk1ixlpmBEtt3nOBU13X1yEZmqUgBvkf { top:47.9375rem;left:0rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUu26eBBCpw4DPyTgzqdEXOf7ckAMlaf { top:22rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1S7kCkmv5gNkJEhFWC7IJaOUNUbC3nE { top:22.1875rem;left:10.125rem;width:13.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlWEHTzRgoSax4lcVLXlJhwfUquo6ZDc { top:22rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6K3seqGoBpMtbOQbOEdSnV8Enfok0r8 { top:23.3125rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSKNeCIrxTvqB4WTPQux5KNEkXfUFZqm { top:22.25rem;left:34rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEObDBhIaBOvchUPyI5DvF57FgUdelwZ { top:46.625rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI8i5MO5Ag2zvfuAg3yTLGuqQ9vXUblp { top:47.9375rem;left:10.125rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZBC5Snd1yDxb17lv4KHSwnFWecanhDo { top:46.875rem;left:10.125rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIbg29qarzm2Ug6DDDTA6r4BtQcH3kqQ { top:46.625rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r99gsDAW4K4dLahi6QM1qse8mXsthsCV { top:46.8125rem;left:22.0625rem;width:13.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6ZJaP9VTqUPLD3IXkb2x8kbHAQAGTC0 { top:46.625rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfVbbe6dnz4uqKJOM2S3lhNnGKEQ5zbT { top:47.9375rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwJN2Ko5w533GirryJie20LLIAh3Qpi3 { top:46.875rem;left:34rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBrihOwROVTrpV0f9vgK9yRa2LaKkwn { top:53.1875rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRHc7tsD7oa6Cw2KtwHRPwL1o9zZe1AS { top:50.625rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noy4SQldNK2WWuEVBJKVHck6wkJBaAru { top:51.0625rem;left:0rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WofNzeA9wPPgWX7834Q9zI2cm6KKoHlk { top:50.625rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI2dM7mwQCFhyaoIsM9Lxc3kmbLOWXxt { top:53.1875rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXRcdFdDs3p4KzBnb3KNlQPrDwtdRo8w { top:53.1875rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G64H71L46OdA0kufgsrZ8rJ8nDVPmU0p { top:50.625rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbzgGvkpXe0kzDKhUyTMhlM0rwHO4AXU { top:51.0625rem;left:21.8125rem;width:14rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5sXQ1wmErQDd2UAEZRT3LUpgdEsT4gQ { top:71.3125rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsT0qG8OP3VpiIR6DgQPbyTdXmTuxRZ2 { top:71.3125rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzwAwBXvGC40QPOIkXpMNiDtKtMsyegJ { top:71.4375rem;left:0rem;width:12.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkZ7wkTdNt5VgSu2dNOEd8dLfN2v6zAz { top:71.4375rem;left:12.34375rem;width:11.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd2lypCnCxNsVmI4O17dVp2n1dDa8lfA { top:50.625rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTJGQna0M3ac33XcdzHT7Rrro95KBWc { top:53.1875rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnffdM4Ur0fD8h73o7FP2FAxEsKEvBQT { top:71.3125rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSL0TQX9yTyIVwtEPigdX235loiZrrqZ { top:72.625rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #czo9HTF2ycwdLfoGySr0TX6pKCvTi8CD { top:71.5625rem;left:34rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdFPqTOrBpiUTOeBgzb7NCdQOnNpmun9 { top:51.0625rem;left:34.9375rem;width:12.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEQ2hUWQ6oQ3TAlXt9VVQWnrxKWT1EzT { top:71.3125rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hubUlpPTtKvUqMftaSThRS5E0u3uQr { top:72.625rem;left:22.0625rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmFh9enIbQDZlGLX8h2zLBHcbieldFqx { top:71.5625rem;left:22.0625rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw6x0JnUOlGqi9WUrALlotKSV7Kb0WyG { top:51.0625rem;left:9.9375rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foZ8fu0qZ7r0AUBtrtxcOWalFsOwtzRk { top:77.75rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGorKS07d7B7ErbcHpQ1Cb4PWoqkJi9W { top:75.1875rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvqym4HwalwzfwDvpU3ef0ZyHb8GzgWn { top:75.625rem;left:0rem;width:14.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDOy6XN8W6M6TmDKXPyE3X4OGB0zhk3h { top:95.875rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZJhoWD5GtdewNzJQbZV3SRlfkTbLdKX { top:96.0625rem;left:0rem;width:14.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ETRtD7rZ2RkSets2RGrpcgTGSv1Kq3 { top:75.1875rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhW1lPacUTUiEwdlXQdoSvV2CMiiQ789 { top:77.75rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jinv8l8bgJ9cm8t76Kd6H2syXZyyBtmH { top:75.625rem;left:9.9375rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK7UusWZ4mwx6raO12gmPUlT2Hb1LQm1 { top:77.75rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaXT07w3WPaLl1QWUaGT0467s8koBlim { top:75.1875rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNoIR412TBZ8HSonATTcbgzRm3vTAfch { top:75.625rem;left:22rem;width:13.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbAwQ6fVt6w5AFSss0N8p0dsdTv242XM { top:95.875rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbpF9nT5V4cwJbPrJNOulIWTu5SmZERC { top:96.0625rem;left:22.0625rem;width:13.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlMEJwbar9bBo7RxcH3rByV4WkKOSUQN { top:75.1875rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snxS6Oly7ZmFIV4eydOtZLMRSzkWkmvU { top:77.75rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHCOqodKxPzoc67Z4QuTF2lkQ9Qoab9k { top:95.875rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USEXhXGNuLgFqzHdaXbPO4d4nGQALRDX { top:97.1875rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBb5dcMocn6azCtL3zK6xymVg1FDGxpv { top:96.125rem;left:34rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zchPTflqJZRsVZr3PUF8T7RiCUEGMxhB { top:75.625rem;left:34.9375rem;width:12.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNqcMumhAfOOvVDBkQWEXTgWMsSwKW6C { top:95.875rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhhpIIuxXd8y8CbWk4cuSq6n0C2mi2nm { top:97.1875rem;left:10.125rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmdRS79uJxg4CapPUUB3HuOH2LOQpGMG { top:96.125rem;left:10.125rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ZkWg0n4V376nKXUJTOtNIZ5rtMoE3p { top:102.4375rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQeotubMUgU0LDs6IeALPLwSTvzSqTat { top:99.875rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7WRbAKaRpVtnOM4c1WWWmUBARQiqEpd { top:100.3125rem;left:0rem;width:14.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHCunOtaUf99bRBl6CXNTMWoffVPgCac { top:99.875rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lilX8OhdTiq4UgxfRza34zOo78vXJizU { top:102.4375rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUW3hBDziTRs8B7rvJcwoPOhZiyTGg88 { top:100.3125rem;left:9.9375rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwrTPDQTUpKkQOXBFJvnZtKAAKUPX92H { top:102.4375rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtnCdiu96tzgCTbLoFUG3vwAt9n5SlP { top:99.875rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUzT8Lq70RA49c7ErMM7LUWvXwJHB4y4 { top:100.3125rem;left:22rem;width:13.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWQScK9Bqci9TUu9DLUEw7lO1b6mWB2g { top:99.875rem;left:33.375rem;width:14.375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbRyoyzp0oSS9Vpgcy4zr3vBJ9RDsJ9b { top:101.9375rem;left:34.9375rem;width:12.8125rem;height:19.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeS1UqafaIg6CVGf5X683k4KSElrpni3 { top:120.5625rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5m0AdanT3e6NWvmzXekllFf4vo6oTVn { top:120.75rem;left:0rem;width:14.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOKzVc5PiH7hgSNK9JTukqsiPQmrlTPH { top:120.5625rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8gEoI2IqnTT3SVqX0DHkqhLgasslFWL { top:120.8125rem;left:9.375rem;width:14.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTo6BvtCQ4L7RDiJIiQxoTxAvtlhrMUc { top:120.5625rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfk3Ebq7iDaUBq5Sb5TqnF1BlWfKWMT4 { top:120.75rem;left:22.125rem;width:13.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2s7WufmKz28pEQNIFsEx6ZTk933THaB { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xly5mvWPmyZIBtcof0NAkLDkXX9zO6xr { display:block; }
 }@media only screen and (max-width: 763px) { #mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP { display:block; }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6OiJ43V6oAeN8v6xFv746OtR7MhfxRz { width:47.75rem;height:4rem;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ { display:block; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIfJXCWzXNOnecKDfMHn3Tm6dkkkHsBK { top:4.3125rem;left:3.0625rem;width:44.6875rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2G8iX881K98CF5skw24rwqChOdxQFHT { top:8.5625rem;left:6.5rem;width:41.25rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZIAirRsfxNHJeA3ae4E3szgIutmZLXE { top:6.375rem;left:0rem;width:24.625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCx9fk5uFza8b1vsAvmIMtrO7vmpnr8v { width:26.8125rem;height:36.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLkZlgmZZ5BAxuML6UCU0EGxdtiWpyTC { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezq7GabmDFnzw58OJ7bFwkGaEbN3QrRD { display:block; }
 }@media only screen and (max-width: 763px) { #qunq8gV4mWxIMUtEffFUMgu5zt0vUJlD { width:1.625rem;height:1.625rem;top:14.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoulrvJqJ0HI9oKD3AfKbIeeyOT3VNV2 { width:38.125rem;height:13.0625rem;top:14.25rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWVWi8mam1wNPzEwoGtaFeUn3TzPKKSo { width:1.625rem;height:1.625rem;top:18.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUqRQcocJSGDnEOasv83vamPErX0MBcG { width:1.625rem;height:1.625rem;top:21.75rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9m1IlUyT6o0P7zDPwL8G2SKT8w3grx6 { width:1.625rem;height:1.625rem;top:25.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5pOP3L7gw4JFMxARz9EpBKsobpuHTEJ { top:29.375rem;left:3.75rem;width:44rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa { display:block; }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8RVhsPbQmOkxpnUVMpduayI6Tn6ueKP { top:3.25rem;left:0rem;width:7.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7M0Mm6oX3TpnOf02KZFGTXqg18H4iM5 { top:3.25rem;left:1.375rem;width:10.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdhCQgXluTTTLaDm2WZq6W7fMZW5JUqd { top:3.5625rem;left:15.0625rem;width:6.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcseBULnRbIlDcCTRfsTaUNT0S6ucJV { top:2.9375rem;left:25.9375rem;width:8.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xst31CgTtewR8OCxkPB1baVtJWx6bshw { top:3.5625rem;left:38.375rem;width:7.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01mo951RJxSMC3Gt0R2blKqmox0WBE4 { top:0rem;left:39.1875rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT { display:block; }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un2iH8FOWWirURqBCzSuWtkBecuGxHAo { width:47.75rem;height:2rem;top:8rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5G3ygCrFMq0LCnL7ORNTNCcgJEOw6sq { top:3.625rem;left:29rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDrvQIvLFdOaTNlzUKb1pWdMyFSpn735 { top:3.625rem;left:26.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiFafIpZbNLhyQFzv7n0APFM5y36DmI9 { top:3.625rem;left:22.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Lr9GBk5r39IHhFr3pxKkb4WD93DikB { top:3.625rem;left:19.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1AE1facxUgv0IXbbGwI4rpVVRXCweMt { top:3.625rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1KsZgk9wIWz7D95wNxXyUMhWh117A4M { width:47.75rem;height:8.9375rem;top:11.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIdrKWHdTfTMfNpfspLUgrqhPMVmxD5P { width:16.25rem;height:2.5625rem;top:22.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDBCxdD8rTRGwPA46b9WRxNHJb7nzCry { display:block; }
 }@media only screen and (max-width: 763px) { #mGiOVgiU5uStf2qe8fJV0asTzCmagJoh { display:block; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQS0cRoAfPWqrSMNPO3oLkxrcPHdBXkV { width:31.125rem;height:14.375rem;top:9rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPrqWgouTAJh1WpvcvLX1b63NlMwJprg { width:30.3125rem;height:5.5rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIaXIB9NfuDiZZTNoGDZITrK4xNV7HmV { top:4.3125rem;left:14.875rem;width:32.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJsE3LZSMCpy2Xm6oKWpTJWlAm3NBtBR { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyKsBJRxzBEVIJTP1RDbiziQ868KWwbs { display:block; }
 }@media only screen and (max-width: 763px) { #h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT { display:block; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbb3b079b0adad9e308503934f129b55 { top:1.5625rem;left:0rem;width:12.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzl605eJcSTdbEFChX6GRvKcy5w3MZVg { width:15.125rem;height:5.375rem;top:1.125rem;left:32.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0N5wU6nSPITWpp1bmBXRXoKO8K2Dsg { top:2.875rem;left:21.25rem;width:2rem;height:2rem;display:block; }
#Zr0N5wU6nSPITWpp1bmBXRXoKO8K2Dsg > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #uhb2PC5pOCEfORmVmWEKaaH5TtHJoTMz { top:2.875rem;left:24.5625rem;width:2rem;height:2rem;display:block; }
#uhb2PC5pOCEfORmVmWEKaaH5TtHJoTMz > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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) { #gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO { background-color:#6e5240;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; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row .container { background-color: transparent; background-image: none; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row .container > .video-iframe-container { display: none; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row > .video-iframe-container { display: none; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .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); }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row .container { border-width: 0; border-radius: 0; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gihuqGZWxb2Sn3dcT1BJeT8D7LXQ2AJO > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGrleTmnDU6btUanmZW50iRNKgTLsdeb { width:8.625rem;height:3.375rem;top:0.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b901bd6b-1cfd-43a6-975e-90ff4e57297d/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3.adaptive-delivery-prevent-bg, #OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3.lazyload, #OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3.lazyloading { background-image: none; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row .container { background-color: transparent; background-image: none; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row .container > .video-iframe-container { display: none; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row > .video-iframe-container { display: none; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .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); }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row .container { border-width: 0; border-radius: 0; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OSnySi1sw9bL7idRoDOLTryTVh6Pdsa3 > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZADwH9z74pNQ4QnWTdTIwQK93LQPJHK { width:20rem;height:3.1875rem;top:9.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qyH3nAVWEtTk6syVRdhNh9mewBpzsFat { width:20rem;height:2.79980625rem;top:6.4375rem;left:0rem;font-size:2rem;line-height:1.4;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LWIbPNQppBC3kiiUoJVI6w4cmixrGW15 { width:20rem;height:1.59375rem;top:4.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gnPELaGw4FkPuRhUOrXC65SSJv8aoDA3 { width:17.25rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rh24TmCuVnZXcVyZBPO6lbs7zbbd7Hkl { width:14.9375rem;height:3.57421875rem;top:61.6669921875rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q3BezfMN5WKkF63OQCp7LPlpApTWT6k6 { width:20rem;height:45.1875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4T8xUdEHqLDTNTO2nAPzXsBicFJVds1 { width:20rem;height:21.5rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO { 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; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row .container { background-color: transparent; background-image: none; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row .container > .video-iframe-container { display: none; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row > .video-iframe-container { display: none; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .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); }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row .container { border-width: 0; border-radius: 0; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkdv0TmEuv1pU1pzcw1SBZ6orlvMXlcO > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ0P5armqkEyuJFFFq6fIOPnIhUtE65p { width:16.5rem;height:3.75rem;top:30.0625rem;left:1.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #TtgcWwAp8WFhbbHHCnzbHkAymMXiLH1v { display:block; }
 }@media only screen and (max-width: 763px) { #Z1TOXqXBn3SsHwnk4fc9UmLEQPhaw8RF { width:20rem;height:23.99415rem;top:5.07421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOmD49gCRoWx2PR3CNy8AM5QXSKGnQel { width:20rem;height:2.19970625rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6q3N8CKcefZRuSl2m9BB7fbDDkJ0qSM { width:20rem;height:23.75rem;top:34.9375rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #keoErkaTwE9noq839G3OVklGZsl4y3bi { width:17.375rem;height:19.49709375rem;top:36.6875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moFmfGQ8b2EiVeu8mmp7k5WHSHvf7R86 { width:6.25rem;height:0.1875rem;top:56.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ptZcPrc6A1EJK7OOm5VtmuNeqzfkZN { width:6.25rem;height:0.1875rem;top:38.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JliGwJK7kPxzD8Bg9uZ033ORMcD8LPPJ { width:6.25rem;height:0.1875rem;top:43.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCspMMb9Tfgsi7vkZxfdDwb8D3dMXEJa { width:6.25rem;height:0.1875rem;top:47.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMgwzsyEDsZBgaOtV0gCPW5GJERV9QrX { width:6.25rem;height:0.1875rem;top:51.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO { display:block; }#t1aDqPvr5XCss6k9FO6gTrHu1gnHnxOO > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlRaivOTZKWwKiIwym8JwVF5DDkCTAXt { width:17.5625rem;height:2.25rem;top:1.125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TANQH9LTmbuB54zpkin1I9fJX9HWrAcG { display:block; }#TANQH9LTmbuB54zpkin1I9fJX9HWrAcG > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0VVFkZP4T7aX6iG7Tlt73WEIfbTstkE { width:20rem;height:18.496125rem;top:1.57421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#i0VVFkZP4T7aX6iG7Tlt73WEIfbTstkE li:before{  }
 }@media only screen and (max-width: 763px) { #fipxo2UwiZJuwGWMfhxEg40fzwRg7oTv { width:20rem;height:18.496125rem;top:20.3203125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#fipxo2UwiZJuwGWMfhxEg40fzwRg7oTv li:before{  }
 }@media only screen and (max-width: 763px) { #CfAIMElTmLmwzCZpF9rPpkw9t9wpx7cP { width:20rem;height:19.375rem;top:40.125rem;left:0rem;background-color:#ccd8db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #o1hXUp3zbG58dv0qv0wWTDKzWKbZCu7x { width:19.3125rem;height:15.9961rem;top:41.8125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L { display:block; }#z4gZIuCPH8ivxi7eMQIZsNx7wch7OU1L > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJAD2GRnisVSMNL2IlDcEVUX7xndDZfq { width:20rem;height:4.5rem;top:0.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw { display:block; }#KMB4HcRXRItJ02QTVpuai5BAnPFhPIvw > .row .container { width:20rem;height:485.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dkh9p4ITfLMhNZNz94w4kVaDoJFv7mRB { width:14.375rem;height:18.125rem;top:3.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItXA7zRTnkLQaMniJvW44E73XAselOT6 { width:14.375rem;height:2.5625rem;top:0.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuwZwl5ThCJVJDxdeSmuRPKimS48dR6P { width:12.8125rem;height:1.4624rem;top:1.4248046875rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuJZhRqnbUEEfeSgUgdHTR96kRa0GrQc { width:14.4375rem;height:1.4624rem;top:50.0625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnpTnWJ0rotiQoC9t8oUdmxxonccTCWG { width:14.375rem;height:2.625rem;top:49.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4ONNUb8LJcnd4fJyP2ffT5FlhZJs9Q9 { width:14.375rem;height:18.125rem;top:76.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Umpdy489O7d11nhEekHyAJS0acBBbQ { width:14.375rem;height:2.625rem;top:73.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVED0cMLPbC10blrcEdIDKXLOxHV2P3M { width:14.125rem;height:1.4624rem;top:74.5rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFrm5P1eDqS27eKvIzsoTehrqzPQJ2Qy { width:14.375rem;height:2.625rem;top:25.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plu1HaTPMddQA7swqoKLAREaXyD32sWw { width:13.9375rem;height:1.4624rem;top:25.8125rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k606uKpirNLxDDDUSP4mwSFAZ3TNDQiJ { width:14.375rem;height:18.125rem;top:52.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmXoXTt9APfe4kGTW8b7FUF5xPcJmQU { width:14.375rem;height:18.125rem;top:27.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuK4fBpQJtHtKhWa7ZEBoJDJSzIXB7eT { width:14.375rem;height:18.125rem;top:173.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOTAX7obMbKhpiBWgmzBrkKM0dlZWBrX { width:14.375rem;height:2.5625rem;top:171.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqulroc8wQi1IoRdAyTANabDpmPyTHsO { width:13.75rem;height:1.4624rem;top:171.875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4JcFzQ9wH2onhtRVR26PnABk50IIt2b { width:13.125rem;height:1.4624rem;top:123.3125rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD6ZMbnNt7wbGsVyooetmsEs1XSsS2uq { width:14.375rem;height:2.625rem;top:122.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8OMv4fJU6BGTMNuWESWlpDTPXHxkiv2 { width:14.375rem;height:18.125rem;top:125.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEoMZRaqquViCnmNGpGbChOsA08hO2PT { width:14.375rem;height:2.625rem;top:146.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJaUOVyoS4IIluTllk7sDZ5zPGVMTrig { width:13.75rem;height:1.4624rem;top:98.875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVL5yoFyVTdoOZD8dyltUqDttHiVv6R4 { width:14.375rem;height:18.125rem;top:100.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocu8HqdUP2ST3mdXWcVvzTr16JWdVGNB { width:14.375rem;height:2.625rem;top:98.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rylifviFVQ8PyycL1RzNcCe2PfntlagH { width:13.375rem;height:1.4624rem;top:147.5rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0P7PciMeWp9MmQn37FJB1rt0m2hmywT { width:14.375rem;height:18.125rem;top:149.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7T0Z0tJDA5D9XTxUtkZe3vokiF474AP { width:13.75rem;height:1.13720625rem;top:21.9375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #AhPmkX55QpVULadB6f9KhmWHu7Z6wJOZ { width:13.75rem;height:0.9746125rem;top:23rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwINE4ZgOTOsUAl4LTJ5fidq5C12Quy3 { width:14.375rem;height:2.625rem;top:220rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSIFPLDZBDWtqGTNdM3SPFqrhKBDFRbT { width:14.375rem;height:2.625rem;top:94.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekeb9NrtT2ksQqhVCZTCtzS8FJDiOTGq { width:14.3125rem;height:2.6806625rem;top:94.6875rem;left:2.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTGS9AlzQw74Ixtz4syNe5fqxbPlRGHB { width:14.375rem;height:2.625rem;top:191.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPkVH1PPHfncxIr8EGTslLpwGBgZHA7b { width:13.75rem;height:1.13720625rem;top:192.125rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qk1ixlpmBEtt3nOBU13X1yEZmqUgBvkf { width:13.75rem;height:0.9746125rem;top:193.25rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUu26eBBCpw4DPyTgzqdEXOf7ckAMlaf { width:14.375rem;height:2.625rem;top:70.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1S7kCkmv5gNkJEhFWC7IJaOUNUbC3nE { width:13.75rem;height:2.2744125rem;top:70.4375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AlWEHTzRgoSax4lcVLXlJhwfUquo6ZDc { width:14.375rem;height:2.625rem;top:45.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6K3seqGoBpMtbOQbOEdSnV8Enfok0r8 { width:13.75rem;height:0.9746125rem;top:47.1875rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSKNeCIrxTvqB4WTPQux5KNEkXfUFZqm { width:13.75rem;height:1.13720625rem;top:46.125rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEObDBhIaBOvchUPyI5DvF57FgUdelwZ { width:14.375rem;height:2.625rem;top:143.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI8i5MO5Ag2zvfuAg3yTLGuqQ9vXUblp { width:13.75rem;height:0.9746125rem;top:144.6875rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZBC5Snd1yDxb17lv4KHSwnFWecanhDo { width:13.75rem;height:1.13720625rem;top:143.625rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIbg29qarzm2Ug6DDDTA6r4BtQcH3kqQ { width:14.375rem;height:2.625rem;top:119.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r99gsDAW4K4dLahi6QM1qse8mXsthsCV { width:13.75rem;height:2.2744125rem;top:119.25rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6ZJaP9VTqUPLD3IXkb2x8kbHAQAGTC0 { width:14.375rem;height:2.625rem;top:167.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfVbbe6dnz4uqKJOM2S3lhNnGKEQ5zbT { width:13.75rem;height:0.9746125rem;top:169.0625rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwJN2Ko5w533GirryJie20LLIAh3Qpi3 { width:13.75rem;height:1.13720625rem;top:168rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTBrihOwROVTrpV0f9vgK9yRa2LaKkwn { width:14.375rem;height:18.125rem;top:222.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRHc7tsD7oa6Cw2KtwHRPwL1o9zZe1AS { width:14.375rem;height:2.625rem;top:240.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noy4SQldNK2WWuEVBJKVHck6wkJBaAru { width:13.9375rem;height:1.4624rem;top:220.5625rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WofNzeA9wPPgWX7834Q9zI2cm6KKoHlk { width:14.375rem;height:2.625rem;top:244.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI2dM7mwQCFhyaoIsM9Lxc3kmbLOWXxt { width:14.375rem;height:18.125rem;top:246.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXRcdFdDs3p4KzBnb3KNlQPrDwtdRo8w { width:14.375rem;height:18.125rem;top:344rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G64H71L46OdA0kufgsrZ8rJ8nDVPmU0p { width:14.375rem;height:2.625rem;top:362.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbzgGvkpXe0kzDKhUyTMhlM0rwHO4AXU { width:14rem;height:1.4624rem;top:342.0625rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5sXQ1wmErQDd2UAEZRT3LUpgdEsT4gQ { width:14.375rem;height:2.625rem;top:195.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsT0qG8OP3VpiIR6DgQPbyTdXmTuxRZ2 { width:14.375rem;height:2.625rem;top:265.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzwAwBXvGC40QPOIkXpMNiDtKtMsyegJ { width:12.625rem;height:2.2744125rem;top:240.875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkZ7wkTdNt5VgSu2dNOEd8dLfN2v6zAz { width:11.1875rem;height:2.2744125rem;top:265.25rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pd2lypCnCxNsVmI4O17dVp2n1dDa8lfA { width:14.375rem;height:2.625rem;top:414.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTJGQna0M3ac33XcdzHT7Rrro95KBWc { width:14.375rem;height:18.125rem;top:416.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnffdM4Ur0fD8h73o7FP2FAxEsKEvBQT { width:14.375rem;height:2.625rem;top:435rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSL0TQX9yTyIVwtEPigdX235loiZrrqZ { width:13.75rem;height:0.9746125rem;top:436.3125rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czo9HTF2ycwdLfoGySr0TX6pKCvTi8CD { width:13.75rem;height:1.13720625rem;top:435.25rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdFPqTOrBpiUTOeBgzb7NCdQOnNpmun9 { width:12.8125rem;height:1.4624rem;top:414.875rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEQ2hUWQ6oQ3TAlXt9VVQWnrxKWT1EzT { width:14.375rem;height:2.625rem;top:365.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hubUlpPTtKvUqMftaSThRS5E0u3uQr { width:13.75rem;height:0.9746125rem;top:363.5rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmFh9enIbQDZlGLX8h2zLBHcbieldFqx { width:13.75rem;height:1.13720625rem;top:362.4375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lw6x0JnUOlGqi9WUrALlotKSV7Kb0WyG { width:13.9375rem;height:1.4624rem;top:244.875rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foZ8fu0qZ7r0AUBtrtxcOWalFsOwtzRk { width:14.375rem;height:18.125rem;top:198.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGorKS07d7B7ErbcHpQ1Cb4PWoqkJi9W { width:14.375rem;height:2.625rem;top:216.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvqym4HwalwzfwDvpU3ef0ZyHb8GzgWn { width:14.125rem;height:1.4624rem;top:196.125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDOy6XN8W6M6TmDKXPyE3X4OGB0zhk3h { width:14.375rem;height:2.625rem;top:268.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZJhoWD5GtdewNzJQbZV3SRlfkTbLdKX { width:14.0625rem;height:2.2744125rem;top:216.4375rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3ETRtD7rZ2RkSets2RGrpcgTGSv1Kq3 { width:14.375rem;height:2.625rem;top:292.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhW1lPacUTUiEwdlXQdoSvV2CMiiQ789 { width:14.375rem;height:18.125rem;top:295.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jinv8l8bgJ9cm8t76Kd6H2syXZyyBtmH { width:13.9375rem;height:1.4624rem;top:293.3125rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QK7UusWZ4mwx6raO12gmPUlT2Hb1LQm1 { width:14.375rem;height:18.125rem;top:368.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaXT07w3WPaLl1QWUaGT0467s8koBlim { width:14.375rem;height:2.625rem;top:386.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNoIR412TBZ8HSonATTcbgzRm3vTAfch { width:13.8125rem;height:1.4624rem;top:366.3125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbAwQ6fVt6w5AFSss0N8p0dsdTv242XM { width:14.375rem;height:2.625rem;top:389.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbpF9nT5V4cwJbPrJNOulIWTu5SmZERC { width:13.75rem;height:2.2744125rem;top:386.5625rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlMEJwbar9bBo7RxcH3rByV4WkKOSUQN { width:14.375rem;height:2.625rem;top:438.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snxS6Oly7ZmFIV4eydOtZLMRSzkWkmvU { width:14.375rem;height:18.125rem;top:441.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHCOqodKxPzoc67Z4QuTF2lkQ9Qoab9k { width:14.375rem;height:2.625rem;top:459.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USEXhXGNuLgFqzHdaXbPO4d4nGQALRDX { width:13.75rem;height:0.9746125rem;top:460.5rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBb5dcMocn6azCtL3zK6xymVg1FDGxpv { width:13.75rem;height:1.13720625rem;top:459.5rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zchPTflqJZRsVZr3PUF8T7RiCUEGMxhB { width:12.8125rem;height:1.4624rem;top:439.0625rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNqcMumhAfOOvVDBkQWEXTgWMsSwKW6C { width:14.375rem;height:2.625rem;top:313.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhhpIIuxXd8y8CbWk4cuSq6n0C2mi2nm { width:13.75rem;height:0.9746125rem;top:314.875rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmdRS79uJxg4CapPUUB3HuOH2LOQpGMG { width:13.75rem;height:1.13720625rem;top:313.8125rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6ZkWg0n4V376nKXUJTOtNIZ5rtMoE3p { width:14.375rem;height:18.125rem;top:271.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQeotubMUgU0LDs6IeALPLwSTvzSqTat { width:14.375rem;height:2.625rem;top:289.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7WRbAKaRpVtnOM4c1WWWmUBARQiqEpd { width:14.125rem;height:1.4624rem;top:269.1875rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHCunOtaUf99bRBl6CXNTMWoffVPgCac { width:14.375rem;height:2.625rem;top:317.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lilX8OhdTiq4UgxfRza34zOo78vXJizU { width:14.375rem;height:18.125rem;top:319.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUW3hBDziTRs8B7rvJcwoPOhZiyTGg88 { width:13.9375rem;height:1.4624rem;top:317.6875rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwrTPDQTUpKkQOXBFJvnZtKAAKUPX92H { width:14.375rem;height:18.125rem;top:392.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtnCdiu96tzgCTbLoFUG3vwAt9n5SlP { width:14.375rem;height:2.625rem;top:410.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUzT8Lq70RA49c7ErMM7LUWvXwJHB4y4 { width:13.8125rem;height:1.4624rem;top:390.5rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWQScK9Bqci9TUu9DLUEw7lO1b6mWB2g { width:14.375rem;height:16.25rem;top:462.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbRyoyzp0oSS9Vpgcy4zr3vBJ9RDsJ9b { width:12.8125rem;height:14.21875rem;top:463.640625rem;left:3.59375rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeS1UqafaIg6CVGf5X683k4KSElrpni3 { width:14.375rem;height:2.625rem;top:21.625rem;left:2.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #l5m0AdanT3e6NWvmzXekllFf4vo6oTVn { width:14.0625rem;height:2.2744125rem;top:289.5rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOKzVc5PiH7hgSNK9JTukqsiPQmrlTPH { width:14.375rem;height:2.625rem;top:341.4375rem;left:2.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #k8gEoI2IqnTT3SVqX0DHkqhLgasslFWL { width:14.5rem;height:2.11230625rem;top:338.0625rem;left:2.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTo6BvtCQ4L7RDiJIiQxoTxAvtlhrMUc { width:14.375rem;height:2.625rem;top:337.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfk3Ebq7iDaUBq5Sb5TqnF1BlWfKWMT4 { width:13.6875rem;height:2.2744125rem;top:410.8125rem;left:3.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2s7WufmKz28pEQNIFsEx6ZTk933THaB { width:19.8125rem;height:3.75rem;top:480.125rem;left:0.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #xly5mvWPmyZIBtcof0NAkLDkXX9zO6xr { display:block; }
 }@media only screen and (max-width: 763px) { #mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP { display:block; }#mSogEss0e3PMWTmPMBeTn2JEzBhRT2ZP > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6OiJ43V6oAeN8v6xFv746OtR7MhfxRz { width:17.5625rem;height:4.5rem;top:1.375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a1be099-577e-47ad-ba30-8204977a936f/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ.adaptive-delivery-prevent-bg, #COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ.lazyload, #COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ.lazyloading { background-image: none; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row .container { background-color: transparent; background-image: none; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row .container > .video-iframe-container { display: none; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row > .video-iframe-container { display: none; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .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); }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row .container { border-width: 0; border-radius: 0; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COyGkmNPxoUT3oBZP3oL5Z070k39U3mJ > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIfJXCWzXNOnecKDfMHn3Tm6dkkkHsBK { width:20rem;height:4.19921875rem;top:2.744140625rem;left:0rem;font-size:1.75rem;z-index:15037;text-align:center;text-align-last:center;font-family:roundo;display:block; }
 }@media only screen and (max-width: 763px) { #e2G8iX881K98CF5skw24rwqChOdxQFHT { width:19.1875rem;height:5.09911875rem;top:7.75rem;left:0.40625rem;font-size:1rem;z-index:15038;text-align:center;text-align-last:center;font-family:roundo;display:block; }
 }@media only screen and (max-width: 763px) { #sZIAirRsfxNHJeA3ae4E3szgIutmZLXE { width:16.8125rem;height:12.375rem;top:41.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCx9fk5uFza8b1vsAvmIMtrO7vmpnr8v { width:19rem;height:14.375rem;top:40.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLkZlgmZZ5BAxuML6UCU0EGxdtiWpyTC { width:14.8125rem;height:3.75rem;top:35.125rem;left:2.59375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ezq7GabmDFnzw58OJ7bFwkGaEbN3QrRD { display:block; }
 }@media only screen and (max-width: 763px) { #qunq8gV4mWxIMUtEffFUMgu5zt0vUJlD { display:flex;width:1.625rem;height:1.625rem;top:21.0625rem;left:1rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #XoulrvJqJ0HI9oKD3AfKbIeeyOT3VNV2 { width:15.875rem;height:13.24365rem;top:14.5rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWVWi8mam1wNPzEwoGtaFeUn3TzPKKSo { display:flex;width:1.625rem;height:1.625rem;top:24.3125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #dUqRQcocJSGDnEOasv83vamPErX0MBcG { display:flex;width:1.625rem;height:1.625rem;top:17.75rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #o9m1IlUyT6o0P7zDPwL8G2SKT8w3grx6 { display:flex;width:1.625rem;height:1.625rem;top:14.5rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #F5pOP3L7gw4JFMxARz9EpBKsobpuHTEJ { width:20rem;height:4.19921875rem;top:29.3056640625rem;left:0rem;font-size:1.75rem;z-index:15037;text-align:center;text-align-last:center;font-family:roundo;display:block; }
 }@media only screen and (max-width: 763px) { #M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa { display:block; }#M9ii2TsT13u61GxWBgSWpUOAAaoKAvGa > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8RVhsPbQmOkxpnUVMpduayI6Tn6ueKP { width:7.75rem;height:2.5rem;top:2rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7M0Mm6oX3TpnOf02KZFGTXqg18H4iM5 { width:10.1875rem;height:2.4375rem;top:5.5625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdhCQgXluTTTLaDm2WZq6W7fMZW5JUqd { width:6.125rem;height:1.875rem;top:9.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcseBULnRbIlDcCTRfsTaUNT0S6ucJV { width:8.5625rem;height:3.125rem;top:12.96875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xst31CgTtewR8OCxkPB1baVtJWx6bshw { width:7.375rem;height:1.875rem;top:17.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01mo951RJxSMC3Gt0R2blKqmox0WBE4 { width:8.5625rem;height:8.5625rem;top:18.375rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT { display:block; }#UP5PTe4JFWetg6ZOKSltp9m9I43uS5TT > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un2iH8FOWWirURqBCzSuWtkBecuGxHAo { width:19.0625rem;height:2.19970625rem;top:5.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x5G3ygCrFMq0LCnL7ORNTNCcgJEOw6sq { display:flex;width:1.5625rem;height:1.5625rem;top:2.4375rem;left:13.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rDrvQIvLFdOaTNlzUKb1pWdMyFSpn735 { display:flex;width:1.5625rem;height:1.5625rem;top:2.4375rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #oiFafIpZbNLhyQFzv7n0APFM5y36DmI9 { display:flex;width:1.5625rem;height:1.5625rem;top:2.4375rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #P1Lr9GBk5r39IHhFr3pxKkb4WD93DikB { display:flex;width:1.5625rem;height:1.5625rem;top:2.4375rem;left:6.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #W1AE1facxUgv0IXbbGwI4rpVVRXCweMt { display:flex;width:1.5625rem;height:1.5625rem;top:2.4375rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #n1KsZgk9wIWz7D95wNxXyUMhWh117A4M { width:20rem;height:16.5rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIdrKWHdTfTMfNpfspLUgrqhPMVmxD5P { width:16.25rem;height:2.5625rem;top:26.9375rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDBCxdD8rTRGwPA46b9WRxNHJb7nzCry { display:block; }
 }@media only screen and (max-width: 763px) { #mGiOVgiU5uStf2qe8fJV0asTzCmagJoh { 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; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row .container { background-color: transparent; background-image: none; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row .container > .video-iframe-container { display: none; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row > .video-iframe-container { display: none; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .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); }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row .container { border-width: 0; border-radius: 0; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGiOVgiU5uStf2qe8fJV0asTzCmagJoh > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQS0cRoAfPWqrSMNPO3oLkxrcPHdBXkV { width:18.0625rem;height:14.3964875rem;top:7.5556640625rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPrqWgouTAJh1WpvcvLX1b63NlMwJprg { width:20rem;height:3.8496125rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIaXIB9NfuDiZZTNoGDZITrK4xNV7HmV { width:20rem;height:13.3125rem;top:28.805762081784rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJsE3LZSMCpy2Xm6oKWpTJWlAm3NBtBR { width:14.8125rem;height:3.75rem;top:23.2646484375rem;left:2.59375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #eyKsBJRxzBEVIJTP1RDbiziQ868KWwbs { display:block; }
 }@media only screen and (max-width: 763px) { #h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT { display:block; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbb3b079b0adad9e308503934f129b55 { width:7.3125rem;height:2.75rem;top:1.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzl605eJcSTdbEFChX6GRvKcy5w3MZVg { width:15.125rem;height:4.7988375rem;top:3.75rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0N5wU6nSPITWpp1bmBXRXoKO8K2Dsg { display:flex;width:2rem;height:2rem;top:9.75rem;left:10.4375rem; }
#Zr0N5wU6nSPITWpp1bmBXRXoKO8K2Dsg > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #uhb2PC5pOCEfORmVmWEKaaH5TtHJoTMz { display:flex;width:2rem;height:2rem;top:9.75rem;left:7.5625rem; }
#uhb2PC5pOCEfORmVmWEKaaH5TtHJoTMz > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }