.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container { background-color: transparent; background-image: none; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container > .video-iframe-container { display: none; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row > .video-iframe-container { display: none; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .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); }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container { border-width: 0; border-radius: 0; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#R4rRWAANDivzeqN41Hr09LAW4tiK6oyn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.8125rem;top:2.4375rem;left:4.318359375rem;overflow:hidden;display:block; }
#Ne9Uauw2WXd8EOaKssZo80RXN3Sr3HQF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.25rem;top:2.1875rem;left:68.59375rem;overflow:hidden;display:block; }
#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e57c32ce-cb90-46c2-9102-9240efceeb76/IMG_6404.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.adaptive-delivery-prevent-bg, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyload, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyloading { background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { border-width: 0; border-radius: 0; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:75rem;height:49.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ueFwyeRLCUtt20wa3NUxXkeQEOz7Emwz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.6875rem;width:31rem;top:3.7216796875rem;left:44rem;overflow:hidden;display:block; }
#IkJ162ThTAOPzhJeAubEAXuFnrnUE5Wy { color:#ffffff;display:block;width:42.874125rem;position:absolute;font-family:"financier display";font-size:3.125rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:13.5625rem;left:1.25rem;height:8.125rem;font-style:normal;display:block; }
#KHmLF08B8GtC0UqtHk6hT9wp8zHd0y2r { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.25rem;height:6.5800625rem;display:block; }
#bTWCW71pL9KQ6d3TfEJaMav6aSqr9Law { background-color:#003f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:calibre;font-size:3.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.68575rem;height:4.1232625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.260417938233rem;left:4.8159732818604rem;display:block; }
#WCZm4VDZuGaAWAULy2dmJAv4b3TbAPuw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8nJtyNeePOc7nJwySO1k4o4yKNJV0TT { color:#003f2d;display:block;width:17.4375rem;position:absolute;font-family:"financier display";font-size:2.0625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:8.9375rem;left:1.4375rem;height:2.6806625rem;font-style:normal;display:block; }
#DNpHTQUEA3uBykQBT2DxNWkpZXVGXBCy { box-sizing:content-box;height:2.25rem;width:17.8125rem;position:absolute;display:block;z-index:14997;background-color:#dad999;background-image:none;top:9.1875rem;left:1.25rem;display:block; }
#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container { background-color: transparent; background-image: none; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container > .video-iframe-container { display: none; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row > .video-iframe-container { display: none; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .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); }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container { border-width: 0; border-radius: 0; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#QlcJ7RMSwavuuNOWxokmlqOWcqCTnDUs { color:#003f2d;display:block;width:44.0625rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:7.1875rem;left:15.375rem;height:27.33399375rem;display:block; }
#lOeXL1Mc7Me08ng0G2xJh6Z5lTizWkuR { color:#003f2d;display:block;width:44.25rem;position:absolute;font-family:calibre;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:15.375rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 > .row .container { background-color: transparent; background-image: none; }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 > .row .container > .video-iframe-container { display: none; }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 > .row > .video-iframe-container { display: none; }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 > .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); }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 > .row .container { border-width: 0; border-radius: 0; }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#x10fnNgI3eSZaCx2Cw1qWONJlvVo68mC { box-sizing:content-box;height:21.625rem;width:17.25rem;position:absolute;display:block;z-index:15002;background-color:#dbd99a;background-image:none;top:9.4375rem;left:0.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xTS5VTHAOgi2lrKXh2sRJHLvT1HZHEa4 { color:#003f2d;display:block;width:38.4375rem;position:absolute;font-family:calibre;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6D5N305hoIGq5A77H26KZGDdIJC3f9Q { color:#003f2d;display:block;width:10.0625rem;position:absolute;font-family:calibre;font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.78125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nJZx1RQQfdRF1c0Fsbpb3qB7nGtQO8F1 { color:#003f2d;display:block;width:14.4375rem;position:absolute;font-family:calibre;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.96875rem;left:1.59375rem;height:10.5615rem;text-align:justify;text-align-last:initial;display:block; }
#vzdsfLknehTiVZDQB5Vz2vTFI4ch8HMJ { box-sizing:content-box;height:21.625rem;width:17.25rem;position:absolute;display:block;z-index:15006;background-color:#dbd99a;background-image:none;top:9.4375rem;left:19.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Aofflbo7mv5U7SvFE0CwXkfpAZPphrXy { color:#003f2d;display:block;width:10.0625rem;position:absolute;font-family:calibre;font-size:2.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.625rem;left:22.96875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rFdaERaWnR6EC38g2yA1MAH3qheJ0ysB { color:#003f2d;display:block;width:14.4375rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.765625rem;left:20.78125rem;height:10.9668125rem;text-align:justify;text-align-last:initial;display:block; }
#St5FwdbFmm7FnJUHVNKr5sw68x9MAONf { box-sizing:content-box;height:21.625rem;width:17.25rem;position:absolute;display:block;z-index:15010;background-color:#dbd99a;background-image:none;top:9.4375rem;left:38.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZDVmbcrOuAgyfeQTAwovUDaDQAQgenEb { color:#003f2d;display:block;width:14.5625rem;position:absolute;font-family:calibre;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.625rem;left:39.90625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#r61xrq5deCSW7XcVBkttZszODtg2A5qx { color:#003f2d;display:block;width:14.4375rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.765625rem;left:40.15625rem;height:10.9668125rem;text-align:justify;text-align-last:initial;display:block; }
#Ni7udQrSAMnArzwn5A4u4wR4i3ymLD3w { box-sizing:content-box;height:21.625rem;width:17.25rem;position:absolute;display:block;z-index:15014;background-color:#dbd99a;background-image:none;top:9.4375rem;left:57.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Bm92vEABE6FXGG53STNy1do6HNhLrkuM { color:#003f2d;display:block;width:14.4375rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.765625rem;left:58.96875rem;height:10.9668125rem;text-align:justify;text-align-last:initial;display:block; }
#ILmi51wfFWahSN3H4kVRQG9r4mAfdkab { color:#003f2d;display:block;width:17rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.828125rem;left:57.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#TvNULnMsop18tFysNPyPl1LoBC1IP4ww { 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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#003f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.515625rem;left:2.8125rem;display:block; }
#aOazTqmuFebA2nBCn7lvZUT9F0plNH6F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MxAhJTWzqMU4UnTT83mXbPkRSTCVomlP { 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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#003f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.515625rem;left:22rem;display:block; }
#OGfcLx6so41rFEfJUUbGLlMp9RA5kz1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#adaGn0u8NQ8dHLvSndTCXVqcnx04w7p6 { 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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#003f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.515625rem;left:41.1875rem;display:block; }
#PSvV4aC3LIzcH7l5cIwO9Wvt9JwaTeBU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vnypiKrE0XZACqwHLyEduek2s4JGnZis { 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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#003f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.515625rem;left:60.1875rem;display:block; }
#shsRk79TKPTZDsJMr3cOHz0sJfOlQgZE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003d2d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ > .row .container { background-color: transparent; background-image: none; }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ > .row .container > .video-iframe-container { display: none; }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ > .row > .video-iframe-container { display: none; }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ > .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); }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ > .row .container { border-width: 0; border-radius: 0; }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#bFOyw5PhRnOy6uTEdaQZb5Zty5e4kOTl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:18.75rem;top:2rem;left:53.8125rem;overflow:hidden;display:block; }
#oZsOxyKaA2BV5KxFw378eTTDdNb75qp6 { color:#ffffff;display:block;width:52rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6943359375rem;left:0rem;height:21.93356875rem;display:block; }
#GizLk2hIL226Rs4I6kxgsJU9stZvrJSA { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:calibre;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.626953125rem;left:58.5625rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#nww2kwtTU0w4wOansTD6nR9HOCZc1xbK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:23.1875rem;left:48.1875rem; }
#yAdK4Fp8v7rVOmeHHO9iqVainE7Xz2Mu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.8125rem;left:0rem; }
#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq > .row .container { background-color: transparent; background-image: none; }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq > .row .container > .video-iframe-container { display: none; }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq > .row > .video-iframe-container { display: none; }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq > .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); }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq > .row .container { border-width: 0; border-radius: 0; }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#N5mGSQgPecoUx7GJ4q3fkSkkrHgFT4rS { color:#003f2d;display:block;width:57.9355625rem;position:absolute;font-family:calibre;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.421875rem;left:3.8740234375rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fR1dqSy3MEMCGChWXLnPd49zdxvZVtMf { box-sizing:content-box;height:0.5rem;width:71.1875rem;position:absolute;display:block;z-index:15008;background-color:#dbd99a;background-image:none;top:7.1337890625rem;left:3.8740234375rem;display:block; }
#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm > .row .container { background-color: transparent; background-image: none; }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm > .row .container > .video-iframe-container { display: none; }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm > .row > .video-iframe-container { display: none; }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm > .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); }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm > .row .container { border-width: 0; border-radius: 0; }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#OFX9N34wOsri0O6GW8vl6h9Bnbh5fc0a { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.40625rem;left:3.5625rem; }
#uNTi06RhzJz5UuDWU3sGZ1SOr8Agf3zq { color:#003d2d;display:block;width:16.3125rem;position:absolute;font-family:financier;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.984375rem;left:7.5rem;height:3.65625rem;display:block; }
#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it > .row .container { background-color: transparent; background-image: none; }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it > .row .container > .video-iframe-container { display: none; }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it > .row > .video-iframe-container { display: none; }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it > .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); }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it > .row .container { border-width: 0; border-radius: 0; }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#HW9GB2cho3hfHJXgxn0BVLmggVrHFpar { color:#003f2d;display:block;width:30.9375rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:3.90625rem;height:8.7734375rem;text-align:left;text-align-last:left;display:block; }
#KwAgmstu9WMOKSWWv4ONpJuRCTfvHKKT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:23.0625rem;top:0rem;left:50.5rem;overflow:hidden;display:block; }
#G5aNt1T3hiDNMuCzLEcReMXwMR1012t6 { color:#dbd99a;display:block;width:34.3125rem;position:absolute;font-family:"financier display";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.7265625rem;left:3.90625rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU > .row .container { background-color: transparent; background-image: none; }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU > .row .container > .video-iframe-container { display: none; }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU > .row > .video-iframe-container { display: none; }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU > .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); }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU > .row .container { border-width: 0; border-radius: 0; }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#LPN6bewqsgb4yr9WBhPFlg2EWxpigemX { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.40625rem;left:3.5625rem; }
#DdeZLJTOXSfUozzd2U4cJQXZsz12OzuS { color:#003d2d;display:block;width:16.3125rem;position:absolute;font-family:financier;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.984375rem;left:7.5rem;height:3.65625rem;display:block; }
#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh > .row .container { background-color: transparent; background-image: none; }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh > .row .container > .video-iframe-container { display: none; }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh > .row > .video-iframe-container { display: none; }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh > .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); }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh > .row .container { border-width: 0; border-radius: 0; }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#ZQ4xAJr7XdwM1KsRbo9ge0UwB18sS4TL { color:#003f2d;display:block;width:26.375rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.06640625rem;left:3.90625rem;height:6.5800625rem;display:block; }
#XOsEOSSG1XNiW2WqXyt6O2VumHwRhpJf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:23.0625rem;top:0rem;left:50.5rem;overflow:hidden;display:block; }
#Wd3khbGRP6adMMw4eGawqhKEb98dVvO8 { color:#dbd99a;display:block;width:34.3125rem;position:absolute;font-family:"financier display";font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.90625rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci > .row .container { background-color: transparent; background-image: none; }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci > .row .container > .video-iframe-container { display: none; }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci > .row > .video-iframe-container { display: none; }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci > .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); }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci > .row .container { border-width: 0; border-radius: 0; }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#ad0hWERycvazWZAURWc8NeltdgXCmvXd { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.40625rem;left:3.5625rem; }
#uWSXfzyni13vD3CfL2iHKKUGXg6CtOyo { color:#003d2d;display:block;width:16.3125rem;position:absolute;font-family:financier;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.984375rem;left:7.5rem;height:3.65625rem;display:block; }
#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U > .row .container { background-color: transparent; background-image: none; }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U > .row .container > .video-iframe-container { display: none; }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U > .row > .video-iframe-container { display: none; }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U > .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); }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U > .row .container { border-width: 0; border-radius: 0; }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#EoKWvXG7fD5pp0u3HU8kac094GOKD7xw { color:#003f2d;display:block;width:26.375rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8125rem;left:3.65625rem;height:6.5800625rem;display:block; }
#PHTSyibBpey5SnqH6fkiZo0yOB6Q9KXT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:23.0625rem;top:0rem;left:50.5rem;overflow:hidden;display:block; }
#T0rHeuSla859Q3y6LVOUq4kwkTRUGT9k { color:#dbd99a;display:block;width:34.3125rem;position:absolute;font-family:"financier display";font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.625rem;left:3.65625rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#altUZoVr8em28q3lv88gerXUuR9B3kBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#altUZoVr8em28q3lv88gerXUuR9B3kBS > .row .container { background-color: transparent; background-image: none; }#altUZoVr8em28q3lv88gerXUuR9B3kBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#altUZoVr8em28q3lv88gerXUuR9B3kBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#altUZoVr8em28q3lv88gerXUuR9B3kBS > .row .container > .video-iframe-container { display: none; }#altUZoVr8em28q3lv88gerXUuR9B3kBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#altUZoVr8em28q3lv88gerXUuR9B3kBS > .row > .video-iframe-container { display: none; }#altUZoVr8em28q3lv88gerXUuR9B3kBS > .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); }#altUZoVr8em28q3lv88gerXUuR9B3kBS > .row .container { border-width: 0; border-radius: 0; }#altUZoVr8em28q3lv88gerXUuR9B3kBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#altUZoVr8em28q3lv88gerXUuR9B3kBS > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#EXd4Fc2uVXJvxSTsxuXVc0OSOada1F8T { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.40625rem;left:3.5625rem; }
#VwCffLF0EATpohLwdmKuicEQlfvICWnN { color:#003d2d;display:block;width:20rem;position:absolute;font-family:financier;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.984375rem;left:7.5rem;height:3.65625rem;display:block; }
#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU > .row .container { background-color: transparent; background-image: none; }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU > .row .container > .video-iframe-container { display: none; }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU > .row > .video-iframe-container { display: none; }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU > .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); }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU > .row .container { border-width: 0; border-radius: 0; }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#kZfbRSaPZqbNm2haKilSBF4VmMBrK5Z0 { color:#003f2d;display:block;width:26.375rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5625rem;left:4.84375rem;height:8.7734375rem;display:block; }
#fW8NWhAf2LQeKBAAv06kcHBgdoRTbJtT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:23.0625rem;top:0rem;left:50.5rem;overflow:hidden;display:block; }
#nQqdJJTTWpLwGX81QBFEqdE0w2OG2eKd { color:#dbd99a;display:block;width:34.3125rem;position:absolute;font-family:"financier display";font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.75rem;left:4.84375rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP > .row .container { background-color: transparent; background-image: none; }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP > .row .container > .video-iframe-container { display: none; }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP > .row > .video-iframe-container { display: none; }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP > .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); }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP > .row .container { border-width: 0; border-radius: 0; }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#yxt0MTzmdxnc22mcoTNPPWlsxNeZDmdx { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.40625rem;left:3.5625rem; }
#TAvkEprHenvTc2OHklUMGCyJyr2omJUc { color:#003d2d;display:block;width:20rem;position:absolute;font-family:financier;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.984375rem;left:7.5rem;height:3.65625rem;display:block; }
#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp > .row .container { background-color: transparent; background-image: none; }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp > .row .container > .video-iframe-container { display: none; }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp > .row > .video-iframe-container { display: none; }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp > .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); }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp > .row .container { border-width: 0; border-radius: 0; }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#XnbIpInCxBxudUWBLQrxu58El5bOL9Q8 { color:#003f2d;display:block;width:33.8125rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0625rem;left:3.71875rem;height:8.7734375rem;display:block; }
#zpJcICfgbeJMHh6PCKy0bT8XCEhMCiIE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:23.0625rem;top:0rem;left:50.5rem;overflow:hidden;display:block; }
#hcCFnRkz4HTK91Mr6HolLrTii3pMPhMF { color:#dbd99a;display:block;width:34.3125rem;position:absolute;font-family:"financier display";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5rem;left:3.71875rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP > .row .container { background-color: transparent; background-image: none; }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP > .row .container > .video-iframe-container { display: none; }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP > .row > .video-iframe-container { display: none; }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP > .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); }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP > .row .container { border-width: 0; border-radius: 0; }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#E0J5mZ2u1nUuwn1qW6NDUBFbZaKctniT { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.40625rem;left:3.5625rem; }
#zDhi2gpSrhnrfIdlZlzcosc1MQ4Zu1oi { color:#003d2d;display:block;width:26.1875rem;position:absolute;font-family:financier;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.984375rem;left:7.5rem;height:3.65625rem;display:block; }
#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq > .row .container { background-color: transparent; background-image: none; }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq > .row .container > .video-iframe-container { display: none; }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq > .row > .video-iframe-container { display: none; }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq > .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); }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq > .row .container { border-width: 0; border-radius: 0; }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#oIbpusBPnysutmGQiAFkFaKNFXo2bpln { color:#003f2d;display:block;width:26.375rem;position:absolute;font-family:calibre;font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:4.71875rem;height:6.5800625rem;display:block; }
#wb7Qo1NALRdVQATts2WH7TKpJZDsHJ2y { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:23.0625rem;top:0rem;left:50.5rem;overflow:hidden;display:block; }
#ETqA9KdstafCQTgFIAB87DFRhWIO8J32 { color:#dbd99a;display:block;width:34.3125rem;position:absolute;font-family:"financier display";font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13rem;left:4.71875rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat > .row .container { background-color: transparent; background-image: none; }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat > .row .container > .video-iframe-container { display: none; }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat > .row > .video-iframe-container { display: none; }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat > .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); }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat > .row .container { border-width: 0; border-radius: 0; }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t > .row .container { background-color: transparent; background-image: none; }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t > .row .container > .video-iframe-container { display: none; }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t > .row > .video-iframe-container { display: none; }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t > .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); }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t > .row .container { border-width: 0; border-radius: 0; }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecd2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row .container { background-color: transparent; background-image: none; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row .container > .video-iframe-container { display: none; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row > .video-iframe-container { display: none; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .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); }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row .container { border-width: 0; border-radius: 0; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row .container { font-size:0.875rem;font-family:arial;height:73.0625rem;width:75rem;position:relative;display:block; }#ao0ha2aeZ06VwLoTU1Crnn3lLAzsKdPR { position:absolute;display:block;z-index:15003;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:60.25rem;width:27rem;top:5.375rem;left:46.0625rem;display:block; }
#yHzxt7q5wmkXGOIwEEB8AD5xT9TAtXbv { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"financier display";font-size:1.875rem;font-weight:400;z-index:15005;line-height:01;letter-spacing:0;top:6.375rem;left:46.8125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKSDrrGkr4HQQyICaWLVUquvmAureZ9i { position:absolute;display:block;z-index:15006;height:53.6875rem;width:25.4375rem;top:11.25rem;left:46.84375rem;display:block; }
#aM9vGoynzpdfE4hx3Vv7154a8aOwghiU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.8125rem;width:39.75rem;top:10.0625rem;left:2.6875rem;overflow:hidden;display:block; }
#LVLaik4968i4d5JQJybkULTF9XBq1bfg { color:#435254;display:block;width:31.9375rem;position:absolute;font-family:calibre;font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1494140625rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecd2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { border-width: 0; border-radius: 0; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { box-sizing:content-box;color:#435254;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.8125rem;left:19.75rem;display:block; }
#AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { color:#435254;display:block;width:23.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.5rem;height:1.381075rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 { display:block; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4rRWAANDivzeqN41Hr09LAW4tiK6oyn { top:2.4375rem;left:0rem;width:6.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne9Uauw2WXd8EOaKssZo80RXN3Sr3HQF { top:2.1875rem;left:45.5rem;width:2.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueFwyeRLCUtt20wa3NUxXkeQEOz7Emwz { top:3.6875rem;left:16.75rem;width:31rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkJ162ThTAOPzhJeAubEAXuFnrnUE5Wy { top:13.5625rem;left:0rem;width:42.8125rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHmLF08B8GtC0UqtHk6hT9wp8zHd0y2r { top:24.25rem;left:0rem;width:38.4375rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTWCW71pL9KQ6d3TfEJaMav6aSqr9Law { width:21.625rem;height:4.0625rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCZm4VDZuGaAWAULy2dmJAv4b3TbAPuw { display:block; }
 }@media only screen and (max-width: 763px) { #T8nJtyNeePOc7nJwySO1k4o4yKNJV0TT { top:8.9375rem;left:0rem;width:17.4375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNpHTQUEA3uBykQBT2DxNWkpZXVGXBCy { top:9.1875rem;left:0rem;width:17.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s { display:block; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlcJ7RMSwavuuNOWxokmlqOWcqCTnDUs { top:7.1875rem;left:1.75rem;width:44.0625rem;height:27.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOeXL1Mc7Me08ng0G2xJh6Z5lTizWkuR { top:3.0625rem;left:1.75rem;width:44.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 { display:block; }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x10fnNgI3eSZaCx2Cw1qWONJlvVo68mC { top:9.4375rem;left:0rem;width:17.25rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTS5VTHAOgi2lrKXh2sRJHLvT1HZHEa4 { top:2.6875rem;left:0rem;width:38.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6D5N305hoIGq5A77H26KZGDdIJC3f9Q { top:10.625rem;left:0rem;width:10.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJZx1RQQfdRF1c0Fsbpb3qB7nGtQO8F1 { top:14.9375rem;left:0rem;width:14.4375rem;height:10.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzdsfLknehTiVZDQB5Vz2vTFI4ch8HMJ { top:9.4375rem;left:5.75rem;width:17.25rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aofflbo7mv5U7SvFE0CwXkfpAZPphrXy { top:10.625rem;left:9.34375rem;width:10.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFdaERaWnR6EC38g2yA1MAH3qheJ0ysB { top:14.75rem;left:7.15625rem;width:14.4375rem;height:10.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #St5FwdbFmm7FnJUHVNKr5sw68x9MAONf { top:9.4375rem;left:24.9375rem;width:17.25rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDVmbcrOuAgyfeQTAwovUDaDQAQgenEb { top:10.625rem;left:26.28125rem;width:14.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r61xrq5deCSW7XcVBkttZszODtg2A5qx { top:14.75rem;left:26.53125rem;width:14.4375rem;height:10.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni7udQrSAMnArzwn5A4u4wR4i3ymLD3w { top:9.4375rem;left:30.5rem;width:17.25rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm92vEABE6FXGG53STNy1do6HNhLrkuM { top:14.75rem;left:33.3125rem;width:14.4375rem;height:10.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILmi51wfFWahSN3H4kVRQG9r4mAfdkab { top:10.8125rem;left:30.75rem;width:17rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNULnMsop18tFysNPyPl1LoBC1IP4ww { width:12rem;height:2.875rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOazTqmuFebA2nBCn7lvZUT9F0plNH6F { display:block; }
 }@media only screen and (max-width: 763px) { #MxAhJTWzqMU4UnTT83mXbPkRSTCVomlP { width:12rem;height:2.875rem;top:27.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGfcLx6so41rFEfJUUbGLlMp9RA5kz1J { display:block; }
 }@media only screen and (max-width: 763px) { #adaGn0u8NQ8dHLvSndTCXVqcnx04w7p6 { width:12rem;height:2.875rem;top:27.5rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSvV4aC3LIzcH7l5cIwO9Wvt9JwaTeBU { display:block; }
 }@media only screen and (max-width: 763px) { #vnypiKrE0XZACqwHLyEduek2s4JGnZis { width:12rem;height:2.875rem;top:27.5rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shsRk79TKPTZDsJMr3cOHz0sJfOlQgZE { display:block; }
 }@media only screen and (max-width: 763px) { #sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ { display:block; }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFOyw5PhRnOy6uTEdaQZb5Zty5e4kOTl { top:2rem;left:29rem;width:18.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsOxyKaA2BV5KxFw378eTTDdNb75qp6 { top:4.6875rem;left:0rem;width:47.75rem;height:21.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GizLk2hIL226Rs4I6kxgsJU9stZvrJSA { top:26.625rem;left:32.5rem;width:15.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nww2kwtTU0w4wOansTD6nR9HOCZc1xbK { top:23.1875rem;left:34.5625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAdK4Fp8v7rVOmeHHO9iqVainE7Xz2Mu { top:1.8125rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq { display:block; }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5mGSQgPecoUx7GJ4q3fkSkkrHgFT4rS { top:3.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR1dqSy3MEMCGChWXLnPd49zdxvZVtMf { top:7.125rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm { display:block; }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFX9N34wOsri0O6GW8vl6h9Bnbh5fc0a { top:1.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNTi06RhzJz5UuDWU3sGZ1SOr8Agf3zq { top:0.9375rem;left:0rem;width:16.3125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCifnnAgb5PBZToDdplGDAHK8Wqyf4it { display:block; }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HW9GB2cho3hfHJXgxn0BVLmggVrHFpar { top:3.0625rem;left:0rem;width:30.9375rem;height:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwAgmstu9WMOKSWWv4ONpJuRCTfvHKKT { top:0rem;left:23.25rem;width:23.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5aNt1T3hiDNMuCzLEcReMXwMR1012t6 { top:13.6875rem;left:0rem;width:34.3125rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU { display:block; }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPN6bewqsgb4yr9WBhPFlg2EWxpigemX { top:1.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdeZLJTOXSfUozzd2U4cJQXZsz12OzuS { top:0.9375rem;left:0rem;width:16.3125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh { display:block; }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQ4xAJr7XdwM1KsRbo9ge0UwB18sS4TL { top:4.0625rem;left:0rem;width:26.375rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOsEOSSG1XNiW2WqXyt6O2VumHwRhpJf { top:0rem;left:23.25rem;width:23.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd3khbGRP6adMMw4eGawqhKEb98dVvO8 { top:13.3125rem;left:0rem;width:34.3125rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci { display:block; }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad0hWERycvazWZAURWc8NeltdgXCmvXd { top:1.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWSXfzyni13vD3CfL2iHKKUGXg6CtOyo { top:0.9375rem;left:0rem;width:16.3125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U { display:block; }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoKWvXG7fD5pp0u3HU8kac094GOKD7xw { top:2.8125rem;left:0rem;width:26.375rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHTSyibBpey5SnqH6fkiZo0yOB6Q9KXT { top:0rem;left:23.25rem;width:23.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rHeuSla859Q3y6LVOUq4kwkTRUGT9k { top:13.625rem;left:0rem;width:34.3125rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #altUZoVr8em28q3lv88gerXUuR9B3kBS { display:block; }#altUZoVr8em28q3lv88gerXUuR9B3kBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXd4Fc2uVXJvxSTsxuXVc0OSOada1F8T { top:1.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwCffLF0EATpohLwdmKuicEQlfvICWnN { top:0.9375rem;left:0rem;width:20rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU { display:block; }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZfbRSaPZqbNm2haKilSBF4VmMBrK5Z0 { top:2.5625rem;left:0rem;width:26.375rem;height:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW8NWhAf2LQeKBAAv06kcHBgdoRTbJtT { top:0rem;left:23.25rem;width:23.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQqdJJTTWpLwGX81QBFEqdE0w2OG2eKd { top:13.75rem;left:0rem;width:34.3125rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP { display:block; }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxt0MTzmdxnc22mcoTNPPWlsxNeZDmdx { top:1.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAvkEprHenvTc2OHklUMGCyJyr2omJUc { top:0.9375rem;left:0rem;width:20rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp { display:block; }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnbIpInCxBxudUWBLQrxu58El5bOL9Q8 { top:4.0625rem;left:0rem;width:33.8125rem;height:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpJcICfgbeJMHh6PCKy0bT8XCEhMCiIE { top:0rem;left:23.25rem;width:23.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcCFnRkz4HTK91Mr6HolLrTii3pMPhMF { top:13.5rem;left:0rem;width:34.3125rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP { display:block; }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0J5mZ2u1nUuwn1qW6NDUBFbZaKctniT { top:1.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDhi2gpSrhnrfIdlZlzcosc1MQ4Zu1oi { top:0.9375rem;left:0rem;width:26.1875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq { display:block; }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIbpusBPnysutmGQiAFkFaKNFXo2bpln { top:4.125rem;left:0rem;width:26.375rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb7Qo1NALRdVQATts2WH7TKpJZDsHJ2y { top:0rem;left:23.25rem;width:23.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETqA9KdstafCQTgFIAB87DFRhWIO8J32 { top:13rem;left:0rem;width:34.3125rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat { display:block; }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W78OJZHtJfFguxqhzApgTZkNzv0gG85t { display:block; }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz { display:none; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ao0ha2aeZ06VwLoTU1Crnn3lLAzsKdPR { top:5.375rem;left:20.75rem;width:27rem;height:60.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzxt7q5wmkXGOIwEEB8AD5xT9TAtXbv { top:6.375rem;left:22.25rem;width:25.5rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKSDrrGkr4HQQyICaWLVUquvmAureZ9i { top:11.25rem;left:22.3125rem;width:25.4375rem;height:53.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM9vGoynzpdfE4hx3Vv7154a8aOwghiU { top:10.0625rem;left:0rem;width:39.75rem;height:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVLaik4968i4d5JQJybkULTF9XBq1bfg { top:2.125rem;left:0rem;width:31.9375rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { top:1.8125rem;left:6.125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { top:1.9375rem;left:0rem;width:23.6875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 { position:relative;z-index:auto;display:block; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4rRWAANDivzeqN41Hr09LAW4tiK6oyn { width:6.125rem;height:1.375rem;top:1.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne9Uauw2WXd8EOaKssZo80RXN3Sr3HQF { width:1.375rem;height:1.3125rem;top:1.40625rem;left:18.04296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e57c32ce-cb90-46c2-9102-9240efceeb76/IMG_6404.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.adaptive-delivery-prevent-bg, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyload, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyloading { background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueFwyeRLCUtt20wa3NUxXkeQEOz7Emwz { width:20rem;height:26.3125rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkJ162ThTAOPzhJeAubEAXuFnrnUE5Wy { width:20rem;height:7.7988125rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHmLF08B8GtC0UqtHk6hT9wp8zHd0y2r { width:20rem;height:13.160125rem;top:45.46484375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTWCW71pL9KQ6d3TfEJaMav6aSqr9Law { width:15.75rem;height:3.4375rem;top:38.6064453125rem;left:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCZm4VDZuGaAWAULy2dmJAv4b3TbAPuw { display:block; }
 }@media only screen and (max-width: 763px) { #T8nJtyNeePOc7nJwySO1k4o4yKNJV0TT { width:19.0625rem;height:2.5996125rem;top:10.212890625rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNpHTQUEA3uBykQBT2DxNWkpZXVGXBCy { width:17.375rem;height:2.25rem;top:10.388671875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s { display:block; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlcJ7RMSwavuuNOWxokmlqOWcqCTnDUs { width:20rem;height:33.447325rem;top:11.3232421875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOeXL1Mc7Me08ng0G2xJh6Z5lTizWkuR { width:20rem;height:7.7988125rem;top:1.8115234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 { display:block; }#Ui2zZHBsyAGB8x4tRC9BHnKDBT0U7NV9 > .row .container { width:20rem;height:99.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x10fnNgI3eSZaCx2Cw1qWONJlvVo68mC { width:17.25rem;height:21.625rem;top:9.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTS5VTHAOgi2lrKXh2sRJHLvT1HZHEa4 { width:20rem;height:5.19921875rem;top:2.1240234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6D5N305hoIGq5A77H26KZGDdIJC3f9Q { width:10.0625rem;height:2.6621125rem;top:10.4375rem;left:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJZx1RQQfdRF1c0Fsbpb3qB7nGtQO8F1 { width:14.4375rem;height:13.160125rem;top:14.375rem;left:3.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzdsfLknehTiVZDQB5Vz2vTFI4ch8HMJ { width:17.25rem;height:21.375rem;top:31.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aofflbo7mv5U7SvFE0CwXkfpAZPphrXy { width:10.0625rem;height:2.6621125rem;top:33.0625rem;left:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFdaERaWnR6EC38g2yA1MAH3qheJ0ysB { width:14.4375rem;height:10.9668125rem;top:36.6875rem;left:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #St5FwdbFmm7FnJUHVNKr5sw68x9MAONf { width:17.25rem;height:21.625rem;top:54.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDVmbcrOuAgyfeQTAwovUDaDQAQgenEb { width:14.5625rem;height:2.6621125rem;top:55.5rem;left:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r61xrq5deCSW7XcVBkttZszODtg2A5qx { width:14.4375rem;height:10.9668125rem;top:59.6875rem;left:3.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni7udQrSAMnArzwn5A4u4wR4i3ymLD3w { width:17.25rem;height:21.625rem;top:77.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm92vEABE6FXGG53STNy1do6HNhLrkuM { width:14.4375rem;height:10.9668125rem;top:82.4375rem;left:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILmi51wfFWahSN3H4kVRQG9r4mAfdkab { width:17rem;height:2.4375rem;top:78.4375rem;left:1.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNULnMsop18tFysNPyPl1LoBC1IP4ww { width:12rem;height:2.875rem;top:27.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOazTqmuFebA2nBCn7lvZUT9F0plNH6F { display:block; }
 }@media only screen and (max-width: 763px) { #MxAhJTWzqMU4UnTT83mXbPkRSTCVomlP { width:12rem;height:2.875rem;top:49.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGfcLx6so41rFEfJUUbGLlMp9RA5kz1J { display:block; }
 }@media only screen and (max-width: 763px) { #adaGn0u8NQ8dHLvSndTCXVqcnx04w7p6 { width:12rem;height:2.875rem;top:72.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSvV4aC3LIzcH7l5cIwO9Wvt9JwaTeBU { display:block; }
 }@media only screen and (max-width: 763px) { #vnypiKrE0XZACqwHLyEduek2s4JGnZis { width:12rem;height:2.875rem;top:95.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #shsRk79TKPTZDsJMr3cOHz0sJfOlQgZE { display:block; }
 }@media only screen and (max-width: 763px) { #sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ { display:block; }#sBdNNwzrNg00PBW3Cqb9GJE9VtTRJSEZ > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFOyw5PhRnOy6uTEdaQZb5Zty5e4kOTl { width:18.75rem;height:31.25rem;top:51.68359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsOxyKaA2BV5KxFw378eTTDdNb75qp6 { width:20rem;height:46.0605375rem;top:5.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GizLk2hIL226Rs4I6kxgsJU9stZvrJSA { width:15.25rem;height:3.25rem;top:77.783203125rem;left:4.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nww2kwtTU0w4wOansTD6nR9HOCZc1xbK { display:flex;width:3.125rem;height:3.125rem;top:50.02734375rem;left:16.3125rem; }
 }@media only screen and (max-width: 763px) { #yAdK4Fp8v7rVOmeHHO9iqVainE7Xz2Mu { display:flex;width:3.125rem;height:3.125rem;top:1.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq { display:block; }#A5OwqTeIBLO1fDwpDJ1uvwtzQwR3yAbq > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5mGSQgPecoUx7GJ4q3fkSkkrHgFT4rS { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fR1dqSy3MEMCGChWXLnPd49zdxvZVtMf { width:20rem;height:0.5rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm { display:block; }#rqT0Tf9RTaBHuTWGF5XkWfRphxd9Nzlm > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFX9N34wOsri0O6GW8vl6h9Bnbh5fc0a { display:flex;width:2.8125rem;height:2.8125rem;top:1.25rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #uNTi06RhzJz5UuDWU3sGZ1SOr8Agf3zq { width:16.3125rem;height:2.5996125rem;top:5.3125rem;left:1.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCifnnAgb5PBZToDdplGDAHK8Wqyf4it { display:block; }#DCifnnAgb5PBZToDdplGDAHK8Wqyf4it > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HW9GB2cho3hfHJXgxn0BVLmggVrHFpar { width:20rem;height:13.160125rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwAgmstu9WMOKSWWv4ONpJuRCTfvHKKT { width:18.75rem;height:17.25rem;top:24.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5aNt1T3hiDNMuCzLEcReMXwMR1012t6 { width:20rem;height:7.7988125rem;top:15.6591875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU { display:block; }#cfTqlkKoxoIcfhCU0lQdFJuoGN2kctLU > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPN6bewqsgb4yr9WBhPFlg2EWxpigemX { display:flex;width:2.8125rem;height:2.8125rem;top:1.25rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #DdeZLJTOXSfUozzd2U4cJQXZsz12OzuS { width:16.3125rem;height:2.5996125rem;top:5.3125rem;left:1.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh { display:block; }#LGGvb0q8nuxZZUN59iKAFPg39X7TTdIh > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQ4xAJr7XdwM1KsRbo9ge0UwB18sS4TL { width:20rem;height:8.7734375rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XOsEOSSG1XNiW2WqXyt6O2VumHwRhpJf { width:18.75rem;height:17.25rem;top:20.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd3khbGRP6adMMw4eGawqhKEb98dVvO8 { width:20rem;height:7.7988125rem;top:11.2734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci { display:block; }#Su4AbEpThwscw3c1Ww98CO1EWav4F0Ci > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad0hWERycvazWZAURWc8NeltdgXCmvXd { display:flex;width:2.8125rem;height:2.8125rem;top:1.25rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #uWSXfzyni13vD3CfL2iHKKUGXg6CtOyo { width:16.3125rem;height:2.5996125rem;top:5.3125rem;left:1.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U { display:block; }#Tn5sTLk38t23HtIgZnLwgzVGlHWt5r1U > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoKWvXG7fD5pp0u3HU8kac094GOKD7xw { width:20rem;height:8.7734375rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHTSyibBpey5SnqH6fkiZo0yOB6Q9KXT { width:18.75rem;height:17.25rem;top:20.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rHeuSla859Q3y6LVOUq4kwkTRUGT9k { width:20rem;height:7.7988125rem;top:11.2734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #altUZoVr8em28q3lv88gerXUuR9B3kBS { display:block; }#altUZoVr8em28q3lv88gerXUuR9B3kBS > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXd4Fc2uVXJvxSTsxuXVc0OSOada1F8T { display:flex;width:2.8125rem;height:2.8125rem;top:1.25rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #VwCffLF0EATpohLwdmKuicEQlfvICWnN { width:20rem;height:2.5996125rem;top:5.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU { display:block; }#M63Sw0N4HPIVJKg9oXUHR0EHM5vxZ2BU > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZfbRSaPZqbNm2haKilSBF4VmMBrK5Z0 { width:20rem;height:10.9668125rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fW8NWhAf2LQeKBAAv06kcHBgdoRTbJtT { width:18.75rem;height:17.25rem;top:22.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQqdJJTTWpLwGX81QBFEqdE0w2OG2eKd { width:20rem;height:7.7988125rem;top:13.4668125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP { display:block; }#JSOGebQFnQlVAMWFkHT4w1wOxvmSIygP > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxt0MTzmdxnc22mcoTNPPWlsxNeZDmdx { display:flex;width:2.8125rem;height:2.8125rem;top:1.25rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #TAvkEprHenvTc2OHklUMGCyJyr2omJUc { width:20rem;height:2.5996125rem;top:5.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp { display:block; }#nWNTumFOoF1BZWUtaylxzhlhPk6fVgnp > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnbIpInCxBxudUWBLQrxu58El5bOL9Q8 { width:20rem;height:13.160125rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpJcICfgbeJMHh6PCKy0bT8XCEhMCiIE { width:18.75rem;height:17.25rem;top:25.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcCFnRkz4HTK91Mr6HolLrTii3pMPhMF { width:20rem;height:7.7988125rem;top:15.6591875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP { display:block; }#NUZhGKKVLhEeVaPbXEEzhMLGomBSkVRP > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0J5mZ2u1nUuwn1qW6NDUBFbZaKctniT { display:flex;width:2.8125rem;height:2.8125rem;top:1.25rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #zDhi2gpSrhnrfIdlZlzcosc1MQ4Zu1oi { width:20rem;height:2.5996125rem;top:5.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq { display:block; }#axRvci2tNfTtZGS6H4EpFGDteAvf3Kzq > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIbpusBPnysutmGQiAFkFaKNFXo2bpln { width:20rem;height:8.7734375rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wb7Qo1NALRdVQATts2WH7TKpJZDsHJ2y { width:18.75rem;height:17.25rem;top:20.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETqA9KdstafCQTgFIAB87DFRhWIO8J32 { width:20rem;height:7.7988125rem;top:11.2734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat { display:block; }#cFg6ywZk5xlFf2uNtUg55bHCKQLDQTat > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W78OJZHtJfFguxqhzApgTZkNzv0gG85t { display:block; }#W78OJZHtJfFguxqhzApgTZkNzv0gG85t > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz { background-color:#efecd2;background-image:none;display:block; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row .container { background-color: transparent; background-image: none; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row .container > .video-iframe-container { display: none; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row > .video-iframe-container { display: none; }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .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); }#XnUJkRSFn7aJekDh9k8k6nm51TyTq2Fz > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ao0ha2aeZ06VwLoTU1Crnn3lLAzsKdPR { width:20rem;height:40.8125rem;top:27.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzxt7q5wmkXGOIwEEB8AD5xT9TAtXbv { width:20rem;height:3.125rem;top:28.2871125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKSDrrGkr4HQQyICaWLVUquvmAureZ9i { width:19.4980625rem;height:25.9375rem;top:32.9746125rem;left:0.5019375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM9vGoynzpdfE4hx3Vv7154a8aOwghiU { width:20rem;height:23.125rem;top:4.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVLaik4968i4d5JQJybkULTF9XBq1bfg { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { width:1.6875rem;height:1.6875rem;top:0.93359375rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { width:20rem;height:1.0556625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }