.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:235,245,231;--color-primary-1:210,236,203;--color-primary-2:153,203,137;--color-primary-3:92,122,82;--color-primary-4:31,41,27;--color-secondary-0:219,238,240;--color-secondary-1:146,204,210;--color-secondary-2:73,170,180;--color-secondary-3:3,115,165;--color-secondary-4:27,41,46;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"arial";--paragraphs-font-family:"arial"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { background-color: transparent; background-image: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container > .video-iframe-container { display: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container { display: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .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); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { border-width: 0; border-radius: 0; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.375rem;width:75rem;position:relative;display:block; }#r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99956875rem;width:13.187375rem;top:1.4095052480698rem;left:0rem;overflow:hidden;display:block; }
#bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { background-color:#49aab4;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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.25rem;left:56.875rem;display:block; }
#GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { background-color:#23a454;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:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.25rem;left:56.875rem;display:none; }
#eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/802fdd8c-6a0f-4ae5-98d8-687fed000afb/iStock2209184213.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:35.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { color:rgba(var(--color-tertiary-0),1);display:block;width:46.25rem;position:absolute;font-family:"playfair display";font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5608721673489rem;left:14.971788406372rem;height:4.874675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WCOgvlFSpciu1vkTwM88A255ue359mHJ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9371875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:9.4639769494531rem;left:23.031143188476rem;height:4.46180625rem;text-align:center;text-align-last:center;display:block; }
#XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { background-color:#49aab4;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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.873915761709rem;left:28.437501907349rem;display:block; }
#vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qq5gX76ALubKMMPh5QMDecmEreFuSx2U { color:#49aab4;display:block;width:10.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:29.592015504837rem;left:3.3333339691162rem;height:3.37565rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRoX48I84V570u62lkPub2ir35I0HETf { box-sizing:content-box;height:11.75rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:none;top:22.314455121756rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.12) ;display:block; }
#fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { box-sizing:content-box;height:11.75rem;width:18.75rem;position:absolute;display:block;z-index:14999;background-color:#f4f4f4;background-image:none;top:22.314455121756rem;left:18.750001907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { color:#49aab4;display:block;width:16.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:29.591468811035rem;left:19.278972625733rem;height:3.37565rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { box-sizing:content-box;height:11.75rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#f9f9f9;background-image:none;top:22.314455121756rem;left:37.500001907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.12) ;display:block; }
#oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { color:#49aab4;display:block;width:11.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:29.591471910477rem;left:40.874567031861rem;height:3.37565rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { box-sizing:content-box;height:11.75rem;width:18.75rem;position:absolute;display:block;z-index:14998;background-color:#f4f4f4;background-image:none;top:22.314455121756rem;left:56.249460220337rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#fqFJg4sMcSp3szET1eZmglcF3B6yg3td { color:#49aab4;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:29.591471910477rem;left:59.627279281616rem;height:3.37565rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UyrsnltuEHHZILpk7Tr0ZMnZfrIn5O4u { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.43739375rem;width:4.43739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.532445043326rem;left:6.4898004531863rem; }
#TGxlwtl6XHFWGItXxvADTeTShZuffZuC { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.43739375rem;width:4.43739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:23.532445043326rem;left:44.656034469604rem; }
#qwo9kthpvRg5abQ85LN514CBcWfeAMpl { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:6.4985rem;width:6.4985rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:22.314455121756rem;left:61.221792221069rem; }
#GKhcuCztRGrMWHsgIV7u5our7Z6aZ29h { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.43739375rem;width:4.43739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:23.532445043326rem;left:25.091688156128rem; }
#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { position:relative;display:block; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { background-color: transparent; background-image: none; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container > .video-iframe-container { display: none; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row > .video-iframe-container { display: none; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .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); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { border-width: 0; border-radius: 0; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { background-color: transparent; background-image: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .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); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { border-width: 0; border-radius: 0; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.9375rem;width:75rem;position:relative;display:block; }#f9Ckm5TicOATZbbxh3AdvEzreWDkbS6c { position:absolute;display:block;z-index:15000;height:14.5rem;width:75rem;top:2.1875rem;left:0rem;display:block; }
#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { position:relative;display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { background-color: transparent; background-image: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container > .video-iframe-container { display: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row > .video-iframe-container { display: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .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); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { border-width: 0; border-radius: 0; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XxZZnP46uPCMOv4XJOwmPeIIToIybiA7 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07363079-0340-4e1c-8675-9289949d01de/bg_sand.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0.5625rem;left:32.4375rem;display:block; }#XxZZnP46uPCMOv4XJOwmPeIIToIybiA7.adaptive-delivery-prevent-bg, #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7.lazyload, #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7.lazyloading { background-image: none; }
#O7HQSSwVTSrL25au2uwkd1cHimwBc7PK { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:34.3125rem;display:block; }
#No0thN7TWkWbHlsF5G6vEMKOP9oI29ge { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:36.1875rem;display:block; }
#IT0bzRggUkNb0x4ne6frUn6HSH7QqkAc { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:38.0625rem;display:block; }
#Mf3gAEUMXc3edKSQhoJCNst6NC4HryF3 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:39.9375rem;display:block; }
#dOerlra2eRdtgAF8L4zpD8cNZ3TCizPC { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:41.8125rem;display:block; }
#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { background-color:#0a1e2e;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; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { background-color: transparent; background-image: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container > .video-iframe-container { display: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container { display: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .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); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { border-width: 0; border-radius: 0; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:28.625rem;width:75rem;overflow:visible;position:relative;display:block; }#ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:3.0625rem;left:0rem;height:7.2005rem;text-align:left;text-align-last:left;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; }
#NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:11.199546813965rem;left:0rem;height:8.4988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { background-color:#49aab4;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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.122509002686rem;left:0rem;display:block; }
#kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZW9x1oW8vXnhW5gy1v2klirneOV0rw68 { position:absolute;display:block;z-index:15008;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.312rem;width:32.624rem;top:3.93701171875rem;left:34.74951171875rem;overflow:hidden;display:block; }
#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP { position:relative;display:block; }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP { background-color: transparent; background-image: none; }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP > .row .container > .video-iframe-container { display: none; }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP > .row > .video-iframe-container { display: none; }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP > .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); }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP { border-width: 0; border-radius: 0; }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M9RT1aT7Bd6qcSRxyt7w2amxTx4WNEAO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.64289283752444rem;left:28.218317031861rem;height:3.90028125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co { position:relative;display:block; }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co { background-color: transparent; background-image: none; }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co > .row .container > .video-iframe-container { display: none; }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co > .row > .video-iframe-container { display: none; }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co > .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); }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co { border-width: 0; border-radius: 0; }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f9;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:51.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eA90BuuKnOrMJXXcf2EgAliPhnG7fakM { box-sizing:content-box;height:24.5625rem;width:24.5rem;position:absolute;display:block;z-index:15003;background-color:#49aab4;background-image:none;top:0.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#iD5zMvmskO3aonkigw3T3ohTo7WtN0dC { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:4.67578125rem;left:1.625rem;height:15.297875rem;text-align:center;text-align-last:center;display:block; }
#c1rNmXZhbUhkeExy5scdiVAXflOIhWJv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:3rem;height:1.62489375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtypdhP7l9RpQTiBSqRVy4PHgUTpxZyA { box-sizing:content-box;height:24.5rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:#49aab4;background-image:none;top:0.3125rem;left:25.249567031861rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#e2O1qGx8mW7xRMn7gmnT9GOXR5iBT9RJ { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:4.7900390625rem;left:26.875rem;height:16.997625rem;text-align:center;text-align-last:center;display:block; }
#OpPUiDi0zRxCTo4iwAkCVNKSoNRTWuRL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:28.25rem;height:1.62489375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R4q8bcdfOXgpoOiaKaQTlPRGd0OyGiPZ { box-sizing:content-box;height:24.5rem;width:24.5rem;position:absolute;display:block;z-index:15009;background-color:#49aab4;background-image:none;top:0.3125rem;left:50.499132156372rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#EH4mb9KwcQ2LxiO9DfrU42nIuozoF0vo { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:4.67578125rem;left:52.125rem;height:13.5980625rem;text-align:center;text-align-last:center;display:block; }
#q4Upq0fqgcFOt3nLF6owgOc8FgU8FCSF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2rem;left:53.5rem;height:1.62489375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iP6htBEHZHep0Vh6ZRf2oSen7bJt2TuG { box-sizing:content-box;height:24.5625rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:#49aab4;background-image:none;top:25.499132633209rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#rEyT94ut1ihvZmbzI2wbBkNDeDqAXCvX { color:#ffffff;display:block;width:19.124875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:32.749024391174rem;left:2.6866321563721rem;height:15.297875rem;text-align:center;text-align-last:center;display:block; }
#QLhCKr1U01M24UU3Z55zhdwOr8lLCSE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6871875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.500000953674rem;left:3.4060335159302rem;height:1.62489375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eZtEwmwgkDrVHR0x2hpG7RmeTikaZHQ4 { box-sizing:content-box;height:24.5625rem;width:24.5rem;position:absolute;display:block;z-index:15009;background-color:#49aab4;background-image:none;top:25.499673128128rem;left:50.499677658081rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TDf5yDWothbNgVAFNp2TEXuGcCa1eVLa { color:#ffffff;display:block;width:21.0623125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:32.749025344849rem;left:52.346464157104rem;height:11.8983125rem;text-align:center;text-align-last:center;display:block; }
#b62W8k7PFFM4VZPbZbBGqm9cE5m62VkZ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6245625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.500001907349rem;left:55.435659408569rem;height:1.62489375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bmF0uMxNkVnEMRp11MMsmDEGseHelwzO { box-sizing:content-box;height:24.5621875rem;width:24.4998125rem;position:absolute;display:block;z-index:15007;background-color:#49aab4;background-image:none;top:25.499132633209rem;left:25.249567031861rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mwhf3l8lOOP7lLQJTGB8x0pADl9fyq3Q { color:#ffffff;display:block;width:19.124375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:32.749025344849rem;left:27.937284469604rem;height:8.4988125rem;text-align:center;text-align-last:center;display:block; }
#oDu2FrwfBshKmprSyEqATp66wTlTMI7r { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5621875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.500000715256rem;left:27.718641281128rem;height:1.62489375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { background-color:#f9f9f9;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:none; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { border-width: 0; border-radius: 0; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:20.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { color:rgba(var(--color-secondary-4),1);display:block;width:68.75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6238021850586rem;left:3.6870660781861rem;height:3.90028125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fyy08PknwF2ZHZLQr2FuTpKnlvAkUHy7 { background-color:#49aab4;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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.133893966675rem;left:28.999567031861rem;display:block; }
#tv5W0l7PNAHqWkcyvNqzpKKFTApMsPUs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FPZgOsO3inNCmmWP0qsenP0nBfT8burA { color:rgba(var(--color-tertiary-4),1);display:block;width:60.686875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.810977935791rem;left:9.3093547821044rem;height:2.59874375rem;text-align:center;text-align-last:center;display:block; }
#pnQzTIy4E39U4yDDDN3PeTJ8M7sPz7Qw { color:rgba(var(--color-secondary-4),1);display:block;width:68.75rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4603910446169rem;left:3.6870660781861rem;height:2.43706875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X4qK5gQPoGICAosbdGErCw7FLGddT5oh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/001a6b96-4661-4368-8aad-03e79a0fd0be/iStock2172961890.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh.adaptive-delivery-prevent-bg, #X4qK5gQPoGICAosbdGErCw7FLGddT5oh.lazyload, #X4qK5gQPoGICAosbdGErCw7FLGddT5oh.lazyloading { background-image: none; }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh > .row .container { background-color: transparent; background-image: none; }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh > .row .container > .video-iframe-container { display: none; }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh > .row > .video-iframe-container { display: none; }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh > .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); }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh > .row .container { border-width: 0; border-radius: 0; }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#lTgv6MXsmgmnZKlUHBHsabFbBEhVSrq9 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.12375rem;position:absolute;font-family:"playfair display";font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.3731555938721rem;left:4.9376087188721rem;height:3.73698125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NzpbggDhR38a8xfWC0xQTz1glF71lNSf { box-sizing:content-box;height:12.249375rem;width:21.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:8.1852321624756rem;left:2.0334205627441rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { box-sizing:content-box;height:12.249375rem;width:21.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:8.1852321624756rem;left:26.875001907349rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { box-sizing:content-box;height:12.249875rem;width:21.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:8.1841468811038rem;left:51.532663345337rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Iwie1zg86DSiVCMBLAyD7vrT2OcxEMa0 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.43739375rem;width:4.43739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.4780826568606rem;left:10.439453125rem; }
#yVCbPNk9NB5L5qKwdnsfwnAkpwsNha9D { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1235rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:15.432401657104rem;left:6.5961380004881rem;height:3.399525rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yfP4hT1bTgWaVXTZNQnzMa8x8vC1PzSD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1248125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:16.175130605698rem;left:29.937067031861rem;height:3.399525rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FHxZbJngAMmXoI889Qkl6akwtZzKfFdi { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:5.1237rem;width:5.1237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.1352100372312rem;left:34.937608718872rem; }
#UXA4odHrdDZDdcCxRgniT3AuBLcOW9xT { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:5.1237rem;width:5.1237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.1352005004881rem;left:59.595815658569rem; }
#n2Cnte8MSWCiX0SqMsglM68Xi9NeqKD5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0621875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:16.175130844116rem;left:56.126306533814rem;height:3.399525rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { background-color:rgba(var(--color-tertiary-0),1);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; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { background-color: transparent; background-image: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container > .video-iframe-container { display: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container { display: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .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); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { border-width: 0; border-radius: 0; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:13.75rem;width:75rem;overflow:visible;position:relative;display:block; }#AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6248125rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9245872497559rem;left:0rem;height:3.90028125rem;text-align:left;text-align-last:left;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; }
#yxsElZ1d5meJ54CAlLEMHkDSoIrLrBcb { background-color:#49aab4;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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.3125001788139rem;left:56.874460220337rem;display:block; }
#yNHbyUyhnTFw8XA5hUdz8oquaoMZTO7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1e2e;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; }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e > .row .container { background-color: transparent; background-image: none; }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e > .row .container > .video-iframe-container { display: none; }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e > .row > .video-iframe-container { display: none; }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e > .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); }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e > .row .container { border-width: 0; border-radius: 0; }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#XiO3Mf9iJAcQ7uwzCVVUUl6940c6HmeI { color:rgba(var(--color-tertiary-0),1);display:block;width:49.2496875rem;position:absolute;font-family:inter;font-size:1.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5017356872559rem;left:25.749784469604rem;height:2.51844375rem;display:block; }
#n12hu7b3BV68V4snuOpKu9Q5eR33H3Mf { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1248125rem;width:24.2496875rem;top:5.6624351590872rem;left:0rem;overflow:hidden;display:block; }
#KnntCVTk23KS3NBXGEcXJb8Qaln7DVeb { color:rgba(var(--color-tertiary-0),1);display:block;width:45.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6624355316162rem;left:25.934789657592rem;height:22.08928125rem;display:block; }
#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { background-color:#ececec;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; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { background-color: transparent; background-image: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container > .video-iframe-container { display: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container { display: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .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); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { border-width: 0; border-radius: 0; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24.5rem;width:75rem;overflow:visible;position:relative;display:block; }#EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:3.624674603343rem;left:0rem;height:7.2005rem;text-align:left;text-align-last:left;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;display:block; }
#CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:13.249240681529rem;left:0rem;height:3.399525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { background-color:#49aab4;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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.096137523651rem;left:0rem;display:block; }
#L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { position:absolute;display:block;z-index:15007;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:17.8125rem;width:23.8125rem;top:4.3744573593139rem;left:38.311090469361rem;overflow:hidden;display:block; }
#LSnSMbrML6sRoKklAoqOwNUNxxUl3SeP { background-color:#49aab4;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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.7746315002444rem;left:28.437501907349rem;display:none; }
#zaN2drBhmNxlMVQR7s9Sp6ud3w28rXHd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { background-color:#0a1e2e;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:none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { border-width: 0; border-radius: 0; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:12.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#oHXcq6LR1nmlq51KSQM2Za90IhNvu75o { background-color:#49aab4;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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.7746315002444rem;left:28.437501907349rem;display:block; }
#VEkoZ1hHELEkqTdaleb5MuqXsqWHSoau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { background-color: transparent; background-image: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container > .video-iframe-container { display: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row > .video-iframe-container { display: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .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); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { border-width: 0; border-radius: 0; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.9375rem;width:75rem;position:relative;display:block; }#PJzzaX5gzmGNFeB0okkigNh0VJ3GyTJt { position:absolute;display:block;z-index:15000;height:14.5rem;width:75rem;top:2.1875rem;left:0rem;display:block; }
#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K { position:relative;display:block; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K { background-color: transparent; background-image: none; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row .container > .video-iframe-container { display: none; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row > .video-iframe-container { display: none; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .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); }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K { border-width: 0; border-radius: 0; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nlBWBvQQ78tVpl5SUiKw34DQdRcsFWCh { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:32.4375rem;display:block; }
#uBOkOk08ZN4TEs93rSACnTvOyXBRBFQe { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:34.3125rem;display:block; }
#eNvNLnl27vTXgxyhWxdn4n3cIWWVU99u { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:36.1875rem;display:block; }
#IgpnuEaNIH7Tmrpu22SguXOGGklGeTkf { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:38.0625rem;display:block; }
#dIkDTgLJ2TxrT3GNc2IAA1gkxkkAiTnM { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:39.9375rem;display:block; }
#q2LZAfP1DEzWIntAf6kKQFKnZuLDesaa { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:41.8125rem;display:block; }
#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { background-color: transparent; background-image: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container > .video-iframe-container { display: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container { display: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .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); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { border-width: 0; border-radius: 0; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.75rem;width:75rem;position:relative;display:block; }#JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.1875rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:3.025390625rem;left:47.5625rem;height:1.6997625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { width:13.125rem;height:3.9806511791581rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { width:18.125rem;height:3.125rem;top:2.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block; }
 }@media only screen and (max-width: 763px) { #wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { width:18.125rem;height:3.125rem;top:2.25rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { width:46.25rem;height:;top:1.5rem;left:1.3467884063721rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCOgvlFSpciu1vkTwM88A255ue359mHJ { width:28.875rem;height:4.4375rem;top:9.4375rem;left:9.4061431884762rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { width:18.125rem;height:3.125rem;top:16.8125rem;left:14.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block; }
 }@media only screen and (max-width: 763px) { #qq5gX76ALubKMMPh5QMDecmEreFuSx2U { width:10.6875rem;height:3.375rem;top:29.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRoX48I84V570u62lkPub2ir35I0HETf { width:18.75rem;height:11.75rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { width:18.75rem;height:11.75rem;top:22.3125rem;left:5.1250019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { width:16rem;height:3.375rem;top:29.5625rem;left:5.6539726257324rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { width:18.75rem;height:11.75rem;top:22.3125rem;left:23.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { width:11.9375rem;height:3.375rem;top:29.5625rem;left:27.249567031861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { width:18.75rem;height:11.75rem;top:22.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFJg4sMcSp3szET1eZmglcF3B6yg3td { width:9.6875rem;height:3.375rem;top:29.5625rem;left:38.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyrsnltuEHHZILpk7Tr0ZMnZfrIn5O4u { top:23.5rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGxlwtl6XHFWGItXxvADTeTShZuffZuC { top:23.5rem;left:31.031034469604rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwo9kthpvRg5abQ85LN514CBcWfeAMpl { top:22.3125rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKhcuCztRGrMWHsgIV7u5our7Z6aZ29h { top:23.5rem;left:11.466688156128rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { display:block; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9Ckm5TicOATZbbxh3AdvEzreWDkbS6c { width:47.75rem;height:14.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7 { width:0.75rem;height:0.75rem;top:0.5625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7HQSSwVTSrL25au2uwkd1cHimwBc7PK { width:0.75rem;height:0.75rem;top:0.5625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #No0thN7TWkWbHlsF5G6vEMKOP9oI29ge { width:0.75rem;height:0.75rem;top:0.5625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0bzRggUkNb0x4ne6frUn6HSH7QqkAc { width:0.75rem;height:0.75rem;top:0.5625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf3gAEUMXc3edKSQhoJCNst6NC4HryF3 { width:0.75rem;height:0.75rem;top:0.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOerlra2eRdtgAF8L4zpD8cNZ3TCizPC { width:0.75rem;height:0.75rem;top:0.5625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { width:31.625rem;height:7.1875rem;top:3.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { width:33.8125rem;height:8.5rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { width:18.125rem;height:3.125rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block; }
 }@media only screen and (max-width: 763px) { #ZW9x1oW8vXnhW5gy1v2klirneOV0rw68 { width:32.5625rem;height:19.275594654242rem;top:3.875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP { display:block; }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9RT1aT7Bd6qcSRxyt7w2amxTx4WNEAO { width:17.5625rem;height:3.875rem;top:0.625rem;left:14.593317031861rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co { display:block; }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA90BuuKnOrMJXXcf2EgAliPhnG7fakM { width:24.5rem;height:24.5625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD5zMvmskO3aonkigw3T3ohTo7WtN0dC { width:21.25rem;height:15.25rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1rNmXZhbUhkeExy5scdiVAXflOIhWJv { width:17.625rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtypdhP7l9RpQTiBSqRVy4PHgUTpxZyA { width:24.5rem;height:24.5rem;top:0.3125rem;left:11.624567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2O1qGx8mW7xRMn7gmnT9GOXR5iBT9RJ { width:21.25rem;height:17rem;top:4.75rem;left:13.250001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpPUiDi0zRxCTo4iwAkCVNKSoNRTWuRL { width:17.625rem;height:1.5625rem;top:1.9375rem;left:14.624784469604rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4q8bcdfOXgpoOiaKaQTlPRGd0OyGiPZ { width:24.5rem;height:24.5rem;top:0.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH4mb9KwcQ2LxiO9DfrU42nIuozoF0vo { width:21.25rem;height:13.5625rem;top:4.625rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4Upq0fqgcFOt3nLF6owgOc8FgU8FCSF { width:18.25rem;height:1.5625rem;top:1.9375rem;left:29.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP6htBEHZHep0Vh6ZRf2oSen7bJt2TuG { width:24.5rem;height:24.5625rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEyT94ut1ihvZmbzI2wbBkNDeDqAXCvX { width:19.0625rem;height:15.25rem;top:32.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLhCKr1U01M24UU3Z55zhdwOr8lLCSE5 { width:17.625rem;height:1.5625rem;top:27.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZtEwmwgkDrVHR0x2hpG7RmeTikaZHQ4 { width:24.5rem;height:24.5625rem;top:25.4375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDf5yDWothbNgVAFNp2TEXuGcCa1eVLa { width:21rem;height:11.875rem;top:32.6875rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b62W8k7PFFM4VZPbZbBGqm9cE5m62VkZ { width:14.5625rem;height:1.5625rem;top:27.5rem;left:33.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmF0uMxNkVnEMRp11MMsmDEGseHelwzO { width:24.4375rem;height:24.5rem;top:25.4375rem;left:11.624567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwhf3l8lOOP7lLQJTGB8x0pADl9fyq3Q { width:19.0625rem;height:8.4375rem;top:32.6875rem;left:14.312284469604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDu2FrwfBshKmprSyEqATp66wTlTMI7r { width:19.5rem;height:1.5625rem;top:27.5rem;left:14.093641281128rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { display:block; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { width:47.75rem;height:3.875rem;top:1.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyy08PknwF2ZHZLQr2FuTpKnlvAkUHy7 { width:18.125rem;height:3.125rem;top:16.125rem;left:15.374567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv5W0l7PNAHqWkcyvNqzpKKFTApMsPUs { display:block; }
 }@media only screen and (max-width: 763px) { #FPZgOsO3inNCmmWP0qsenP0nBfT8burA { top:11.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnQzTIy4E39U4yDDDN3PeTJ8M7sPz7Qw { width:47.75rem;height:2.375rem;top:7.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4qK5gQPoGICAosbdGErCw7FLGddT5oh { display:block; }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTgv6MXsmgmnZKlUHBHsabFbBEhVSrq9 { width:47.75rem;height:3.6875rem;top:1.3125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzpbggDhR38a8xfWC0xQTz1glF71lNSf { width:21.25rem;height:12.1875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { width:21.25rem;height:12.1875rem;top:8.125rem;left:13.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { width:21.25rem;height:12.1875rem;top:8.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwie1zg86DSiVCMBLAyD7vrT2OcxEMa0 { top:9.4375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVCbPNk9NB5L5qKwdnsfwnAkpwsNha9D { width:12.0625rem;height:3.375rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfP4hT1bTgWaVXTZNQnzMa8x8vC1PzSD { width:15.0625rem;height:3.375rem;top:16.125rem;left:16.312067031861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHxZbJngAMmXoI889Qkl6akwtZzKfFdi { top:9.125rem;left:21.312608718872rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXA4odHrdDZDdcCxRgniT3AuBLcOW9xT { top:9.125rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Cnte8MSWCiX0SqMsglM68Xi9NeqKD5 { width:12rem;height:3.375rem;top:16.125rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { display:block; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { width:32.5625rem;height:3.875rem;top:4.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxsElZ1d5meJ54CAlLEMHkDSoIrLrBcb { width:18.125rem;height:3.125rem;top:5.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNHbyUyhnTFw8XA5hUdz8oquaoMZTO7T { display:block; }
 }@media only screen and (max-width: 763px) { #FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e { display:block; }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiO3Mf9iJAcQ7uwzCVVUUl6940c6HmeI { top:1.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n12hu7b3BV68V4snuOpKu9Q5eR33H3Mf { top:5.625rem;left:0rem;width:24.1875rem;height:20.073203101844rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnntCVTk23KS3NBXGEcXJb8Qaln7DVeb { top:5.625rem;left:1.8125rem;width:45.9375rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { display:block; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { width:33.0625rem;height:7.1875rem;top:3.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { width:34.25rem;height:3.375rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { width:18.125rem;height:3.125rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block; }
 }@media only screen and (max-width: 763px) { #UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { width:23.8125rem;height:17.8125rem;top:4.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSnSMbrML6sRoKklAoqOwNUNxxUl3SeP { width:18.125rem;height:3.125rem;top:6.75rem;left:14.812501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaN2drBhmNxlMVQR7s9Sp6ud3w28rXHd { display:block; }
 }@media only screen and (max-width: 763px) { #gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHXcq6LR1nmlq51KSQM2Za90IhNvu75o { width:18.125rem;height:3.125rem;top:6.75rem;left:14.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkoZ1hHELEkqTdaleb5MuqXsqWHSoau { display:block; }
 }@media only screen and (max-width: 763px) { #PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA { display:block; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJzzaX5gzmGNFeB0okkigNh0VJ3GyTJt { width:47.75rem;height:14.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K { display:block; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlBWBvQQ78tVpl5SUiKw34DQdRcsFWCh { width:0.75rem;height:0.75rem;top:0.5625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBOkOk08ZN4TEs93rSACnTvOyXBRBFQe { width:0.75rem;height:0.75rem;top:0.5625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNvNLnl27vTXgxyhWxdn4n3cIWWVU99u { width:0.75rem;height:0.75rem;top:0.5625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgpnuEaNIH7Tmrpu22SguXOGGklGeTkf { width:0.75rem;height:0.75rem;top:0.5625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIkDTgLJ2TxrT3GNc2IAA1gkxkkAiTnM { width:0.75rem;height:0.75rem;top:0.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2LZAfP1DEzWIntAf6kKQFKnZuLDesaa { width:0.75rem;height:0.75rem;top:0.5625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { width:12.1875rem;height:3.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { width:27.375rem;height:1.6875rem;top:3rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { position:relative;z-index:auto;display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { width:10.7498125rem;height:2.999675rem;top:0.53114151954651rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { width:18.125rem;height:3.125rem;top:4.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block; }
 }@media only screen and (max-width: 763px) { #wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { width:7.125rem;height:2.5rem;top:0.78125rem;left:12.875rem;z-index:15006;background-color:#49aab4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#1b292e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:inter;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/802fdd8c-6a0f-4ae5-98d8-687fed000afb/iStock2209184213.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { width:20rem;height:5.54904375rem;top:1.8733725547791rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WCOgvlFSpciu1vkTwM88A255ue359mHJ { width:20rem;height:3.75rem;top:9.373915195465rem;left:0rem;font-size:1.25rem;line-height:1.5;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { width:16.811rem;height:3.125rem;top:15.373807430267rem;left:1.5939671993256rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block; }
 }@media only screen and (max-width: 763px) { #qq5gX76ALubKMMPh5QMDecmEreFuSx2U { width:8.686rem;height:3.8981125rem;top:28.072917938233rem;left:0.65646708011625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LRoX48I84V570u62lkPub2ir35I0HETf { width:10rem;height:12.3123125rem;top:20.704753875733rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { width:10rem;height:12.3123125rem;top:20.704753875733rem;left:10.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { width:7.5rem;height:3.8981125rem;top:28.072918176651rem;left:10.939670562744rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { width:10rem;height:12.3123125rem;top:33.017036437988rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { width:5.99989375rem;height:3.8981125rem;top:40.198568344116rem;left:1.9992406368256rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { width:10rem;height:12.3123125rem;top:33.017036437988rem;left:10.000000953674rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #fqFJg4sMcSp3szET1eZmglcF3B6yg3td { width:5.43728125rem;height:3.8981125rem;top:40.198568344116rem;left:12.280274391174rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UyrsnltuEHHZILpk7Tr0ZMnZfrIn5O4u { display:flex;width:4.375rem;height:4.375rem;top:22.266710281372rem;left:2.8119578361511rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #TGxlwtl6XHFWGItXxvADTeTShZuffZuC { display:flex;width:4.375rem;height:4.375rem;top:33.798286437988rem;left:2.8119578361511rem; }
 }@media only screen and (max-width: 763px) { #qwo9kthpvRg5abQ85LN514CBcWfeAMpl { display:flex;width:5.9375rem;height:5.9375rem;top:33.017036437988rem;left:12.031250953674rem; }
 }@media only screen and (max-width: 763px) { #GKhcuCztRGrMWHsgIV7u5our7Z6aZ29h { display:flex;width:4.375rem;height:4.375rem;top:22.266710281372rem;left:12.502170562744rem; }
 }@media only screen and (max-width: 763px) { #f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { display:block; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { background-color:#ffffff;background-image:none;display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { background-color: transparent; background-image: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .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); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9Ckm5TicOATZbbxh3AdvEzreWDkbS6c { width:20rem;height:11.8125rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7 { width:0.7492375rem;height:0.7492375rem;top:0.56097984313965rem;left:6.1241321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7HQSSwVTSrL25au2uwkd1cHimwBc7PK { width:0.7492375rem;height:0.7492375rem;top:0.55935478210449rem;left:7.5623922348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #No0thN7TWkWbHlsF5G6vEMKOP9oI29ge { width:0.7492375rem;height:0.7492375rem;top:0.55935478210449rem;left:8.9371747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0bzRggUkNb0x4ne6frUn6HSH7QqkAc { width:0.7492375rem;height:0.7492375rem;top:0.55935478210449rem;left:10.249566078186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf3gAEUMXc3edKSQhoJCNst6NC4HryF3 { width:0.7492375rem;height:0.7492375rem;top:0.55935478210449rem;left:11.624349594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOerlra2eRdtgAF8L4zpD8cNZ3TCizPC { width:0.7492375rem;height:0.7492375rem;top:0.55935478210449rem;left:12.999132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { width:20rem;height:5.3994125rem;top:1.875rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { width:20rem;height:13.496125rem;top:9.0341796875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { width:18.125rem;height:3.125rem;top:23.997943878174rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block; }
 }@media only screen and (max-width: 763px) { #ZW9x1oW8vXnhW5gy1v2klirneOV0rw68 { width:19.8746875rem;height:11.6873125rem;top:28.927952289581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP { display:block; }#R8T0PK0a5fbunuLrQqvLcXNk8WRDJ4JP > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9RT1aT7Bd6qcSRxyt7w2amxTx4WNEAO { width:11.4371875rem;height:2.39963125rem;top:0.98741388320925rem;left:3.7494578361511rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co { display:block; }#L8aFviDVvkzXaLMFTnGfLSJBKTzxz5co > .row .container { width:20rem;height:136.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA90BuuKnOrMJXXcf2EgAliPhnG7fakM { width:20rem;height:25.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD5zMvmskO3aonkigw3T3ohTo7WtN0dC { width:17.5rem;height:17.5933125rem;top:6.1870651245117rem;left:1.2500000596046rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #c1rNmXZhbUhkeExy5scdiVAXflOIhWJv { width:17.6875rem;height:1.49956875rem;top:3.3125rem;left:1.15625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UtypdhP7l9RpQTiBSqRVy4PHgUTpxZyA { width:20rem;height:25.5rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2O1qGx8mW7xRMn7gmnT9GOXR5iBT9RJ { width:17.5rem;height:19.1926875rem;top:32.624756336212rem;left:1.2500000596046rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OpPUiDi0zRxCTo4iwAkCVNKSoNRTWuRL { width:17.5rem;height:1.5rem;top:30.25rem;left:1.25rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R4q8bcdfOXgpoOiaKaQTlPRGd0OyGiPZ { width:20rem;height:22.0625rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH4mb9KwcQ2LxiO9DfrU42nIuozoF0vo { width:17.5rem;height:14.3945rem;top:60.061838150024rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #q4Upq0fqgcFOt3nLF6owgOc8FgU8FCSF { width:17.6875rem;height:1.5rem;top:57.0625rem;left:1.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iP6htBEHZHep0Vh6ZRf2oSen7bJt2TuG { width:20rem;height:20.5625rem;top:78.186851501462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEyT94ut1ihvZmbzI2wbBkNDeDqAXCvX { width:17.5rem;height:15.9939375rem;top:82.06054878235rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QLhCKr1U01M24UU3Z55zhdwOr8lLCSE5 { width:17.6860625rem;height:1.49956875rem;top:79.311532735825rem;left:1.1561415195465rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eZtEwmwgkDrVHR0x2hpG7RmeTikaZHQ4 { width:20rem;height:19.25rem;top:99.86599731445rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDf5yDWothbNgVAFNp2TEXuGcCa1eVLa { width:17.5rem;height:14.3945rem;top:104.24967956543rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #b62W8k7PFFM4VZPbZbBGqm9cE5m62VkZ { width:17.6871875rem;height:1.49956875rem;top:101.18707847595rem;left:1.1561415195465rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bmF0uMxNkVnEMRp11MMsmDEGseHelwzO { width:20rem;height:15.375rem;top:120.36567115784rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwhf3l8lOOP7lLQJTGB8x0pADl9fyq3Q { width:19.0625rem;height:7.9969375rem;top:125.80294418335rem;left:0.46875011920929rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oDu2FrwfBshKmprSyEqATp66wTlTMI7r { width:19.4998125rem;height:1.49956875rem;top:122.36655098915rem;left:0.5001875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { display:none; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { width:20rem;height:2.69965rem;top:0.999351978302rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fyy08PknwF2ZHZLQr2FuTpKnlvAkUHy7 { width:15.7498125rem;height:2.62424375rem;top:17.578659296036rem;left:2.1245660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv5W0l7PNAHqWkcyvNqzpKKFTApMsPUs { display:block; }
 }@media only screen and (max-width: 763px) { #FPZgOsO3inNCmmWP0qsenP0nBfT8burA { width:20rem;height:5.19748125rem;top:9.6506083011625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnQzTIy4E39U4yDDDN3PeTJ8M7sPz7Qw { width:20rem;height:1.80013125rem;top:5.6863067150116rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X4qK5gQPoGICAosbdGErCw7FLGddT5oh { display:block; }#X4qK5gQPoGICAosbdGErCw7FLGddT5oh > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTgv6MXsmgmnZKlUHBHsabFbBEhVSrq9 { width:20rem;height:7.198875rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzpbggDhR38a8xfWC0xQTz1glF71lNSf { width:20rem;height:11.5625rem;top:10.042417049408rem;left:0rem;background-color:#0373a5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { width:20rem;height:11.5625rem;top:22.445205688476rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { width:20rem;height:11.5625rem;top:35.147582530976rem;left:0rem;background-color:#0373a5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Iwie1zg86DSiVCMBLAyD7vrT2OcxEMa0 { display:flex;width:5.625rem;height:5.625rem;top:10.69442987442rem;left:6.84353351593rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #yVCbPNk9NB5L5qKwdnsfwnAkpwsNha9D { width:12.561875rem;height:3.1987875rem;top:17.583551406861rem;left:3.718533039093rem;font-size:1rem;line-height:1.6;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #yfP4hT1bTgWaVXTZNQnzMa8x8vC1PzSD { width:11.5625rem;height:3.1987875rem;top:29.895292282104rem;left:4.2187504768372rem;font-size:1rem;line-height:1.6;z-index:15013;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FHxZbJngAMmXoI889Qkl6akwtZzKfFdi { display:flex;width:5.06239375rem;height:5.06239375rem;top:23.436416625976rem;left:6.84353351593rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #UXA4odHrdDZDdcCxRgniT3AuBLcOW9xT { display:flex;width:5.06239375rem;height:5.06239375rem;top:36.349832057953rem;left:7.1875rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #n2Cnte8MSWCiX0SqMsglM68Xi9NeqKD5 { width:11.9998125rem;height:3.1987875rem;top:42.657335281372rem;left:3.3734812736511rem;font-size:1rem;line-height:1.6;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { display:block; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { width:18.375rem;height:5.54904375rem;top:2.8125rem;left:0.625rem;font-size:2.3125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxsElZ1d5meJ54CAlLEMHkDSoIrLrBcb { width:16.8120625rem;height:3.125rem;top:10.249024391174rem;left:1.5934245586395rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNHbyUyhnTFw8XA5hUdz8oquaoMZTO7T { display:block; }
 }@media only screen and (max-width: 763px) { #FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e { display:block; }#FTBs7QtfhhJUAwSHuK6gdllV0eCaB50e > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiO3Mf9iJAcQ7uwzCVVUUl6940c6HmeI { width:19.3115rem;height:7.797875rem;top:20.110137939453rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n12hu7b3BV68V4snuOpKu9Q5eR33H3Mf { width:20rem;height:16.5625rem;top:1.3736972808838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnntCVTk23KS3NBXGEcXJb8Qaln7DVeb { width:20rem;height:44.98695rem;top:30.092231750488rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { display:block; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { width:20rem;height:7.64975rem;top:1.1865239143372rem;left:0rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { width:20rem;height:5.9982625rem;top:10.624458312988rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { width:18.125rem;height:3.125rem;top:52.8369140625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block; }
 }@media only screen and (max-width: 763px) { #UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { width:20rem;height:14.936rem;top:18.436975479126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSnSMbrML6sRoKklAoqOwNUNxxUl3SeP { width:18.125rem;height:3.125rem;top:35.072700500488rem;left:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #zaN2drBhmNxlMVQR7s9Sp6ud3w28rXHd { display:block; }
 }@media only screen and (max-width: 763px) { #gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { display:none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oHXcq6LR1nmlq51KSQM2Za90IhNvu75o { width:18.125rem;height:3.125rem;top:7.0111751556394rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkoZ1hHELEkqTdaleb5MuqXsqWHSoau { display:block; }
 }@media only screen and (max-width: 763px) { #PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA { background-color:#ffffff;background-image:none;display:block; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { background-color: transparent; background-image: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container > .video-iframe-container { display: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row > .video-iframe-container { display: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .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); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJzzaX5gzmGNFeB0okkigNh0VJ3GyTJt { width:20rem;height:11.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K { display:block; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlBWBvQQ78tVpl5SUiKw34DQdRcsFWCh { width:0.75rem;height:0.75rem;top:0.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBOkOk08ZN4TEs93rSACnTvOyXBRBFQe { width:0.75rem;height:0.75rem;top:0.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNvNLnl27vTXgxyhWxdn4n3cIWWVU99u { width:0.75rem;height:0.75rem;top:0.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgpnuEaNIH7Tmrpu22SguXOGGklGeTkf { width:0.75rem;height:0.75rem;top:0.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIkDTgLJ2TxrT3GNc2IAA1gkxkkAiTnM { width:0.75rem;height:0.75rem;top:0.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2LZAfP1DEzWIntAf6kKQFKnZuLDesaa { width:0.75rem;height:0.75rem;top:0.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { position:relative;z-index:auto;display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { width:9.4375rem;height:2.75rem;top:2.7490253448486rem;left:4.6869578361511rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { width:17.1875rem;height:1.13769375rem;top:8.8125rem;left:1.40625rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }