.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:218,241,243;--color-primary-1:133,209,214;--color-primary-2:11,163,173;--color-primary-3:6,82,87;--color-primary-4:2,24,26;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:179,182,183;--color-tertiary-2:128,133,135;--color-tertiary-3:77,80,81;--color-tertiary-4:44,51,55;--headlines-font-family:Poppins;--paragraphs-font-family:Poppins; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a790c9e5-c042-471c-8b5b-c317c5106cf6/Untitleddesign3.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.2); }#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(7,7,7,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;overflow:visible;position:relative;display:block; }#OCbyBdgsiBrefe13tc7tnBbUMzg2GERc { color:rgba(var(--color-tertiary-0),1);display:block;width:45.9375rem;position:absolute;font-family:besley;font-size:3.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-0),1);top:10.622396469116rem;left:2.6875rem;height:9.912125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#staIFeIz2aacmnpg0342b5Gtgzy11xl7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:9.4375rem;top:1.3125rem;left:32.78125rem;overflow:hidden;display:block; }
#l1dZBuWwMU0TEAtTxFZs6OS4Q5SeCyRV { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33.944011688233rem;left:41.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rMmJCXFHO73RWWEgTFdwZt1NVBalbkcf { 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:26.8125rem;width:27.6875rem;top:9.46875rem;left:43.3125rem;overflow:hidden;display:block; }
#F8zrsqCqEcm6LnXmmXHLwnOq6TwEdv6n { 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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-0),1) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.625rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.875rem;left:2.6875rem;display:block; }
#yDR6A0rafsKZu7CuM1AI3ZFBoBiKGuZu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcFIogtdhtbqeTWesHx5siauinR5DrqQ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:24.2578125rem;left:2.6875rem;height:8.3984375rem;text-align:left;text-align-last:left;display:block; }
#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/75571219-e3d8-49d2-85d1-04ab0b91c3f6/Asset5ww.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ.adaptive-delivery-prevent-bg, #O9awd6TTPRIAsw45BKcvzuHqltceZxfZ.lazyload, #O9awd6TTPRIAsw45BKcvzuHqltceZxfZ.lazyloading { background-image: none; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row .container { background-color: transparent; background-image: none; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row .container > .video-iframe-container { display: none; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row > .video-iframe-container { display: none; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .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); }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row .container { border-width: 0; border-radius: 0; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));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; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row .container { background-color: transparent; background-image: none; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row .container > .video-iframe-container { display: none; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row > .video-iframe-container { display: none; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .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); }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row .container { border-width: 0; border-radius: 0; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#JdSiJHmZPta6co444KLFbqlroJGLllH4 { color:rgba(var(--color-primary-2),1);display:block;width:32.125rem;position:absolute;font-family:besley;font-size:3.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5390634536743rem;left:2.53125rem;height:4.95605625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#a9RLFG7do5S6Q5oVuSmAaB3pd3wgKQOh { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:3.5390625rem;left:35.61328125rem;height:8.3984375rem;text-align:left;text-align-last:left;display:block; }
#gwylg1DkbwCny9yaRHRIWokPDqx1tNxd { color:rgba(var(--color-primary-2),1);display:block;width:32.125rem;position:absolute;font-family:besley;font-size:3.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.707032203674rem;left:2.53125rem;height:4.95605625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#T5Rfv3gOJtZC75pznHzuZvdDrRqA84KL { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:15.644532203674rem;left:35.61328125rem;height:18.8965rem;text-align:left;text-align-last:left;display:block; }
#OV7aZOEnh0IqiMLa6zlOKTMqT1ecP4SU { 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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-0),1) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:39.790367126465rem;left:2.6875rem;display:block; }
#hRgE0qT43uFo0w4ndEPS8C9NmySIroXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row .container { background-color: transparent; background-image: none; }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row .container > .video-iframe-container { display: none; }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row > .video-iframe-container { display: none; }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .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); }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row .container { border-width: 0; border-radius: 0; }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:block; }#ww005lEpRIlnTl827i13eEFCTheykZvc { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:23.544269561767rem;left:4.625rem;height:5.3994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a11lr0JhgMeN9b6rL8KSJnh3HBUxAW4b { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:besley;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.5625rem;left:4.625rem;height:2.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#r9wyDQoeh3ufENM8Lz58OItPFq8ANpMw { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1875rem;left:19.65625rem;height:6.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gaSI02LkJcLNWal9OqKK6qPI7FurnaCL { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:13.1875rem;left:41.5625rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#CmiiQO6pSxTpMHkrEwLVXdfCBvBtLI7r { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:besley;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:41.5625rem;height:2.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qaZ6IIzeJlmi7a3ZRLSQFcU7HtK7b7cI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:29.6875rem;left:4.625rem;height:7.51175rem;text-align:left;text-align-last:left;display:block; }#qaZ6IIzeJlmi7a3ZRLSQFcU7HtK7b7cI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qaZ6IIzeJlmi7a3ZRLSQFcU7HtK7b7cI li:before{  }
#mJd7PGdhBBz6mvpmypTr4onFa8tw4u2p { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:37.9375rem;left:4.625rem;height:3.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bXqgaV6sHplk038a7GkCxlWxy0XKgc9C { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:besley;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5625rem;left:41.5625rem;height:2.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#rdSznW77r46BS2tzTaOOdR85O6aPtGMq { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:23.544273376465rem;left:41.4375rem;height:12.3613125rem;text-align:left;text-align-last:left;display:block; }#rdSznW77r46BS2tzTaOOdR85O6aPtGMq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rdSznW77r46BS2tzTaOOdR85O6aPtGMq li:before{  }
#IaEpGZ1qZtiCIVy7oNLmJ1Kdu1kuA3Rt { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:besley;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:4.625rem;height:2.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#MMtSBGGTIoqVaFFT48L5eFTGTU0mErps { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:13.1875rem;left:4.625rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row .container { background-color: transparent; background-image: none; }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row .container > .video-iframe-container { display: none; }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row > .video-iframe-container { display: none; }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .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); }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row .container { border-width: 0; border-radius: 0; }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#n09O4G67nOgSZCqgcJZboV9fIsqqbwNR { 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:1.625rem;width:7.1875rem;top:1.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#L7AytCEa9rpAKZFlSXoJ3ICwu6Tkffkx { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:2.01171875rem;left:11.5rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#An3OAha0xZJcZp191udne2VB6keSEDte { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2a2c32;border-left:0.0625rem solid #2a2c32;border-right:0.0625rem solid #2a2c32;border-bottom:0.0625rem solid #2a2c32;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.875rem;left:57.5rem;display:block; }
#UBa3EiT4DXqDRvZZyZUgnv2Jo41thaSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCbyBdgsiBrefe13tc7tnBbUMzg2GERc { top:10.5625rem;left:0rem;width:45.9375rem;height:9.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #staIFeIz2aacmnpg0342b5Gtgzy11xl7 { top:1.3125rem;left:19.15625rem;width:9.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1dZBuWwMU0TEAtTxFZs6OS4Q5SeCyRV { top:33.9375rem;left:16.9375rem;width:30.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMmJCXFHO73RWWEgTFdwZt1NVBalbkcf { top:9.4375rem;left:20.0625rem;width:27.6875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8zrsqCqEcm6LnXmmXHLwnOq6TwEdv6n { width:46.75rem;height:3.4375rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDR6A0rafsKZu7CuM1AI3ZFBoBiKGuZu { display:block; }
 }@media only screen and (max-width: 763px) { #IcFIogtdhtbqeTWesHx5siauinR5DrqQ { top:24.25rem;left:0rem;width:32.125rem;height:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9awd6TTPRIAsw45BKcvzuHqltceZxfZ { display:block; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0fwbfEb3KyV2vEH5MepyxcOKykSg64X { display:block; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdSiJHmZPta6co444KLFbqlroJGLllH4 { top:2.5rem;left:0rem;width:32.125rem;height:4.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9RLFG7do5S6Q5oVuSmAaB3pd3wgKQOh { top:3.5rem;left:10.9375rem;width:36.8125rem;height:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwylg1DkbwCny9yaRHRIWokPDqx1tNxd { top:13.6875rem;left:0rem;width:32.125rem;height:4.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Rfv3gOJtZC75pznHzuZvdDrRqA84KL { top:15.625rem;left:18.375rem;width:29.375rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV7aZOEnh0IqiMLa6zlOKTMqT1ecP4SU { width:46.75rem;height:3.4375rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRgE0qT43uFo0w4ndEPS8C9NmySIroXC { display:block; }
 }@media only screen and (max-width: 763px) { #lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM { display:block; }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww005lEpRIlnTl827i13eEFCTheykZvc { top:23.5rem;left:0rem;width:31.1875rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a11lr0JhgMeN9b6rL8KSJnh3HBUxAW4b { top:20.5625rem;left:0rem;width:27.0625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9wyDQoeh3ufENM8Lz58OItPFq8ANpMw { top:1.1875rem;left:6.03125rem;width:35.6875rem;height:6.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaSI02LkJcLNWal9OqKK6qPI7FurnaCL { top:13.1875rem;left:14.1875rem;width:33.5625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmiiQO6pSxTpMHkrEwLVXdfCBvBtLI7r { top:9.375rem;left:20.6875rem;width:27.0625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZ6IIzeJlmi7a3ZRLSQFcU7HtK7b7cI { top:29.6875rem;left:0rem;width:31.1875rem;height:7.5rem;font-size:1rem;display:block; }#qaZ6IIzeJlmi7a3ZRLSQFcU7HtK7b7cI li:before{  }
 }@media only screen and (max-width: 763px) { #mJd7PGdhBBz6mvpmypTr4onFa8tw4u2p { top:37.9375rem;left:0rem;width:31.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXqgaV6sHplk038a7GkCxlWxy0XKgc9C { top:20.5625rem;left:20.6875rem;width:27.0625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdSznW77r46BS2tzTaOOdR85O6aPtGMq { top:23.5rem;left:14.1875rem;width:33.5625rem;height:;font-size:1rem;display:block; }#rdSznW77r46BS2tzTaOOdR85O6aPtGMq li:before{  }
 }@media only screen and (max-width: 763px) { #IaEpGZ1qZtiCIVy7oNLmJ1Kdu1kuA3Rt { top:9.375rem;left:0rem;width:27.0625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMtSBGGTIoqVaFFT48L5eFTGTU0mErps { top:13.1875rem;left:0rem;width:33.5625rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTHpryrTQ44biTdCtpuXWSXVogBOGNH { display:block; }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n09O4G67nOgSZCqgcJZboV9fIsqqbwNR { top:1.9375rem;left:0rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7AytCEa9rpAKZFlSXoJ3ICwu6Tkffkx { top:2rem;left:0rem;width:31.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #An3OAha0xZJcZp191udne2VB6keSEDte { width:15rem;height:3.4375rem;top:0.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBa3EiT4DXqDRvZZyZUgnv2Jo41thaSB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a790c9e5-c042-471c-8b5b-c317c5106cf6/Untitleddesign3.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.2); }#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(7,7,7,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCbyBdgsiBrefe13tc7tnBbUMzg2GERc { width:20rem;height:5.19921875rem;top:4.8736982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #staIFeIz2aacmnpg0342b5Gtgzy11xl7 { width:7.875rem;height:1.6875rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1dZBuWwMU0TEAtTxFZs6OS4Q5SeCyRV { width:20rem;height:3.57421875rem;top:46.76953125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMmJCXFHO73RWWEgTFdwZt1NVBalbkcf { width:20rem;height:19.3671875rem;top:27.903646469116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8zrsqCqEcm6LnXmmXHLwnOq6TwEdv6n { width:19rem;height:3.4375rem;top:51.842449188233rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDR6A0rafsKZu7CuM1AI3ZFBoBiKGuZu { display:block; }
 }@media only screen and (max-width: 763px) { #IcFIogtdhtbqeTWesHx5siauinR5DrqQ { width:15.75rem;height:14.3984375rem;top:11.397135734558rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O9awd6TTPRIAsw45BKcvzuHqltceZxfZ { display:none; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ { border-width: 0; border-radius: 0; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/75571219-e3d8-49d2-85d1-04ab0b91c3f6/Asset5ww.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row .container.adaptive-delivery-prevent-bg, #O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row .container.lazyload, #O9awd6TTPRIAsw45BKcvzuHqltceZxfZ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #t0fwbfEb3KyV2vEH5MepyxcOKykSg64X { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #0ba3ad);background-image: -moz-linear-gradient(180deg, #ffffff, #0ba3ad);background-image: -ms-linear-gradient(180deg, #ffffff, #0ba3ad);background-image: -o-linear-gradient(180deg, #ffffff, #0ba3ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0ba3ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0ba3ad' );";background-image: linear-gradient(180deg, #ffffff, #0ba3ad);background-size:cover !important;display:block; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row .container { background-color: transparent; background-image: none; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row .container > .video-iframe-container { display: none; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row > .video-iframe-container { display: none; }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .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); }#t0fwbfEb3KyV2vEH5MepyxcOKykSg64X > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdSiJHmZPta6co444KLFbqlroJGLllH4 { width:17.4375rem;height:2.5996125rem;top:1.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9RLFG7do5S6Q5oVuSmAaB3pd3wgKQOh { width:17.6875rem;height:14.3984375rem;top:4.66015625rem;left:1.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwylg1DkbwCny9yaRHRIWokPDqx1tNxd { width:20rem;height:2.5996125rem;top:20.951820373535rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5Rfv3gOJtZC75pznHzuZvdDrRqA84KL { width:13.5625rem;height:23.3974375rem;top:24.924479484558rem;left:3.21875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OV7aZOEnh0IqiMLa6zlOKTMqT1ecP4SU { width:19rem;height:3.4375rem;top:50.333333015442rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRgE0qT43uFo0w4ndEPS8C9NmySIroXC { display:block; }
 }@media only screen and (max-width: 763px) { #lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM { background-color:#0ba3ad;background-image:none;display:block; }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row .container { background-color: transparent; background-image: none; }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row .container > .video-iframe-container { display: none; }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row > .video-iframe-container { display: none; }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .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); }#lg1c5H4eXNSwZm1sTOZWIGlQocm87ogM > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww005lEpRIlnTl827i13eEFCTheykZvc { width:17.5rem;height:7.9980625rem;top:8.2447915077212rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a11lr0JhgMeN9b6rL8KSJnh3HBUxAW4b { width:20rem;height:1.94921875rem;top:5.0546875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r9wyDQoeh3ufENM8Lz58OItPFq8ANpMw { width:17.4375rem;height:2.5996125rem;top:0rem;left:1.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gaSI02LkJcLNWal9OqKK6qPI7FurnaCL { width:18.8125rem;height:6.3984375rem;top:36.1875rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CmiiQO6pSxTpMHkrEwLVXdfCBvBtLI7r { width:15.1875rem;height:1.94921875rem;top:32.75rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qaZ6IIzeJlmi7a3ZRLSQFcU7HtK7b7cI { width:17.75rem;height:6.7109375rem;top:17.114583969116rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#qaZ6IIzeJlmi7a3ZRLSQFcU7HtK7b7cI li:before{  }
 }@media only screen and (max-width: 763px) { #mJd7PGdhBBz6mvpmypTr4onFa8tw4u2p { width:15.75rem;height:4.798825rem;top:25.23828125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bXqgaV6sHplk038a7GkCxlWxy0XKgc9C { width:20rem;height:1.94921875rem;top:45.70703125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rdSznW77r46BS2tzTaOOdR85O6aPtGMq { width:18.8125rem;height:12.75975rem;top:48.897136688233rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#rdSznW77r46BS2tzTaOOdR85O6aPtGMq li:before{  }
 }@media only screen and (max-width: 763px) { #IaEpGZ1qZtiCIVy7oNLmJ1Kdu1kuA3Rt { width:16.0625rem;height:1.94921875rem;top:64.733074188231rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MMtSBGGTIoqVaFFT48L5eFTGTU0mErps { width:16.375rem;height:9.597625rem;top:68.161460876462rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SxTHpryrTQ44biTdCtpuXWSXVogBOGNH { background-color:#2a2c32;background-image:none;display:block; }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row .container { background-color: transparent; background-image: none; }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row .container > .video-iframe-container { display: none; }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row > .video-iframe-container { display: none; }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .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); }#SxTHpryrTQ44biTdCtpuXWSXVogBOGNH > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n09O4G67nOgSZCqgcJZboV9fIsqqbwNR { width:6.75rem;height:1.5rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7AytCEa9rpAKZFlSXoJ3ICwu6Tkffkx { width:17.1875rem;height:1.57421875rem;top:4rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;color:#ffffff;font-weight:700;font-style:normal;line-height:1.4;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #An3OAha0xZJcZp191udne2VB6keSEDte { width:17.45833375rem;height:3.39583375rem;top:6.82421875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBa3EiT4DXqDRvZZyZUgnv2Jo41thaSB { display:block; }
 }