.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:59.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#v7FDricxkBBDmD6c0lZbPQ8b3M8cvFdD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.187rem;width:74.186875rem;top:0rem;left:0.404052734375rem;overflow:hidden;display:block; }
#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19b99117-d609-4c11-b3d3-b1518a696a5e/coverproductslandingpage10.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB.adaptive-delivery-prevent-bg, #eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB.lazyload, #eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB.lazyloading { background-image: none; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row .container { background-color: transparent; background-image: none; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row .container > .video-iframe-container { display: none; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row > .video-iframe-container { display: none; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .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); }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row .container { border-width: 0; border-radius: 0; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB::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; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#sl8sbTJl3yfgeROQZ6HKIEIvwSsNmGoK { 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:4.8125rem;width:12.5rem;top:2.75rem;left:32.75rem;overflow:hidden;display:block; }
#v2yhVVmD7ghsUb1NcJh8pCUg1wpunH1I { color:#00758d;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:23.25rem;left:51.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vL7cE6PaAwGpdSpghrhf3D5HMc8QBSp5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.3125rem;width:23.8125rem;top:20.8125rem;left:48.6875rem;display:block; }
#Ax5uQ9T06kOkkhTce5K2ClJm4dyU6Q6T { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:19.537109375rem;left:1.5625rem;height:6.824225rem;text-align:left;text-align-last:left;display:block; }
#d80N1qWgTbUG74O7mkGINmueawoDSC44 { color:#00758d;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:25.6875rem;left:51.75rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Df26iqk5RvnxIZyEB3c8AmOqDgZKmuq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:"marck script";font-size:7.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem #00758d;top:11.1650390625rem;left:1.5625rem;height:9.668625rem;text-align:left;text-align-last:left;display:block; }
#WOXJ2AU0O7TaPgnqTeW0fTmXyad3bZos { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:31rem;left:1.5625rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R5cmEFLiyMnFyUTz6u1FUvNlhydqEOn7 { position:absolute;display:block;z-index:15010;height:2.686525rem;width:16.0615rem;top:30.712890625rem;left:52.5615234375rem;display:block; }
#lTf5M49N7JD503rXanT5x8C3we89uxZk { position:absolute;display:block;z-index:15005;height:2.68676875rem;width:16.062rem;top:40.74951171875rem;left:57.7490234375rem;display:block; }
#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn { position:relative;display:block; }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn { background-color: transparent; background-image: none; }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn > .row .container > .video-iframe-container { display: none; }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn > .row > .video-iframe-container { display: none; }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn > .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); }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn { border-width: 0; border-radius: 0; }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tIGZySN55cA3zLvu9of1E1Rm3DW2g5p2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:17.625rem;top:1.0625rem;left:28.4375rem;overflow:hidden;display:block; }
#SamsQvOypUvMGUDFFHoOHiy5l8QezbeS { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,117,141,0.4) ;height:28.375rem;width:37rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
#wSaSdEwatBVW3FMnKQex4FMpr3UcThbE { color:#000000;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:39.625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWuO95418T3zqyXcm2pTAnx8mTxn8TGV { color:#00758d;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.875rem;left:39.625rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mII7tE4wfcTspRmgiDwSyPWiyGeKkxhP { color:#000000;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.9375rem;left:39.625rem;height:15.597675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DfoWg6rsRTfnp5ZJemq47VpqywI62TqT { position:absolute;display:block;z-index:15008;height:2.68676875rem;width:16.062rem;top:35.638427734375rem;left:39.6240234375rem;display:block; }
#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL > .row .container { background-color: transparent; background-image: none; }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL > .row .container > .video-iframe-container { display: none; }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL > .row > .video-iframe-container { display: none; }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL > .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); }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL > .row .container { border-width: 0; border-radius: 0; }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#ypDUAxueWLqT3OnIB6ehPeEuBBgTX6dw { position:absolute;display:block;z-index:15000;background-color:#00758d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.0625rem;width:16.375rem;top:27.3125rem;left:19.8125rem;display:block; }
#TgJGHlP64M7pWSiUsbaqpSVAhonHq71D { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:40.625rem;left:21.5625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXZRsfK1RZ41oGDb2tHtPC0i8trGqK6P { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:16.6875rem;top:27.375rem;left:19.8125rem;overflow:hidden;display:block; }
#sPiS8TxUVQtXVRrsFVWCvezqWvNxRdNd { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:16.6875rem;top:27.375rem;left:38.5625rem;overflow:hidden;display:block; }
#eTCLACAnkd6FpWFKtLR8n87kTnyActVs { position:absolute;display:block;z-index:15001;background-color:#00758d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.0625rem;width:16.375rem;top:27.3125rem;left:38.5rem;display:block; }
#vtC38Vp6qfTMaDnfFVG15OcchRZr5Noc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:40.625rem;left:40.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Huk8NB5XVlJ6VFGADGN2p3meIiDOQd8Z { position:absolute;display:block;z-index:15013;background-color:#00758d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.0625rem;width:16.375rem;top:8.0625rem;left:19.75rem;display:block; }
#kKtC3cFJov0If7Bo7BhS0UZwXnLgprJQ { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.4375rem;width:16.625rem;top:8.0625rem;left:19.75rem;overflow:hidden;display:block; }
#RT52eLHTXX25OhgkTJulql74imEoB9Nr { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:16.75rem;top:8.0625rem;left:38.5625rem;overflow:hidden;display:block; }
#iwTX1OarJ65T9KN8xQ3Bcg7uCt3y9Kua { position:absolute;display:block;z-index:15014;background-color:#00758d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.0625rem;width:16.375rem;top:8.0625rem;left:38.5625rem;display:block; }
#azPOz8DG2P3rmqeqeGskAUkpPRu4GvQb { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.375rem;left:21.5625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X5woHqco7GAKmOcKibfRMpTcDbEthCnO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.375rem;left:38.6875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lmn5xE1LdAdgU36blvso9TnIeJZoK3Ed { color:#00758d;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Or4PUGcRwztJr6bJkNbTKCkrbzkTECDT { position:absolute;display:block;z-index:15009;height:2.68676875rem;width:16.062rem;top:47.31201171875rem;left:29.468994140625rem;display:block; }
#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(317deg, rgba(var(--color-primary-4),1), #00758d);background-image: -moz-linear-gradient(317deg, rgba(var(--color-primary-4),1), #00758d);background-image: -ms-linear-gradient(317deg, rgba(var(--color-primary-4),1), #00758d);background-image: -o-linear-gradient(317deg, rgba(var(--color-primary-4),1), #00758d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00758d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00758d' );";background-image: linear-gradient(317deg, rgba(var(--color-primary-4),1), #00758d);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; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row .container { background-color: transparent; background-image: none; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row .container > .video-iframe-container { display: none; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row > .video-iframe-container { display: none; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .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); }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row .container { border-width: 0; border-radius: 0; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#dNviUw552ZhOQpKmFM0Kkhw8Udq7hJbL { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oq7xuI7tMyAW9XHS7S4zyVbLZytzE7Ux { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:6.5625rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:8.5625rem;left:5.46875rem; }
#XCXH1W9h0xmTJVB7UEkO5oFeC6sQgUcr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.505859375rem;left:1.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F4lVoPCbsgCTh5hL6bkCcHVy9TfWtEBK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.5rem;left:1rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbcq7OvcRCfOSabcxADQHM2CQfEIEwcN { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:6.5625rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:8.5625rem;left:24.21875rem; }
#zsVAEMTawPDUBtEqnqGZatVRi6uApuRq { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.505859375rem;left:19.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZuGX6nlXWaTlqbgzNLscBi7uiqtvdlzo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20.5rem;left:21.875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sWBbQ3rUKUCKDUeH04JrNTBDUZbOAlru { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:6.5625rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:8.5625rem;left:42.96875rem; }
#s332EkNll1lfFwTwZXcb0dEwcTVcWKEP { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.505859375rem;left:40.03125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsXG5m2p2CaCTuFBNSHy4JlvUNhuzWAE { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5rem;left:39.78125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GF43pV1NfhNzrIBoVC1HSSbIWeLOxwfd { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:6.5625rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.5625rem;left:61.71875rem; }
#zK8QNFeKuI9N4NlwhTgdBsHPkJ8JCwhT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5rem;left:58.53125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o34yXOWT486ATIJLrbh5TEJpJIOWlI8l { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.505859375rem;left:58.78125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V { 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; }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V > .row .container { background-color: transparent; background-image: none; }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V > .row .container > .video-iframe-container { display: none; }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V > .row > .video-iframe-container { display: none; }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V > .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); }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V > .row .container { border-width: 0; border-radius: 0; }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V > .row .container { font-size:0.875rem;font-family:arial;height:58.5625rem;width:75rem;position:relative;display:block; }#nTAwmBWuM2kan5SwV1QZcOd6cdm1hhm0 { color:#00758d;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZTDWBiDnmhbyr7WmmCuGdo1RHFIKR9d { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.9375rem;width:20.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#Nq8mQ1d6kZgS6b4QzdbWOId8mfw9NSdk { position:absolute;display:block;z-index:15003;background-color:rgba(0,117,141,0.81);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:20.9375rem;top:26.1875rem;left:0rem;display:block; }
#ZNZgAJPdcZEXksxkpToJVpVDzm1uEE5P { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.78125rem;left:1.3125rem;height:1.625rem;font-style:normal;display:block; }
#ONRGvn8SU6riOv3JXR8193V9xZJOFLvk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.9375rem;width:20.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.0625rem;left:27rem;overflow:hidden;display:block; }
#wU4C6dGFTIfMM50bEbuKQKpVh4qR2aKw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.9375rem;width:20.9375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.0625rem;left:54.0625rem;overflow:hidden;display:block; }
#uQl63EGlxWtBzrInqz0CLf5K24DMMRby { position:absolute;display:block;z-index:15005;background-color:rgba(0,117,141,0.81);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:21rem;top:26.1875rem;left:27rem;display:block; }
#qO4G38WcXXvL09f3sz3w9LVZkZWZQxZ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.75rem;left:28.0625rem;height:1.625rem;font-style:normal;display:block; }
#CInVyAdd3d03Qvltoz9wdXsA6VsZziat { position:absolute;display:block;z-index:15007;background-color:rgba(0,117,141,0.81);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:20.9375rem;top:26.1875rem;left:54.0625rem;display:block; }
#Wy6s6AI6IIUBwqLxo70wa40ztgAUkKQT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.78125rem;left:55.25rem;height:1.625rem;font-style:normal;display:block; }
#l2czHd25eqUMwODF18F4K8xNnkZM5bsK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.9375rem;width:20.9375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.9375rem;left:54.0625rem;overflow:hidden;display:block; }
#pJhSZoCxemwl3axQOCdBHw5qNL79p0Iq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:50.75rem;left:55.25rem;height:1.625rem;font-style:normal;display:block; }
#hCIEnHUnWJxBF3qgJNcpwZpon73VENg7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.9375rem;width:20.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.9375rem;left:27rem;overflow:hidden;display:block; }
#us1LHS4LvLwF78ybpAvTkT9BK0oFHvtg { position:absolute;display:block;z-index:15011;background-color:rgba(0,117,141,0.81);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:20.9375rem;top:50.1875rem;left:27rem;display:block; }
#MiQB5a1TpC2HTb86hWVwJGPbyIPysmog { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:50.75rem;left:28.0625rem;height:1.625rem;font-style:normal;display:block; }
#hwa0gVN27KkLAd5eqWKg13RNMbA6Jrdg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.9375rem;width:20.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.9375rem;left:0rem;overflow:hidden;display:block; }
#VFv87po0PSLFZCbbJKTMdh7qyct2DHVg { position:absolute;display:block;z-index:15009;background-color:rgba(0,117,141,0.81);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.9375rem;top:50.34375rem;left:0rem;display:block; }
#zcvGl824e0JTTJaPdQBtHh2MXLUTnsQT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:50.75rem;left:1.3125rem;height:1.625rem;font-style:normal;display:block; }
#qV3INFkBkEdR46dVQu51277rHoUeNhzl { position:absolute;display:block;z-index:15012;background-color:rgba(0,117,141,0.81);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:20.9375rem;top:50.0625rem;left:54.0625rem;display:block; }
#ippye6SN9npWM4pHlxeo1vTuaevrgDRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(297deg, rgba(var(--color-primary-4),1), #00758d);background-image: -moz-linear-gradient(297deg, rgba(var(--color-primary-4),1), #00758d);background-image: -ms-linear-gradient(297deg, rgba(var(--color-primary-4),1), #00758d);background-image: -o-linear-gradient(297deg, rgba(var(--color-primary-4),1), #00758d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00758d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00758d' );";background-image: linear-gradient(297deg, rgba(var(--color-primary-4),1), #00758d);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; }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS > .row .container { background-color: transparent; background-image: none; }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS > .row .container > .video-iframe-container { display: none; }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS > .row > .video-iframe-container { display: none; }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS > .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); }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS > .row .container { border-width: 0; border-radius: 0; }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#iQO2THuVTp1U4a9TpdgVy82w6w0c3hWn { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWwSraAPevDZigTcwLP18h1hiUWFfJut { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14rem;width:25rem;top:7.3125rem;left:39rem;display:block; }
#T82SwPh4M0VZvJOVWgeARt7tGtm8uBMv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14rem;width:25rem;top:7.3125rem;left:11.0625rem;display:block; }
#zVO3Gptnq1qqv3opyqur8buT09pfDsGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(297deg, rgba(var(--color-primary-4),1), #00758d);background-image: -moz-linear-gradient(297deg, rgba(var(--color-primary-4),1), #00758d);background-image: -ms-linear-gradient(297deg, rgba(var(--color-primary-4),1), #00758d);background-image: -o-linear-gradient(297deg, rgba(var(--color-primary-4),1), #00758d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00758d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00758d' );";background-image: linear-gradient(297deg, rgba(var(--color-primary-4),1), #00758d);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; }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl > .row .container { background-color: transparent; background-image: none; }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl > .row .container > .video-iframe-container { display: none; }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl > .row > .video-iframe-container { display: none; }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl > .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); }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl > .row .container { border-width: 0; border-radius: 0; }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#HqPRfuP6hJAG1GVsHInReIgCgEyTOzSZ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1875rem;left:33.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#XoDhhnKePFLo8MHNyntrTvXyxTVb0ohU { color:rgba(var(--color-tertiary-0),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.44921875rem;left:33.5625rem;height:2.923825rem;font-style:normal;display:block; }
#Wa80xCCilJX27DHQxvbNoyuxdOMblSNP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.125rem;width:28.8125rem;top:2.875rem;left:0rem;display:block; }
#r7EVqqWTgNmFNtkpnT1JDO09IZbPIzom { position:absolute;display:block;z-index:15010;height:2.68676875rem;width:16.0608125rem;top:14.061279296875rem;left:33.56201171875rem;display:block; }
#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00758d;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; }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 > .row .container { background-color: transparent; background-image: none; }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 > .row .container > .video-iframe-container { display: none; }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 > .row > .video-iframe-container { display: none; }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 > .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); }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 > .row .container { border-width: 0; border-radius: 0; }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#a56NowWOJ46gBFMpq8btz0KnkBwDCbTT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:5.0625rem;left:39.3125rem;height:1.75rem;font-style:normal;display:block; }
#q6EcFpz4pHLhx0KUim3L8oCTy0iOwnwE { position:absolute;display:block;z-index:15029;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:6.5rem;width:16.6875rem;top:4.96875rem;left:18rem;overflow:hidden;display:block; }
#nCv4BJJU5RCBwUvdKX9kUTW0Bnf6NAKq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:7.0625rem;left:39.3125rem;height:5.59765rem;font-style:normal;display:block; }
#wWaGStAOUMuk5Zubfl7sKSzZUcXVUdxg { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;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:7.4375rem;width:0.1875rem;top:4.5rem;left:37.40625rem;display:block; }
#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1a13;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; }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 > .row .container { background-color: transparent; background-image: none; }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 > .row .container > .video-iframe-container { display: none; }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 > .row > .video-iframe-container { display: none; }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 > .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); }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 > .row .container { border-width: 0; border-radius: 0; }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#czLRnXDkz80oaSHtfqFuvBaK5bO6nWvl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:1.087890625rem;left:21.71875rem;height:1.19921875rem;font-style:normal;display:block; }
#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf { position:relative;display:block; }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf { background-color: transparent; background-image: none; }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf > .row .container > .video-iframe-container { display: none; }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf > .row > .video-iframe-container { display: none; }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf > .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); }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf { border-width: 0; border-radius: 0; }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;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) { #v7FDricxkBBDmD6c0lZbPQ8b3M8cvFdD { top:0rem;left:0rem;width:47.75rem;height:38.095407711944rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB { display:block; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl8sbTJl3yfgeROQZ6HKIEIvwSsNmGoK { top:2.75rem;left:19.125rem;width:12.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2yhVVmD7ghsUb1NcJh8pCUg1wpunH1I { top:23.25rem;left:28.375rem;width:19.375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL7cE6PaAwGpdSpghrhf3D5HMc8QBSp5 { top:20.8125rem;left:23.9375rem;width:23.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax5uQ9T06kOkkhTce5K2ClJm4dyU6Q6T { top:19.5rem;left:0rem;width:45.1875rem;height:10.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d80N1qWgTbUG74O7mkGINmueawoDSC44 { top:25.6875rem;left:29.3125rem;width:18.4375rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df26iqk5RvnxIZyEB3c8AmOqDgZKmuq3 { top:11.125rem;left:0rem;width:45.1875rem;height:9.625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOXJ2AU0O7TaPgnqTeW0fTmXyad3bZos { top:31rem;left:0rem;width:45.1875rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5cmEFLiyMnFyUTz6u1FUvNlhydqEOn7 { top:30.6875rem;left:31.75rem;width:16rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTf5M49N7JD503rXanT5x8C3we89uxZk { top:40.6875rem;left:31.6875rem;width:16rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn { display:block; }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIGZySN55cA3zLvu9of1E1Rm3DW2g5p2 { top:1.0625rem;left:6.25rem;width:17.625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SamsQvOypUvMGUDFFHoOHiy5l8QezbeS { top:9.875rem;left:0rem;width:37rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSaSdEwatBVW3FMnKQex4FMpr3UcThbE { top:14.6875rem;left:15.125rem;width:32.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuO95418T3zqyXcm2pTAnx8mTxn8TGV { top:9.875rem;left:15.125rem;width:32.625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mII7tE4wfcTspRmgiDwSyPWiyGeKkxhP { top:16.9375rem;left:12.375rem;width:35.375rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfoWg6rsRTfnp5ZJemq47VpqywI62TqT { top:35.625rem;left:23.875rem;width:16rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1MvdKVoC4rU5CNVzZnkyTloONWq59gL { display:block; }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypDUAxueWLqT3OnIB6ehPeEuBBgTX6dw { width:16.375rem;height:16.0625rem;top:27.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJGHlP64M7pWSiUsbaqpSVAhonHq71D { width:13.125rem;height:2.0625rem;top:40.625rem;left:10.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXZRsfK1RZ41oGDb2tHtPC0i8trGqK6P { width:16.6875rem;height:12.5rem;top:27.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPiS8TxUVQtXVRrsFVWCvezqWvNxRdNd { width:16.6875rem;height:12.5rem;top:27.375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCLACAnkd6FpWFKtLR8n87kTnyActVs { width:16.375rem;height:16.0625rem;top:27.3125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtC38Vp6qfTMaDnfFVG15OcchRZr5Noc { width:13.125rem;height:2.0625rem;top:40.625rem;left:22.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huk8NB5XVlJ6VFGADGN2p3meIiDOQd8Z { width:16.375rem;height:16.0625rem;top:8.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKtC3cFJov0If7Bo7BhS0UZwXnLgprJQ { width:16.625rem;height:12.4375rem;top:8.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT52eLHTXX25OhgkTJulql74imEoB9Nr { width:16.75rem;height:12.5rem;top:8.0625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwTX1OarJ65T9KN8xQ3Bcg7uCt3y9Kua { width:16.375rem;height:16.0625rem;top:8.0625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azPOz8DG2P3rmqeqeGskAUkpPRu4GvQb { width:13.125rem;height:2.0625rem;top:21.375rem;left:10.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5woHqco7GAKmOcKibfRMpTcDbEthCnO { width:16.5rem;height:2.0625rem;top:21.375rem;left:19.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmn5xE1LdAdgU36blvso9TnIeJZoK3Ed { width:47.75rem;height:4.0625rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or4PUGcRwztJr6bJkNbTKCkrbzkTECDT { top:47.25rem;left:7.875rem;width:16rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE { display:block; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNviUw552ZhOQpKmFM0Kkhw8Udq7hJbL { width:47.75rem;height:3.625rem;top:2.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq7xuI7tMyAW9XHS7S4zyVbLZytzE7Ux { top:8.5625rem;left:2.0625rem;width:7.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCXH1W9h0xmTJVB7UEkO5oFeC6sQgUcr { top:16.5rem;left:0rem;width:16.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4lVoPCbsgCTh5hL6bkCcHVy9TfWtEBK { top:20.5rem;left:0rem;width:16.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbcq7OvcRCfOSabcxADQHM2CQfEIEwcN { top:8.5625rem;left:14rem;width:7.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsVAEMTawPDUBtEqnqGZatVRi6uApuRq { top:16.5rem;left:7.25rem;width:16.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuGX6nlXWaTlqbgzNLscBi7uiqtvdlzo { top:20.5rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWBbQ3rUKUCKDUeH04JrNTBDUZbOAlru { top:8.5625rem;left:25.9375rem;width:7.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s332EkNll1lfFwTwZXcb0dEwcTVcWKEP { top:16.5rem;left:22.125rem;width:13.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsXG5m2p2CaCTuFBNSHy4JlvUNhuzWAE { top:20.5rem;left:21.625rem;width:14.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF43pV1NfhNzrIBoVC1HSSbIWeLOxwfd { top:8.5625rem;left:37.875rem;width:7.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK8QNFeKuI9N4NlwhTgdBsHPkJ8JCwhT { top:20.5rem;left:33.5625rem;width:14.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o34yXOWT486ATIJLrbh5TEJpJIOWlI8l { top:16.5rem;left:34.0625rem;width:13.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V { display:block; }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTAwmBWuM2kan5SwV1QZcOd6cdm1hhm0 { width:47.75rem;height:3.625rem;top:2.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTDWBiDnmhbyr7WmmCuGdo1RHFIKR9d { width:20.9375rem;height:20.9375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq8mQ1d6kZgS6b4QzdbWOId8mfw9NSdk { top:26.1875rem;left:0rem;width:20.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNZgAJPdcZEXksxkpToJVpVDzm1uEE5P { top:26.75rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONRGvn8SU6riOv3JXR8193V9xZJOFLvk { width:20.9375rem;height:20.9375rem;top:8.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU4C6dGFTIfMM50bEbuKQKpVh4qR2aKw { width:20.9375rem;height:20.9375rem;top:8.0625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQl63EGlxWtBzrInqz0CLf5K24DMMRby { top:26.1875rem;left:2.875rem;width:21rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO4G38WcXXvL09f3sz3w9LVZkZWZQxZ4 { top:26.75rem;left:8.875rem;width:15rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CInVyAdd3d03Qvltoz9wdXsA6VsZziat { top:26.1875rem;left:14.875rem;width:20.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy6s6AI6IIUBwqLxo70wa40ztgAUkKQT { top:26.75rem;left:23.3125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2czHd25eqUMwODF18F4K8xNnkZM5bsK { width:20.9375rem;height:20.9375rem;top:31.9375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJhSZoCxemwl3axQOCdBHw5qNL79p0Iq { top:50.75rem;left:21.6875rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCIEnHUnWJxBF3qgJNcpwZpon73VENg7 { width:20.9375rem;height:20.9375rem;top:31.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #us1LHS4LvLwF78ybpAvTkT9BK0oFHvtg { top:50.1875rem;left:2.9375rem;width:20.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiQB5a1TpC2HTb86hWVwJGPbyIPysmog { top:50.75rem;left:11.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwa0gVN27KkLAd5eqWKg13RNMbA6Jrdg { width:20.9375rem;height:20.9375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFv87po0PSLFZCbbJKTMdh7qyct2DHVg { top:50.3125rem;left:0rem;width:20.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcvGl824e0JTTJaPdQBtHh2MXLUTnsQT { top:50.75rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV3INFkBkEdR46dVQu51277rHoUeNhzl { top:50.0625rem;left:14.875rem;width:20.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ippye6SN9npWM4pHlxeo1vTuaevrgDRS { display:block; }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQO2THuVTp1U4a9TpdgVy82w6w0c3hWn { top:2.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWwSraAPevDZigTcwLP18h1hiUWFfJut { top:7.3125rem;left:22.75rem;width:25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #T82SwPh4M0VZvJOVWgeARt7tGtm8uBMv { top:7.3125rem;left:0rem;width:25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVO3Gptnq1qqv3opyqur8buT09pfDsGl { display:block; }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqPRfuP6hJAG1GVsHInReIgCgEyTOzSZ { top:5.1875rem;left:7.0625rem;width:40.6875rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoDhhnKePFLo8MHNyntrTvXyxTVb0ohU { top:8.4375rem;left:7.0625rem;width:40.6875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa80xCCilJX27DHQxvbNoyuxdOMblSNP { top:2.875rem;left:0rem;width:28.8125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7EVqqWTgNmFNtkpnT1JDO09IZbPIzom { top:14rem;left:19.93701171875rem;width:16rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 { display:block; }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a56NowWOJ46gBFMpq8btz0KnkBwDCbTT { top:5.0625rem;left:25.6875rem;width:17.4375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6EcFpz4pHLhx0KUim3L8oCTy0iOwnwE { top:4.9375rem;left:4.375rem;width:16.6875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCv4BJJU5RCBwUvdKX9kUTW0Bnf6NAKq { top:7.0625rem;left:25rem;width:22.75rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWaGStAOUMuk5Zubfl7sKSzZUcXVUdxg { top:4.5rem;left:23.78125rem;width:0.1875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCc451Gfch96DbhkAnDupBHTNZOyXBL6 { display:block; }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czLRnXDkz80oaSHtfqFuvBaK5bO6nWvl { top:1.0625rem;left:8.09375rem;width:31.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf { display:block; }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7FDricxkBBDmD6c0lZbPQ8b3M8cvFdD { width:20rem;height:15.956191342735rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f93f9445-3849-4172-8cfb-42246c537b9b/423446a81920x9603.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB.adaptive-delivery-prevent-bg, #eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB.lazyload, #eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB.lazyloading { background-image: none; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row .container { background-color: transparent; background-image: none; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row .container > .video-iframe-container { display: none; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row > .video-iframe-container { display: none; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .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); }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row .container { border-width: 0; border-radius: 0; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB::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; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eK5kLDrJ7roEJv5vRxh2CeUtb5TqsLFB > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl8sbTJl3yfgeROQZ6HKIEIvwSsNmGoK { width:11.25rem;height:4.5rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2yhVVmD7ghsUb1NcJh8pCUg1wpunH1I { width:17.1875rem;height:1.42480625rem;top:22.4375rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL7cE6PaAwGpdSpghrhf3D5HMc8QBSp5 { width:19.125rem;height:26.0625rem;top:20.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax5uQ9T06kOkkhTce5K2ClJm4dyU6Q6T { width:20rem;height:4.62890625rem;top:12.51171875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d80N1qWgTbUG74O7mkGINmueawoDSC44 { width:18.4375rem;height:2.8496125rem;top:24.5rem;left:0.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df26iqk5RvnxIZyEB3c8AmOqDgZKmuq3 { width:20rem;height:5.19921875rem;top:7.3125rem;left:0rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOXJ2AU0O7TaPgnqTeW0fTmXyad3bZos { width:20rem;height:1.21875rem;top:18.38671875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5cmEFLiyMnFyUTz6u1FUvNlhydqEOn7 { width:16rem;height:2.625rem;top:48.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTf5M49N7JD503rXanT5x8C3we89uxZk { width:16rem;height:2.625rem;top:51.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn { display:block; }#hBdRH8MbGf73ZftsOfm5sU2O3q35r7qn > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIGZySN55cA3zLvu9of1E1Rm3DW2g5p2 { width:17.625rem;height:7.25rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SamsQvOypUvMGUDFFHoOHiy5l8QezbeS { width:20rem;height:15.337837837838rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSaSdEwatBVW3FMnKQex4FMpr3UcThbE { width:20rem;height:2.5996125rem;top:33.1181640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuO95418T3zqyXcm2pTAnx8mTxn8TGV { width:20rem;height:6.09375rem;top:26.3369375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mII7tE4wfcTspRmgiDwSyPWiyGeKkxhP { width:20rem;height:23.39650625rem;top:36.8427734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfoWg6rsRTfnp5ZJemq47VpqywI62TqT { width:16rem;height:2.625rem;top:61.4677734375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1MvdKVoC4rU5CNVzZnkyTloONWq59gL { display:block; }#N1MvdKVoC4rU5CNVzZnkyTloONWq59gL > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypDUAxueWLqT3OnIB6ehPeEuBBgTX6dw { width:17.25rem;height:15.625rem;top:23.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJGHlP64M7pWSiUsbaqpSVAhonHq71D { width:13.125rem;height:1.8681625rem;top:36.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXZRsfK1RZ41oGDb2tHtPC0i8trGqK6P { width:17.5rem;height:13.125rem;top:23.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPiS8TxUVQtXVRrsFVWCvezqWvNxRdNd { width:17.625rem;height:13.1875rem;top:57.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCLACAnkd6FpWFKtLR8n87kTnyActVs { width:17.25rem;height:15.625rem;top:57.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtC38Vp6qfTMaDnfFVG15OcchRZr5Noc { width:13.125rem;height:1.8681625rem;top:70.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huk8NB5XVlJ6VFGADGN2p3meIiDOQd8Z { width:17.25rem;height:15.625rem;top:40.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKtC3cFJov0If7Bo7BhS0UZwXnLgprJQ { width:17.5rem;height:13.125rem;top:40.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT52eLHTXX25OhgkTJulql74imEoB9Nr { width:17.625rem;height:13.125rem;top:5.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwTX1OarJ65T9KN8xQ3Bcg7uCt3y9Kua { width:17.25rem;height:15.625rem;top:5.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azPOz8DG2P3rmqeqeGskAUkpPRu4GvQb { width:13.125rem;height:1.8681625rem;top:53.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5woHqco7GAKmOcKibfRMpTcDbEthCnO { width:16.5rem;height:1.8681625rem;top:19.5625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmn5xE1LdAdgU36blvso9TnIeJZoK3Ed { width:20rem;height:4.548825rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or4PUGcRwztJr6bJkNbTKCkrbzkTECDT { width:16rem;height:2.625rem;top:74.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE { background-color:transparent;background-image: -webkit-linear-gradient(317deg, #1c4273, #00758d);background-image: -moz-linear-gradient(317deg, #1c4273, #00758d);background-image: -ms-linear-gradient(317deg, #1c4273, #00758d);background-image: -o-linear-gradient(317deg, #1c4273, #00758d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4273', endColorstr='#00758d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4273', endColorstr='#00758d' );";background-image: linear-gradient(317deg, #1c4273, #00758d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row .container { background-color: transparent; background-image: none; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row .container > .video-iframe-container { display: none; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row > .video-iframe-container { display: none; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .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); }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row .container { border-width: 0; border-radius: 0; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mb9QMXtlrR6GPexrxXGQ0X3vUavNeTgE > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNviUw552ZhOQpKmFM0Kkhw8Udq7hJbL { width:20rem;height:2.4375rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq7xuI7tMyAW9XHS7S4zyVbLZytzE7Ux { display:flex;width:5.375rem;height:5.375rem;top:4.875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #XCXH1W9h0xmTJVB7UEkO5oFeC6sQgUcr { width:16.3125rem;height:3.25rem;top:10.75rem;left:1.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4lVoPCbsgCTh5hL6bkCcHVy9TfWtEBK { width:14.125rem;height:5.19921875rem;top:14.625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbcq7OvcRCfOSabcxADQHM2CQfEIEwcN { display:flex;width:7.8125rem;height:6.5625rem;top:21.9375rem;left:6.09375rem; }
 }@media only screen and (max-width: 763px) { #zsVAEMTawPDUBtEqnqGZatVRi6uApuRq { width:16.25rem;height:4.875rem;top:29rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuGX6nlXWaTlqbgzNLscBi7uiqtvdlzo { width:12.5rem;height:3.8994125rem;top:34.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWBbQ3rUKUCKDUeH04JrNTBDUZbOAlru { display:flex;width:7.8125rem;height:6.5625rem;top:39.8125rem;left:6.125rem; }
 }@media only screen and (max-width: 763px) { #s332EkNll1lfFwTwZXcb0dEwcTVcWKEP { width:13.6875rem;height:3.25rem;top:47.0625rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsXG5m2p2CaCTuFBNSHy4JlvUNhuzWAE { width:14.1875rem;height:3.8994125rem;top:50.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF43pV1NfhNzrIBoVC1HSSbIWeLOxwfd { display:flex;width:7.8125rem;height:6.5625rem;top:56.3125rem;left:6.125rem; }
 }@media only screen and (max-width: 763px) { #zK8QNFeKuI9N4NlwhTgdBsHPkJ8JCwhT { width:14.1875rem;height:3.8994125rem;top:67.875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o34yXOWT486ATIJLrbh5TEJpJIOWlI8l { width:13.6875rem;height:3.25rem;top:64.125rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V { display:block; }#EiuQIxpzJBSnFuS1lOqyD271qRJT9s6V > .row .container { width:20rem;height:121.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTAwmBWuM2kan5SwV1QZcOd6cdm1hhm0 { width:20rem;height:2.4375rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTDWBiDnmhbyr7WmmCuGdo1RHFIKR9d { width:17.25rem;height:17.25rem;top:5.375rem;left:1.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq8mQ1d6kZgS6b4QzdbWOId8mfw9NSdk { width:17.25rem;height:2.5625rem;top:20.125rem;left:1.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNZgAJPdcZEXksxkpToJVpVDzm1uEE5P { width:12.5rem;height:1.625rem;top:20.625rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONRGvn8SU6riOv3JXR8193V9xZJOFLvk { width:17.25rem;height:17.25rem;top:44.5625rem;left:1.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU4C6dGFTIfMM50bEbuKQKpVh4qR2aKw { width:17.25rem;height:17.25rem;top:83.125rem;left:1.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQl63EGlxWtBzrInqz0CLf5K24DMMRby { width:17.25rem;height:2.5625rem;top:59.3125rem;left:1.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO4G38WcXXvL09f3sz3w9LVZkZWZQxZ4 { width:15rem;height:1.625rem;top:59.8125rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CInVyAdd3d03Qvltoz9wdXsA6VsZziat { width:17.25rem;height:2.5625rem;top:97.875rem;left:1.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy6s6AI6IIUBwqLxo70wa40ztgAUkKQT { width:12.5rem;height:1.625rem;top:98.375rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2czHd25eqUMwODF18F4K8xNnkZM5bsK { width:17.25rem;height:17.25rem;top:102.25rem;left:1.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJhSZoCxemwl3axQOCdBHw5qNL79p0Iq { width:13.375rem;height:1.625rem;top:117.3125rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCIEnHUnWJxBF3qgJNcpwZpon73VENg7 { width:17.25rem;height:17.25rem;top:63.8125rem;left:1.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #us1LHS4LvLwF78ybpAvTkT9BK0oFHvtg { width:17.25rem;height:2.5625rem;top:78.5625rem;left:1.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiQB5a1TpC2HTb86hWVwJGPbyIPysmog { width:12.5rem;height:1.625rem;top:79rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwa0gVN27KkLAd5eqWKg13RNMbA6Jrdg { width:17.25rem;height:17.25rem;top:25.125rem;left:1.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFv87po0PSLFZCbbJKTMdh7qyct2DHVg { width:17.25rem;height:2.5625rem;top:39.875rem;left:1.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcvGl824e0JTTJaPdQBtHh2MXLUTnsQT { width:12.5rem;height:1.625rem;top:40.375rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV3INFkBkEdR46dVQu51277rHoUeNhzl { width:17.25rem;height:2.875rem;top:116.6875rem;left:1.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ippye6SN9npWM4pHlxeo1vTuaevrgDRS { display:block; }#ippye6SN9npWM4pHlxeo1vTuaevrgDRS > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQO2THuVTp1U4a9TpdgVy82w6w0c3hWn { width:20rem;height:2.4375rem;top:1.53125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWwSraAPevDZigTcwLP18h1hiUWFfJut { height:11.19921875rem;width:20rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T82SwPh4M0VZvJOVWgeARt7tGtm8uBMv { height:11.19921875rem;width:20rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVO3Gptnq1qqv3opyqur8buT09pfDsGl { display:block; }#zVO3Gptnq1qqv3opyqur8buT09pfDsGl > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqPRfuP6hJAG1GVsHInReIgCgEyTOzSZ { width:19.1875rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoDhhnKePFLo8MHNyntrTvXyxTVb0ohU { width:19.3125rem;height:3.41015625rem;top:18.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wa80xCCilJX27DHQxvbNoyuxdOMblSNP { height:11.192375rem;width:20rem;top:6.3076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7EVqqWTgNmFNtkpnT1JDO09IZbPIzom { width:16rem;height:2.625rem;top:23.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 { display:block; }#AnrM8PJNkivSkZXWauVGPDOP6I4WfD08 > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a56NowWOJ46gBFMpq8btz0KnkBwDCbTT { width:15.25rem;height:1.2246125rem;top:6.9375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6EcFpz4pHLhx0KUim3L8oCTy0iOwnwE { width:10rem;height:4rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCv4BJJU5RCBwUvdKX9kUTW0Bnf6NAKq { width:20rem;height:4.199225rem;top:8.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWaGStAOUMuk5Zubfl7sKSzZUcXVUdxg { width:0.1875rem;height:7.4375rem;top:5.9375rem;left:19.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cCc451Gfch96DbhkAnDupBHTNZOyXBL6 { display:block; }#cCc451Gfch96DbhkAnDupBHTNZOyXBL6 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czLRnXDkz80oaSHtfqFuvBaK5bO6nWvl { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf { display:block; }#Gt7bMLgBy9N8HCGGUUc2lkpcDJqTrzwf > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }