.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:249,216,236;--color-primary-1:238,137,199;--color-primary-2:226,58,161;--color-primary-3:219,9,138;--color-primary-4:132,20,81;--color-secondary-0:220,222,225;--color-secondary-1:140,147,156;--color-secondary-2:24,38,56;--color-secondary-3:12,19,28;--color-secondary-4:4,6,8;--color-tertiary-0:255,255,255;--color-tertiary-1:242,242,242;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { 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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB > .row .container { background-color: transparent; background-image: none; }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB > .row .container > .video-iframe-container { display: none; }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB > .row > .video-iframe-container { display: none; }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB > .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); }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB > .row .container { border-width: 0; border-radius: 0; }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#bo5WynHOZlyFuFJLcKPLSaMUxqNQn2dL { 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.3125rem;width:13.6875rem;top:0rem;left:24.65625rem;overflow:hidden;display:block; }
#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3854169845581rem;left:0rem;height:17.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { background-color:rgba(var(--color-primary-4),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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:5.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:22.602214813233rem;left:8.96875rem;display:block; }
#CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZToBT9V1OukTui2uNrnOB7eCmc9zZeFc { position:absolute;display:block;z-index:15017;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:18.1875rem;width:22.4375rem;top:6rem;left:34.500001907349rem;overflow:hidden;display:block; }
#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 > .row .container { background-color: transparent; background-image: none; }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 > .row .container > .video-iframe-container { display: none; }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 > .row > .video-iframe-container { display: none; }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 > .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); }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 > .row .container { border-width: 0; border-radius: 0; }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#E3BKTJTlHkeSdxh2MkTkzTrDGLOimhAT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.646484375rem;left:0.75rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8uifrPQQHEeDHwk6TTU5gLatLlv7II3 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.44140625rem;left:33.531251907349rem;height:12.67575rem;overflow:hidden;display:block; }#G8uifrPQQHEeDHwk6TTU5gLatLlv7II3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G8uifrPQQHEeDHwk6TTU5gLatLlv7II3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6803fcf0-38e4-49e1-b486-2e90ea1b021a/checkbiay.svg); }
#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row .container { background-color: transparent; background-image: none; }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row .container > .video-iframe-container { display: none; }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row > .video-iframe-container { display: none; }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .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); }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row .container { border-width: 0; border-radius: 0; }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#PoseGaLbVuGzinyFTwBqcCkdKJmQHehI { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:3.2347717285156rem;left:3.875rem;height:3.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o > .row .container { background-color: transparent; background-image: none; }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o > .row .container > .video-iframe-container { display: none; }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o > .row > .video-iframe-container { display: none; }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o > .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); }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o > .row .container { border-width: 0; border-radius: 0; }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:60rem;position:relative;display:block; }#ITQFafEESBtoq6Wh4iOtBZEJynylLHrU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:7.5924484729769rem;left:1.322265625rem;height:7.7988125rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ITQFafEESBtoq6Wh4iOtBZEJynylLHrU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ITQFafEESBtoq6Wh4iOtBZEJynylLHrU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
#WlQR2cOuSlkHkcV7CTPLkspzPW7C7JwZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:40.5546875rem;left:1.822265625rem;height:2.236325rem;text-align:center;text-align-last:center;display:block; }
#vmlz1SvKNh1Xwlq49vqvdlh6C5at3AFT { color:rgba(var(--color-primary-3),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:2.1236982345581rem;left:0.384765625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eOBXkzJ1DuI0FmmaUCAkXscHpp4ScJSC { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:4.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.637371063233rem;left:1.759765625rem;display:block; }
#FgtHD0m02d66OtOIzZ4nTG3ihBAH9T50 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yDnJdeGITvR4VitnDrrX8SXIIFHBwvDS { position:absolute;display:block;z-index:15140;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:12.875rem;width:10.25rem;top:18.8125rem;left:3.884765625rem;overflow:hidden;display:block; }
#LJSTRaKQmRtKJVBfnPoK7vpB1DTUc4Rf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:16.688802719116rem;left:1.259765625rem;height:2.5996125rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#LJSTRaKQmRtKJVBfnPoK7vpB1DTUc4Rf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LJSTRaKQmRtKJVBfnPoK7vpB1DTUc4Rf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
#BLOPJSVNCVGXDpdZ7fkETU2NwFqfIoZB { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:4.625rem;width:14.5rem;top:28.666015625rem;left:1.7174472808838rem;display:block; }
#zNgXowuik2Rxk9tETvFaGlBFn0DVRwvz { position:absolute;display:block;z-index:15002;background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.6875rem 0.9375rem 1.5625rem rgba(var(--color-tertiary-4),0.17) ;height:43.0625rem;width:18.375rem;top:0.625rem;left:0rem;display:block; }
#Zu6sI7ROpEHT0i3pdNcDpqOvagolLgGB { color:#06fcde;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:29.313802719116rem;left:1.853515625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i6MxmO3H0crLLbhE824ubuvXsHdDvqeH { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.6875rem 0.9375rem 1.5625rem rgba(var(--color-tertiary-4),0.17) ;height:43.1875rem;width:19.375rem;top:0.625rem;left:19.6875rem;display:block; }
#rGB3g98x2VThoOaGqlL44QLGpJkFFZll { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.6875rem 0.9375rem 1.5625rem rgba(var(--color-tertiary-4),0.17) ;height:42.0625rem;width:19.3125rem;top:1.8125rem;left:40.687501907349rem;display:block; }
#XgbQGNPybTEUFee4y83obcLb9We5WamG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:7.5924482345581rem;left:20.46875rem;height:9.098625rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#XgbQGNPybTEUFee4y83obcLb9We5WamG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XgbQGNPybTEUFee4y83obcLb9We5WamG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
#HqW1LTZLva8U0pwmpUUpu2kCfowtdVqO { position:absolute;display:block;z-index:15141;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:12.9375rem;width:10.25rem;top:18.78125rem;left:24.250001907349rem;overflow:hidden;display:block; }
#dVkk5L5gNI5maurNaXFkIfAPb0aynax7 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:4.5625rem;width:17.4375rem;top:28.697937011719rem;left:20.55078125rem;display:block; }
#AcLiuhWSqXsJUyasNLrT0kNlTGSRbRs0 { color:#008abf;display:block;width:16.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:29.139974594116rem;left:21.28125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VG1zJMUoDxkCxETHPHIWcyhfZowZKu8g { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:4.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.637371063233rem;left:22.125rem;display:block; }
#LFKvAOHcRwrhJ3TaZiSV3Nv7Q6M8rxGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xcOF7MkMmV00osvcnelzdESmF1XhtkPg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:40.554689407349rem;left:22.1875rem;height:2.236325rem;text-align:center;text-align-last:center;display:block; }
#e3lCPahOJUMCJTyXi9TiozeLeu24SrAC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:7.5924484729769rem;left:41.593751907349rem;height:9.098625rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#e3lCPahOJUMCJTyXi9TiozeLeu24SrAC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e3lCPahOJUMCJTyXi9TiozeLeu24SrAC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
#VlyrpD7xJBkM5rDkLfpvp5zcJS91JDEZ { position:absolute;display:block;z-index:15142;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:12.875rem;width:10.25rem;top:18.927083492279rem;left:45.218751907349rem;overflow:hidden;display:block; }
#dcUFKnRcAvyFT5TcsdpxNQbOuJTWZ0UP { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:4.5rem;width:17.4375rem;top:28.729167222977rem;left:41.582681655884rem;display:block; }
#mbheNsThfIxetxvMmMJ58CO3Ud8pKN2V { color:#008abf;display:block;width:16.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:29.184895753861rem;left:42.312501907349rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTI3T3D5Nfq4ATHMouzcmlQxRT3C8ctk { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:4.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.637370347977rem;left:43.093751907349rem;display:block; }
#tEWW3sdeJmEhGgV2k9vt8S0KUSq4nLDV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#honnygCQzQJoLhZUF2slE4mNTg6zQr1T { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:40.554688692093rem;left:43.156251907349rem;height:2.236325rem;text-align:center;text-align-last:center;display:block; }
#OswJ52hz9AnHwThaEcVthbJJvyGw65RB { color:rgba(var(--color-primary-3),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:2.123046875rem;left:21.375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GDSNRrteIEUbLTnehO82zdft1t9ypzBO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:16.688801765442rem;left:20.46875rem;height:2.5996125rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GDSNRrteIEUbLTnehO82zdft1t9ypzBO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GDSNRrteIEUbLTnehO82zdft1t9ypzBO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
#kiJT9vJezGOSNaiOfEqthufNmnx5J164 { color:rgba(var(--color-primary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:2.123046875rem;left:41.000001907349rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKEtMfM7EOrNtTwPRA8ZtLiHvfXrR8nh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:16.688802003861rem;left:41.625001907349rem;height:2.5996125rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#TKEtMfM7EOrNtTwPRA8ZtLiHvfXrR8nh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TKEtMfM7EOrNtTwPRA8ZtLiHvfXrR8nh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA > .row .container { background-color: transparent; background-image: none; }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA > .row .container > .video-iframe-container { display: none; }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA > .row > .video-iframe-container { display: none; }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA > .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); }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA > .row .container { border-width: 0; border-radius: 0; }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#y3qwr6dryaIA5EzdbFcQbVtyEJgkT4Rx { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.77083349227906rem;left:14.4375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNa3bvxqt66HRVXpolVwTRhibR8bR5rH { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:5.078125rem;left:4.8125rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQMKt0UbnVxbXTcNtTIZyz2HdOkAPbFr { position:absolute;display:block;z-index:15018;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:18.1875rem;width:22.4375rem;top:6.828125rem;left:33.625001907349rem;overflow:hidden;display:block; }
#WfLBmen5XJRW5zxTAW7vw6IhPnUZ4yMb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:9.0559902191163rem;left:9.40625rem;height:6.824225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Adlv2Olap3MLg5Aq019hcPwypmpithcm { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:4.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.949871063233rem;left:10.1875rem;display:block; }
#abiIAZTntPGOKnFbGkoUXA95yIbpOAiW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTrbkwfUFKEeuHT2uyO7xTaMbJQk4Dwe { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:23.314454555511rem;left:9.125rem;height:1.1181625rem;text-align:center;text-align-last:center;display:block; }
#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U { position:relative;display:block; }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U { background-color: transparent; background-image: none; }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U > .row .container > .video-iframe-container { display: none; }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U > .row > .video-iframe-container { display: none; }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U > .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); }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U { border-width: 0; border-radius: 0; }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U > .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; }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U > .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:13.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MTlVywyLgitpPGvhAeo6BJvnieNl2ir2 { 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:8rem;width:6.8125rem;top:0rem;left:28.15625rem;overflow:hidden;display:block; }
#AUGHqEnA10A27RBQPE8TBXgUCAZ4U7E4 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.40625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU > .row .container { background-color: transparent; background-image: none; }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU > .row .container > .video-iframe-container { display: none; }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU > .row > .video-iframe-container { display: none; }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU > .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); }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU > .row .container { border-width: 0; border-radius: 0; }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#qubtbhoRbOmU5TctwflBP3gct748b6V8 { color:rgba(var(--color-tertiary-4),0.41);display:block;width:37.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB { display:block; }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bo5WynHOZlyFuFJLcKPLSaMUxqNQn2dL { top:0rem;left:18.53125rem;width:13.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { top:2.375rem;left:0rem;width:33.125rem;height:17.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { width:16.4375rem;height:5.0625rem;top:22.5625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block; }
 }@media only screen and (max-width: 763px) { #ZToBT9V1OukTui2uNrnOB7eCmc9zZeFc { top:6rem;left:25.3125rem;width:22.4375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 { display:block; }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3BKTJTlHkeSdxh2MkTkzTrDGLOimhAT { top:7.625rem;left:0rem;width:31.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8uifrPQQHEeDHwk6TTU5gLatLlv7II3 { top:3.4375rem;left:25.0625rem;width:22.6875rem;height:12.625rem;font-size:1.1875rem;display:block; }#G8uifrPQQHEeDHwk6TTU5gLatLlv7II3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6803fcf0-38e4-49e1-b486-2e90ea1b021a/checkbiay.svg); }
 }@media only screen and (max-width: 763px) { #Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 { display:block; }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoseGaLbVuGzinyFTwBqcCkdKJmQHehI { width:47.75rem;height:3.75rem;top:3.1875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szudf8wtITJRL4cdX0uyMmsXnS2AqM7o { display:block; }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITQFafEESBtoq6Wh4iOtBZEJynylLHrU { top:7.5625rem;left:0rem;width:15.375rem;height:7.75rem;font-size:1rem;display:block; }#ITQFafEESBtoq6Wh4iOtBZEJynylLHrU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #WlQR2cOuSlkHkcV7CTPLkspzPW7C7JwZ { top:40.5rem;left:0rem;width:14.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmlz1SvKNh1Xwlq49vqvdlh6C5at3AFT { top:2.0625rem;left:0rem;width:17.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOBXkzJ1DuI0FmmaUCAkXscHpp4ScJSC { width:14.5rem;height:4.625rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgtHD0m02d66OtOIzZ4nTG3ihBAH9T50 { display:block; }
 }@media only screen and (max-width: 763px) { #yDnJdeGITvR4VitnDrrX8SXIIFHBwvDS { top:18.8125rem;left:0rem;width:10.25rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSTRaKQmRtKJVBfnPoK7vpB1DTUc4Rf { top:16.6875rem;left:0rem;width:15.5rem;height:2.5625rem;font-size:1rem;display:block; }#LJSTRaKQmRtKJVBfnPoK7vpB1DTUc4Rf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #BLOPJSVNCVGXDpdZ7fkETU2NwFqfIoZB { top:28.625rem;left:0rem;width:14.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNgXowuik2Rxk9tETvFaGlBFn0DVRwvz { top:0.625rem;left:0rem;width:18.375rem;height:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu6sI7ROpEHT0i3pdNcDpqOvagolLgGB { top:29.3125rem;left:0rem;width:14.3125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6MxmO3H0crLLbhE824ubuvXsHdDvqeH { top:0.625rem;left:13.5625rem;width:19.375rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGB3g98x2VThoOaGqlL44QLGpJkFFZll { top:1.8125rem;left:28.4375rem;width:19.3125rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgbQGNPybTEUFee4y83obcLb9We5WamG { top:7.5625rem;left:14.34375rem;width:17.6875rem;height:9.125rem;font-size:1rem;display:block; }#XgbQGNPybTEUFee4y83obcLb9We5WamG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #HqW1LTZLva8U0pwmpUUpu2kCfowtdVqO { top:18.75rem;left:18.125001907349rem;width:10.25rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVkk5L5gNI5maurNaXFkIfAPb0aynax7 { top:28.6875rem;left:14.42578125rem;width:17.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcLiuhWSqXsJUyasNLrT0kNlTGSRbRs0 { top:29.125rem;left:15.15625rem;width:16rem;height:3.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG1zJMUoDxkCxETHPHIWcyhfZowZKu8g { width:14.5rem;height:4.625rem;top:34.625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFKvAOHcRwrhJ3TaZiSV3Nv7Q6M8rxGo { display:block; }
 }@media only screen and (max-width: 763px) { #xcOF7MkMmV00osvcnelzdESmF1XhtkPg { top:40.5rem;left:16.0625rem;width:14.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3lCPahOJUMCJTyXi9TiozeLeu24SrAC { top:7.5625rem;left:30.8125rem;width:16.9375rem;height:9.125rem;font-size:1rem;display:block; }#e3lCPahOJUMCJTyXi9TiozeLeu24SrAC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #VlyrpD7xJBkM5rDkLfpvp5zcJS91JDEZ { top:18.875rem;left:37.5rem;width:10.25rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUFKnRcAvyFT5TcsdpxNQbOuJTWZ0UP { top:28.6875rem;left:30.1875rem;width:17.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbheNsThfIxetxvMmMJ58CO3Ud8pKN2V { top:29.125rem;left:31.75rem;width:16rem;height:3.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTI3T3D5Nfq4ATHMouzcmlQxRT3C8ctk { width:14.5rem;height:4.625rem;top:34.625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEWW3sdeJmEhGgV2k9vt8S0KUSq4nLDV { display:block; }
 }@media only screen and (max-width: 763px) { #honnygCQzQJoLhZUF2slE4mNTg6zQr1T { top:40.5rem;left:33.375rem;width:14.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OswJ52hz9AnHwThaEcVthbJJvyGw65RB { top:2.0625rem;left:15.25rem;width:17.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDSNRrteIEUbLTnehO82zdft1t9ypzBO { top:16.6875rem;left:14.34375rem;width:15.5rem;height:2.5625rem;font-size:1rem;display:block; }#GDSNRrteIEUbLTnehO82zdft1t9ypzBO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #kiJT9vJezGOSNaiOfEqthufNmnx5J164 { top:2.0625rem;left:30.125rem;width:17.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEtMfM7EOrNtTwPRA8ZtLiHvfXrR8nh { top:16.6875rem;left:30.875rem;width:16.875rem;height:2.5625rem;font-size:1rem;display:block; }#TKEtMfM7EOrNtTwPRA8ZtLiHvfXrR8nh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA { display:block; }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3qwr6dryaIA5EzdbFcQbVtyEJgkT4Rx { top:0.75rem;left:8.3125rem;width:31.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNa3bvxqt66HRVXpolVwTRhibR8bR5rH { top:5.0625rem;left:0rem;width:25.25rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQMKt0UbnVxbXTcNtTIZyz2HdOkAPbFr { top:6.8125rem;left:25.3125rem;width:22.4375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfLBmen5XJRW5zxTAW7vw6IhPnUZ4yMb { top:9rem;left:3.28125rem;width:16rem;height:6.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adlv2Olap3MLg5Aq019hcPwypmpithcm { width:14.5rem;height:4.625rem;top:16.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abiIAZTntPGOKnFbGkoUXA95yIbpOAiW { display:block; }
 }@media only screen and (max-width: 763px) { #zTrbkwfUFKEeuHT2uyO7xTaMbJQk4Dwe { top:23.3125rem;left:3rem;width:16.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U { display:block; }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTlVywyLgitpPGvhAeo6BJvnieNl2ir2 { top:0rem;left:22.03125rem;width:6.8125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUGHqEnA10A27RBQPE8TBXgUCAZ4U7E4 { top:8.6875rem;left:7.28125rem;width:34.8125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU { display:block; }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qubtbhoRbOmU5TctwflBP3gct748b6V8 { top:0.875rem;left:7.78125rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB { display:block; }#iopHvtIEbC6PXAvinTE4qtS7qT2QgQTB > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bo5WynHOZlyFuFJLcKPLSaMUxqNQn2dL { width:8.125rem;height:2.5rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { width:17.75rem;height:9.26175rem;top:1.6875rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { width:13.3105625rem;height:3.62305rem;top:28.297526359558rem;left:3.3444010019303rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block; }
 }@media only screen and (max-width: 763px) { #ZToBT9V1OukTui2uNrnOB7eCmc9zZeFc { width:16.375rem;height:13.25rem;top:12.875651359558rem;left:1.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 { display:block; }#tNrIRqxZrLR3JWHXTnsSHiZDVhyezJ40 > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3BKTJTlHkeSdxh2MkTkzTrDGLOimhAT { width:20rem;height:1.54361875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8uifrPQQHEeDHwk6TTU5gLatLlv7II3 { width:20rem;height:10.971375rem;top:4.04296875rem;left:0rem;font-size:1rem;display:block; }#G8uifrPQQHEeDHwk6TTU5gLatLlv7II3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6803fcf0-38e4-49e1-b486-2e90ea1b021a/checkbiay.svg); }
 }@media only screen and (max-width: 763px) { #Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 { background-color:#841451;background-image:none;display:block; }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row .container { background-color: transparent; background-image: none; }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row .container > .video-iframe-container { display: none; }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row > .video-iframe-container { display: none; }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .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); }#Ad5Wsb6np9Ae49i0yEQ3Wka7CNxQgly8 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoseGaLbVuGzinyFTwBqcCkdKJmQHehI { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szudf8wtITJRL4cdX0uyMmsXnS2AqM7o { display:block; }#szudf8wtITJRL4cdX0uyMmsXnS2AqM7o > .row .container { width:20rem;height:131.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITQFafEESBtoq6Wh4iOtBZEJynylLHrU { width:18.4375rem;height:6.497375rem;top:6.25rem;left:0.96875rem;font-size:1rem;display:block; }#ITQFafEESBtoq6Wh4iOtBZEJynylLHrU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #WlQR2cOuSlkHkcV7CTPLkspzPW7C7JwZ { width:18.0605625rem;height:0.9746125rem;top:37.358725547791rem;left:0.96875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmlz1SvKNh1Xwlq49vqvdlh6C5at3AFT { width:16.75rem;height:3.41145625rem;top:1.8750014305115rem;left:1.6250001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOBXkzJ1DuI0FmmaUCAkXscHpp4ScJSC { width:14.5rem;height:4.625rem;top:31.462240934372rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgtHD0m02d66OtOIzZ4nTG3ihBAH9T50 { display:block; }
 }@media only screen and (max-width: 763px) { #yDnJdeGITvR4VitnDrrX8SXIIFHBwvDS { width:8.875rem;height:11.125rem;top:16.905595302582rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSTRaKQmRtKJVBfnPoK7vpB1DTUc4Rf { width:16.9375rem;height:2.5989625rem;top:12.746745109558rem;left:0.96875rem;font-size:1rem;display:block; }#LJSTRaKQmRtKJVBfnPoK7vpB1DTUc4Rf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #BLOPJSVNCVGXDpdZ7fkETU2NwFqfIoZB { width:17.375rem;height:4.0625rem;top:25.369141340256rem;left:1.2701822519302rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNgXowuik2Rxk9tETvFaGlBFn0DVRwvz { width:20rem;height:39.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu6sI7ROpEHT0i3pdNcDpqOvagolLgGB { width:16.0625rem;height:2.5996125rem;top:26.143881559372rem;left:1.9687501192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6MxmO3H0crLLbhE824ubuvXsHdDvqeH { width:18.375rem;height:43.6875rem;top:41.759765625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGB3g98x2VThoOaGqlL44QLGpJkFFZll { width:18.375rem;height:43.125rem;top:87.520835876462rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgbQGNPybTEUFee4y83obcLb9We5WamG { width:16.9375rem;height:9.096375rem;top:48.375001907349rem;left:1.5312501192093rem;font-size:1rem;display:block; }#XgbQGNPybTEUFee4y83obcLb9We5WamG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #HqW1LTZLva8U0pwmpUUpu2kCfowtdVqO { width:8.875rem;height:11.125rem;top:61.727867126465rem;left:5.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVkk5L5gNI5maurNaXFkIfAPb0aynax7 { width:17.4375rem;height:4.1875rem;top:70.51953315735rem;left:1.2389322519302rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcLiuhWSqXsJUyasNLrT0kNlTGSRbRs0 { width:12.5rem;height:2.5996125rem;top:71.356121063231rem;left:3.7500001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG1zJMUoDxkCxETHPHIWcyhfZowZKu8g { width:14.5rem;height:4.625rem;top:77.00000190735rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFKvAOHcRwrhJ3TaZiSV3Nv7Q6M8rxGo { display:block; }
 }@media only screen and (max-width: 763px) { #xcOF7MkMmV00osvcnelzdESmF1XhtkPg { width:15.1875rem;height:0.9746125rem;top:82.85547065735rem;left:2.4062501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3lCPahOJUMCJTyXi9TiozeLeu24SrAC { width:17rem;height:9.096375rem;top:94.062505722044rem;left:1.5000001192093rem;font-size:1rem;display:block; }#e3lCPahOJUMCJTyXi9TiozeLeu24SrAC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #VlyrpD7xJBkM5rDkLfpvp5zcJS91JDEZ { width:8.875rem;height:11.125rem;top:107.98958873749rem;left:5.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUFKnRcAvyFT5TcsdpxNQbOuJTWZ0UP { width:17.4375rem;height:3.9375rem;top:116.47656822204rem;left:1.2389322519302rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbheNsThfIxetxvMmMJ58CO3Ud8pKN2V { width:12.5625rem;height:2.5996125rem;top:117.18750572204rem;left:3.7187501192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTI3T3D5Nfq4ATHMouzcmlQxRT3C8ctk { width:14.5rem;height:4.625rem;top:122.18750572204rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEWW3sdeJmEhGgV2k9vt8S0KUSq4nLDV { display:block; }
 }@media only screen and (max-width: 763px) { #honnygCQzQJoLhZUF2slE4mNTg6zQr1T { width:15.0625rem;height:0.9746125rem;top:128.06250572204rem;left:2.4687501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OswJ52hz9AnHwThaEcVthbJJvyGw65RB { width:17.25rem;height:3.4114625rem;top:43.270835876465rem;left:1.3750001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDSNRrteIEUbLTnehO82zdft1t9ypzBO { width:15.5rem;height:2.5989625rem;top:58.218751907349rem;left:1.6250001192093rem;font-size:1rem;display:block; }#GDSNRrteIEUbLTnehO82zdft1t9ypzBO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #kiJT9vJezGOSNaiOfEqthufNmnx5J164 { width:17.625rem;height:3.4114625rem;top:89.619796752931rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEtMfM7EOrNtTwPRA8ZtLiHvfXrR8nh { width:17.3125rem;height:2.5989625rem;top:103.97135925293rem;left:1.3437501192093rem;font-size:1rem;display:block; }#TKEtMfM7EOrNtTwPRA8ZtLiHvfXrR8nh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b2e83b8-fad2-49d1-841f-c1d305daa54d/chceck.png); }
 }@media only screen and (max-width: 763px) { #nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA { display:block; }#nRzhfTdRtTACZ1qcVd1KbSGT1TksAbOA > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3qwr6dryaIA5EzdbFcQbVtyEJgkT4Rx { width:20rem;height:1.54361875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNa3bvxqt66HRVXpolVwTRhibR8bR5rH { width:20rem;height:2.51823125rem;top:4.04296875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQMKt0UbnVxbXTcNtTIZyz2HdOkAPbFr { width:20rem;height:16.211699164346rem;top:22.36003125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfLBmen5XJRW5zxTAW7vw6IhPnUZ4yMb { width:16rem;height:5.199225rem;top:7.8112rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adlv2Olap3MLg5Aq019hcPwypmpithcm { width:14.5rem;height:4.625rem;top:14.26041875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abiIAZTntPGOKnFbGkoUXA95yIbpOAiW { display:block; }
 }@media only screen and (max-width: 763px) { #zTrbkwfUFKEeuHT2uyO7xTaMbJQk4Dwe { width:16.625rem;height:0.9746125rem;top:20.13541875rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U { display:block; }#FpTm9EzzxZwTT7E8kz3eJpUmnRXKip3U > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTlVywyLgitpPGvhAeo6BJvnieNl2ir2 { width:6.8109375rem;height:7.9984375rem;top:0.625rem;left:6.59453111887rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUGHqEnA10A27RBQPE8TBXgUCAZ4U7E4 { width:19.997625rem;height:5.68359375rem;top:9.2474632263181rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU { display:block; }#tLLOUIUt7aedhu9OQy7zyTpKwXszkcBU > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qubtbhoRbOmU5TctwflBP3gct748b6V8 { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }