.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#f8f7ed;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f8f7ed, #8dc5b6);background-image: -moz-linear-gradient(90deg, #f8f7ed, #8dc5b6);background-image: -ms-linear-gradient(90deg, #f8f7ed, #8dc5b6);background-image: -o-linear-gradient(90deg, #f8f7ed, #8dc5b6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7ed', endColorstr='#8dc5b6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7ed', endColorstr='#8dc5b6' );";background-image: linear-gradient(90deg, #f8f7ed, #8dc5b6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm > .row .container { background-color: transparent; background-image: none; }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm > .row .container > .video-iframe-container { display: none; }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm > .row > .video-iframe-container { display: none; }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm > .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); }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm > .row .container { border-width: 0; border-radius: 0; }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Hl7BhlKIOEWT7h7ItuVArKrlhRAByPa8 { position:absolute;display:block;z-index:15000;height:9.375rem;width:9.375rem;top:4.6875rem;left:32.8125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f7ed, #f5f3e4);background-image: -moz-linear-gradient(180deg, #f8f7ed, #f5f3e4);background-image: -ms-linear-gradient(180deg, #f8f7ed, #f5f3e4);background-image: -o-linear-gradient(180deg, #f8f7ed, #f5f3e4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7ed', endColorstr='#f5f3e4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7ed', endColorstr='#f5f3e4' );";background-image: linear-gradient(180deg, #f8f7ed, #f5f3e4);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#L5nkURPR5Vsc2fpfGZUoDToBkkKaXEcC { 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:17.0625rem;width:18.75rem;top:9.9375rem;left:28.125rem;overflow:hidden;display:block; }
#fanEHdCAxuSWQCyFNMFAZgTfceLgCN2O { position:absolute;display:block;z-index:15005;height:3.125rem;width:1.875rem;top:29.5rem;left:36.5625rem;display:block; }
#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5f3e4, #efecd2);background-image: -moz-linear-gradient(180deg, #f5f3e4, #efecd2);background-image: -ms-linear-gradient(180deg, #f5f3e4, #efecd2);background-image: -o-linear-gradient(180deg, #f5f3e4, #efecd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3e4', endColorstr='#efecd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3e4', endColorstr='#efecd2' );";background-image: linear-gradient(180deg, #f5f3e4, #efecd2);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 > .row .container { background-color: transparent; background-image: none; }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 > .row .container > .video-iframe-container { display: none; }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 > .row > .video-iframe-container { display: none; }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 > .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); }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 > .row .container { border-width: 0; border-radius: 0; }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#IuF7S1HdeMVOQhFLhrwaea2kc6rpA6mR { color:#012a2d;display:block;width:75rem;position:absolute;font-family:"financier display";font-size:9.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.784375190735rem;left:0rem;height:12.43125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OrTwHHGsK0cDFvasxxul33pTbZoDG6zA { color:#125a5f;display:block;width:75rem;position:absolute;font-family:"financier display";font-size:9.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:12.43125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V0Os4rPDHnssAZBSGtUUSfGx450OHC3t { color:rgba(1,42,45,0.83);display:block;width:75rem;position:absolute;font-family:calibre;font-size:4.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:20.875rem;left:0rem;height:5.44375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rT6WXMb20tUCI7XKM0vDmQFiUrrH95eP { position:absolute;display:block;z-index:15006;height:3.125rem;width:1.875rem;top:28.75rem;left:36.5625rem;display:block; }
#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efecd2, #8dc5b6);background-image: -moz-linear-gradient(180deg, #efecd2, #8dc5b6);background-image: -ms-linear-gradient(180deg, #efecd2, #8dc5b6);background-image: -o-linear-gradient(180deg, #efecd2, #8dc5b6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecd2', endColorstr='#8dc5b6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecd2', endColorstr='#8dc5b6' );";background-image: linear-gradient(180deg, #efecd2, #8dc5b6);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM > .row .container { background-color: transparent; background-image: none; }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM > .row .container > .video-iframe-container { display: none; }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM > .row > .video-iframe-container { display: none; }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM > .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); }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM > .row .container { border-width: 0; border-radius: 0; }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#ooubW0yGDmQCTNK3fKXznu1wJE57H0u2 { color:#125a5f;display:block;width:75rem;position:absolute;font-family:"financier display";font-size:5.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tLVvwISWUsopceg9VWSmvzFAeZdgqFo6 { color:#012a2d;display:block;width:75rem;position:absolute;font-family:"financier display";font-size:6.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19rem;left:0rem;height:7.9628125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TF7xr6IopPRWvy5OVOqF5MmH9dZRWRd3 { color:#1b7a80;display:block;width:3.5rem;position:absolute;font-family:calibre;font-size:4rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.40625rem;left:29.15625rem;height:5.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HwFEaIDZmG0tvT8FTT07cu3IMrWXEqC9 { color:#07494d;display:block;width:3.5625rem;position:absolute;font-family:calibre;font-size:4rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.4375rem;left:26.84375rem;height:5.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xTBaf8MnE1PE2Ku8C8nNC0TdpcTgZ8Jb { color:#012a2d;display:block;width:3.625rem;position:absolute;font-family:calibre;font-size:4rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.46875rem;left:32.90625rem;height:5.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nZdM7IvNiLqR7kcCodLJ906MVamFlXIv { position:absolute;display:block;z-index:15007;height:3.125rem;width:1.875rem;top:31.09375rem;left:36.5625rem;display:block; }
#nE0znvM5S7HIPhS7kyskzut9d9r5r33f { color:#1b7a80;display:block;width:14.3125rem;position:absolute;font-family:calibre;font-size:4rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.40625rem;left:32.875rem;height:5.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C1xO38Q2QJZ7dX2MMBpeWSvRoFnMKK9w { color:#07494d;display:block;width:18.6875rem;position:absolute;font-family:calibre;font-size:4rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:29.53125rem;height:5.19970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qZJHRSSX1iZ9TxOQCC6kgKVtAAiJw6am { color:#012a2d;display:block;width:7.0625rem;position:absolute;font-family:calibre;font-size:4rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:21.46875rem;left:35.21875rem;height:5.19970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb { background-color:#8dc5b6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb > .row .container { background-color: transparent; background-image: none; }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb > .row .container > .video-iframe-container { display: none; }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb > .row > .video-iframe-container { display: none; }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb > .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); }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb > .row .container { border-width: 0; border-radius: 0; }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Cb4yHL5hxXNRWWyggEr67PF9gILpX7l9 { position:absolute;display:block;z-index:15000;height:40rem;width:75rem;top:0rem;left:0rem;display:block; }
#AtmyHW0hqzN2rJVhoHt81Bd5lWqDkO8P { box-sizing:content-box;height:8.0625rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dc5b6, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #8dc5b6, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #8dc5b6, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #8dc5b6, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc5b6', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc5b6', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #8dc5b6, rgba(0,0,0,0));background-size:auto !important;top:0rem;left:0rem;display:none; }
#tQ5QRlvqsp0Xvmbytwl672MTUXmZwlES { position:absolute;display:block;z-index:15003;height:8.4375rem;width:75rem;top:17.75rem;left:0rem;display:block; }
#WMoK3B3L5D8FwFRfKJ1eqOVT0KaCe02C { color:#012a2d;display:block;width:75rem;position:absolute;font-family:"financier display";font-size:6rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.4375rem;left:0rem;height:7.8rem;text-align:center;text-align-last:center;display:none; }
#JTTq8ZLSkPFlD0UgGP0WxrEt9hklAE5S { position:absolute;display:block;z-index:15008;height:3.125rem;width:1.875rem;top:35.375rem;left:36.5625rem;display:block; }
#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dc5b6, #71a8a0);background-image: -moz-linear-gradient(180deg, #8dc5b6, #71a8a0);background-image: -ms-linear-gradient(180deg, #8dc5b6, #71a8a0);background-image: -o-linear-gradient(180deg, #8dc5b6, #71a8a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc5b6', endColorstr='#71a8a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc5b6', endColorstr='#71a8a0' );";background-image: linear-gradient(180deg, #8dc5b6, #71a8a0);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy > .row .container { background-color: transparent; background-image: none; }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy > .row .container > .video-iframe-container { display: none; }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy > .row > .video-iframe-container { display: none; }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy > .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); }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy > .row .container { border-width: 0; border-radius: 0; }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#lJQfPiFGxdWmtpi5TBtO05624gXTqoTi { color:#86c0b2;display:block;width:48.5rem;position:absolute;font-family:"financier display";font-size:3.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.2249984741213rem;left:13.25rem;height:19.1738125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bZTJqOKmkusoMv2pvqDaha22v3nuUeyD { position:absolute;display:block;z-index:15009;height:3.125rem;width:1.875rem;top:29.89999961853rem;left:36.5625rem;display:block; }
#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #71a8a0, #1c4649);background-image: -moz-linear-gradient(180deg, #71a8a0, #1c4649);background-image: -ms-linear-gradient(180deg, #71a8a0, #1c4649);background-image: -o-linear-gradient(180deg, #71a8a0, #1c4649);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a8a0', endColorstr='#1c4649' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a8a0', endColorstr='#1c4649' );";background-image: linear-gradient(180deg, #71a8a0, #1c4649);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS > .row .container { background-color: transparent; background-image: none; }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS > .row .container > .video-iframe-container { display: none; }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS > .row > .video-iframe-container { display: none; }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS > .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); }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS > .row .container { border-width: 0; border-radius: 0; }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#v1RrW2I3ixNnkrRhtUrbrMed0brN6rhN { color:rgba(192,212,203,0.07);display:block;width:42.875rem;position:absolute;font-family:calibre;font-size:2.875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:4.71875rem;left:11.125rem;height:15.8105625rem;font-style:normal;display:block; }
#CE7ZwVGB82J8ThlHEyw4zbH0gmZkuy3B { color:rgba(192,212,203,0.07);display:block;width:46rem;position:absolute;font-family:calibre;font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:21.90625rem;left:17.875rem;height:12.648425rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#c08DeXzEq7oWbSqmz92vxO0PVDQmtN2H { position:absolute;display:block;z-index:15010;height:3.125rem;width:1.875rem;top:36.6875rem;left:36.5625rem;display:block; }
#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c4649, #052e31);background-image: -moz-linear-gradient(180deg, #1c4649, #052e31);background-image: -ms-linear-gradient(180deg, #1c4649, #052e31);background-image: -o-linear-gradient(180deg, #1c4649, #052e31);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4649', endColorstr='#052e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4649', endColorstr='#052e31' );";background-image: linear-gradient(180deg, #1c4649, #052e31);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV > .row .container { background-color: transparent; background-image: none; }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV > .row .container > .video-iframe-container { display: none; }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV > .row > .video-iframe-container { display: none; }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV > .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); }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV > .row .container { border-width: 0; border-radius: 0; }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#MJmNZWN2eTZbPSIKaDh763VwXGHDIaka { color:#c0d4cb;display:block;width:75rem;position:absolute;font-family:"financier display";font-size:5.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QV7uCeXD4wH4in5bdLHn9DKklOTUsvsh { color:#c0d4cb;display:block;width:75rem;position:absolute;font-family:calibre;font-size:2.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.893737792969rem;left:0rem;height:6.3369125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KMgh42k9QcL9TNptO8XkcTbtKVXxkfFi { position:absolute;display:block;z-index:15011;height:3.125rem;width:1.875rem;top:30.28125rem;left:36.5625rem;display:block; }
#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c4649, #71a8a0);background-image: -moz-linear-gradient(180deg, #1c4649, #71a8a0);background-image: -ms-linear-gradient(180deg, #1c4649, #71a8a0);background-image: -o-linear-gradient(180deg, #1c4649, #71a8a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4649', endColorstr='#71a8a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4649', endColorstr='#71a8a0' );";background-image: linear-gradient(180deg, #1c4649, #71a8a0);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv > .row .container { background-color: transparent; background-image: none; }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv > .row .container > .video-iframe-container { display: none; }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv > .row > .video-iframe-container { display: none; }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv > .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); }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv > .row .container { border-width: 0; border-radius: 0; }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#mkTWsSPCO2vHdebN76c91bAHqEM1eeqO { color:#c0d4cb;display:block;width:32.625rem;position:absolute;font-family:"financier display";font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:9.875rem;left:21.1875rem;height:6.875rem;text-align:right;text-align-last:right;display:block; }
#vehsu9lMNe6OyeJiVDSz6VMelEBqWL1m { color:#012a2d;display:block;width:32.625rem;position:absolute;font-family:"financier display";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.5625rem;left:21.1875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#A9qXKIpUuOCsa5KvbRIz1g7E8t4uwmwL { color:#012a2d;display:block;width:32.625rem;position:absolute;font-family:"financier display";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:22.0625rem;left:21.1875rem;height:6.875rem;text-align:right;text-align-last:right;display:block; }
#pVVpC2vkncIw0BwAvZh8wgNPdNT14NSL { color:#ecead0;display:block;width:30.5rem;position:absolute;font-family:"financier display";font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.1875rem;left:22.25rem;height:6.824225rem;text-align:center;text-align-last:center;display:block; }
#XS0pJHqW25i6GteWMzuEVOsW4howe5Lz { position:absolute;display:block;z-index:15012;height:3.125rem;width:1.875rem;top:22.5625rem;left:36.5625rem;display:block; }
#ACvlEVN27x2zrZr42wrsEtIwL74WVIom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #71a8a0, #efecd2);background-image: -moz-linear-gradient(180deg, #71a8a0, #efecd2);background-image: -ms-linear-gradient(180deg, #71a8a0, #efecd2);background-image: -o-linear-gradient(180deg, #71a8a0, #efecd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a8a0', endColorstr='#efecd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a8a0', endColorstr='#efecd2' );";background-image: linear-gradient(180deg, #71a8a0, #efecd2);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row .container { background-color: transparent; background-image: none; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row .container > .video-iframe-container { display: none; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row > .video-iframe-container { display: none; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .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); }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row .container { border-width: 0; border-radius: 0; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#x4l0FiOx9SifSTn5nltOSAsxNU8RBEHJ { 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:42.9375rem;width:40.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lGoVH2SZarMkT7EyCXz2fWzkpE4zf9d6 { box-sizing:content-box;height:37.125rem;width:24.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(1,42,45,0.63);background-image:none;top:2.5625rem;left:15.1875rem;border-top-left-radius:4.875rem;border-top-right-radius:0rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:0rem;display:block; }
#ZLPIG9TGpXLPsy33kJ4wehNNHzTe8cNV { color:#ecead0;display:block;width:19.1875rem;position:absolute;font-family:"financier display";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.0185546875rem;left:17.96875rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#Ofv6TLGK8Zc8Va04axRoBDtnF1w2TdnR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calibre;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:34.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:28.03125rem;display:block; }
#vnTPwEIrxQdkmu0sNwBpDLuvrKsbcSs5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D7g3w59mT8HMATqZ2ZKH58GEBEc8Zvzv { color:#1b7a80;display:block;width:15.625rem;position:absolute;font-family:calibre;font-size:1rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:7rem;left:42.5625rem;height:10.79735625rem;font-style:normal;display:block; }
#Zy42RnA07fe8VHQCwXEay99NEQh3txTK { color:#1b7a80;display:block;width:15.3125rem;position:absolute;font-family:calibre;font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:22.9375rem;left:42.5625rem;height:3.59911875rem;font-style:normal;display:block; }
#X6g1JzgSC5Zi8O9TeWPA010gfo0PykVb { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(27,122,128,0.21);background-image:none;top:20.375rem;left:42.5625rem;display:block; }
#TkohLsppuUnU8zUdpAW3HRHi2fe04fV8 { box-sizing:content-box;height:37.125rem;width:19.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(236,234,208,0.63);background-image:none;top:2.5625rem;left:39.9375rem;border-top-left-radius:0rem;border-top-right-radius:4.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.875rem;display:block; }
#filmVqqEIBHnZfGZXCtK0vIQeqwUUXUP { color:#1b7a80;display:block;width:15.3125rem;position:absolute;font-family:calibre;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:31.3125rem;left:42.5625rem;height:1.2000875rem;font-style:normal;display:block; }
#S4DsXK5GOgpBrd1FqN3NpFXvyETw1emd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:33rem;left:42.5625rem; }
#S4DsXK5GOgpBrd1FqN3NpFXvyETw1emd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#AgE5eMJ8TJZUNCT9xK0JlOzEhWJM5Ar4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:33rem;left:44.875rem; }
#AgE5eMJ8TJZUNCT9xK0JlOzEhWJM5Ar4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#HPENz3OTND5aJdnamtmrmh2T0NVmFD9B { color:#1b7a80;display:block;width:6.875rem;position:absolute;font-family:calibre;font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:31.3125rem;left:51.5625rem;height:1.2000875rem;font-style:normal;display:block; }
#mcQR1mGTzB1pxeKZ8dRSxbb1bTMTDLOZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:33.0625rem;left:51.5625rem; }
#mcQR1mGTzB1pxeKZ8dRSxbb1bTMTDLOZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#dmTpGVTSDpI4Au1hQRO0yZDHr43IwctN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.0625rem;left:53.875rem; }
#dmTpGVTSDpI4Au1hQRO0yZDHr43IwctN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#pxhuUTbNq90DuLXCupt885FVTP1XfdbP { color:#1b7a80;display:block;width:15.3125rem;position:absolute;font-family:calibre;font-size:1rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:26.600006103516rem;left:42.5625rem;height:3.59911875rem;font-style:normal;display:block; }
#gd1AcfZrG07isMxaRN7TTPgLMb5PCxto { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calibre;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.0625rem;left:18rem;display:block; }
#vQ9mtp2ZqPcahDUXHm3ABqWcqMIStHs9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm { display:block; }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hl7BhlKIOEWT7h7ItuVArKrlhRAByPa8 { width:9.375rem;height:9.375rem;top:4.6875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5nkURPR5Vsc2fpfGZUoDToBkkKaXEcC { width:18.75rem;height:17.0625rem;top:9.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fanEHdCAxuSWQCyFNMFAZgTfceLgCN2O { width:1.875rem;height:3.125rem;top:29.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 { display:block; }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuF7S1HdeMVOQhFLhrwaea2kc6rpA6mR { width:47.75rem;height:12.375rem;top:13.75rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrTwHHGsK0cDFvasxxul33pTbZoDG6zA { width:47.75rem;height:12.375rem;top:9.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Os4rPDHnssAZBSGtUUSfGx450OHC3t { width:47.75rem;height:5.4375rem;top:20.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT6WXMb20tUCI7XKM0vDmQFiUrrH95eP { width:1.875rem;height:3.125rem;top:28.75rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4cvzrcbnkJ679eqzzPnn8PowxWhkklM { display:block; }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooubW0yGDmQCTNK3fKXznu1wJE57H0u2 { width:47.75rem;height:;top:11.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLVvwISWUsopceg9VWSmvzFAeZdgqFo6 { width:47.75rem;height:7.9375rem;top:19rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7xr6IopPRWvy5OVOqF5MmH9dZRWRd3 { width:3.5rem;height:5.1875rem;top:11.375rem;left:15.53125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwFEaIDZmG0tvT8FTT07cu3IMrWXEqC9 { width:3.5625rem;height:5.1875rem;top:16.4375rem;left:13.21875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBaf8MnE1PE2Ku8C8nNC0TdpcTgZ8Jb { width:3.625rem;height:5.1875rem;top:21.4375rem;left:19.28125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZdM7IvNiLqR7kcCodLJ906MVamFlXIv { width:1.875rem;height:3.125rem;top:31.0625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE0znvM5S7HIPhS7kyskzut9d9r5r33f { width:14.3125rem;height:5.1875rem;top:11.375rem;left:19.25rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1xO38Q2QJZ7dX2MMBpeWSvRoFnMKK9w { width:18.6875rem;height:5.1875rem;top:16.4375rem;left:15.90625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZJHRSSX1iZ9TxOQCC6kgKVtAAiJw6am { width:7.0625rem;height:5.1875rem;top:21.4375rem;left:21.59375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb { display:block; }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cb4yHL5hxXNRWWyggEr67PF9gILpX7l9 { width:47.75rem;height:40rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtmyHW0hqzN2rJVhoHt81Bd5lWqDkO8P { width:47.75rem;height:8.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQ5QRlvqsp0Xvmbytwl672MTUXmZwlES { width:47.75rem;height:8.4375rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMoK3B3L5D8FwFRfKJ1eqOVT0KaCe02C { width:47.75rem;height:7.75rem;top:17.4375rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTTq8ZLSkPFlD0UgGP0WxrEt9hklAE5S { width:1.875rem;height:3.125rem;top:35.375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfyZZL84sVzQb7oJTnu14mro1c9KBTIy { display:block; }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJQfPiFGxdWmtpi5TBtO05624gXTqoTi { width:47.75rem;height:19.125rem;top:9.1875rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTJqOKmkusoMv2pvqDaha22v3nuUeyD { width:1.875rem;height:3.125rem;top:29.875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecTbE6PqDSJGcPmh4earBOPkGi97D4CS { display:block; }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1RrW2I3ixNnkrRhtUrbrMed0brN6rhN { width:42.875rem;height:15.8125rem;top:4.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE7ZwVGB82J8ThlHEyw4zbH0gmZkuy3B { width:46rem;height:12.625rem;top:21.875rem;left:1.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c08DeXzEq7oWbSqmz92vxO0PVDQmtN2H { width:1.875rem;height:3.125rem;top:36.6875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV { display:block; }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJmNZWN2eTZbPSIKaDh763VwXGHDIaka { width:47.75rem;height:7.3125rem;top:6.25rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV7uCeXD4wH4in5bdLHn9DKklOTUsvsh { width:47.75rem;height:6.3125rem;top:17.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMgh42k9QcL9TNptO8XkcTbtKVXxkfFi { width:1.875rem;height:3.125rem;top:30.25rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e37B71dgWVS8rSzkoQJwqG9o5XT12xxv { display:block; }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkTWsSPCO2vHdebN76c91bAHqEM1eeqO { width:32.625rem;height:6.875rem;top:9.875rem;left:7.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vehsu9lMNe6OyeJiVDSz6VMelEBqWL1m { width:32.625rem;height:4.0625rem;top:17.5625rem;left:7.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9qXKIpUuOCsa5KvbRIz1g7E8t4uwmwL { width:32.625rem;height:6.875rem;top:22.0625rem;left:7.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVVpC2vkncIw0BwAvZh8wgNPdNT14NSL { width:30.5rem;height:6.8125rem;top:13.1875rem;left:8.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS0pJHqW25i6GteWMzuEVOsW4howe5Lz { width:1.875rem;height:3.125rem;top:22.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACvlEVN27x2zrZr42wrsEtIwL74WVIom { display:block; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4l0FiOx9SifSTn5nltOSAsxNU8RBEHJ { width:40.875rem;height:42.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGoVH2SZarMkT7EyCXz2fWzkpE4zf9d6 { width:24.75rem;height:37.125rem;top:2.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLPIG9TGpXLPsy33kJ4wehNNHzTe8cNV { width:19.1875rem;height:8.75rem;top:16rem;left:4.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofv6TLGK8Zc8Va04axRoBDtnF1w2TdnR { width:18.9375rem;height:34.9375rem;top:0rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnTPwEIrxQdkmu0sNwBpDLuvrKsbcSs5 { display:block; }
 }@media only screen and (max-width: 763px) { #D7g3w59mT8HMATqZ2ZKH58GEBEc8Zvzv { width:15.625rem;height:10.75rem;top:7rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy42RnA07fe8VHQCwXEay99NEQh3txTK { width:15.3125rem;height:3.5625rem;top:22.9375rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6g1JzgSC5Zi8O9TeWPA010gfo0PykVb { width:6.25rem;height:0.0625rem;top:20.375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkohLsppuUnU8zUdpAW3HRHi2fe04fV8 { width:19.875rem;height:37.125rem;top:2.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #filmVqqEIBHnZfGZXCtK0vIQeqwUUXUP { width:15.3125rem;height:1.1875rem;top:31.3125rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4DsXK5GOgpBrd1FqN3NpFXvyETw1emd { width:1.875rem;height:1.875rem;top:33rem;left:28.9375rem;display:block; }
#S4DsXK5GOgpBrd1FqN3NpFXvyETw1emd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AgE5eMJ8TJZUNCT9xK0JlOzEhWJM5Ar4 { width:1.875rem;height:1.875rem;top:33rem;left:31.25rem;display:block; }
#AgE5eMJ8TJZUNCT9xK0JlOzEhWJM5Ar4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HPENz3OTND5aJdnamtmrmh2T0NVmFD9B { width:6.875rem;height:1.1875rem;top:31.3125rem;left:37.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcQR1mGTzB1pxeKZ8dRSxbb1bTMTDLOZ { width:1.875rem;height:1.875rem;top:33.0625rem;left:37.9375rem;display:block; }
#mcQR1mGTzB1pxeKZ8dRSxbb1bTMTDLOZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #dmTpGVTSDpI4Au1hQRO0yZDHr43IwctN { width:1.875rem;height:1.875rem;top:33.0625rem;left:40.25rem;display:block; }
#dmTpGVTSDpI4Au1hQRO0yZDHr43IwctN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #pxhuUTbNq90DuLXCupt885FVTP1XfdbP { width:15.3125rem;height:3.5625rem;top:26.5625rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd1AcfZrG07isMxaRN7TTPgLMb5PCxto { width:19.125rem;height:2.0625rem;top:23.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ9mtp2ZqPcahDUXHm3ABqWcqMIStHs9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm { display:block; }#kDA35nfl1lcsECtvUxeTs6E7Re3dcWDm > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hl7BhlKIOEWT7h7ItuVArKrlhRAByPa8 { width:9.375rem;height:9.375rem;top:4.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5nkURPR5Vsc2fpfGZUoDToBkkKaXEcC { width:13.9375rem;height:12.6875rem;top:5.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fanEHdCAxuSWQCyFNMFAZgTfceLgCN2O { width:1.875rem;height:3.125rem;top:19.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 { display:block; }#U4N70xMyZNo9ZFXCwghNc4uTrwO0H9k9 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuF7S1HdeMVOQhFLhrwaea2kc6rpA6mR { width:20rem;height:4.7938375rem;top:9.75rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrTwHHGsK0cDFvasxxul33pTbZoDG6zA { width:20rem;height:3.65625rem;top:8.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Os4rPDHnssAZBSGtUUSfGx450OHC3t { width:20rem;height:2.275rem;top:12.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT6WXMb20tUCI7XKM0vDmQFiUrrH95eP { width:1.875rem;height:3.125rem;top:16.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4cvzrcbnkJ679eqzzPnn8PowxWhkklM { display:block; }#t4cvzrcbnkJ679eqzzPnn8PowxWhkklM > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooubW0yGDmQCTNK3fKXznu1wJE57H0u2 { width:20rem;height:4.0625rem;top:11.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLVvwISWUsopceg9VWSmvzFAeZdgqFo6 { width:20rem;height:4.0625rem;top:16.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7xr6IopPRWvy5OVOqF5MmH9dZRWRd3 { width:1.875rem;height:2.5996125rem;top:7.875rem;left:5.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwFEaIDZmG0tvT8FTT07cu3IMrWXEqC9 { width:1.75rem;height:2.5996125rem;top:11.0625rem;left:4.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBaf8MnE1PE2Ku8C8nNC0TdpcTgZ8Jb { width:1.875rem;height:2.5996125rem;top:14.3125rem;left:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZdM7IvNiLqR7kcCodLJ906MVamFlXIv { width:1.875rem;height:3.125rem;top:19.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE0znvM5S7HIPhS7kyskzut9d9r5r33f { width:7.1875rem;height:2.5996125rem;top:7.875rem;left:6.9375rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #C1xO38Q2QJZ7dX2MMBpeWSvRoFnMKK9w { width:9.375rem;height:2.5996125rem;top:11.0625rem;left:6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZJHRSSX1iZ9TxOQCC6kgKVtAAiJw6am { width:4.5rem;height:2.5996125rem;top:14.3125rem;left:7.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb { display:block; }#USW4T3I2GJxlTmfTPXAfcC9doNnCyEwb > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cb4yHL5hxXNRWWyggEr67PF9gILpX7l9 { width:20rem;height:36.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtmyHW0hqzN2rJVhoHt81Bd5lWqDkO8P { width:20rem;height:3.75rem;top:11.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQ5QRlvqsp0Xvmbytwl672MTUXmZwlES { width:20rem;height:8.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMoK3B3L5D8FwFRfKJ1eqOVT0KaCe02C { width:15.9375rem;height:0;top:14.0625rem;left:2.0625rem;font-size:2.4375rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #JTTq8ZLSkPFlD0UgGP0WxrEt9hklAE5S { width:1.875rem;height:3.125rem;top:22.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfyZZL84sVzQb7oJTnu14mro1c9KBTIy { display:block; }#KfyZZL84sVzQb7oJTnu14mro1c9KBTIy > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJQfPiFGxdWmtpi5TBtO05624gXTqoTi { width:20rem;height:15.597625rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTJqOKmkusoMv2pvqDaha22v3nuUeyD { width:1.875rem;height:3.125rem;top:21.4125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecTbE6PqDSJGcPmh4earBOPkGi97D4CS { display:block; }#ecTbE6PqDSJGcPmh4earBOPkGi97D4CS > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1RrW2I3ixNnkrRhtUrbrMed0brN6rhN { width:20rem;height:9.07325rem;top:2.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE7ZwVGB82J8ThlHEyw4zbH0gmZkuy3B { width:20rem;height:7.56103125rem;top:13.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c08DeXzEq7oWbSqmz92vxO0PVDQmtN2H { width:1.875rem;height:3.125rem;top:22rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV { display:block; }#s68gTzS7oS9IEvy4PITST96Oi3Vhs0eV > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJmNZWN2eTZbPSIKaDh763VwXGHDIaka { width:20rem;height:4.46875rem;top:3.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV7uCeXD4wH4in5bdLHn9DKklOTUsvsh { width:12.5625rem;height:7.1484375rem;top:11.25rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMgh42k9QcL9TNptO8XkcTbtKVXxkfFi { width:1.875rem;height:3.125rem;top:21.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e37B71dgWVS8rSzkoQJwqG9o5XT12xxv { display:block; }#e37B71dgWVS8rSzkoQJwqG9o5XT12xxv > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkTWsSPCO2vHdebN76c91bAHqEM1eeqO { width:20rem;height:4.3994125rem;top:8.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vehsu9lMNe6OyeJiVDSz6VMelEBqWL1m { width:20rem;height:2.5996125rem;top:14.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9qXKIpUuOCsa5KvbRIz1g7E8t4uwmwL { width:20rem;height:4.3994125rem;top:18.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVVpC2vkncIw0BwAvZh8wgNPdNT14NSL { width:20rem;height:4.386725rem;top:10.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS0pJHqW25i6GteWMzuEVOsW4howe5Lz { width:1.875rem;height:3.125rem;top:17.03750038147rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACvlEVN27x2zrZr42wrsEtIwL74WVIom { background-color:#71a8a0;background-image:url("https://images.assets-landingi.com/uc/b613357d-baef-4ec6-b88a-b99f0ec75af2/bgmain.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom.adaptive-delivery-prevent-bg, #ACvlEVN27x2zrZr42wrsEtIwL74WVIom.lazyload, #ACvlEVN27x2zrZr42wrsEtIwL74WVIom.lazyloading { background-image: none; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row .container { background-color: transparent; background-image: none; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row .container > .video-iframe-container { display: none; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row > .video-iframe-container { display: none; }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .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); }#ACvlEVN27x2zrZr42wrsEtIwL74WVIom > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4l0FiOx9SifSTn5nltOSAsxNU8RBEHJ { width:20rem;height:20.9145625rem;top:20.522916793823rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGoVH2SZarMkT7EyCXz2fWzkpE4zf9d6 { width:20rem;height:30.3125rem;top:0.47482299804688rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLPIG9TGpXLPsy33kJ4wehNNHzTe8cNV { width:15.5625rem;height:6.8246875rem;top:14.3681640625rem;left:2.21875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofv6TLGK8Zc8Va04axRoBDtnF1w2TdnR { width:18.625rem;height:14.9375rem;top:8.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnTPwEIrxQdkmu0sNwBpDLuvrKsbcSs5 { display:block; }
 }@media only screen and (max-width: 763px) { #D7g3w59mT8HMATqZ2ZKH58GEBEc8Zvzv { width:6.625rem;height:9.896475rem;top:31.5rem;left:1.25rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Zy42RnA07fe8VHQCwXEay99NEQh3txTK { width:9.5rem;height:2.47411875rem;top:31.625rem;left:9.5625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X6g1JzgSC5Zi8O9TeWPA010gfo0PykVb { width:0.0625rem;height:10.0625rem;top:31.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkohLsppuUnU8zUdpAW3HRHi2fe04fV8 { width:20rem;height:11.75rem;top:30.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #filmVqqEIBHnZfGZXCtK0vIQeqwUUXUP { width:8.0625rem;height:0.9749375rem;top:35.0625rem;left:9.5625rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S4DsXK5GOgpBrd1FqN3NpFXvyETw1emd { display:flex;width:1.5rem;height:1.5rem;top:36.375rem;left:9.625rem;font-size:1rem; }
#S4DsXK5GOgpBrd1FqN3NpFXvyETw1emd > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #AgE5eMJ8TJZUNCT9xK0JlOzEhWJM5Ar4 { display:flex;width:1.5rem;height:1.5rem;top:36.375rem;left:11.4375rem;font-size:1rem; }
#AgE5eMJ8TJZUNCT9xK0JlOzEhWJM5Ar4 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #HPENz3OTND5aJdnamtmrmh2T0NVmFD9B { width:6.875rem;height:0.9749375rem;top:38.6875rem;left:9.625rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mcQR1mGTzB1pxeKZ8dRSxbb1bTMTDLOZ { display:flex;width:1.5rem;height:1.5rem;top:40.0625rem;left:9.625rem;font-size:1rem; }
#mcQR1mGTzB1pxeKZ8dRSxbb1bTMTDLOZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #dmTpGVTSDpI4Au1hQRO0yZDHr43IwctN { display:flex;width:1.5rem;height:1.5rem;top:40.0625rem;left:11.4375rem;font-size:1rem; }
#dmTpGVTSDpI4Au1hQRO0yZDHr43IwctN > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #pxhuUTbNq90DuLXCupt885FVTP1XfdbP { width:8rem;height:0;top:42.93124961853rem;left:11.34375rem;font-size:0.8125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #gd1AcfZrG07isMxaRN7TTPgLMb5PCxto { width:19.125rem;height:2.0625rem;top:16.749786376953rem;left:0.49967455863952rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ9mtp2ZqPcahDUXHm3ABqWcqMIStHs9 { display:block; }
 }