.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:225,240,250;--color-primary-1:166,210,239;--color-primary-2:106,180,229;--color-primary-3:0,105,171;--color-primary-4:21,36,46;--color-secondary-0:255,243,218;--color-secondary-1:255,220,145;--color-secondary-2:255,197,72;--color-secondary-3:253,143,0;--color-secondary-4:51,39,14;--color-tertiary-0:255,255,255;--color-tertiary-1:194,197,199;--color-tertiary-2:154,158,161;--color-tertiary-3:157,157,157;--color-tertiary-4:0,0,0;--headlines-font-family:"Bitter";--paragraphs-font-family:"Bitter"; }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;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); }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container { background-color: transparent; background-image: none; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container > .video-iframe-container { display: none; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row > .video-iframe-container { display: none; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .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); }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container { border-width: 0; border-radius: 0; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#kZiKyTZWdDxBoXJwc1qB4fFpH2sIyTc0 { display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.849609375rem;left:47.8125rem;height:3.736325rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-3),1);display:block; }
#lZXirs3u09lBlQHuUwdC9ynltDXN1vGd { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.5625rem;left:50.3125rem;display:block; }
#rILl02s12b4t7UEPsa4E9g3tzo6QTK3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cv84ycsIDMT4pxqRMsDs651MFpsWdE6k { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.5625rem;left:41rem;display:block; }
#Z62TfIQk3BsKELgTaDfpH0mJH5f4qQLM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EFpTA1I0VqKbluohgAtBPvHGXpUrZ45u { background-color:#18ab5a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.5625rem;left:31.5625rem;display:block; }
#WI6OtMuEZhSvnnr7GVuDKbTZAGDLtaxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SoeT4n3oz2Ks1ESNFGUEXqCriDrBrPi8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.5625rem;left:22.125rem;display:block; }
#TSFybUy2q17mz3SS0NOVNHopw6EbqiVf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bSTK2vFTwMveXNEXL24EzhSOshTtJPcd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.5625rem;left:12.6875rem;display:block; }
#TgXqACe7KVvcSdkCSZiTrC037Kt02B5x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iELLdZK18mywecf6iNARqXFhZBzc0df4 { background-color:#fd8f00;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.5625rem;left:3.1875rem;display:block; }
#LeMiuulLaHO2Cf9GpPUf7G9sSaHBIwUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwgwTcmxnqrda5aDpO6yo3FVzDpT8F6V { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.375rem;width:38.625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.03125rem;left:3.1875rem;overflow:hidden;display:block; }
#dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.59375rem;left:60.65625rem; }
#dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.69);background-image:url("https://images.assets-landingi.com/uc/ec50d57c-4653-45a0-89ce-6edab7fca2af/imgi_11_header.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H.adaptive-delivery-prevent-bg, #JEblGVJVzQybyf2V6H6GxFEL1gvfT12H.lazyload, #JEblGVJVzQybyf2V6H6GxFEL1gvfT12H.lazyloading { background-image: none; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container { background-color: transparent; background-image: none; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container > .video-iframe-container { display: none; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row > .video-iframe-container { display: none; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .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); }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container { border-width: 0; border-radius: 0; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX { position:relative;display:block; }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX { background-color: transparent; background-image: none; }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX > .row .container > .video-iframe-container { display: none; }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX > .row > .video-iframe-container { display: none; }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX > .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); }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX { border-width: 0; border-radius: 0; }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX > .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; }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX > .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:35.3125rem;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; }#sBQI2KiFtGdrdEVF3VkXea9ZaubuMo7I { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.1875rem;height:2.03125rem;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; }
#vVWKkk2sUCiQ3hwIJ8IN2oxUqbc8QHHM { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.5625rem;left:1.1875rem;height:5.0625rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#R4PGdW6oQXPTtecTWik28mgVRWvC80cx { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.8125rem;left:1.125rem;height:4.0625rem;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; }
#nMkiEIbqROHlTAh2MyZF3k4b9dIExoQs { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:20.8125rem;left:1.125rem;height:8.4375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#dEw3HsoiGznL4ZORd39mJmTJuTeTWN1Z { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:14.0625rem;left:1.25rem;display:block; }
#chQsSHe2GHnE0uqVivwopW9LHuF997XD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:14.125rem;width:23.625rem;top:1.78125rem;left:44.5625rem;overflow:hidden;display:block; }
#bc0UgGwLDI3IhviyRqR0roTPEabzvTU6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:13.25rem;width:23.625rem;top:18.1875rem;left:44.5625rem;overflow:hidden;display:block; }
#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#905858;background-image:url("https://images.assets-landingi.com/uc/645a9421-6a5f-466f-8e93-d0315c65a7c6/WhatsAppImage20251014at143238_48a978d5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT.adaptive-delivery-prevent-bg, #xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT.lazyload, #xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT.lazyloading { background-image: none; }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT > .row .container { background-color: transparent; background-image: none; }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT > .row .container > .video-iframe-container { display: none; }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT > .row > .video-iframe-container { display: none; }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT > .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); }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT > .row .container { border-width: 0; border-radius: 0; }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 { position:relative;display:block; }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 { background-color: transparent; background-image: none; }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 > .row .container > .video-iframe-container { display: none; }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 > .row > .video-iframe-container { display: none; }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 > .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); }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 { border-width: 0; border-radius: 0; }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 > .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; }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 > .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:47.875rem;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; }#NyGl6cRZc0ImwhHuyTpa0DgwVEPI7KT9 { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:38.6875rem;height:2.03125rem;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; }
#DC8gCuo0yHq2cIQLeWgxIuLJarmsO1Bn { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.0625rem;left:38.625rem;height:10.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#mPtrTowWHPFxUPzpuyy5lNWNWuEFzuDV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:19.0625rem;width:33.875rem;top:2.125rem;left:1.8125rem;overflow:hidden;display:block; }
#tTwaFEyCMMEtEpkO8kkhkmm1ftUG4Qut { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:28.9375rem;left:38.625rem;height:13.5rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#bDpqfNticyXql3cBeNyCST6bQq31DTn5 { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.6875rem;left:38.625rem;height:2.03125rem;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; }
#zAeu24MTFgNbQg7zz9oZK36ZzLM2um3F { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:21.625rem;left:38.6875rem;display:block; }
#P545LsoOiHVE8nuCquDa1unZxTZmaeXr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:19rem;width:33.875rem;top:24.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#905858;background-image:url("https://images.assets-landingi.com/f7cawPyo/Isle-of-Wight-Guided-Tours.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp.adaptive-delivery-prevent-bg, #kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp.lazyload, #kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp.lazyloading { background-image: none; }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp > .row .container { background-color: transparent; background-image: none; }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp > .row .container > .video-iframe-container { display: none; }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp > .row > .video-iframe-container { display: none; }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp > .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); }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp > .row .container { border-width: 0; border-radius: 0; }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ { position:relative;display:block; }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ { background-color: transparent; background-image: none; }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ > .row .container > .video-iframe-container { display: none; }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ > .row > .video-iframe-container { display: none; }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ > .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); }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ { border-width: 0; border-radius: 0; }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ > .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; }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ > .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:73.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; }#CbyLIuaS2NCXVlHxvTxbI2vAKstQE58Z { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:1.1875rem;height:;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; }
#KJARlsXRydZdXt4MQllibJKK8Oi6NFSb { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.5625rem;left:1.125rem;height:15.1875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#BwiTyZyPeO3AtEFtKqTDXCbIDHUMbWO9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:19.0625rem;width:33.875rem;top:2.75rem;left:38.90625rem;overflow:hidden;display:block; }
#ptHBpgaTDRC7EvDd3Hh9iwhek5n2IMb2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:19.0625rem;width:33.875rem;top:23.625rem;left:38.90625rem;overflow:hidden;display:block; }
#gPORkBB3fxExunIwT00p0AOCWZeDyJFk { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:28.375rem;left:1.125rem;height:6.75rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#azE61GBVq0mM9U7yzKf1aOdPQ5G9kk7n { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25rem;left:1.125rem;height:2.03125rem;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; }
#RlqsJLDyZz80z4Vuv0g1TeZzuTvIn1ep { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:23rem;left:1.1875rem;display:block; }
#L21wkJIRsrglVis21nEKAF6sCTF8UwBW { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:42.625rem;left:1.125rem;height:11.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#IdJPSguDBvOlvcQhXPeUCveW0RohPsAB { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39.25rem;left:1.125rem;height:2.03125rem;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; }
#ZUNmD48mAKrkEyfLJEbIDMgb1egyarc1 { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:37.25rem;left:1.1875rem;display:block; }
#HmGKAcnBpkw8SnCVdODS1cbwoIZgCLJF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:19rem;width:33.875rem;top:44.4375rem;left:38.90625rem;overflow:hidden;display:block; }
#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq { 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; }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq > .row .container { background-color: transparent; background-image: none; }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq > .row .container > .video-iframe-container { display: none; }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq > .row > .video-iframe-container { display: none; }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq > .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); }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq > .row .container { border-width: 0; border-radius: 0; }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#dHk7n6JEx5k5znxam1PLJMhDRZoZhx1U { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:38.625rem;height:2.03125rem;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;color:rgba(var(--color-tertiary-4),1);display:block; }
#Dhm3rV6oFbQvzmTohXoa7wuNc0I3qZpv { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.8125rem;left:38.625rem;height:8.4375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#GnEO2fCvxm7CThc66D22eaHaD503HFcy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:19rem;width:33.875rem;top:2.125rem;left:1.40625rem;overflow:hidden;display:block; }
#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/rpeSfRho/guided-tours-wight.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM.adaptive-delivery-prevent-bg, #HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM.lazyload, #HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM.lazyloading { background-image: none; }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM > .row .container { background-color: transparent; background-image: none; }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM > .row .container > .video-iframe-container { display: none; }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM > .row > .video-iframe-container { display: none; }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM > .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); }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM > .row .container { border-width: 0; border-radius: 0; }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy { position:relative;display:block; }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy { background-color: transparent; background-image: none; }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy > .row .container > .video-iframe-container { display: none; }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy > .row > .video-iframe-container { display: none; }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy > .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); }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy { border-width: 0; border-radius: 0; }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy > .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; }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy > .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:69.3125rem;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; }#MTOewS2tNtpwAuhic8bEZzBXGTw8GIBt { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:1.1875rem;height:;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; }
#LCd50l6ehX5MZNDTpk32aa4b4JMc13hi { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.625rem;left:1.125rem;height:13.5rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#Bq2qesQu0zIxyCgUvmp3wiphMT9ERxo0 { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:36.625rem;left:1.125rem;height:4.0625rem;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; }
#ET52NeOklUhDX9v0GTGQyRqr2D1ewbLz { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:42.3125rem;left:1.125rem;height:20.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#s4LinOHVVytVao6IIQ10asBxVHwwe7sK { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:33.8125rem;left:1.1875rem;display:block; }
#Iv1U5ySL6rErvptCLXsaRa99G1qSuXqS { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:25.9375rem;left:1.125rem;height:3.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#LLEAhTNvx4ldxMUVE0GxTxl9Gioot61O { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:38.0625rem;width:30.375rem;top:2.75rem;left:41.0625rem;overflow:hidden;display:block; }
#yCiiqBWIQbROm9d7OIBpdP3NWmdqSqTx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:15.1875rem;width:33.875rem;top:44.1875rem;left:39.3125rem;overflow:hidden;display:block; }
#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD { 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; }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD > .row .container { background-color: transparent; background-image: none; }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD > .row .container > .video-iframe-container { display: none; }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD > .row > .video-iframe-container { display: none; }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD > .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); }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD > .row .container { border-width: 0; border-radius: 0; }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#NtKGTnXVVWvahQr3o36oFEM34lQUa3TB { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:38.6875rem;height:2.03125rem;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;color:rgba(var(--color-tertiary-4),1);display:block; }
#EB3uwdH44kkSdV3V4sslurZA4iqVSOHq { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.1875rem;left:38.625rem;height:3.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#sAy0ELRRa5gKwyJ1O0A0bZzg967w5PyL { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:24rem;left:38.625rem;height:11.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#s4KU8Offr3c1v4Dy6o2zLU9gwE5IgsS0 { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.9375rem;left:38.6875rem;height:;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;color:rgba(var(--color-tertiary-4),1);display:block; }
#TrWbhDzUKy7efktgigkWR5fM1SwTvvUX { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:15.25rem;left:38.6875rem;display:block; }
#SbBA932yJLckNLrTdTwSTTCiTgkJZMwv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:15.1875rem;width:33.875rem;top:2.125rem;left:1.1875rem;overflow:hidden;display:block; }
#BvtqKOT2u1TZPQBtRct3Nw0uXBHKistI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:15.1875rem;width:33.75rem;top:20.9375rem;left:1.25rem;overflow:hidden;display:block; }
#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#905858;background-image:url("https://images.assets-landingi.com/uc/b0782ebb-521d-46f7-bbaa-d07f7f03da60/WhatsAppImage20251012at134042_57017985.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9.adaptive-delivery-prevent-bg, #taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9.lazyload, #taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9.lazyloading { background-image: none; }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 > .row .container { background-color: transparent; background-image: none; }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 > .row .container > .video-iframe-container { display: none; }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 > .row > .video-iframe-container { display: none; }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 > .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); }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 > .row .container { border-width: 0; border-radius: 0; }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi { position:relative;display:block; }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi { background-color: transparent; background-image: none; }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi > .row .container > .video-iframe-container { display: none; }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi > .row > .video-iframe-container { display: none; }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi > .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); }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi { border-width: 0; border-radius: 0; }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi > .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; }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi > .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:50.5625rem;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; }#Trd10wpFCDTvxmFGTTEtzvxv9EaX744n { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.1875rem;height:2.03125rem;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; }
#AQHQBUEErlWUde43XskGaxNKDxzispND { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.8125rem;left:1.125rem;height:10.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#TTLrITZselqIf9IHHepEeJZk7vzL98Lr { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.9375rem;left:1.25rem;height:2.03125rem;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; }
#UmOPT60GgmZVcgTGZD8d15ZtdywRRxsU { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:30.1875rem;left:1.125rem;height:11.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#K0osfmEJCeJpca9M1t3bROD8FD820ViJ { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:22.21875rem;left:1.1875rem;display:block; }
#vM49MW1mfUEAKOMk99aSHTifBPnAFdmJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:19.0625rem;width:33.875rem;top:3.1875rem;left:39.3125rem;overflow:hidden;display:block; }
#ygtGaFdq395M0LLDuK56W3JSInwgLoTr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:19.0625rem;width:34rem;top:26.03125rem;left:39.25rem;overflow:hidden;display:block; }
#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx { position:relative;display:block; }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx { background-color: transparent; background-image: none; }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx > .row .container > .video-iframe-container { display: none; }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx > .row > .video-iframe-container { display: none; }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx > .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); }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx { border-width: 0; border-radius: 0; }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx > .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; }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx > .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:12.5625rem;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; }#ZnE9oo0cbCugeCkz8tSwSwJgPRJfgmQM { display:block;width:71.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.8125rem;left:1.5625rem;height:3.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#w71alARS2qNAKGngTxtJ2VaGAOmVQyUB { display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.375rem;height:2.03125rem;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; }
#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#905858;background-image:url("https://images.assets-landingi.com/uc/404a2fce-9680-4dd3-962f-086b14276b44/WhatsAppImage20251014at142846_804b15a3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d.adaptive-delivery-prevent-bg, #pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d.lazyload, #pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d.lazyloading { background-image: none; }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d > .row .container { background-color: transparent; background-image: none; }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d > .row .container > .video-iframe-container { display: none; }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d > .row > .video-iframe-container { display: none; }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d > .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); }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d > .row .container { border-width: 0; border-radius: 0; }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt { border-bottom:0;border-left:0;border-right:0;border-top: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; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container { background-color: transparent; background-image: none; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container > .video-iframe-container { display: none; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row > .video-iframe-container { display: none; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .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); }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container { border-width: 0; border-radius: 0; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#JpnGiccWpPJg2r18KEteh4MUQzWNslLG { display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.078125rem;left:1.71875rem;height:6.09375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-3),1);display:block; }
#W0liTDOyooddOSO7Fqy43bG6bJOJse03 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:22.25rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#oGmzpAxnBLMBExk3hHfsk83CzviQo1Fi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.09375rem;left:1.71875rem; }
#oGmzpAxnBLMBExk3hHfsk83CzviQo1Fi > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#e67AdvRqO5sUHTUPmrce1V2E8T58myzS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.75rem #4d5357 ;height:26.375rem;width:20.1875rem;top:2.40625rem;left:46.15625rem;overflow:hidden;display:block; }
#Z3TSs8sgITzVSzRTJwsRzsu4s4wGIruR { display:block;width:27.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:27.6875rem;left:1.71875rem;height:2.5996125rem;text-align:left;text-align-last:left;color:#949d9e;display:block; }
#R4Jl6rhL93Wore7rQDlwPHUPtETqU6gA { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:24.21875rem;left:0rem;display:block; }
#Fd07p1eenmoSOtUiUqakIt65LoACzJmb { border-bottom:0rem solid rgba(var(--color-tertiary-2),1);border-left:0rem solid #83c182;border-right:0rem solid #83c182;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);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; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container { background-color: transparent; background-image: none; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container > .video-iframe-container { display: none; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row > .video-iframe-container { display: none; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .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); }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container { border-width: 0; border-radius: 0; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 { display:block; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kZiKyTZWdDxBoXJwc1qB4fFpH2sIyTc0 { width:18.25rem;height:4.25rem;top:14.0625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZXirs3u09lBlQHuUwdC9ynltDXN1vGd { width:8.9375rem;height:2.5625rem;top:16.375rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rILl02s12b4t7UEPsa4E9g3tzo6QTK3n { display:block; }
 }@media only screen and (max-width: 1199px) { #cv84ycsIDMT4pxqRMsDs651MFpsWdE6k { width:8.9375rem;height:2.5625rem;top:12.9375rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z62TfIQk3BsKELgTaDfpH0mJH5f4qQLM { display:block; }
 }@media only screen and (max-width: 1199px) { #EFpTA1I0VqKbluohgAtBPvHGXpUrZ45u { width:8.9375rem;height:2.5625rem;top:16.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WI6OtMuEZhSvnnr7GVuDKbTZAGDLtaxB { display:block; }
 }@media only screen and (max-width: 1199px) { #SoeT4n3oz2Ks1ESNFGUEXqCriDrBrPi8 { width:8.9375rem;height:2.5625rem;top:12.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSFybUy2q17mz3SS0NOVNHopw6EbqiVf { display:block; }
 }@media only screen and (max-width: 1199px) { #bSTK2vFTwMveXNEXL24EzhSOshTtJPcd { width:8.9375rem;height:2.5625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgXqACe7KVvcSdkCSZiTrC037Kt02B5x { display:block; }
 }@media only screen and (max-width: 1199px) { #iELLdZK18mywecf6iNARqXFhZBzc0df4 { width:8.9375rem;height:2.5625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeMiuulLaHO2Cf9GpPUf7G9sSaHBIwUa { display:block; }
 }@media only screen and (max-width: 1199px) { #kwgwTcmxnqrda5aDpO6yo3FVzDpT8F6V { width:38.625rem;height:11.375rem;top:0rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a { width:2.5rem;height:2.5rem;top:15.5625rem;left:45.25rem;display:block; }
#dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #JEblGVJVzQybyf2V6H6GxFEL1gvfT12H { display:block; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX { display:block; }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sBQI2KiFtGdrdEVF3VkXea9ZaubuMo7I { width:35rem;height:2rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vVWKkk2sUCiQ3hwIJ8IN2oxUqbc8QHHM { width:35.25rem;height:6.75rem;top:5.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R4PGdW6oQXPTtecTWik28mgVRWvC80cx { width:35rem;height:4.0625rem;top:15.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nMkiEIbqROHlTAh2MyZF3k4b9dIExoQs { width:35.25rem;height:10.125rem;top:20.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dEw3HsoiGznL4ZORd39mJmTJuTeTWN1Z { width:25rem;height:0.0625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #chQsSHe2GHnE0uqVivwopW9LHuF997XD { width:23.625rem;height:14.125rem;top:1.75rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bc0UgGwLDI3IhviyRqR0roTPEabzvTU6 { width:23.625rem;height:13.25rem;top:18.1875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT { display:block; }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 { display:block; }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NyGl6cRZc0ImwhHuyTpa0DgwVEPI7KT9 { width:35rem;height:2rem;top:3.4375rem;left:12.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DC8gCuo0yHq2cIQLeWgxIuLJarmsO1Bn { width:35.25rem;height:10.125rem;top:8.0625rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mPtrTowWHPFxUPzpuyy5lNWNWuEFzuDV { width:33.875rem;height:19.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTwaFEyCMMEtEpkO8kkhkmm1ftUG4Qut { width:35.25rem;height:13.5rem;top:28.9375rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bDpqfNticyXql3cBeNyCST6bQq31DTn5 { width:35rem;height:2rem;top:24.6875rem;left:12.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zAeu24MTFgNbQg7zz9oZK36ZzLM2um3F { width:25rem;height:0.0625rem;top:21.625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P545LsoOiHVE8nuCquDa1unZxTZmaeXr { width:33.875rem;height:19rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp { display:block; }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ { display:block; }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CbyLIuaS2NCXVlHxvTxbI2vAKstQE58Z { width:35rem;height:;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJARlsXRydZdXt4MQllibJKK8Oi6NFSb { width:35.25rem;height:15.1875rem;top:5.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwiTyZyPeO3AtEFtKqTDXCbIDHUMbWO9 { width:33.875rem;height:19.0625rem;top:2.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ptHBpgaTDRC7EvDd3Hh9iwhek5n2IMb2 { width:33.875rem;height:19.0625rem;top:23.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gPORkBB3fxExunIwT00p0AOCWZeDyJFk { width:35.25rem;height:6.75rem;top:28.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #azE61GBVq0mM9U7yzKf1aOdPQ5G9kk7n { width:35rem;height:2rem;top:25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlqsJLDyZz80z4Vuv0g1TeZzuTvIn1ep { width:25rem;height:0.0625rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L21wkJIRsrglVis21nEKAF6sCTF8UwBW { width:35.25rem;height:11.8125rem;top:42.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdJPSguDBvOlvcQhXPeUCveW0RohPsAB { width:35rem;height:2rem;top:39.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUNmD48mAKrkEyfLJEbIDMgb1egyarc1 { width:25rem;height:0.0625rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HmGKAcnBpkw8SnCVdODS1cbwoIZgCLJF { width:33.875rem;height:19rem;top:44.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq { display:block; }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dHk7n6JEx5k5znxam1PLJMhDRZoZhx1U { width:35rem;height:4.0625rem;top:3.375rem;left:12.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dhm3rV6oFbQvzmTohXoa7wuNc0I3qZpv { width:35.25rem;height:10.125rem;top:9.8125rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GnEO2fCvxm7CThc66D22eaHaD503HFcy { width:33.875rem;height:19rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM { display:block; }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy { display:block; }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MTOewS2tNtpwAuhic8bEZzBXGTw8GIBt { width:35rem;height:;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LCd50l6ehX5MZNDTpk32aa4b4JMc13hi { width:35.25rem;height:15.1875rem;top:8.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bq2qesQu0zIxyCgUvmp3wiphMT9ERxo0 { width:35rem;height:4.0625rem;top:36.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ET52NeOklUhDX9v0GTGQyRqr2D1ewbLz { width:35.25rem;height:25.3125rem;top:42.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s4LinOHVVytVao6IIQ10asBxVHwwe7sK { width:25rem;height:0.0625rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iv1U5ySL6rErvptCLXsaRa99G1qSuXqS { width:35.25rem;height:5.0625rem;top:25.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LLEAhTNvx4ldxMUVE0GxTxl9Gioot61O { width:30.375rem;height:38.0625rem;top:2.75rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCiiqBWIQbROm9d7OIBpdP3NWmdqSqTx { width:33.875rem;height:15.1875rem;top:44.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD { display:block; }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NtKGTnXVVWvahQr3o36oFEM34lQUa3TB { width:35rem;height:;top:2.125rem;left:12.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EB3uwdH44kkSdV3V4sslurZA4iqVSOHq { width:35.25rem;height:3.375rem;top:5.1875rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAy0ELRRa5gKwyJ1O0A0bZzg967w5PyL { width:35.25rem;height:13.5rem;top:24rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s4KU8Offr3c1v4Dy6o2zLU9gwE5IgsS0 { width:35rem;height:;top:20.9375rem;left:12.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrWbhDzUKy7efktgigkWR5fM1SwTvvUX { width:25rem;height:0.0625rem;top:15.25rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SbBA932yJLckNLrTdTwSTTCiTgkJZMwv { width:33.875rem;height:15.1875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BvtqKOT2u1TZPQBtRct3Nw0uXBHKistI { width:33.75rem;height:15.1875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 { display:block; }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi { display:block; }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Trd10wpFCDTvxmFGTTEtzvxv9EaX744n { width:35rem;height:2rem;top:3.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AQHQBUEErlWUde43XskGaxNKDxzispND { width:35.25rem;height:11.8125rem;top:5.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTLrITZselqIf9IHHepEeJZk7vzL98Lr { width:35rem;height:2rem;top:26.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UmOPT60GgmZVcgTGZD8d15ZtdywRRxsU { width:35.25rem;height:11.8125rem;top:30.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0osfmEJCeJpca9M1t3bROD8FD820ViJ { width:25rem;height:0.0625rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vM49MW1mfUEAKOMk99aSHTifBPnAFdmJ { width:33.875rem;height:19.0625rem;top:3.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygtGaFdq395M0LLDuK56W3JSInwgLoTr { width:34rem;height:19.0625rem;top:26rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx { display:block; }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZnE9oo0cbCugeCkz8tSwSwJgPRJfgmQM { width:47.75rem;height:3.375rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w71alARS2qNAKGngTxtJ2VaGAOmVQyUB { width:27.125rem;height:2.125rem;top:1.6875rem;left:17.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d { display:block; }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt { display:block; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JpnGiccWpPJg2r18KEteh4MUQzWNslLG { width:22.3125rem;height:8.5rem;top:10.1875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0liTDOyooddOSO7Fqy43bG6bJOJse03 { width:22.25rem;height:8.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGmzpAxnBLMBExk3hHfsk83CzviQo1Fi { width:2.5rem;height:2.5rem;top:18.0625rem;left:0rem;display:block; }
#oGmzpAxnBLMBExk3hHfsk83CzviQo1Fi > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #e67AdvRqO5sUHTUPmrce1V2E8T58myzS { width:20.1875rem;height:26.375rem;top:2.375rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z3TSs8sgITzVSzRTJwsRzsu4s4wGIruR { width:27.625rem;height:2.5625rem;top:27.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R4Jl6rhL93Wore7rQDlwPHUPtETqU6gA { width:25rem;height:0.0625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fd07p1eenmoSOtUiUqakIt65LoACzJmb { display:block; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 { display:block; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container { width:20rem;height:36.63996763754rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZiKyTZWdDxBoXJwc1qB4fFpH2sIyTc0 { width:18.25rem;height:4.25rem;top:8.625rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZXirs3u09lBlQHuUwdC9ynltDXN1vGd { width:8.9375rem;height:2.5625rem;top:21.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rILl02s12b4t7UEPsa4E9g3tzo6QTK3n { display:block; }
 }@media only screen and (max-width: 763px) { #cv84ycsIDMT4pxqRMsDs651MFpsWdE6k { width:8.9375rem;height:2.5625rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z62TfIQk3BsKELgTaDfpH0mJH5f4qQLM { display:block; }
 }@media only screen and (max-width: 763px) { #EFpTA1I0VqKbluohgAtBPvHGXpUrZ45u { width:8.9375rem;height:2.5625rem;top:17.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI6OtMuEZhSvnnr7GVuDKbTZAGDLtaxB { display:block; }
 }@media only screen and (max-width: 763px) { #SoeT4n3oz2Ks1ESNFGUEXqCriDrBrPi8 { width:8.9375rem;height:2.5625rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFybUy2q17mz3SS0NOVNHopw6EbqiVf { display:block; }
 }@media only screen and (max-width: 763px) { #bSTK2vFTwMveXNEXL24EzhSOshTtJPcd { width:8.9375rem;height:2.5625rem;top:14rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXqACe7KVvcSdkCSZiTrC037Kt02B5x { display:block; }
 }@media only screen and (max-width: 763px) { #iELLdZK18mywecf6iNARqXFhZBzc0df4 { width:8.9375rem;height:2.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeMiuulLaHO2Cf9GpPUf7G9sSaHBIwUa { display:block; }
 }@media only screen and (max-width: 763px) { #kwgwTcmxnqrda5aDpO6yo3FVzDpT8F6V { width:20rem;height:5.8899676375405rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a { display:flex;width:2.5rem;height:2.5rem;top:32.889967637541rem;left:8.75rem; }
#dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #JEblGVJVzQybyf2V6H6GxFEL1gvfT12H { display:block; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX { display:block; }#SFATXJ224Ug3iHHW7R2xq2QP75PgyzIX > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBQI2KiFtGdrdEVF3VkXea9ZaubuMo7I { width:20rem;height:2.125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVWKkk2sUCiQ3hwIJ8IN2oxUqbc8QHHM { width:20rem;height:15rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4PGdW6oQXPTtecTWik28mgVRWvC80cx { width:20rem;height:0;top:30.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMkiEIbqROHlTAh2MyZF3k4b9dIExoQs { width:20rem;height:0;top:35.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEw3HsoiGznL4ZORd39mJmTJuTeTWN1Z { width:20rem;height:0.0625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chQsSHe2GHnE0uqVivwopW9LHuF997XD { width:20rem;height:11.957671957672rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0UgGwLDI3IhviyRqR0roTPEabzvTU6 { width:20rem;height:11.216931216931rem;top:58.582671957672rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT { display:block; }#xWKd4lD3O4pPhde0dTkz9MGK7C9bh1oT > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 { display:block; }#imTf8UFgSZQv11T6aOHmZT5F7WwXzuZ4 > .row .container { width:20rem;height:73.378574723247rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyGl6cRZc0ImwhHuyTpa0DgwVEPI7KT9 { width:20rem;height:2.125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC8gCuo0yHq2cIQLeWgxIuLJarmsO1Bn { width:20rem;height:15rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPtrTowWHPFxUPzpuyy5lNWNWuEFzuDV { width:20rem;height:11.254612546125rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTwaFEyCMMEtEpkO8kkhkmm1ftUG4Qut { width:20rem;height:0;top:58.628574723248rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDpqfNticyXql3cBeNyCST6bQq31DTn5 { width:20rem;height:0;top:55.347324723248rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAeu24MTFgNbQg7zz9oZK36ZzLM2um3F { width:20rem;height:0.0625rem;top:41.567112546126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P545LsoOiHVE8nuCquDa1unZxTZmaeXr { width:20rem;height:11.217712177122rem;top:42.879612546126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp { display:block; }#kHXWO7l9QFZ277xmF6PhfFHefB2QsZbp > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ { display:block; }#te2FM1TehzQk1n3fPgKC88GGpfAvCmMJ > .row .container { width:20rem;height:107.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbyLIuaS2NCXVlHxvTxbI2vAKstQE58Z { width:20rem;height:2.125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJARlsXRydZdXt4MQllibJKK8Oi6NFSb { width:20rem;height:15rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwiTyZyPeO3AtEFtKqTDXCbIDHUMbWO9 { width:20rem;height:11.254612546125rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptHBpgaTDRC7EvDd3Hh9iwhek5n2IMb2 { width:20rem;height:11.254612546125rem;top:71.817112546125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPORkBB3fxExunIwT00p0AOCWZeDyJFk { width:20rem;height:0;top:46.160862546126rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azE61GBVq0mM9U7yzKf1aOdPQ5G9kk7n { width:20rem;height:0;top:42.879612546126rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlqsJLDyZz80z4Vuv0g1TeZzuTvIn1ep { width:20rem;height:0.0625rem;top:41.567112546126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L21wkJIRsrglVis21nEKAF6sCTF8UwBW { width:20rem;height:0;top:58.754612546126rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdJPSguDBvOlvcQhXPeUCveW0RohPsAB { width:20rem;height:0;top:55.473362546126rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUNmD48mAKrkEyfLJEbIDMgb1egyarc1 { width:20rem;height:0.0625rem;top:54.160862546126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmGKAcnBpkw8SnCVdODS1cbwoIZgCLJF { width:20rem;height:11.217712177122rem;top:84.32172509225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq { display:block; }#mzfu9BBleLpPtcW9Ly8nFPF4DFIqdkzq > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHk7n6JEx5k5znxam1PLJMhDRZoZhx1U { width:20rem;height:2.125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhm3rV6oFbQvzmTohXoa7wuNc0I3qZpv { width:20rem;height:15rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnEO2fCvxm7CThc66D22eaHaD503HFcy { width:20rem;height:11.217712177122rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM { display:block; }#HzHCIRL6q4UNRirXAgpCMpu6K37zAcgM > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy { display:block; }#gdN46XP5RNJ0F7Tl1VzT4QRAW4T31Doy > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTOewS2tNtpwAuhic8bEZzBXGTw8GIBt { width:20rem;height:2.125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCd50l6ehX5MZNDTpk32aa4b4JMc13hi { width:20rem;height:15rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2qesQu0zIxyCgUvmp3wiphMT9ERxo0 { width:20rem;height:0;top:35rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET52NeOklUhDX9v0GTGQyRqr2D1ewbLz { width:20rem;height:0;top:66.624228395063rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4LinOHVVytVao6IIQ10asBxVHwwe7sK { width:20rem;height:0.0625rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv1U5ySL6rErvptCLXsaRa99G1qSuXqS { width:20rem;height:0;top:29.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLEAhTNvx4ldxMUVE0GxTxl9Gioot61O { width:20rem;height:25.061728395062rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCiiqBWIQbROm9d7OIBpdP3NWmdqSqTx { width:20rem;height:8.9667896678967rem;top:88.124228395063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD { display:block; }#wz5Vbh8tnpqiruLllhBSpXtHuu7ntTiD > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtKGTnXVVWvahQr3o36oFEM34lQUa3TB { width:20rem;height:2.125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB3uwdH44kkSdV3V4sslurZA4iqVSOHq { width:20rem;height:15rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAy0ELRRa5gKwyJ1O0A0bZzg967w5PyL { width:20rem;height:0;top:54.123039667897rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4KU8Offr3c1v4Dy6o2zLU9gwE5IgsS0 { width:20rem;height:0;top:50.841789667897rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWbhDzUKy7efktgigkWR5fM1SwTvvUX { width:20rem;height:0.0625rem;top:39.279289667897rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbBA932yJLckNLrTdTwSTTCiTgkJZMwv { width:20rem;height:8.9667896678967rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvtqKOT2u1TZPQBtRct3Nw0uXBHKistI { width:20rem;height:9rem;top:40.591789667897rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 { display:block; }#taVM91bZk5PAz36Jbp5cB3ZDmVXmbyF9 > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi { display:block; }#ahfWWyt0AtgD9WkOgHy4WOEolckCJLTi > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Trd10wpFCDTvxmFGTTEtzvxv9EaX744n { width:20rem;height:2.125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQHQBUEErlWUde43XskGaxNKDxzispND { width:20rem;height:15rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTLrITZselqIf9IHHepEeJZk7vzL98Lr { width:20rem;height:0;top:42.879612546126rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmOPT60GgmZVcgTGZD8d15ZtdywRRxsU { width:20rem;height:0;top:46.160862546126rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0osfmEJCeJpca9M1t3bROD8FD820ViJ { width:20rem;height:0.0625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM49MW1mfUEAKOMk99aSHTifBPnAFdmJ { width:20rem;height:11.254612546125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygtGaFdq395M0LLDuK56W3JSInwgLoTr { width:20rem;height:11.213235294118rem;top:59.223362546126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx { display:block; }#mxJVVVJ6y46AMDc6k5bh2AOlTN9IWfFx > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnE9oo0cbCugeCkz8tSwSwJgPRJfgmQM { width:20rem;height:24rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w71alARS2qNAKGngTxtJ2VaGAOmVQyUB { width:20rem;height:2.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d { display:block; }#pANDD4JDKJ5kg0Iq2A88HghdIfEJGi0d > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt { display:block; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container { width:20rem;height:79.880030959752rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpnGiccWpPJg2r18KEteh4MUQzWNslLG { width:20rem;height:8.5rem;top:37.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0liTDOyooddOSO7Fqy43bG6bJOJse03 { width:20rem;height:7.9213483146067rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGmzpAxnBLMBExk3hHfsk83CzviQo1Fi { display:flex;width:2.5rem;height:2.5rem;top:47.4375rem;left:8.75rem; }
#oGmzpAxnBLMBExk3hHfsk83CzviQo1Fi > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #e67AdvRqO5sUHTUPmrce1V2E8T58myzS { width:20rem;height:26.130030959752rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TSs8sgITzVSzRTJwsRzsu4s4wGIruR { width:20rem;height:6.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4Jl6rhL93Wore7rQDlwPHUPtETqU6gA { width:20rem;height:0.0625rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd07p1eenmoSOtUiUqakIt65LoACzJmb { display:block; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }