.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:5rem;width:75rem;position:relative;display:block; }#hMb9IB07KXJuWRNkWUGSA704z5RulWlq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:10.0625rem;top:0.125rem;left:2.0400390625rem;overflow:hidden;display:block; }
#KMeGQ2EhlferSDBknZT8XXzqayTdm3wo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.40625rem;left:34.6875rem;display:block; }
#tGxsFPJ62qXZgTmBTdTBhB4CPViAJsXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#skR3TLeowy3PNbho3h8tl3UWcQV8takD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.1875rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.40625rem;left:45.4375rem;display:block; }
#Iz0QhxtScmgstgGRRprFrtntCHnte0RV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#udg9PizfLSuiAUTTW6N8NVOu8fNgTn4W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.40625rem;left:53.875rem;display:block; }
#G0hcBETIpHopdDUXT4gr3bKQ9aWX6m5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L9HuzlJh9Zdps3JM2tVRNqxoaDowrT6N { background-color:#f25922;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.9375rem;left:62.5rem;display:block; }
#dnvDSRBuoDRQwabbl9Ni7eWbzH8AGAAd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Pqog8G1wkLONJkF5DEooQXOh9yGRuM2x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.40625rem;left:34.6875rem;display:none; }
#e5gh3Lqo8BsFB13d7MfcudST59XtvsPk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zTEnoJ9fKvt8ItTdANwrUpU3ZBTWx5WN { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#TlqceFh3cLIS23KQJli9Bxmh9Xtq7DDV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eo05CRQADGJxlLsfcBbmva7EdadzdreP { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#DmZWwA52BsCT5XfNhNdU5dIzzRFUwXxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kuaTyuGwFarXgtXrpilKoxFX2VxmDIz7 { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#bRUd0qiytmMbblsr9HXaebKROQ3F3bSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pr1aNQeTixlK53LOCOClsQh2CiW0l814 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container { background-color: transparent; background-image: none; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container > .video-iframe-container { display: none; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row > .video-iframe-container { display: none; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .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); }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container { border-width: 0; border-radius: 0; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/9f8dcayG/V_A_catamaran_2000x800.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.adaptive-delivery-prevent-bg, #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.lazyload, #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.lazyloading { background-image: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { background-color: transparent; background-image: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,50,50,0.54); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container > .video-iframe-container { display: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,50,50,0.54); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row > .video-iframe-container { display: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .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); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { border-width: 0; border-radius: 0; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#gtNMdcTl6HzqTc7cHeAmy8ZdqelOVsDF { color:#d22834;display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:15.2490234375rem;left:49.8740234375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ssp2A3JMwEuZmL9pep3OOkVF9mip3LmG { color:#d22834;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:10.125rem;left:49.8427734375rem;height:1.7871125rem;font-style:normal;display:block; }
#x2xgJyP5vUWqFpPGhr6VvGp8oKu513NL { color:#ffffff;display:block;width:42.8125rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:4.96875rem;left:0rem;height:13.40625rem;font-style:normal;display:block; }
#oCJtntxbJwsrekuCNwsGgEEA0DUqrnim { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:18.2490234375rem;left:0rem;height:20.25rem;display:block; }
#Xq5tDXZygvIWgerz1PVaBZpPuL5duPR0 { background-color:#f25922;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:40.1240234375rem;left:0rem;display:block; }
#EzTypaxymtpLZXW0Zi3INzTds0ZzJVXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cK118EaMa9C65SJXxSeEuxhOrbdJBDD8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#282e68;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:40.1240234375rem;left:14.123046875rem;display:block; }
#JrxRehSEPIl1PqZAgep28bvl0DesUPtZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sq4LlwaFNICw5D8rRg1KQJ3CSWdWShhs { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:9.4375rem;left:44.8125rem;display:block; }
#vQBM3NB0bAzIG4ydG7aEweILUehOoW87 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:14.5615234375rem;left:44.8125rem;display:block; }
#pKR1TdVUx2G0g9MOf1l9kJx6v1A6V3Sr { position:absolute;display:block;z-index:99999;background-color:#f25922;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:9.3125rem;left:44.6875rem;display:block; }
#CaoS9iWG0cFy3f7Zl9TBHATDUBoZaq5m { position:absolute;display:block;z-index:99998;background-color:#323232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:23.5625rem;top:9.3125rem;left:47.5615234375rem;display:block; }
#dLSlByif8b1scWD8Ly5c5tx3o2VuhxHe { position:absolute;display:block;z-index:100000;background-color:#323232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:23.5625rem;top:14.3115234375rem;left:47.5615234375rem;display:block; }
#CQdZCHn1GbkxzizRuhOPtpGVNoAD2a8W { position:absolute;display:block;z-index:100001;background-color:#f25922;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:14.3115234375rem;left:44.6875rem;display:block; }
#FkeNKxnW4qE6NWDAcDdgK51zu30gEkSl { position:absolute;display:block;z-index:100001;background-color:#323232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:23.5rem;top:19.6240234375rem;left:47.5615234375rem;display:block; }
#q7xTnm5ATz2WkWnZKKa3I3WB80zq7oDT { color:#d22834;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:20.4365234375rem;left:49.8740234375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJtZvkRXfGtfdoJcoCfTS55yqpKWCJp9 { position:absolute;display:block;z-index:100002;background-color:#f25922;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:19.6240234375rem;left:44.6875rem;display:block; }
#emL5BwuPEKDwmWdp0HKyusdODV07dSiM { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:19.7490234375rem;left:44.8125rem;display:block; }
#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container { background-color: transparent; background-image: none; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container > .video-iframe-container { display: none; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row > .video-iframe-container { display: none; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .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); }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container { border-width: 0; border-radius: 0; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#GMqFXCzFGZ11tOU2eAGmqTe3tgwmhvEI { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:4.87353515625rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#hgXhvLsZtGRqPlQ10lNfVHB2l9STFXRv { color:#000000;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:8.5625rem;left:0rem;height:35.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#th3sgFVBZSDirerofsQe2buRtzH62rVV { position:absolute;display:block;z-index:100009;background-color:#eff5f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.22) ;height:26.625rem;width:28.75rem;top:8.625rem;left:41.875rem;display:block; }
#HZ04ZIiLR7HJudKHWt7PQvwOqqaHvWn7 { color:#282e68;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:11.7490234375rem;left:42.53125rem;height:1.4624rem;font-style:normal;display:block; }
#P2qV7zngzJW9PISEJT65Wg2TfyGh1NEe { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:13.1865234375rem;left:42.53125rem;height:1.625rem;font-style:normal;display:block; }
#vsmmo2tyUTcO95nBLt7yJ1ZbZTBt0bTZ { color:#282e68;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:17.8125rem;left:42.53125rem;height:1.4624rem;font-style:normal;display:block; }
#UKNDgnuMtrOZRoSidbWHbyRluQQ6x9En { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:27.0625rem;left:42.53125rem;height:1.625rem;font-style:normal;display:block; }
#wBXzuyU7ssvy3Dr9h8Tn2fEvZs3s1A52 { color:#282e68;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:25.625rem;left:42.53125rem;height:1.4624rem;font-style:normal;display:block; }
#gkCyyDtE4fB8VPyNRXMU9gd3xrFT3ZoM { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:19.25rem;left:42.53125rem;height:1.625rem;font-style:normal;display:block; }
#zmksP3tGoqq0ezE7DWFhzgubAsEcrGd5 { background-color:#f25922;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:39.375rem;left:50.875rem;display:block; }
#dnZlZx6sXMNoKPfGEXDdTGqQLbpXndxV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qlp4K0iVLTqowr0IvTiL1OF9W1UJlTsI { box-sizing:content-box;color:#282e68;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:42.5rem;left:10.5rem;display:block; }
#MAdcvt47CbTdvJAQaaQlT4TMmSJWe8wI { box-sizing:content-box;color:#282e68;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:42.5rem;left:16.78125rem;display:block; }
#PRP893AHocn4NzohTa4TRTPHGh23IoOG { box-sizing:content-box;color:#282e68;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:42.5rem;left:22.9375rem;display:block; }
#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container { background-color: transparent; background-image: none; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container > .video-iframe-container { display: none; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row > .video-iframe-container { display: none; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .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); }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container { border-width: 0; border-radius: 0; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#ncSicp702eRmG2JID5kKliSNTMxVvVfa { color:#c8002a;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#QLnq37eTXo9mVSDlulVi29lotCn9oEpN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container { background-color: transparent; background-image: none; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container > .video-iframe-container { display: none; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row > .video-iframe-container { display: none; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .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); }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container { border-width: 0; border-radius: 0; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#ETuC2STDDZnGxA0exFFnsWD7RTSZ22gl { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:17.8125rem;top:0.7177734375rem;left:56.71875rem;overflow:hidden;display:block; }
#OIi8ZSGTeeXVG9d89gTWagPHxMKyawlF { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:17.8125rem;top:0.6875rem;left:0.46875rem;overflow:hidden;display:block; }
#T9FtJlK0PE9XAxHT4RmqFRmQtXnEVtQ2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:17.8125rem;top:0.7177734375rem;left:19.21875rem;overflow:hidden;display:block; }
#DOKfkCytxKJS5z2na7XLlHBCbCWEZ3d1 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:17.8125rem;top:0.6875rem;left:37.96875rem;overflow:hidden;display:block; }
#skWZqgfTDrqbefgEuIiruCf149F7uXRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container { background-color: transparent; background-image: none; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container > .video-iframe-container { display: none; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row > .video-iframe-container { display: none; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .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); }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container { border-width: 0; border-radius: 0; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#C5cvRDH9bJs8oXlbqu44c9BOqkTWUKyq { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:17.8125rem;top:0.7490234375rem;left:37.96875rem;overflow:hidden;display:block; }
#VXBKlb9rHkcXkrRbVF6F6E5e9mciKha3 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:17.8125rem;top:0.7490234375rem;left:56.71875rem;overflow:hidden;display:block; }
#EguRyHi9m0KtZVamFuFQTenReE8tGDpx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:17.8125rem;top:0.75rem;left:19.21875rem;overflow:hidden;display:block; }
#W8ECE6Bl5oZh8xQxIGPMeCUg2em2RuD3 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:17.8125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { background-color: transparent; background-image: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container > .video-iframe-container { display: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row > .video-iframe-container { display: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .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); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { border-width: 0; border-radius: 0; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#i2hxmXgToktJwwtH5zTf769cvU81TJNb { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxTVy25QwT2tKMTWz4PDg8AfyydQh2In { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:36.625rem;top:9.810546875rem;left:37.642441860465rem;display:block; }
#ozTgBeyKp17d0amfsM5TakUUHzVJyvy4 { color:#000000;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:14.4423828125rem;left:39.9375rem;height:9.44825rem;font-style:normal;display:block; }
#qoqg0Kkn3DlFcXS7xwCDrRM79IywJpQE { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:11.688232421875rem;left:40rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CAsaLyGWhF0tGhBlGPucUVq0FEKRG1hs { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:11.875rem;left:62.8125rem;display:block; }
#yplwq5uFEmM9PAPRoa736wwUd8kayerh { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:11.875rem;left:64.375rem;display:block; }
#wqDp4gW8SqsKFxwg8vPx90qXo57xhpkB { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:11.875rem;left:65.9375rem;display:block; }
#pN1a82CRe6z1AFxJixnoby7CrBpT7QOA { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:11.875rem;left:67.5rem;display:block; }
#kXHnPEEaFTk5i7paFbDiuayVdo93tOAX { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:11.875rem;left:69.0625rem;display:block; }
#tHvfUZigZzsZ4aNiIXulD4vBgoASC66X { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:3rem;top:24.5625rem;left:68.875rem;overflow:hidden;display:block; }
#LHvlkdxNMIN6hcNiz8c2PEbGukak9bEg { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:36.6875rem;top:9.904296875rem;left:0rem;overflow:hidden;display:block; }
#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { background-color: transparent; background-image: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container > .video-iframe-container { display: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row > .video-iframe-container { display: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .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); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { border-width: 0; border-radius: 0; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#lE7rOI3cJUsHuV555binWQQT2b9Dh37B { color:#000000;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100028;line-height:1.4;letter-spacing:0;top:6.5634765625rem;left:2.5rem;height:6.2988125rem;font-style:normal;display:block; }
#ZEeK70I1vwpvD96i2kpvTpo3HqTfhlD4 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:3.1884765625rem;left:2.5rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z0pTQATooDn0MZNhHdWFsMncwCZdWGdM { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:2.999267578125rem;left:25rem;display:block; }
#uqAos8fkr6x6Ua73noNzTXtZULE5ZX1T { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:3rem;left:26.5625rem;display:block; }
#Pod0CoNGMRPS3fdLfqqGhGDme8pDdTzT { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:3rem;left:28.125rem;display:block; }
#ZrJJuboiDWT7vNd0R7NGT3V3qTe6GPqC { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:2.999267578125rem;left:29.6875rem;display:block; }
#f77cpN4KRTHiJXkT8HsFwQ385IIZX7vf { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:2.999267578125rem;left:31.25rem;display:block; }
#Uz0QAyX4IPcOOvNgiSTP9QAtzqFEDECT { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6245125rem;width:2.99926875rem;top:17.372314453125rem;left:31.09326171875rem;overflow:hidden;display:block; }
#cBOm8hBnV1TbRl8ocSyAH0WsTFTB3o8S { color:#000000;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100040;line-height:1.4;letter-spacing:0;top:5.9375rem;left:40rem;height:9.44825rem;font-style:normal;display:block; }
#FGhBCPPksH4Tneri7io80ZXGeE5eFsIb { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100030;line-height:1.3;letter-spacing:0;top:3.1875rem;left:40rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hTptMChzsOoGlqsl2t1I55ZrTduGef1X { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:3rem;left:62.8125rem;display:block; }
#vtdNqVACUGni8qyIEzuPAe4CuXBKKxH8 { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:2.999267578125rem;left:64.375rem;display:block; }
#FWWb20qZiIxaCg1wc5ogopCT7l2kRESt { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:2.999267578125rem;left:65.9375rem;display:block; }
#KxCbat3B630cPqTzsW5SCHf31rgIXf9t { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:2.999267578125rem;left:67.5rem;display:block; }
#T5tUrTCEe9c4S2WXgLeiLcwqJcEcJszZ { box-sizing:content-box;color:#d22834;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:2.999267578125rem;left:69.0625rem;display:block; }
#zu4WAT3wyaK02tWwcAFwgicfzFH12UMS { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:3rem;top:17.375rem;left:68.875rem;overflow:hidden;display:block; }
#elRKCk8SoM6uxTuTekLJIlctqScUF6Tx { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6245rem;width:36.875rem;top:1.312255859375rem;left:0rem;display:block; }
#sk68IJrVpS7tU7K7ydNl6ebQs0lUctwF { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6245rem;width:36.875rem;top:1.3125rem;left:37.5rem;display:block; }
#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container { background-color: transparent; background-image: none; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container > .video-iframe-container { display: none; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row > .video-iframe-container { display: none; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .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); }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container { border-width: 0; border-radius: 0; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#UMnUTnlaeHSfzsRJvCsmmGRSkcbButz3 { background-color:#f25922;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:2.216796875rem;left:30.78125rem;display:block; }
#tLmNnDTci7HSw7VkFMqZnrDWZeR3bZT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container { background-color: transparent; background-image: none; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container > .video-iframe-container { display: none; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row > .video-iframe-container { display: none; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .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); }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container { border-width: 0; border-radius: 0; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#qWLbkSakV3dsd3fBZCoMJavsIQZJyHzB { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container { background-color: transparent; background-image: none; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container > .video-iframe-container { display: none; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row > .video-iframe-container { display: none; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .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); }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container { border-width: 0; border-radius: 0; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#v6I37NdoqSgA7bNuy3fpXr3JTIWKX4xA { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:8.8125rem;width:8.8125rem;top:0rem;left:8.09375rem;display:block; }
#wU1y4SLdNTkE1wC11LKL5AVsdIOEv0bI { position:absolute;display:block;z-index:100011;background-color:#ab8c51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.625rem;width:2.625rem;top:0.4375rem;left:6.9375rem;display:block; }
#X3vDJVLQ6I7KbOWsmXvpSdSHL9zaq1lL { position:absolute;display:block;z-index:100010;background-color:rgba(40,46,104,0.55);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.5625rem;width:3.5625rem;top:0rem;left:6.4375rem;display:block; }
#T093GysoGw4Cw42DUyuGZGiBnhdciG9V { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pu8qAgMNGaM7cTXoLU83XUhy9ZLk8Ty5 { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem dashed rgba(0,0,0,0.5);height:0.0625rem;width:50rem;top:4.3125rem;left:12.15625rem;display:block; }
#eRXe3ylzibxQ8A4l8iJMlM6h0RxX0mUD { position:absolute;display:block;z-index:100015;background-color:#ab8c51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.625rem;width:2.625rem;top:0.4375rem;left:31.875rem;display:block; }
#FTk5XthfiT0ncSJdxT7TWVBm5S9hGC15 { position:absolute;display:block;z-index:100014;background-color:rgba(40,46,104,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.5625rem;width:3.5625rem;top:0rem;left:31.375rem;display:block; }
#N62HOwJfHsvayAZh4O0smEJaEEXmfLrL { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:0.8125rem;left:31.875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#byLUMLEUIC7r3Kaftsrc9tkWrfGbnHLi { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:8.8125rem;width:8.8125rem;top:0rem;left:33.09375rem;display:block; }
#fwThTkK7FKybXLzUe7daThgZcTPs6BnS { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:8.8125rem;width:8.8125rem;top:0rem;left:58.09375rem;display:block; }
#RX7QvpMJ3OT7B6zBq8faNhTiKhS0cOum { position:absolute;display:block;z-index:100017;background-color:rgba(40,46,104,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.5625rem;width:3.5625rem;top:0rem;left:56.5rem;display:block; }
#xbzrL0I9ayfeInzKabOEuUVIPRJJzWqd { position:absolute;display:block;z-index:100018;background-color:#ab8c51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.625rem;width:2.625rem;top:0.4375rem;left:57rem;display:block; }
#naQLGvdSwFCnWEKKc8lAO4hEm34ZmyKo { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:0.8125rem;left:57rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtCXbWPbO0v5uvAelB81FqQILFbli2aT { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:2.25rem;left:10.34375rem;overflow:hidden;display:block; }
#rtzXlU7IRXuaPV82Dd74uGdEfeVOoldd { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.6875rem;top:2.1875rem;left:35.15625rem;overflow:hidden;display:block; }
#VkS1yRtyJy1eTFRKnmztfeAKXc3dSs3k { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.6875rem;top:2.21875rem;left:60.15625rem;overflow:hidden;display:block; }
#cgOpyDDfeLJVe32yVUqNZoXCtFEtU4pE { color:#f25922;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.40625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdXVRCNcJHV5fe0A9yJBVNwcmGE2Udy0 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.40625rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a7U9zrCdoRkGyxpEuwW6i70UGS6EhC6n { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:13.25rem;left:26.40625rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hvx7xbMGTQL6f8wCQAm3aQwKo5hTRMFx { color:#f25922;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:10.125rem;left:26.4375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sq9VqAOmzrDTJE4vW4h6RuKtgb1QAzaN { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100028;line-height:1.3;letter-spacing:0;top:13.25rem;left:51.40625rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNtehckp4BCXPkdKsgQg7hIm6xFrQbrp { color:#f25922;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:10.125rem;left:51.4375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J9IMOgaysncZR89OmeZwErTSt0MgQg6P { background-color:#f25922;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:23.621826171875rem;left:31.53076171875rem;display:block; }
#FRf5BpP8XJnb8mMpBRtHieIlUCOGWTsm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3OLm2AfX/Cape_Town_Harbor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.adaptive-delivery-prevent-bg, #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.lazyload, #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.lazyloading { background-image: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { background-color: transparent; background-image: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container > .video-iframe-container { display: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row > .video-iframe-container { display: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .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); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { border-width: 0; border-radius: 0; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#yMl3s0baP4dMTMLS2TU46hVbFTE7Hg71 { position:absolute;display:block;z-index:100000;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.1875rem;width:39.0625rem;top:0rem;left:35.9375rem;display:block; }
#xFbnUWhVZ1gEIZubIn16vxT15QSM5KbJ { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:37.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XBxJmkRWHphwqpzEbzTGKJtzgVRIASaz { color:#000000;display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:6.3125rem;left:41.375rem;height:1.94970625rem;font-style:normal;display:block; }
#tDzEEaOUn7bMF06MmGGbcPcpTEqPr8SH { color:#000000;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:8.437255859375rem;left:41.37451171875rem;height:5.625rem;font-style:normal;display:block; }
#Ez5wZdW2CWXgyT71P9LOOpJ8rU1STJr9 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.6865234375rem;left:41.34375rem;height:1.94970625rem;font-style:normal;display:block; }
#rWUwg0oTVFQugw7wqaTnnvsDpyC0Iy8X { color:#000000;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:16.5615234375rem;left:41.375rem;height:4.21875rem;font-style:normal;display:block; }
#TVfPu0fLDG8RVDdLVPQ0BEysyASPZxQt { color:#000000;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:23.5rem;left:41.375rem;height:5.625rem;font-style:normal;display:block; }
#GIiMsOQDGK6ciym2VNIVzZs3sHWr9aV3 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:21.5625rem;left:41.34375rem;height:1.94970625rem;font-style:normal;display:block; }
#RC5CATtxtZ2kLx0ZdLIX4M3Zo9ifg8Cr { background-color:#f25922;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:30.68701171875rem;left:59.749755859375rem;display:block; }
#VUxRl6d6EZTdMvZbkC9R3tIpLtZ8GudE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zoeiQxIQZsTlC2CUulTktWv2BrdckfqR { box-sizing:content-box;color:#000000;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:5.5625rem;left:37.28125rem;display:block; }
#ZyyhJLPlJaioiCHKe2sw05azte57GPkS { box-sizing:content-box;color:#000000;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.1240234375rem;left:37.28125rem;display:block; }
#ts0QVm9CWReMT6KoAswIUT9n279eJzhL { box-sizing:content-box;color:#000000;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:20.8125rem;left:37.28125rem;display:block; }
#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container { background-color: transparent; background-image: none; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container > .video-iframe-container { display: none; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row > .video-iframe-container { display: none; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .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); }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container { border-width: 0; border-radius: 0; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#pHL3dOoylLWvXXIVC4OQqH4AT9q34TEM { color:#000000;display:block;width:68.06125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.8271484375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 { position:relative;display:block; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 { background-color: transparent; background-image: none; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row .container > .video-iframe-container { display: none; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row > .video-iframe-container { display: none; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .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); }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 { border-width: 0; border-radius: 0; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#huFPZfA9xxRJeTvJK311MvKQCO5EDTBX { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5CWGsXo8/Cape_Cadogan_1_Evening_Hotel_Exterior_View.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:13.625rem;width:23.6875rem;top:0.75rem;left:0.6875rem;display:block; }#huFPZfA9xxRJeTvJK311MvKQCO5EDTBX.adaptive-delivery-prevent-bg, #huFPZfA9xxRJeTvJK311MvKQCO5EDTBX.lazyload, #huFPZfA9xxRJeTvJK311MvKQCO5EDTBX.lazyloading { background-image: none; }
#vdhDls5J77qAUgv0HReaH8tD4EZdvJ5n { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d40612;border-left:0.0625rem solid #d40612;border-right:0.0625rem solid #d40612;border-bottom:0.0625rem solid #d40612;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#282e68;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.816375rem;height:2.19043125rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:39.1240234375rem;left:33.0908203125rem;display:block; }
#tSnsTTa96iMcVTV3NBXEF4Ht2BwZpNzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ATOWlIvUunTQOiQOZFkhRhrRic8m6ENZ { color:#000000;display:block;width:22.999rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100045;line-height:1.5;letter-spacing:0;top:25.5625rem;left:25.9990234375rem;height:7.96875rem;font-style:normal;display:block; }
#bSTgAy6Sb5mnC6uIeuyAKaV4QPrUGTN4 { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.96875rem;height:4.3872rem;text-align:left;text-align-last:left;display:block; }
#mpgq0xzSZ3ege1y1qSAQzQLWLXLaLfFc { color:#282e68;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:15.4365234375rem;left:25.78125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NCWS3KWF/stellenbosch_wine_tour.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:13.625rem;width:23.6875rem;top:0.75rem;left:25.65625rem;display:block; }#qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC.adaptive-delivery-prevent-bg, #qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC.lazyload, #qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC.lazyloading { background-image: none; }
#oDTdQLug2zs5M6ewFQTlWHcT8OIvhCAS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d40612;border-left:0.0625rem solid #d40612;border-right:0.0625rem solid #d40612;border-bottom:0.0625rem solid #d40612;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#282e68;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6904375rem;height:2.06640625rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:39.185546875rem;left:8.154296875rem;display:block; }
#Rkv59w2smCyiH5PSMv3UOe2UAkDK1UPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o46EoR2aU0nBfFb1MeccuZCcwVlfwZpq { color:#000000;display:block;width:23rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100049;line-height:1.5;letter-spacing:0;top:25.5625rem;left:1rem;height:9.5625rem;font-style:normal;display:block; }
#VdJlkrQXOpHS1OWhgNmrzKTq59D2vy9U { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.96875rem;height:4.3872rem;text-align:left;text-align-last:left;display:block; }
#qXG0ttvVZNtMtH6rBqNoozH7n13LBas9 { color:#ab8c51;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:15.4365234375rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAKVtaT9HeOx2qqe7XQ1zxRwKQkrdgzR { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d40612;border-left:0.0625rem solid #d40612;border-right:0.0625rem solid #d40612;border-bottom:0.0625rem solid #d40612;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#282e68;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.816375rem;height:2.19043125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:39.1240234375rem;left:58.0908203125rem;display:block; }
#fRyrDv6fPrvJ1hzmm6ItMzLv3ed6Ga0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KvpE9LrIgsrsXP7lihXM1nuvJWOsENQz { color:#000000;display:block;width:23rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100050;line-height:1.5;letter-spacing:0;top:25.5625rem;left:51rem;height:9.5625rem;font-style:normal;display:block; }
#V7zKUH7n2TCkLFTdvU9HaJfotuZDwtsd { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.96875rem;height:4.3872rem;text-align:left;text-align-last:left;display:block; }
#ELJse0TtkyBxHple5C8D33WZocqxoa4m { position:absolute;display:block;z-index:100044;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/a26Biayp/Ambassador_Chalet_2JPG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:13.6875rem;width:23.6875rem;top:0.71875rem;left:50.65625rem;display:block; }#ELJse0TtkyBxHple5C8D33WZocqxoa4m.adaptive-delivery-prevent-bg, #ELJse0TtkyBxHple5C8D33WZocqxoa4m.lazyload, #ELJse0TtkyBxHple5C8D33WZocqxoa4m.lazyloading { background-image: none; }
#fGEQdmoOHme7z288Xu8cRNqKsJB4EDZf { color:#282e68;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:15.4365234375rem;left:50.78125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv { position:relative;display:block; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv { background-color: transparent; background-image: none; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row .container > .video-iframe-container { display: none; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row > .video-iframe-container { display: none; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .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); }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv { border-width: 0; border-radius: 0; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#rtCO6nhmqJ3J9UX0WFAX8TAV8SLEshCa { color:#000000;display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100075;line-height:1.3;letter-spacing:0;top:9.8095703125rem;left:9.1865234375rem;height:1.29980625rem;font-style:normal;display:block; }
#Td1DvzE2o9OqNzQ2rfrUb1OAcABneA2s { color:#000000;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100067;line-height:1.3;letter-spacing:0;top:7.6845703125rem;left:9.1865234375rem;height:1.29980625rem;font-style:normal;display:block; }
#m7UgaAu9GrXfmptS60tPQv6fAxkFbA8T { color:#000000;display:block;width:20.18675rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100071;line-height:1.3;letter-spacing:0;top:11.49951171875rem;left:8.56201171875rem;height:0;font-style:normal;display:block; }
#heGpeHuA75hT5seRD9q0g0cl9XQbaZ9q { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100069;line-height:1.3;letter-spacing:0;top:5.5595703125rem;left:9.1865234375rem;height:1.29980625rem;font-style:normal;display:block; }
#xWqT3CGTfiZUEb4TQACdBdu29ZZSDb72 { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.999025rem;width:0.999025rem;top:5.685546875rem;left:6.875rem;overflow:hidden;display:block; }
#gTwcXLEzkUt2KD4VSGw1veSwG2iNkEtI { position:absolute;display:block;z-index:100070;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.999025rem;width:0.999025rem;top:7.810546875rem;left:6.875rem;overflow:hidden;display:block; }
#tbVGtA7IXEax7eISs0hXkIZV9JapwSyB { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.999025rem;width:0.999025rem;top:9.935546875rem;left:6.875rem;overflow:hidden;display:block; }
#mVkDgJ8eKFTplGDc08ofrFvHSxf2VhSw { color:#000000;display:block;width:22.7480625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100065;line-height:1.3;letter-spacing:0;top:3.4365234375rem;left:9.1865234375rem;height:1.29980625rem;font-style:normal;display:block; }
#EpuTw3OIJ3TlrVDtLGLieg5TQHsvbGid { position:absolute;display:block;z-index:100064;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.99975625rem;width:0.99975625rem;top:3.5625rem;left:6.875rem;overflow:hidden;display:block; }
#PNKno3vOq4AoGyBeMWhurqemiKbCAHCQ { color:#282e68;display:block;width:23.81225rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:0.999755859375rem;left:6.8740234375rem;height:1.4624rem;font-style:normal;display:block; }
#MuGhhDhRBiEN0lpEULFz5o8NBUU9og06 { color:#000000;display:block;width:22.7480625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100065;line-height:1.3;letter-spacing:0;top:12.0595703125rem;left:9.0615234375rem;height:1.29980625rem;font-style:normal;display:block; }
#bhqsDnWs7XEbrWD9vLVTao3hxuK3xNDH { position:absolute;display:block;z-index:100064;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.999025rem;width:0.999025rem;top:12.185546875rem;left:6.875rem;overflow:hidden;display:block; }
#Mtlr7wTdKg4PbUqE8Ehg5wqcaqFu5ur3 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100069;line-height:1.3;letter-spacing:0;top:9.8095703125rem;left:42.0615234375rem;height:1.29980625rem;font-style:normal;display:block; }
#RDrm6T9DI78r6HRNCh37arIzcfr8AN02 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100067;line-height:1.3;letter-spacing:0;top:7.6845703125rem;left:42.0615234375rem;height:1.29980625rem;font-style:normal;display:block; }
#mnuURxqJqTE6wpgTGJnWVcCnxVIbcvgJ { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100061;line-height:1.3;letter-spacing:0;top:12.0595703125rem;left:42.0615234375rem;height:1.29980625rem;font-style:normal;display:block; }
#PCPuRnQA5eBvLkIkK8iJ0mdaTDe79anO { color:#000000;display:block;width:8.93675rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100063;line-height:1.3;letter-spacing:0;top:5.560546875rem;left:42.061767578125rem;height:1.29980625rem;font-style:normal;display:block; }
#UGWCKFUV78slIsDcvZFUnnT8rPyOiHls { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100070;line-height:1.3;letter-spacing:0;top:3.4345703125rem;left:42.0615234375rem;height:1.29980625rem;font-style:normal;display:block; }
#SNVt7duZFIh7lF40Ts79VQ1UHShSQAu6 { color:#d40612;display:block;width:14.24925rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:1rem;left:40.187255859375rem;height:1.4624rem;font-style:normal;display:block; }
#xJ33s1phX1qZ2r0bmLitfTFHZt7Z69Fd { position:absolute;display:block;z-index:100062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.99975625rem;width:0.99975625rem;top:5.686279296875rem;left:40.374755859375rem;overflow:hidden;display:block; }
#vKOdhkmxGBWlqN76iG3DUdmJuWvT3cCq { position:absolute;display:block;z-index:100066;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.999025rem;width:0.999025rem;top:7.8095703125rem;left:40.1865234375rem;overflow:hidden;display:block; }
#W1xkqP0cthkPf1s8pTdQWbXdapD0i832 { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.999025rem;width:0.999025rem;top:9.9345703125rem;left:40.1865234375rem;overflow:hidden;display:block; }
#Nr6waden7osoLRKUeVoXdHIJdy9xTwrf { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.99975625rem;width:0.99975625rem;top:3.56103515625rem;left:40.374755859375rem;overflow:hidden;display:block; }
#TmqmAJSDqcTc2T1gJa0oobyiiQsAgSlk { position:absolute;display:block;z-index:100069;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.999025rem;width:0.999025rem;top:12.1845703125rem;left:40.1865234375rem;overflow:hidden;display:block; }
#K3bUtv5wUQxs0LmlbcPSk5G4ayu6NXde { background-color:#f25922;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:27.6865234375rem;left:51.3740234375rem;display:block; }
#bEkxtiBDNEb91atmOfVFpEcJ3SWrASLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZhTgsVmfmTwco4clczlvHgqBBnbsJehv { position:absolute;display:block;z-index:100070;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.999025rem;width:0.999025rem;top:14.7490234375rem;left:40.1865234375rem;overflow:hidden;display:block; }
#GdbJbO0mSgvn6TPLZA8yrGs9fMPyCOpo { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100062;line-height:1.3;letter-spacing:0;top:14.623046875rem;left:42.0615234375rem;height:1.29980625rem;font-style:normal;display:block; }
#BsZ8mOGVFCGUVy2PdEtFWaQcBr0fTz5i { position:absolute;display:block;z-index:100071;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.999025rem;width:0.999025rem;top:16.8740234375rem;left:40.1865234375rem;overflow:hidden;display:block; }
#H4nGTVvRRvynG9LLT83SNQyNDhwRkLi0 { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100063;line-height:1.3;letter-spacing:0;top:16.748046875rem;left:42.0615234375rem;height:1.29980625rem;font-style:normal;display:block; }
#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/ClP0MxlG/Cape_Town_Ariel.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.adaptive-delivery-prevent-bg, #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.lazyload, #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.lazyloading { background-image: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { background-color: transparent; background-image: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container > .video-iframe-container { display: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row > .video-iframe-container { display: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .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); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { border-width: 0; border-radius: 0; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#mdDciN9qseoCNwTgGTcNVTJTqS446l3Z { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:39.5625rem;top:13.1875rem;left:35.4375rem;display:block; }
#BsciXLqIlLJSotwRiXMC93Rq6mGEJByU { color:#ab8c51;display:block;width:33.625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:15.25rem;left:37.5625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PWN0UTozimQAtyOPO3R91WEuPcU79MNy { position:absolute;display:block;z-index:100003;background-color:#f25922;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.2) ;height:12rem;width:17.875rem;top:22.1875rem;left:35.4375rem;display:block; }
#VisqbOuVhs6ncAsaXmiKbMsWkh6568W1 { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:23.875rem;left:35.4375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uAwyZMRQAZyryToosolutFNTSRhfBiRU { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:27.03125rem;left:35.4375rem;height:3.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZDKoQHKsJ7mhbb5wVJewTLa8kphvzIIU { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:31.875rem;left:35.4375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE { color:#000000;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:22.84375rem;left:53.5rem;height:;display:block; }#nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Y5A5H0zo/check.png); }
#uzGdfZwDehvINzKaoxuw0DpOVwohqxKz { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:23.25rem;left:64.0625rem;height:;display:block; }#uzGdfZwDehvINzKaoxuw0DpOVwohqxKz li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uzGdfZwDehvINzKaoxuw0DpOVwohqxKz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Y5A5H0zo/check.png); }
#oFMTsKkQtXvq5lua1e854gkTDOp2g9Xb { background-color:#f25922;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:31.875rem;left:60.875rem;display:block; }
#s7Eh0TKOTU493yVeJycFcwUJ40Bd9zts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container { background-color: transparent; background-image: none; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container > .video-iframe-container { display: none; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row > .video-iframe-container { display: none; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .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); }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container { border-width: 0; border-radius: 0; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#O1pcTOUHfJITrTRdbzv6R59k3ld8AhXO { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JxcvgknVvJzVGyUkHgk42y7IhHCoL54Q { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:13.6240234375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKDP56QXaPAyILRMPEWewo2TaSBu82H5 { background-color:#f25922;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:19.9990234375rem;left:28.75rem;display:block; }
#RTM4fJrfNmPufMDlzm9TzIfqklO0Vy0F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PMUqN4MBeRmNM6bm9RkgH1Wd9INBKad3 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:11.8125rem;top:26.1845703125rem;left:26.3125rem;overflow:hidden;display:block; }
#gIU2JptGdSbBdmMTfTKThA7LwgU7ivxs { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:22.375rem;top:26.1845703125rem;left:27rem;overflow:hidden;display:block; }
#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e2e2e;background-image:none;position:relative;display:block; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container { background-color: transparent; background-image: none; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container > .video-iframe-container { display: none; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row > .video-iframe-container { display: none; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .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); }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container { border-width: 0; border-radius: 0; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#qKiWm7snQymbkk1RsoTD18n3mPNbl95v { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:0.6875rem;left:29.3125rem;height:7.87353125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mLcsn1TD5JXmvqBKfBwgTWVseRyH6Tow { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:8.5rem;left:27.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZnuxMXIHVXXZAePkPtJu2tWawzyU689H { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:32.53125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMb9IB07KXJuWRNkWUGSA704z5RulWlq { width:10.0625rem;height:5.125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMeGQ2EhlferSDBknZT8XXzqayTdm3wo { width:8.9375rem;height:2.1875rem;top:1.375rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGxsFPJ62qXZgTmBTdTBhB4CPViAJsXI { display:block; }
 }@media only screen and (max-width: 763px) { #skR3TLeowy3PNbho3h8tl3UWcQV8takD { width:6.125rem;height:2.1875rem;top:1.375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz0QhxtScmgstgGRRprFrtntCHnte0RV { display:block; }
 }@media only screen and (max-width: 763px) { #udg9PizfLSuiAUTTW6N8NVOu8fNgTn4W { width:6.3125rem;height:2.1875rem;top:1.375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0hcBETIpHopdDUXT4gr3bKQ9aWX6m5Z { display:block; }
 }@media only screen and (max-width: 763px) { #L9HuzlJh9Zdps3JM2tVRNqxoaDowrT6N { width:12.5rem;height:3.125rem;top:0.9375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvDSRBuoDRQwabbl9Ni7eWbzH8AGAAd { display:block; }
 }@media only screen and (max-width: 763px) { #Pqog8G1wkLONJkF5DEooQXOh9yGRuM2x { width:8.9375rem;height:2.1875rem;top:1.375rem;left:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5gh3Lqo8BsFB13d7MfcudST59XtvsPk { display:block; }
 }@media only screen and (max-width: 763px) { #zTEnoJ9fKvt8ItTdANwrUpU3ZBTWx5WN { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TlqceFh3cLIS23KQJli9Bxmh9Xtq7DDV { display:block; }
 }@media only screen and (max-width: 763px) { #eo05CRQADGJxlLsfcBbmva7EdadzdreP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #DmZWwA52BsCT5XfNhNdU5dIzzRFUwXxn { display:block; }
 }@media only screen and (max-width: 763px) { #kuaTyuGwFarXgtXrpilKoxFX2VxmDIz7 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bRUd0qiytmMbblsr9HXaebKROQ3F3bSA { display:block; }
 }@media only screen and (max-width: 763px) { #pr1aNQeTixlK53LOCOClsQh2CiW0l814 { display:block; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi { display:block; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtNMdcTl6HzqTc7cHeAmy8ZdqelOVsDF { width:21.8125rem;height:1.75rem;top:15.1875rem;left:25.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssp2A3JMwEuZmL9pep3OOkVF9mip3LmG { width:19.9375rem;height:1.75rem;top:10.125rem;left:27.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2xgJyP5vUWqFpPGhr6VvGp8oKu513NL { width:42.8125rem;height:13.3125rem;top:4.9375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCJtntxbJwsrekuCNwsGgEEA0DUqrnim { width:36.625rem;height:21.9375rem;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq5tDXZygvIWgerz1PVaBZpPuL5duPR0 { width:13.4375rem;height:3.125rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzTypaxymtpLZXW0Zi3INzTds0ZzJVXN { display:block; }
 }@media only screen and (max-width: 763px) { #cK118EaMa9C65SJXxSeEuxhOrbdJBDD8 { width:11.9375rem;height:3.125rem;top:40.0625rem;left:0.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrxRehSEPIl1PqZAgep28bvl0DesUPtZ { display:block; }
 }@media only screen and (max-width: 763px) { #sq4LlwaFNICw5D8rRg1KQJ3CSWdWShhs { width:3.125rem;height:3.125rem;top:9.4375rem;left:31.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQBM3NB0bAzIG4ydG7aEweILUehOoW87 { width:3.125rem;height:3.125rem;top:14.5rem;left:31.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKR1TdVUx2G0g9MOf1l9kJx6v1A6V3Sr { width:3.375rem;height:3.375rem;top:9.3125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaoS9iWG0cFy3f7Zl9TBHATDUBoZaq5m { width:23.5625rem;height:3.375rem;top:9.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLSlByif8b1scWD8Ly5c5tx3o2VuhxHe { width:23.5625rem;height:3.375rem;top:14.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQdZCHn1GbkxzizRuhOPtpGVNoAD2a8W { width:3.375rem;height:3.375rem;top:14.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkeNKxnW4qE6NWDAcDdgK51zu30gEkSl { width:23.5rem;height:3.375rem;top:19.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xTnm5ATz2WkWnZKKa3I3WB80zq7oDT { width:20.5rem;height:1.75rem;top:20.375rem;left:27.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJtZvkRXfGtfdoJcoCfTS55yqpKWCJp9 { width:3.375rem;height:3.375rem;top:19.5625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emL5BwuPEKDwmWdp0HKyusdODV07dSiM { width:3.125rem;height:3.125rem;top:19.6875rem;left:31.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P { display:block; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMqFXCzFGZ11tOU2eAGmqTe3tgwmhvEI { width:47.75rem;height:2.875rem;top:4.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgXhvLsZtGRqPlQ10lNfVHB2l9STFXRv { width:36.875rem;height:38.8125rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #th3sgFVBZSDirerofsQe2buRtzH62rVV { width:28.75rem;height:26.625rem;top:8.625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ04ZIiLR7HJudKHWt7PQvwOqqaHvWn7 { width:21.25rem;height:1.4375rem;top:11.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2qV7zngzJW9PISEJT65Wg2TfyGh1NEe { width:21.25rem;height:1.625rem;top:13.125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmmo2tyUTcO95nBLt7yJ1ZbZTBt0bTZ { width:21.25rem;height:1.4375rem;top:17.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKNDgnuMtrOZRoSidbWHbyRluQQ6x9En { width:21.25rem;height:1.625rem;top:27.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBXzuyU7ssvy3Dr9h8Tn2fEvZs3s1A52 { width:21.25rem;height:1.4375rem;top:25.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkCyyDtE4fB8VPyNRXMU9gd3xrFT3ZoM { width:23.8125rem;height:1.625rem;top:19.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmksP3tGoqq0ezE7DWFhzgubAsEcrGd5 { width:13.4375rem;height:3.125rem;top:39.375rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZlZx6sXMNoKPfGEXDdTGqQLbpXndxV { display:block; }
 }@media only screen and (max-width: 763px) { #Qlp4K0iVLTqowr0IvTiL1OF9W1UJlTsI { width:3.3125rem;height:3.3125rem;top:42.5rem;left:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAdcvt47CbTdvJAQaaQlT4TMmSJWe8wI { width:3.3125rem;height:3.3125rem;top:42.5rem;left:9.96875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRP893AHocn4NzohTa4TRTPHGh23IoOG { width:3.3125rem;height:3.3125rem;top:42.5rem;left:16.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y { display:block; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncSicp702eRmG2JID5kKliSNTMxVvVfa { width:47.75rem;height:1.9375rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLnq37eTXo9mVSDlulVi29lotCn9oEpN { display:block; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETuC2STDDZnGxA0exFFnsWD7RTSZ22gl { width:17.8125rem;height:11.875rem;top:0.6875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIi8ZSGTeeXVG9d89gTWagPHxMKyawlF { width:17.8125rem;height:11.875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9FtJlK0PE9XAxHT4RmqFRmQtXnEVtQ2 { width:17.8125rem;height:11.875rem;top:0.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOKfkCytxKJS5z2na7XLlHBCbCWEZ3d1 { width:17.8125rem;height:11.875rem;top:0.6875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #skWZqgfTDrqbefgEuIiruCf149F7uXRU { display:block; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5cvRDH9bJs8oXlbqu44c9BOqkTWUKyq { width:17.8125rem;height:11.875rem;top:0.6875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXBKlb9rHkcXkrRbVF6F6E5e9mciKha3 { width:17.8125rem;height:11.875rem;top:0.6875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EguRyHi9m0KtZVamFuFQTenReE8tGDpx { width:17.8125rem;height:11.875rem;top:0.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8ECE6Bl5oZh8xQxIGPMeCUg2em2RuD3 { width:17.8125rem;height:11.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv { display:block; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2hxmXgToktJwwtH5zTf769cvU81TJNb { width:47.75rem;height:2.875rem;top:4.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTVy25QwT2tKMTWz4PDg8AfyydQh2In { width:36.625rem;height:16.0625rem;top:9.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozTgBeyKp17d0amfsM5TakUUHzVJyvy4 { width:32.625rem;height:10.9375rem;top:14.4375rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoqg0Kkn3DlFcXS7xwCDrRM79IywJpQE { width:24.6875rem;height:1.9375rem;top:11.6875rem;left:23.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAsaLyGWhF0tGhBlGPucUVq0FEKRG1hs { width:1.5625rem;height:1.5625rem;top:11.875rem;left:42.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yplwq5uFEmM9PAPRoa736wwUd8kayerh { width:1.5625rem;height:1.5625rem;top:11.875rem;left:43.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqDp4gW8SqsKFxwg8vPx90qXo57xhpkB { width:1.5625rem;height:1.5625rem;top:11.875rem;left:45.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN1a82CRe6z1AFxJixnoby7CrBpT7QOA { width:1.5625rem;height:1.5625rem;top:11.875rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHnPEEaFTk5i7paFbDiuayVdo93tOAX { width:1.5625rem;height:1.5625rem;top:11.875rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHvfUZigZzsZ4aNiIXulD4vBgoASC66X { width:3rem;height:2.625rem;top:24.5625rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHvlkdxNMIN6hcNiz8c2PEbGukak9bEg { top:9.875rem;left:0rem;width:36.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r { display:block; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lE7rOI3cJUsHuV555binWQQT2b9Dh37B { width:31.625rem;height:6.25rem;top:6.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEeK70I1vwpvD96i2kpvTpo3HqTfhlD4 { width:24.6875rem;height:1.9375rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0pTQATooDn0MZNhHdWFsMncwCZdWGdM { width:1.5625rem;height:1.5625rem;top:3rem;left:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqAos8fkr6x6Ua73noNzTXtZULE5ZX1T { width:1.5625rem;height:1.5625rem;top:3rem;left:12.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pod0CoNGMRPS3fdLfqqGhGDme8pDdTzT { width:1.5625rem;height:1.5625rem;top:3rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrJJuboiDWT7vNd0R7NGT3V3qTe6GPqC { width:1.5625rem;height:1.5625rem;top:3rem;left:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f77cpN4KRTHiJXkT8HsFwQ385IIZX7vf { width:1.5625rem;height:1.5625rem;top:3rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz0QAyX4IPcOOvNgiSTP9QAtzqFEDECT { width:2.9375rem;height:2.5704617062909rem;top:17.3125rem;left:17.46826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBOm8hBnV1TbRl8ocSyAH0WsTFTB3o8S { width:31.625rem;height:10.9375rem;top:5.9375rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGhBCPPksH4Tneri7io80ZXGeE5eFsIb { width:24.6875rem;height:1.9375rem;top:3.1875rem;left:23.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTptMChzsOoGlqsl2t1I55ZrTduGef1X { width:1.5625rem;height:1.5625rem;top:3rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdNqVACUGni8qyIEzuPAe4CuXBKKxH8 { width:1.5625rem;height:1.5625rem;top:3rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWWb20qZiIxaCg1wc5ogopCT7l2kRESt { width:1.5625rem;height:1.5625rem;top:3rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxCbat3B630cPqTzsW5SCHf31rgIXf9t { width:1.5625rem;height:1.5625rem;top:3rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5tUrTCEe9c4S2WXgLeiLcwqJcEcJszZ { width:1.5625rem;height:1.5625rem;top:3rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu4WAT3wyaK02tWwcAFwgicfzFH12UMS { width:3rem;height:2.6251523808928rem;top:17.375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elRKCk8SoM6uxTuTekLJIlctqScUF6Tx { width:36.875rem;height:17.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk68IJrVpS7tU7K7ydNl6ebQs0lUctwF { width:36.875rem;height:17.5625rem;top:1.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU { display:block; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMnUTnlaeHSfzsRJvCsmmGRSkcbButz3 { width:13.4375rem;height:3.125rem;top:2.1875rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLmNnDTci7HSw7VkFMqZnrDWZeR3bZT3 { display:block; }
 }@media only screen and (max-width: 763px) { #zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy { display:block; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWLbkSakV3dsd3fBZCoMJavsIQZJyHzB { width:47.75rem;height:2.875rem;top:5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN { display:block; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6I37NdoqSgA7bNuy3fpXr3JTIWKX4xA { width:8.8125rem;height:8.8125rem;top:0rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU1y4SLdNTkE1wC11LKL5AVsdIOEv0bI { width:2.625rem;height:2.625rem;top:0.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3vDJVLQ6I7KbOWsmXvpSdSHL9zaq1lL { width:3.5625rem;height:3.5625rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T093GysoGw4Cw42DUyuGZGiBnhdciG9V { width:2.625rem;height:1.9375rem;top:0.8125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu8qAgMNGaM7cTXoLU83XUhy9ZLk8Ty5 { width:47.75rem;height:0.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRXe3ylzibxQ8A4l8iJMlM6h0RxX0mUD { width:2.625rem;height:2.625rem;top:0.4375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTk5XthfiT0ncSJdxT7TWVBm5S9hGC15 { width:3.5625rem;height:3.5625rem;top:0rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N62HOwJfHsvayAZh4O0smEJaEEXmfLrL { width:2.625rem;height:1.9375rem;top:0.8125rem;left:18.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #byLUMLEUIC7r3Kaftsrc9tkWrfGbnHLi { width:8.8125rem;height:8.8125rem;top:0rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwThTkK7FKybXLzUe7daThgZcTPs6BnS { width:8.8125rem;height:8.8125rem;top:0rem;left:35.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX7QvpMJ3OT7B6zBq8faNhTiKhS0cOum { width:3.5625rem;height:3.5625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbzrL0I9ayfeInzKabOEuUVIPRJJzWqd { width:2.625rem;height:2.625rem;top:0.4375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naQLGvdSwFCnWEKKc8lAO4hEm34ZmyKo { width:2.625rem;height:1.9375rem;top:0.8125rem;left:34.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtCXbWPbO0v5uvAelB81FqQILFbli2aT { width:4.3125rem;height:4.3125rem;top:2.25rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtzXlU7IRXuaPV82Dd74uGdEfeVOoldd { width:4.6875rem;height:4.4375rem;top:2.1875rem;left:21.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkS1yRtyJy1eTFRKnmztfeAKXc3dSs3k { width:4.6875rem;height:4.375rem;top:2.1875rem;left:37.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgOpyDDfeLJVe32yVUqNZoXCtFEtU4pE { width:22.1875rem;height:1.9375rem;top:10.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdXVRCNcJHV5fe0A9yJBVNwcmGE2Udy0 { width:22.1875rem;height:8.625rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7U9zrCdoRkGyxpEuwW6i70UGS6EhC6n { width:22.1875rem;height:8.625rem;top:13.25rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvx7xbMGTQL6f8wCQAm3aQwKo5hTRMFx { width:22.1875rem;height:1.9375rem;top:10.125rem;left:9.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq9VqAOmzrDTJE4vW4h6RuKtgb1QAzaN { width:22.1875rem;height:5.75rem;top:13.25rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNtehckp4BCXPkdKsgQg7hIm6xFrQbrp { width:22.1875rem;height:1.9375rem;top:10.125rem;left:25.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9IMOgaysncZR89OmeZwErTSt0MgQg6P { width:13.4375rem;height:3.125rem;top:23.5625rem;left:17.84326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRf5BpP8XJnb8mMpBRtHieIlUCOGWTsm { display:block; }
 }@media only screen and (max-width: 763px) { #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 { display:block; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMl3s0baP4dMTMLS2TU46hVbFTE7Hg71 { width:39.0625rem;height:32.1875rem;top:0rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFbnUWhVZ1gEIZubIn16vxT15QSM5KbJ { width:35.3125rem;height:2.4375rem;top:2.6875rem;left:12.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBxJmkRWHphwqpzEbzTGKJtzgVRIASaz { width:28.25rem;height:1.9375rem;top:6.3125rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDzEEaOUn7bMF06MmGGbcPcpTEqPr8SH { width:30.375rem;height:5.5rem;top:8.375rem;left:17.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez5wZdW2CWXgyT71P9LOOpJ8rU1STJr9 { width:28.25rem;height:1.9375rem;top:14.625rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWUwg0oTVFQugw7wqaTnnvsDpyC0Iy8X { width:30.375rem;height:4.125rem;top:16.5rem;left:17.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVfPu0fLDG8RVDdLVPQ0BEysyASPZxQt { width:30.375rem;height:6.875rem;top:23.5rem;left:17.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIiMsOQDGK6ciym2VNIVzZs3sHWr9aV3 { width:28.25rem;height:1.9375rem;top:21.5625rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC5CATtxtZ2kLx0ZdLIX4M3Zo9ifg8Cr { width:13.4375rem;height:3.125rem;top:30.625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUxRl6d6EZTdMvZbkC9R3tIpLtZ8GudE { display:block; }
 }@media only screen and (max-width: 763px) { #zoeiQxIQZsTlC2CUulTktWv2BrdckfqR { width:3.4375rem;height:3.4375rem;top:5.5625rem;left:23.65625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyyhJLPlJaioiCHKe2sw05azte57GPkS { width:3.4375rem;height:3.4375rem;top:13.0625rem;left:23.65625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts0QVm9CWReMT6KoAswIUT9n279eJzhL { width:3.4375rem;height:3.4375rem;top:20.8125rem;left:23.65625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE { display:block; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHL3dOoylLWvXXIVC4OQqH4AT9q34TEM { width:47.75rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 { display:block; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huFPZfA9xxRJeTvJK311MvKQCO5EDTBX { width:23.6875rem;height:13.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdhDls5J77qAUgv0HReaH8tD4EZdvJ5n { width:8.8125rem;height:2.1875rem;top:39.0625rem;left:19.4033203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSnsTTa96iMcVTV3NBXEF4Ht2BwZpNzv { display:block; }
 }@media only screen and (max-width: 763px) { #ATOWlIvUunTQOiQOZFkhRhrRic8m6ENZ { width:22.9375rem;height:10.9375rem;top:25.5625rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTgAy6Sb5mnC6uIeuyAKaV4QPrUGTN4 { width:23.0625rem;height:4.3125rem;top:21.3125rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpgq0xzSZ3ege1y1qSAQzQLWLXLaLfFc { width:23.4375rem;height:3.375rem;top:15.375rem;left:8.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC { width:23.6875rem;height:13.625rem;top:0.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDTdQLug2zs5M6ewFQTlWHcT8OIvhCAS { width:8.6875rem;height:2.0625rem;top:39.125rem;left:3.591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkv59w2smCyiH5PSMv3UOe2UAkDK1UPv { display:block; }
 }@media only screen and (max-width: 763px) { #o46EoR2aU0nBfFb1MeccuZCcwVlfwZpq { width:23rem;height:12.5rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdJlkrQXOpHS1OWhgNmrzKTq59D2vy9U { width:23.0625rem;height:4.3125rem;top:21.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXG0ttvVZNtMtH6rBqNoozH7n13LBas9 { width:23.4375rem;height:5.0625rem;top:15.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAKVtaT9HeOx2qqe7XQ1zxRwKQkrdgzR { width:8.8125rem;height:2.1875rem;top:39.0625rem;left:35.2783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRyrDv6fPrvJ1hzmm6ItMzLv3ed6Ga0u { display:block; }
 }@media only screen and (max-width: 763px) { #KvpE9LrIgsrsXP7lihXM1nuvJWOsENQz { width:23rem;height:10.9375rem;top:25.5625rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7zKUH7n2TCkLFTdvU9HaJfotuZDwtsd { width:23.0625rem;height:4.3125rem;top:21.3125rem;left:24.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELJse0TtkyBxHple5C8D33WZocqxoa4m { width:23.6875rem;height:13.6875rem;top:0.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGEQdmoOHme7z288Xu8cRNqKsJB4EDZf { width:23.4375rem;height:3.375rem;top:15.375rem;left:24.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv { display:block; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtCO6nhmqJ3J9UX0WFAX8TAV8SLEshCa { width:22.5rem;height:1.25rem;top:9.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td1DvzE2o9OqNzQ2rfrUb1OAcABneA2s { width:23.125rem;height:1.25rem;top:7.625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7UgaAu9GrXfmptS60tPQv6fAxkFbA8T { width:20.125rem;height:0;top:11.4375rem;left:1.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heGpeHuA75hT5seRD9q0g0cl9XQbaZ9q { width:21.25rem;height:1.25rem;top:5.5rem;left:2.3740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWqT3CGTfiZUEb4TQACdBdu29ZZSDb72 { width:0.9375rem;height:0.9375rem;top:5.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTwcXLEzkUt2KD4VSGw1veSwG2iNkEtI { width:0.9375rem;height:0.9375rem;top:7.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbVGtA7IXEax7eISs0hXkIZV9JapwSyB { width:0.9375rem;height:0.9375rem;top:9.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVkDgJ8eKFTplGDc08ofrFvHSxf2VhSw { width:22.6875rem;height:1.25rem;top:3.375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpuTw3OIJ3TlrVDtLGLieg5TQHsvbGid { width:0.9375rem;height:0.9375rem;top:3.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNKno3vOq4AoGyBeMWhurqemiKbCAHCQ { width:23.75rem;height:1.4375rem;top:0.9375rem;left:0.0615234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuGhhDhRBiEN0lpEULFz5o8NBUU9og06 { width:22.6875rem;height:1.25rem;top:12rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhqsDnWs7XEbrWD9vLVTao3hxuK3xNDH { width:0.9375rem;height:0.9375rem;top:12.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtlr7wTdKg4PbUqE8Ehg5wqcaqFu5ur3 { width:20.875rem;height:1.25rem;top:9.75rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDrm6T9DI78r6HRNCh37arIzcfr8AN02 { width:14.6875rem;height:1.25rem;top:7.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnuURxqJqTE6wpgTGJnWVcCnxVIbcvgJ { width:31.9375rem;height:1.25rem;top:12rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCPuRnQA5eBvLkIkK8iJ0mdaTDe79anO { width:8.875rem;height:1.25rem;top:5.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGWCKFUV78slIsDcvZFUnnT8rPyOiHls { width:12.5rem;height:1.25rem;top:3.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNVt7duZFIh7lF40Ts79VQ1UHShSQAu6 { width:14.1875rem;height:1.4375rem;top:1rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ33s1phX1qZ2r0bmLitfTFHZt7Z69Fd { width:0.9375rem;height:0.9375rem;top:5.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKOdhkmxGBWlqN76iG3DUdmJuWvT3cCq { width:0.9375rem;height:0.9375rem;top:7.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1xkqP0cthkPf1s8pTdQWbXdapD0i832 { width:0.9375rem;height:0.9375rem;top:9.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr6waden7osoLRKUeVoXdHIJdy9xTwrf { width:0.9375rem;height:0.9375rem;top:3.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmqmAJSDqcTc2T1gJa0oobyiiQsAgSlk { width:0.9375rem;height:0.9375rem;top:12.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3bUtv5wUQxs0LmlbcPSk5G4ayu6NXde { width:13.4375rem;height:3.125rem;top:27.625rem;left:30.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkxtiBDNEb91atmOfVFpEcJ3SWrASLb { display:block; }
 }@media only screen and (max-width: 763px) { #ZhTgsVmfmTwco4clczlvHgqBBnbsJehv { width:0.9375rem;height:0.9375rem;top:14.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdbJbO0mSgvn6TPLZA8yrGs9fMPyCOpo { width:31.9375rem;height:1.25rem;top:14.5625rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsZ8mOGVFCGUVy2PdEtFWaQcBr0fTz5i { width:0.9375rem;height:0.9375rem;top:16.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4nGTVvRRvynG9LLT83SNQyNDhwRkLi0 { width:31.9375rem;height:1.25rem;top:16.6875rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ { display:block; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdDciN9qseoCNwTgGTcNVTJTqS446l3Z { width:39.5625rem;height:21.8125rem;top:13.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsciXLqIlLJSotwRiXMC93Rq6mGEJByU { width:33.625rem;height:5.125rem;top:15.25rem;left:14.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWN0UTozimQAtyOPO3R91WEuPcU79MNy { width:17.875rem;height:12rem;top:22.1875rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VisqbOuVhs6ncAsaXmiKbMsWkh6568W1 { width:17.875rem;height:1.9375rem;top:23.875rem;left:21.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAwyZMRQAZyryToosolutFNTSRhfBiRU { width:17.875rem;height:3.3125rem;top:27rem;left:21.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDKoQHKsJ7mhbb5wVJewTLa8kphvzIIU { width:17.875rem;height:1.4375rem;top:31.875rem;left:21.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE { width:10.625rem;height:;top:22.8125rem;left:37.125rem;font-size:0.875rem;display:block; }#nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Y5A5H0zo/check.png); }
 }@media only screen and (max-width: 763px) { #uzGdfZwDehvINzKaoxuw0DpOVwohqxKz { width:10.9375rem;height:;top:23.25rem;left:36.8125rem;font-size:0.875rem;display:block; }#uzGdfZwDehvINzKaoxuw0DpOVwohqxKz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Y5A5H0zo/check.png); }
 }@media only screen and (max-width: 763px) { #oFMTsKkQtXvq5lua1e854gkTDOp2g9Xb { width:13.4375rem;height:3.125rem;top:31.875rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Eh0TKOTU493yVeJycFcwUJ40Bd9zts { display:block; }
 }@media only screen and (max-width: 763px) { #sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp { display:block; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1pcTOUHfJITrTRdbzv6R59k3ld8AhXO { width:47.75rem;height:4.125rem;top:6.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxcvgknVvJzVGyUkHgk42y7IhHCoL54Q { width:47.75rem;height:1.9375rem;top:13.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKDP56QXaPAyILRMPEWewo2TaSBu82H5 { width:17.5rem;height:3.125rem;top:19.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTM4fJrfNmPufMDlzm9TzIfqklO0Vy0F { display:block; }
 }@media only screen and (max-width: 763px) { #PMUqN4MBeRmNM6bm9RkgH1Wd9INBKad3 { width:11.8125rem;height:11.8125rem;top:26.125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIU2JptGdSbBdmMTfTKThA7LwgU7ivxs { width:22.375rem;height:11.8125rem;top:26.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 { display:block; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKiWm7snQymbkk1RsoTD18n3mPNbl95v { width:16.375rem;height:7.8125rem;top:0.6875rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLcsn1TD5JXmvqBKfBwgTWVseRyH6Tow { width:20.6875rem;height:1.25rem;top:8.5rem;left:13.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnuxMXIHVXXZAePkPtJu2tWawzyU689H { top:5.3125rem;left:18.90625rem;width:9.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMb9IB07KXJuWRNkWUGSA704z5RulWlq { width:7.25rem;height:3.5625rem;top:0.2490234375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMeGQ2EhlferSDBknZT8XXzqayTdm3wo { width:8.9375rem;height:2.1875rem;top:1.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGxsFPJ62qXZgTmBTdTBhB4CPViAJsXI { display:block; }
 }@media only screen and (max-width: 763px) { #skR3TLeowy3PNbho3h8tl3UWcQV8takD { width:6.125rem;height:2.1875rem;top:1.375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iz0QhxtScmgstgGRRprFrtntCHnte0RV { display:block; }
 }@media only screen and (max-width: 763px) { #udg9PizfLSuiAUTTW6N8NVOu8fNgTn4W { width:6.3125rem;height:2.1875rem;top:1.375rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0hcBETIpHopdDUXT4gr3bKQ9aWX6m5Z { display:block; }
 }@media only screen and (max-width: 763px) { #L9HuzlJh9Zdps3JM2tVRNqxoaDowrT6N { width:7.8125rem;height:2.4375rem;top:0.811767578125rem;left:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvDSRBuoDRQwabbl9Ni7eWbzH8AGAAd { display:block; }
 }@media only screen and (max-width: 763px) { #Pqog8G1wkLONJkF5DEooQXOh9yGRuM2x { width:0.625rem;height:0.625rem;top:0rem;left:-0.71875rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #e5gh3Lqo8BsFB13d7MfcudST59XtvsPk { display:block; }
 }@media only screen and (max-width: 763px) { #zTEnoJ9fKvt8ItTdANwrUpU3ZBTWx5WN { top:3.75rem;left:0.623046875rem;width:5.1875rem;height:2.25rem;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlqceFh3cLIS23KQJli9Bxmh9Xtq7DDV { display:block; }
 }@media only screen and (max-width: 763px) { #eo05CRQADGJxlLsfcBbmva7EdadzdreP { top:3.75rem;left:7.8125rem;width:4.375rem;height:2.25rem;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmZWwA52BsCT5XfNhNdU5dIzzRFUwXxn { display:block; }
 }@media only screen and (max-width: 763px) { #kuaTyuGwFarXgtXrpilKoxFX2VxmDIz7 { top:3.75rem;left:14.8125rem;width:5.1875rem;height:2.25rem;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRUd0qiytmMbblsr9HXaebKROQ3F3bSA { display:block; }
 }@media only screen and (max-width: 763px) { #pr1aNQeTixlK53LOCOClsQh2CiW0l814 { display:block; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi { background-color:transparent;background-image:url("https://images.assets-landingi.com/9f8dcayG/V_A_catamaran_2000x800.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.adaptive-delivery-prevent-bg, #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.lazyload, #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.lazyloading { background-image: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { background-color: transparent; background-image: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,50,50,0.62); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container > .video-iframe-container { display: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,50,50,0.62); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row > .video-iframe-container { display: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .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); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtNMdcTl6HzqTc7cHeAmy8ZdqelOVsDF { width:14.6875rem;height:3.25rem;top:49.6552734375rem;left:4.1240234375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ssp2A3JMwEuZmL9pep3OOkVF9mip3LmG { width:15.0625rem;height:1.625rem;top:46.310546875rem;left:4.1240234375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x2xgJyP5vUWqFpPGhr6VvGp8oKu513NL { width:20rem;height:11rem;top:6.5732421875rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oCJtntxbJwsrekuCNwsGgEEA0DUqrnim { width:20rem;height:28.5rem;top:18.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xq5tDXZygvIWgerz1PVaBZpPuL5duPR0 { width:9.25rem;height:3.125rem;top:59.3720703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzTypaxymtpLZXW0Zi3INzTds0ZzJVXN { display:block; }
 }@media only screen and (max-width: 763px) { #cK118EaMa9C65SJXxSeEuxhOrbdJBDD8 { width:9.2480625rem;height:3.125rem;top:59.3720703125rem;left:10.7509765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrxRehSEPIl1PqZAgep28bvl0DesUPtZ { display:block; }
 }@media only screen and (max-width: 763px) { #sq4LlwaFNICw5D8rRg1KQJ3CSWdWShhs { width:3.125rem;height:3.125rem;top:45.560546875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQBM3NB0bAzIG4ydG7aEweILUehOoW87 { width:3.125rem;height:3.125rem;top:49.7177734375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKR1TdVUx2G0g9MOf1l9kJx6v1A6V3Sr { width:3.3125rem;height:3.3125rem;top:45.466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaoS9iWG0cFy3f7Zl9TBHATDUBoZaq5m { width:18.4375rem;height:3.311525rem;top:45.4677734375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLSlByif8b1scWD8Ly5c5tx3o2VuhxHe { width:18.4375rem;height:3.3125rem;top:49.6240234375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQdZCHn1GbkxzizRuhOPtpGVNoAD2a8W { width:3.3125rem;height:3.3125rem;top:49.6240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkeNKxnW4qE6NWDAcDdgK51zu30gEkSl { width:20rem;height:3.375rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xTnm5ATz2WkWnZKKa3I3WB80zq7oDT { width:13.9375rem;height:3.25rem;top:54.1875rem;left:4.1240234375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uJtZvkRXfGtfdoJcoCfTS55yqpKWCJp9 { width:3.375rem;height:3.375rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emL5BwuPEKDwmWdp0HKyusdODV07dSiM { width:3.125rem;height:3.125rem;top:54.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P { display:block; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMqFXCzFGZ11tOU2eAGmqTe3tgwmhvEI { width:20rem;height:7.3125rem;top:1.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgXhvLsZtGRqPlQ10lNfVHB2l9STFXRv { width:20rem;height:48rem;top:10.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #th3sgFVBZSDirerofsQe2buRtzH62rVV { width:20rem;height:14.5625rem;top:55.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ04ZIiLR7HJudKHWt7PQvwOqqaHvWn7 { width:18.75rem;height:1.25rem;top:57.125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P2qV7zngzJW9PISEJT65Wg2TfyGh1NEe { width:18.75rem;height:1.25rem;top:58.3125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vsmmo2tyUTcO95nBLt7yJ1ZbZTBt0bTZ { width:12.125rem;height:1.25rem;top:61.5rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKNDgnuMtrOZRoSidbWHbyRluQQ6x9En { width:14.9375rem;height:1.25rem;top:66.75rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wBXzuyU7ssvy3Dr9h8Tn2fEvZs3s1A52 { width:6.9375rem;height:1.25rem;top:65.5625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gkCyyDtE4fB8VPyNRXMU9gd3xrFT3ZoM { width:17.4375rem;height:1.25rem;top:62.6875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zmksP3tGoqq0ezE7DWFhzgubAsEcrGd5 { width:11.875rem;height:3.499025rem;top:71.5009765625rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZlZx6sXMNoKPfGEXDdTGqQLbpXndxV { display:block; }
 }@media only screen and (max-width: 763px) { #Qlp4K0iVLTqowr0IvTiL1OF9W1UJlTsI { width:3.3125rem;height:3.3125rem;top:76.375rem;left:4.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAdcvt47CbTdvJAQaaQlT4TMmSJWe8wI { width:3.3125rem;height:3.3125rem;top:76.375rem;left:8.34375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRP893AHocn4NzohTa4TRTPHGh23IoOG { width:3.3125rem;height:3.3125rem;top:76.375rem;left:12.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y { display:block; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncSicp702eRmG2JID5kKliSNTMxVvVfa { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLnq37eTXo9mVSDlulVi29lotCn9oEpN { display:block; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETuC2STDDZnGxA0exFFnsWD7RTSZ22gl { width:19.75rem;height:13.125rem;top:16.744140625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIi8ZSGTeeXVG9d89gTWagPHxMKyawlF { width:19.875rem;height:13.25rem;top:32.24609375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9FtJlK0PE9XAxHT4RmqFRmQtXnEVtQ2 { width:19.875rem;height:13.25rem;top:2.0595703125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOKfkCytxKJS5z2na7XLlHBCbCWEZ3d1 { width:19.9375rem;height:13.1875rem;top:47.68359375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skWZqgfTDrqbefgEuIiruCf149F7uXRU { display:block; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5cvRDH9bJs8oXlbqu44c9BOqkTWUKyq { width:19.9375rem;height:13.25rem;top:14.43359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXBKlb9rHkcXkrRbVF6F6E5e9mciKha3 { width:19.9375rem;height:13.25rem;top:42.431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EguRyHi9m0KtZVamFuFQTenReE8tGDpx { width:19.9375rem;height:13.25rem;top:28.369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8ECE6Bl5oZh8xQxIGPMeCUg2em2RuD3 { width:20rem;height:13.3125rem;top:0.621337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv { background-color:rgba(40,46,104,0.37);background-image:none;display:block; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { background-color: transparent; background-image: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container > .video-iframe-container { display: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row > .video-iframe-container { display: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .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); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2hxmXgToktJwwtH5zTf769cvU81TJNb { width:20rem;height:7.3125rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxTVy25QwT2tKMTWz4PDg8AfyydQh2In { width:20rem;height:20.0625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozTgBeyKp17d0amfsM5TakUUHzVJyvy4 { width:18.75rem;height:10.6875rem;top:15.5rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoqg0Kkn3DlFcXS7xwCDrRM79IywJpQE { width:20rem;height:3.875rem;top:10.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CAsaLyGWhF0tGhBlGPucUVq0FEKRG1hs { width:1.5625rem;height:1.5625rem;top:14rem;left:6.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yplwq5uFEmM9PAPRoa736wwUd8kayerh { width:1.5625rem;height:1.5625rem;top:14rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqDp4gW8SqsKFxwg8vPx90qXo57xhpkB { width:1.5625rem;height:1.5625rem;top:14rem;left:9.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN1a82CRe6z1AFxJixnoby7CrBpT7QOA { width:1.5625rem;height:1.5625rem;top:14rem;left:10.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHnPEEaFTk5i7paFbDiuayVdo93tOAX { width:1.5625rem;height:1.5625rem;top:14rem;left:12.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHvfUZigZzsZ4aNiIXulD4vBgoASC66X { width:1.75rem;height:1.5rem;top:8.75rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHvlkdxNMIN6hcNiz8c2PEbGukak9bEg { width:19.6875rem;height:8.6875rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r { background-color:rgba(40,46,104,0.32);background-image:none;display:block; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { background-color: transparent; background-image: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container > .video-iframe-container { display: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row > .video-iframe-container { display: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .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); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lE7rOI3cJUsHuV555binWQQT2b9Dh37B { width:18.75rem;height:5.9375rem;top:8.685302734375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEeK70I1vwpvD96i2kpvTpo3HqTfhlD4 { width:18.1875rem;height:1.9375rem;top:4.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0pTQATooDn0MZNhHdWFsMncwCZdWGdM { width:1.5625rem;height:1.5625rem;top:6.5rem;left:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqAos8fkr6x6Ua73noNzTXtZULE5ZX1T { width:1.5625rem;height:1.5625rem;top:6.5rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pod0CoNGMRPS3fdLfqqGhGDme8pDdTzT { width:1.5625rem;height:1.5625rem;top:6.5rem;left:9.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrJJuboiDWT7vNd0R7NGT3V3qTe6GPqC { width:1.5625rem;height:1.5625rem;top:6.5rem;left:10.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f77cpN4KRTHiJXkT8HsFwQ385IIZX7vf { width:1.5625rem;height:1.5625rem;top:6.5rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz0QAyX4IPcOOvNgiSTP9QAtzqFEDECT { width:1.875rem;height:1.625rem;top:4.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBOm8hBnV1TbRl8ocSyAH0WsTFTB3o8S { width:18.75rem;height:11.875rem;top:25.03125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGhBCPPksH4Tneri7io80ZXGeE5eFsIb { width:18.3125rem;height:1.9375rem;top:21.53125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTptMChzsOoGlqsl2t1I55ZrTduGef1X { width:1.5625rem;height:1.5625rem;top:23.46875rem;left:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdNqVACUGni8qyIEzuPAe4CuXBKKxH8 { width:1.5625rem;height:1.5625rem;top:23.46875rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWWb20qZiIxaCg1wc5ogopCT7l2kRESt { width:1.5625rem;height:1.5625rem;top:23.46875rem;left:9.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxCbat3B630cPqTzsW5SCHf31rgIXf9t { width:1.5625rem;height:1.5625rem;top:23.46875rem;left:10.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5tUrTCEe9c4S2WXgLeiLcwqJcEcJszZ { width:1.5625rem;height:1.5625rem;top:23.46875rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu4WAT3wyaK02tWwcAFwgicfzFH12UMS { width:1.9375rem;height:1.6875rem;top:20.65625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #elRKCk8SoM6uxTuTekLJIlctqScUF6Tx { width:20rem;height:15.125rem;top:1.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk68IJrVpS7tU7K7ydNl6ebQs0lUctwF { width:20rem;height:17.9375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU { display:block; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMnUTnlaeHSfzsRJvCsmmGRSkcbButz3 { width:11.875rem;height:3.5rem;top:1.25rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLmNnDTci7HSw7VkFMqZnrDWZeR3bZT3 { display:block; }
 }@media only screen and (max-width: 763px) { #zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy { display:block; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWLbkSakV3dsd3fBZCoMJavsIQZJyHzB { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN { display:block; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6I37NdoqSgA7bNuy3fpXr3JTIWKX4xA { width:8.8125rem;height:8.8125rem;top:2.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU1y4SLdNTkE1wC11LKL5AVsdIOEv0bI { width:2.625rem;height:2.625rem;top:2.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3vDJVLQ6I7KbOWsmXvpSdSHL9zaq1lL { width:3.5625rem;height:3.5625rem;top:2.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #T093GysoGw4Cw42DUyuGZGiBnhdciG9V { width:2.625rem;height:1.9375rem;top:3.0625rem;left:4.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pu8qAgMNGaM7cTXoLU83XUhy9ZLk8Ty5 { width:20rem;height:0.0625rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRXe3ylzibxQ8A4l8iJMlM6h0RxX0mUD { width:2.625rem;height:2.625rem;top:21.4990234375rem;left:4.561767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTk5XthfiT0ncSJdxT7TWVBm5S9hGC15 { width:3.5625rem;height:3.5625rem;top:21.060791015625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N62HOwJfHsvayAZh4O0smEJaEEXmfLrL { width:2.625rem;height:1.9375rem;top:21.873779296875rem;left:4.561767578125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byLUMLEUIC7r3Kaftsrc9tkWrfGbnHLi { width:8.8125rem;height:8.8125rem;top:21.060791015625rem;left:5.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwThTkK7FKybXLzUe7daThgZcTPs6BnS { width:8.8125rem;height:8.8125rem;top:40.4365234375rem;left:5.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX7QvpMJ3OT7B6zBq8faNhTiKhS0cOum { width:3.5625rem;height:3.5625rem;top:40.4365234375rem;left:4.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbzrL0I9ayfeInzKabOEuUVIPRJJzWqd { width:2.625rem;height:2.625rem;top:40.874755859375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naQLGvdSwFCnWEKKc8lAO4hEm34ZmyKo { width:2.625rem;height:1.9375rem;top:41.24951171875rem;left:4.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtCXbWPbO0v5uvAelB81FqQILFbli2aT { width:4.3125rem;height:4.3125rem;top:4.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtzXlU7IRXuaPV82Dd74uGdEfeVOoldd { width:4.6875rem;height:4.4375rem;top:23.248291015625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkS1yRtyJy1eTFRKnmztfeAKXc3dSs3k { width:4.6875rem;height:4.375rem;top:42.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgOpyDDfeLJVe32yVUqNZoXCtFEtU4pE { width:20rem;height:1.75rem;top:11.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdXVRCNcJHV5fe0A9yJBVNwcmGE2Udy0 { width:20rem;height:7.5rem;top:13.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7U9zrCdoRkGyxpEuwW6i70UGS6EhC6n { width:20rem;height:7.5rem;top:32.435302734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hvx7xbMGTQL6f8wCQAm3aQwKo5hTRMFx { width:20rem;height:1.75rem;top:30.499267578125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sq9VqAOmzrDTJE4vW4h6RuKtgb1QAzaN { width:20rem;height:5rem;top:51.873291015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNtehckp4BCXPkdKsgQg7hIm6xFrQbrp { width:20rem;height:1.75rem;top:49.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9IMOgaysncZR89OmeZwErTSt0MgQg6P { width:11.875rem;height:3.5rem;top:59.185791015625rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRf5BpP8XJnb8mMpBRtHieIlUCOGWTsm { display:block; }
 }@media only screen and (max-width: 763px) { #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/hfQCKsX0/Stanley_Livingstone_Boutique_Hotel_4_Safari_Activities_64_285x190.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.adaptive-delivery-prevent-bg, #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.lazyload, #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.lazyloading { background-image: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { background-color: transparent; background-image: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container > .video-iframe-container { display: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row > .video-iframe-container { display: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .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); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMl3s0baP4dMTMLS2TU46hVbFTE7Hg71 { width:20rem;height:42.9375rem;top:2.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFbnUWhVZ1gEIZubIn16vxT15QSM5KbJ { width:18.75rem;height:3.875rem;top:3.75rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XBxJmkRWHphwqpzEbzTGKJtzgVRIASaz { width:15.9375rem;height:1.625rem;top:8.875rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tDzEEaOUn7bMF06MmGGbcPcpTEqPr8SH { width:18.75rem;height:7.875rem;top:10.9990234375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ez5wZdW2CWXgyT71P9LOOpJ8rU1STJr9 { width:15.4375rem;height:3.25rem;top:20.3115234375rem;left:4rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rWUwg0oTVFQugw7wqaTnnvsDpyC0Iy8X { width:18.75rem;height:6.5625rem;top:24.28125rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TVfPu0fLDG8RVDdLVPQ0BEysyASPZxQt { width:18.75rem;height:9.1875rem;top:34.3740234375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GIiMsOQDGK6ciym2VNIVzZs3sHWr9aV3 { width:14.125rem;height:1.625rem;top:31.6875rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RC5CATtxtZ2kLx0ZdLIX4M3Zo9ifg8Cr { width:11.875rem;height:3.499025rem;top:47.55859375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUxRl6d6EZTdMvZbkC9R3tIpLtZ8GudE { display:block; }
 }@media only screen and (max-width: 763px) { #zoeiQxIQZsTlC2CUulTktWv2BrdckfqR { width:3.4375rem;height:3.4375rem;top:7.96875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyyhJLPlJaioiCHKe2sw05azte57GPkS { width:3.4375rem;height:3.4375rem;top:20.2177734375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts0QVm9CWReMT6KoAswIUT9n279eJzhL { width:3.4375rem;height:3.4375rem;top:30.78125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE { display:block; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHL3dOoylLWvXXIVC4OQqH4AT9q34TEM { width:20rem;height:7.3125rem;top:1.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 { display:block; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row .container { width:20rem;height:127.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huFPZfA9xxRJeTvJK311MvKQCO5EDTBX { width:20rem;height:12.5rem;top:1.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdhDls5J77qAUgv0HReaH8tD4EZdvJ5n { width:8.6885rem;height:2.063475rem;top:81.5615234375rem;left:5.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSnsTTa96iMcVTV3NBXEF4Ht2BwZpNzv { display:block; }
 }@media only screen and (max-width: 763px) { #ATOWlIvUunTQOiQOZFkhRhrRic8m6ENZ { width:19.9980625rem;height:10.5rem;top:69.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bSTgAy6Sb5mnC6uIeuyAKaV4QPrUGTN4 { width:20rem;height:5.75rem;top:63.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mpgq0xzSZ3ege1y1qSAQzQLWLXLaLfFc { width:20rem;height:5.0625rem;top:57.0625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC { width:20rem;height:12.5rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDTdQLug2zs5M6ewFQTlWHcT8OIvhCAS { width:8.6885rem;height:2.0625rem;top:39.6220703125rem;left:5.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkv59w2smCyiH5PSMv3UOe2UAkDK1UPv { display:block; }
 }@media only screen and (max-width: 763px) { #o46EoR2aU0nBfFb1MeccuZCcwVlfwZpq { width:19.9980625rem;height:12rem;top:26.7802734375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VdJlkrQXOpHS1OWhgNmrzKTq59D2vy9U { width:19.9980625rem;height:5.75rem;top:21.0927734375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qXG0ttvVZNtMtH6rBqNoozH7n13LBas9 { width:19.9980625rem;height:5.0625rem;top:14.625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GAKVtaT9HeOx2qqe7XQ1zxRwKQkrdgzR { width:8.8125rem;height:2.1875rem;top:124.4375rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRyrDv6fPrvJ1hzmm6ItMzLv3ed6Ga0u { display:block; }
 }@media only screen and (max-width: 763px) { #KvpE9LrIgsrsXP7lihXM1nuvJWOsENQz { width:19.9980625rem;height:10.5rem;top:112.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V7zKUH7n2TCkLFTdvU9HaJfotuZDwtsd { width:19.9980625rem;height:5.75rem;top:105.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ELJse0TtkyBxHple5C8D33WZocqxoa4m { width:20rem;height:12.5rem;top:85.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGEQdmoOHme7z288Xu8cRNqKsJB4EDZf { width:20rem;height:3.375rem;top:99.875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv { display:block; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtCO6nhmqJ3J9UX0WFAX8TAV8SLEshCa { width:17.5615rem;height:2.5rem;top:8.15625rem;left:1.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Td1DvzE2o9OqNzQ2rfrUb1OAcABneA2s { width:16.9375rem;height:2.5rem;top:5.65625rem;left:1.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m7UgaAu9GrXfmptS60tPQv6fAxkFbA8T { width:20rem;height:0;top:20.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #heGpeHuA75hT5seRD9q0g0cl9XQbaZ9q { width:16.375rem;height:1.25rem;top:4.40625rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xWqT3CGTfiZUEb4TQACdBdu29ZZSDb72 { width:0.9375rem;height:0.9375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTwcXLEzkUt2KD4VSGw1veSwG2iNkEtI { width:0.9375rem;height:0.9375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbVGtA7IXEax7eISs0hXkIZV9JapwSyB { width:0.9375rem;height:0.9375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVkDgJ8eKFTplGDc08ofrFvHSxf2VhSw { width:18.125rem;height:1.25rem;top:2.65625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EpuTw3OIJ3TlrVDtLGLieg5TQHsvbGid { width:0.9375rem;height:0.9375rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNKno3vOq4AoGyBeMWhurqemiKbCAHCQ { width:20rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuGhhDhRBiEN0lpEULFz5o8NBUU9og06 { width:16.25rem;height:2.5rem;top:11.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bhqsDnWs7XEbrWD9vLVTao3hxuK3xNDH { width:0.9375rem;height:0.9375rem;top:11.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtlr7wTdKg4PbUqE8Ehg5wqcaqFu5ur3 { width:17.0625rem;height:2.5rem;top:23.53125rem;left:1.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RDrm6T9DI78r6HRNCh37arIzcfr8AN02 { width:14.4375rem;height:1.25rem;top:22.03125rem;left:1.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mnuURxqJqTE6wpgTGJnWVcCnxVIbcvgJ { width:17.375rem;height:2.5rem;top:26.03125rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PCPuRnQA5eBvLkIkK8iJ0mdaTDe79anO { width:8.8730625rem;height:1.25rem;top:19.875rem;left:1.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UGWCKFUV78slIsDcvZFUnnT8rPyOiHls { width:12.0625rem;height:1.25rem;top:18rem;left:1.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SNVt7duZFIh7lF40Ts79VQ1UHShSQAu6 { width:14.1855625rem;height:1.4375rem;top:15.123046875rem;left:2.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJ33s1phX1qZ2r0bmLitfTFHZt7Z69Fd { width:0.9375rem;height:0.9375rem;top:20.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKOdhkmxGBWlqN76iG3DUdmJuWvT3cCq { width:0.9375rem;height:0.9375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1xkqP0cthkPf1s8pTdQWbXdapD0i832 { width:0.9375rem;height:0.9375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr6waden7osoLRKUeVoXdHIJdy9xTwrf { width:0.9375rem;height:0.9375rem;top:18.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmqmAJSDqcTc2T1gJa0oobyiiQsAgSlk { width:0.9375rem;height:0.9375rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3bUtv5wUQxs0LmlbcPSk5G4ayu6NXde { width:11.875rem;height:3.499025rem;top:35.77734375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkxtiBDNEb91atmOfVFpEcJ3SWrASLb { display:block; }
 }@media only screen and (max-width: 763px) { #ZhTgsVmfmTwco4clczlvHgqBBnbsJehv { width:0.9375rem;height:0.9375rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdbJbO0mSgvn6TPLZA8yrGs9fMPyCOpo { width:16.9375rem;height:2.5rem;top:28.53125rem;left:1.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BsZ8mOGVFCGUVy2PdEtFWaQcBr0fTz5i { width:0.9375rem;height:0.9375rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4nGTVvRRvynG9LLT83SNQyNDhwRkLi0 { width:18.375rem;height:2.5rem;top:31.03125rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/1aVmcfzV/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.adaptive-delivery-prevent-bg, #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.lazyload, #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.lazyloading { background-image: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { background-color: transparent; background-image: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container > .video-iframe-container { display: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row > .video-iframe-container { display: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .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); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdDciN9qseoCNwTgGTcNVTJTqS446l3Z { width:20rem;height:31.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsciXLqIlLJSotwRiXMC93Rq6mGEJByU { width:18.9375rem;height:3.875rem;top:3.125rem;left:0.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWN0UTozimQAtyOPO3R91WEuPcU79MNy { width:20rem;height:19.1875rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VisqbOuVhs6ncAsaXmiKbMsWkh6568W1 { width:17.875rem;height:2rem;top:12.0625rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAwyZMRQAZyryToosolutFNTSRhfBiRU { width:18.125rem;height:17.0625rem;top:14rem;left:0.9375rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDKoQHKsJ7mhbb5wVJewTLa8kphvzIIU { width:17.875rem;height:2rem;top:9.25rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE { width:9.875rem;height:5rem;top:27.8125rem;left:0.53125rem;font-size:0.875rem;display:block; }#nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Y5A5H0zo/check.png); }
 }@media only screen and (max-width: 763px) { #uzGdfZwDehvINzKaoxuw0DpOVwohqxKz { width:8.375rem;height:4.1875rem;top:27.8125rem;left:10.625rem;font-size:0.875rem;display:block; }#uzGdfZwDehvINzKaoxuw0DpOVwohqxKz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Y5A5H0zo/check.png); }
 }@media only screen and (max-width: 763px) { #oFMTsKkQtXvq5lua1e854gkTDOp2g9Xb { width:13.4375rem;height:3.125rem;top:35.8095703125rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Eh0TKOTU493yVeJycFcwUJ40Bd9zts { display:block; }
 }@media only screen and (max-width: 763px) { #sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp { display:block; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1pcTOUHfJITrTRdbzv6R59k3ld8AhXO { width:20rem;height:7.3125rem;top:3.060546875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxcvgknVvJzVGyUkHgk42y7IhHCoL54Q { width:20rem;height:2.75rem;top:11.748046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKDP56QXaPAyILRMPEWewo2TaSBu82H5 { width:17.9980625rem;height:3.624025rem;top:16.9345703125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTM4fJrfNmPufMDlzm9TzIfqklO0Vy0F { display:block; }
 }@media only screen and (max-width: 763px) { #PMUqN4MBeRmNM6bm9RkgH1Wd9INBKad3 { width:1.25rem;height:1.25rem;top:28.560791015625rem;left:3.873291015625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gIU2JptGdSbBdmMTfTKThA7LwgU7ivxs { width:20rem;height:10.558625rem;top:20.55859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 { display:block; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKiWm7snQymbkk1RsoTD18n3mPNbl95v { width:12.5rem;height:6.875rem;top:1.060546875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLcsn1TD5JXmvqBKfBwgTWVseRyH6Tow { width:18.125rem;height:1.5rem;top:9.013671875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZnuxMXIHVXXZAePkPtJu2tWawzyU689H { width:9.9375rem;height:1.25rem;top:11.763671875rem;left:5rem;font-size:1rem;display:block; }
 }