.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:228,243,244;--color-primary-1:193,226,232;--color-primary-2:118,197,202;--color-primary-3:60,132,170;--color-primary-4:27,158,167;--color-secondary-0:245,214,217;--color-secondary-1:224,131,140;--color-secondary-2:204,49,63;--color-secondary-3:196,43,54;--color-secondary-4:41,10,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Noto Sans";--paragraphs-font-family:"Noto Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ { position:relative;display:block; }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ { background-color: transparent; background-image: none; }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ > .row .container > .video-iframe-container { display: none; }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ > .row > .video-iframe-container { display: none; }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ > .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); }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ { border-width: 0; border-radius: 0; }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ > .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; }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ > .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:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#empMcVTbs5t8f0iFsMPZuoQnbobafVST { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15.8125rem;height:2.4375rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:1rem;left:46.875rem;display:block; }
#qn0vuofzbbB1pQqWdENhTyOyRwGOhOVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fH9OCSDDOikSEdJLMMbqBVmg9yxmVLDP { background-color:#c42b36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.08) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.84375rem;left:65.0625rem;display:block; }
#VTMqwIuCITdr4rPfPMRumm1mIkWPuW4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GiKT4pu7omNZbpVOvPqwhZKhVtKyNtwB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1e2e8;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; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { background-color: transparent; background-image: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .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); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { border-width: 0; border-radius: 0; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { color:#084265;display:block;width:35.5rem;position:absolute;font-family:larken;font-size:3.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:7.3125rem;left:0rem;height:7.4248125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { background-color:#084265;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.14) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:larken;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9980625rem;height:3.499025rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:35.5625rem;left:0rem;display:block; }
#QdkXxR8s3dZnppgeSNKtphBHRzXKMmsK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDD6w2Qsik4uC2GgKAgDLOlHZ0Ti4SAQ { color:#1f2321;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:4.375rem;left:0rem;height:1.59375rem;font-style:normal;display:block; }
#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey { color:#1f2321;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.125rem;left:0rem;height:;font-style:normal;overflow:hidden;display:block; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/00ea3420-611d-4b41-bc87-2b53c097523b/check_blue.png); }
#r4xa8AZwJQC4STxTUu2lmEgZwM5wCqOZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:15.25rem;top:28.5rem;left:33.59375rem;overflow:hidden;display:none; }
#ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { color:#1f2321;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:20.0625rem;left:0rem;height:1.80615rem;font-style:normal;display:block; }
#BumqtsWlCwrouDorCJOk6BwxiEPcesSt { box-sizing:content-box;height:0.3125rem;width:3.999025rem;position:absolute;display:block;z-index:15013;background-color:#084265;background-image:none;top:18.5rem;left:0rem;display:block; }
#TSdwNbEtd2uOxwvhXs3fyP2AoMX0IaFC { color:#084265;display:block;width:35.1875rem;position:absolute;font-family:larken;font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.4375rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#Q6T9Tnb2SXozoS64VkNIP9UTBc0ktilM { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:37.3125rem;top:3.96875rem;left:37.6875rem;overflow:hidden;display:block; }
#J92ogcsdKlolIZ6awHtgGnzCEPewT4pm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10rem;top:2.0625rem;left:0rem;overflow:hidden;display:none; }
#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { background-color: transparent; background-image: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .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); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { border-width: 0; border-radius: 0; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { font-size:0.875rem;font-family:arial;height:96.875rem;width:75rem;position:relative;display:block; }#o83PcZk9qFbxHfWk9si4V50BqfNo0iNS { color:#1f2321;display:block;width:65.625rem;position:absolute;font-family:larken;font-size:2.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3125rem;left:4.6875rem;height:7.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1UoCivTUH26iJTRTG6UsblMBqK9ynbL { color:#1f2321;display:block;width:35.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:21.625rem;left:34.625rem;height:68.63089375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iCtIwZsmelHZAEJ3dZyPyIeE7xRXB0zR { box-sizing:content-box;height:0.3125rem;width:4rem;position:absolute;display:block;z-index:15013;background-color:#fdd887;background-image:none;top:26.9375rem;left:0rem;display:none; }
#sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { position:absolute;display:block;z-index:15006;background-color:#084265;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.5rem;top:17.0625rem;left:33.75rem;display:block; }
#dAEyHNOCKpLafTXb7erhU6o13ZTony9Z { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.75rem;width:23.75rem;top:21.625rem;left:7.1875rem;overflow:hidden;display:block; }
#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/747b164f-f836-4537-b26b-ffd524075f59/iStock1443472700.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB.adaptive-delivery-prevent-bg, #U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB.lazyload, #U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB.lazyloading { background-image: none; }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB > .row .container { background-color: transparent; background-image: none; }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,35,33,0.42); }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB > .row .container > .video-iframe-container { display: none; }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,35,33,0.42); }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB > .row > .video-iframe-container { display: none; }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB > .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); }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB > .row .container { border-width: 0; border-radius: 0; }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB::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; }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container { background-color: transparent; background-image: none; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container > .video-iframe-container { display: none; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row > .video-iframe-container { display: none; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .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); }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container { border-width: 0; border-radius: 0; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:block; }#vzpK6i2ePnDqqzT2hbqEvC00GRxURJON { color:#1f2321;display:block;width:37.561875rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { color:#1f2321;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:13.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 li:before{  }
#XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { background-color:#084265;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.14) ;box-sizing:border-box;color:#f3f0ea;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:larken;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9980625rem;height:3.499025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:47.75rem;left:0rem;display:block; }
#AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mGwWeIelOR3iSdk1e7G71wO3ULnAse5w { color:#1f2321;display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:43.375rem;left:0rem;height:2.0249rem;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; }
#CTNZ59nAwPDNQXosNzFCGEvWmiIZnfHM { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:28.375rem;top:13.33642578125rem;left:42.0625rem;overflow:hidden;display:block; }
#TOfziN74luasD12gR9ks4Xce62miBUsQ { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.11) ;height:20rem;width:11.75rem;top:30.5625rem;left:62rem;overflow:hidden;display:block; }
#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ebd7;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; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { background-color: transparent; background-image: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container > .video-iframe-container { display: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row > .video-iframe-container { display: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .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); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { border-width: 0; border-radius: 0; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#InBNEHUmPzorHzkxW7S2nTtwBOV3XVpz { color:#1f2321;display:block;width:65.625rem;position:absolute;font-family:larken;font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6865234375rem;left:4.6875rem;height:3.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EirgA14Z1hiXIqpmMcmIa0tJvtshr70K { color:#1f2321;display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:15.6875rem;left:30.25rem;height:12.1113625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K8vr98lKGTOgAceaZ5WPK2XpxUUs4lgJ { box-sizing:content-box;height:0.3125rem;width:4rem;position:absolute;display:block;z-index:15013;background-color:#fdd887;background-image:none;top:26.9375rem;left:0rem;display:none; }
#fVFT4kHWhrioVAavUFD1mcT8VveBRXEJ { position:absolute;display:block;z-index:15006;background-color:#084265;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.5rem;top:11.5615234375rem;left:33.75rem;display:block; }
#Gk7aTy59EVBDm7ciLbDFhnsVvrAGq5cr { position:absolute;display:block;z-index:15002;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:31rem;width:19.375rem;top:15.6875rem;left:6.8125rem;overflow:hidden;display:block; }
#hdMwHN8BvdgTh7Tfxx5sMLQg0rUHl7N7 { color:#1f2321;display:block;width:35.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.9;letter-spacing:0;top:28.5rem;left:30.25rem;height:13.0488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hdMwHN8BvdgTh7Tfxx5sMLQg0rUHl7N7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hdMwHN8BvdgTh7Tfxx5sMLQg0rUHl7N7 li:before{  }
#we8M2b8v5ss6TBN6UWy2UPgTmXKCC4fL { color:#1f2321;display:block;width:35.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.9;letter-spacing:0;top:43.5625rem;left:30.25rem;height:8.07425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084265;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; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container { background-color: transparent; background-image: none; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container > .video-iframe-container { display: none; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row > .video-iframe-container { display: none; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .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); }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container { border-width: 0; border-radius: 0; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:14.6875rem;width:75rem;position:relative;display:block; }#aqda2FhRCfGu07hC3JLmNlhkLcDETG1R { box-sizing:content-box;height:0.375rem;width:6.25rem;position:absolute;display:block;z-index:15003;background-color:#c1e2e8;background-image:none;top:11.6875rem;left:0rem;display:block; }
#dOdoabrlZ666WJbZgnffEJI12QVdR8Bv { color:#ffffff;display:block;width:65.625rem;position:absolute;font-family:larken;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.900390625rem;left:0rem;height:3.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084265;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; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container { background-color: transparent; background-image: none; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container > .video-iframe-container { display: none; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row > .video-iframe-container { display: none; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .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); }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container { border-width: 0; border-radius: 0; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.875rem;width:75rem;position:relative;display:block; }#ZmzgWEUO4RoIa82bJVXgP2ra1fy8sERa { color:#f3f0ea;display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09911875rem;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; }
#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084265;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; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container { background-color: transparent; background-image: none; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container > .video-iframe-container { display: none; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row > .video-iframe-container { display: none; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .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); }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container { border-width: 0; border-radius: 0; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.875rem;width:75rem;position:relative;display:block; }#B83dPBLLTFZpUQs7bQK4UgvWWxJANmdN { color:#f3f0ea;display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09911875rem;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; }
#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084265;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; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container { background-color: transparent; background-image: none; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container > .video-iframe-container { display: none; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row > .video-iframe-container { display: none; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .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); }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container { border-width: 0; border-radius: 0; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.9375rem;width:75rem;position:relative;display:block; }#Kb569cnuc9IvZfHtyENBarw5lAC1cpyh { color:#f3f0ea;display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09911875rem;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; }
#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084265;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; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container { background-color: transparent; background-image: none; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container > .video-iframe-container { display: none; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row > .video-iframe-container { display: none; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .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); }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container { border-width: 0; border-radius: 0; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:11.625rem;width:75rem;position:relative;display:block; }#HxDtiywq516K3RQQV05vIsLriyPazKGW { color:#f3f0ea;display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09911875rem;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; }
#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 { 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; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { background-color: transparent; background-image: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container > .video-iframe-container { display: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row > .video-iframe-container { display: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .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); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { border-width: 0; border-radius: 0; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#PIRbaaFzvvwHhJ1Z7Ealw8r7Ckv9ZRob { color:#262627;display:block;width:37.5rem;position:absolute;font-family:larken;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xBWxUXLeAIdflXR1XFVaEctwi4MDEy5l { position:absolute;display:block;z-index:15009;background-color:#084265;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.5rem;top:34.4375rem;left:15rem;display:block; }
#cUVXm5fwFRw9n0yBFdlRX2n3MabxT7P6 { color:#262627;display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:2;letter-spacing:0;top:7.125rem;left:37.5rem;height:38rem;font-style:normal;display:block; }
#Lhe8FTCie4WygEJibT72OwdU1pOf6rUm { position:absolute;display:block;z-index:14999;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:30.0625rem;width:18.1875rem;top:7.125rem;left:8.3125rem;overflow:hidden;display:block; }
#WLu7wiZAuqfLMOxrqTeM1sVpVWVVNBvm { position:absolute;display:block;z-index:15001;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-4),0.21) ;height:18.625rem;width:17.6875rem;top:8.4375rem;left:8.3125rem;overflow:hidden;display:block; }
#aXppkwO3yH4alkd4p2ONsKhP7PRrQXzF { position:absolute;display:block;z-index:15002;background-color:#c1e2e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.125rem;top:22.375rem;left:22.875rem;display:block; }
#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 { 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; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { background-color: transparent; background-image: none; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container > .video-iframe-container { display: none; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row > .video-iframe-container { display: none; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .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); }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { border-width: 0; border-radius: 0; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#xD342Ls0xBEW6ml9c6eOixWI3kloeItF { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5.61328125rem;left:25rem;height:3.0058625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#na9mZopKlT5JVwXN2ODKriSlsONbXWpS { color:rgba(var(--color-tertiary-0),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:10.16552734375rem;left:25rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJ65XmR6GR2f0v4FNQy4Ic2GwZROQOT0 { position:absolute;display:block;z-index:15016;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:20.375rem;width:21.5rem;top:0rem;left:1.125rem;overflow:hidden;display:block; }
#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { position:relative;display:block; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { background-color: transparent; background-image: none; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container > .video-iframe-container { display: none; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row > .video-iframe-container { display: none; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .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); }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { border-width: 0; border-radius: 0; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .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; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .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:20.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gVX2T6UuLrEFvAEeC1sdRv8q549OXH7G { color:#1f2321;display:block;width:48.3125rem;position:absolute;font-family:larken;font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.912109375rem;left:13.4052734375rem;height:7.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FF01BysuKyGW0ewwJfmGaL8pr7ORV6kM { color:#1f2321;display:block;width:46.5625rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.5869140625rem;left:14.2802734375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { position:relative;display:block; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { background-color: transparent; background-image: none; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container > .video-iframe-container { display: none; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row > .video-iframe-container { display: none; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .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); }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { border-width: 0; border-radius: 0; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .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; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .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:40.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#webWDfs7T9T7hJADBGpWPUAXUc6UwLC5 { background-color:rgba(var(--color-secondary-3),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.14) ;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:larken;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.999rem;height:3.499025rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:28.1240234375rem;left:30.5rem;display:block; }
#nIuOH0LuQUiSGToCm2itfPUuNQB4Av12 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM { color:#1f2321;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:12.4375rem;left:27.75rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
#L6O6Po6gCtEuwm69B5L50iS6JVeBDVZV { position:absolute;display:block;z-index:15032;background-color:#55636f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24956625rem;width:22.1875rem;top:10.498046875rem;left:26.436632156372rem;display:block; }
#o9GodGXEagodCPzbZvQsr1965bmKQo8c { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:5.3125rem;left:29.8125rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ux25h01pPGWLkIoFDATcK42STPWIZcBb { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:6.5rem;left:37.1875rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rMHVEdGhrWpSLnz7CSLuoe3gMUevXqlX { color:#c13535;display:block;width:19.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:3.875rem;left:27.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVLqn9WOP693bRE16bDfkBh1VUtTTU0Q { color:#1f2321;display:block;width:21.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:1.5rem;left:26.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqTuENr0BtlyrZQmdrJWdPxMa34cybDV { position:absolute;display:block;z-index:15024;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;border-top:0.25rem solid #55636f;border-left:0.25rem solid #55636f;border-right:0.25rem solid #55636f;border-bottom:0.25rem solid #55636f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:22.1875rem;top:0rem;left:26.224609375rem;display:block; }
#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1e2e8;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; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { background-color: transparent; background-image: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container > .video-iframe-container { display: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container { display: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .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); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { border-width: 0; border-radius: 0; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#wt58uIgwf1ZSyyDNET7qmxip0qnG0rPN { color:#084265;display:block;width:44.625rem;position:absolute;font-family:"open sans semibold";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:3.75rem;left:15.1875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { background-color: transparent; background-image: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container > .video-iframe-container { display: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container { display: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .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); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { border-width: 0; border-radius: 0; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#bbabTAMlepiTP4348d7dyzTvIK9VUIyF { 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:2.75rem;width:11.4375rem;top:1.84375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ { display:block; }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #empMcVTbs5t8f0iFsMPZuoQnbobafVST { width:15.8125rem;height:2.4375rem;top:1rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn0vuofzbbB1pQqWdENhTyOyRwGOhOVI { display:block; }
 }@media only screen and (max-width: 763px) { #fH9OCSDDOikSEdJLMMbqBVmg9yxmVLDP { width:9.9375rem;height:2.6875rem;top:0.8125rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTMqwIuCITdr4rPfPMRumm1mIkWPuW4H { display:block; }
 }@media only screen and (max-width: 763px) { #GiKT4pu7omNZbpVOvPqwhZKhVtKyNtwB { top:1.125rem;left:0rem;width:10rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { display:block; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { top:7.3125rem;left:0rem;width:35.5rem;height:7.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { width:13.9375rem;height:3.4375rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdkXxR8s3dZnppgeSNKtphBHRzXKMmsK { display:block; }
 }@media only screen and (max-width: 763px) { #XDD6w2Qsik4uC2GgKAgDLOlHZ0Ti4SAQ { top:4.375rem;left:0rem;width:35.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey { top:23.125rem;left:0rem;width:31.1875rem;height:;font-size:1rem;display:block; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/00ea3420-611d-4b41-bc87-2b53c097523b/check_blue.png); }
 }@media only screen and (max-width: 763px) { #r4xa8AZwJQC4STxTUu2lmEgZwM5wCqOZ { top:28.5rem;left:8.625rem;width:15.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { top:20.0625rem;left:0rem;width:36.5625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BumqtsWlCwrouDorCJOk6BwxiEPcesSt { top:18.5rem;left:0rem;width:3.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSdwNbEtd2uOxwvhXs3fyP2AoMX0IaFC { top:15.4375rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T9Tnb2SXozoS64VkNIP9UTBc0ktilM { top:3.9375rem;left:10.4375rem;width:37.3125rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J92ogcsdKlolIZ6awHtgGnzCEPewT4pm { top:2.0625rem;left:0rem;width:10rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW { display:block; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o83PcZk9qFbxHfWk9si4V50BqfNo0iNS { top:8.3125rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1UoCivTUH26iJTRTG6UsblMBqK9ynbL { top:21.625rem;left:12.0625rem;width:35.6875rem;height:68.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCtIwZsmelHZAEJ3dZyPyIeE7xRXB0zR { top:26.9375rem;left:0rem;width:4rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { top:17.0625rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAEyHNOCKpLafTXb7erhU6o13ZTony9Z { top:21.625rem;left:0rem;width:23.75rem;height:50.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB { display:block; }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 { display:block; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzpK6i2ePnDqqzT2hbqEvC00GRxURJON { top:8.75rem;left:0rem;width:37.5rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { top:13.5rem;left:0rem;width:37.375rem;height:;font-size:0.875rem;display:block; }#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 li:before{  }
 }@media only screen and (max-width: 763px) { #XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { width:13.9375rem;height:3.4375rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block; }
 }@media only screen and (max-width: 763px) { #mGwWeIelOR3iSdk1e7G71wO3ULnAse5w { top:43.375rem;left:0rem;width:37.3125rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTNZ59nAwPDNQXosNzFCGEvWmiIZnfHM { top:13.3125rem;left:19.375rem;width:28.375rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOfziN74luasD12gR9ks4Xce62miBUsQ { top:30.5625rem;left:34.75rem;width:11.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p { display:block; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InBNEHUmPzorHzkxW7S2nTtwBOV3XVpz { top:6.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EirgA14Z1hiXIqpmMcmIa0tJvtshr70K { top:15.6875rem;left:9.8125rem;width:37.9375rem;height:12.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8vr98lKGTOgAceaZ5WPK2XpxUUs4lgJ { top:26.9375rem;left:0rem;width:4rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVFT4kHWhrioVAavUFD1mcT8VveBRXEJ { top:11.5rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk7aTy59EVBDm7ciLbDFhnsVvrAGq5cr { top:15.6875rem;left:0rem;width:19.375rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdMwHN8BvdgTh7Tfxx5sMLQg0rUHl7N7 { top:28.5rem;left:12.0625rem;width:35.6875rem;height:;font-size:0.875rem;display:block; }#hdMwHN8BvdgTh7Tfxx5sMLQg0rUHl7N7 li:before{  }
 }@media only screen and (max-width: 763px) { #we8M2b8v5ss6TBN6UWy2UPgTmXKCC4fL { top:43.5625rem;left:12.0625rem;width:35.6875rem;height:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG { display:block; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqda2FhRCfGu07hC3JLmNlhkLcDETG1R { top:11.6875rem;left:0rem;width:6.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOdoabrlZ666WJbZgnffEJI12QVdR8Bv { top:6.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT { display:block; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmzgWEUO4RoIa82bJVXgP2ra1fy8sERa { top:0rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl { display:block; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B83dPBLLTFZpUQs7bQK4UgvWWxJANmdN { top:0rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ { display:block; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kb569cnuc9IvZfHtyENBarw5lAC1cpyh { top:0rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN { display:block; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxDtiywq516K3RQQV05vIsLriyPazKGW { top:0rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 { display:block; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIRbaaFzvvwHhJ1Z7Ealw8r7Ckv9ZRob { top:30.375rem;left:0rem;width:37.5rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBWxUXLeAIdflXR1XFVaEctwi4MDEy5l { top:34.4375rem;left:8.1875rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUVXm5fwFRw9n0yBFdlRX2n3MabxT7P6 { top:7.125rem;left:11.0625rem;width:36.6875rem;height:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhe8FTCie4WygEJibT72OwdU1pOf6rUm { top:7.125rem;left:1.5rem;width:18.1875rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLu7wiZAuqfLMOxrqTeM1sVpVWVVNBvm { top:8.4375rem;left:1.5rem;width:17.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXppkwO3yH4alkd4p2ONsKhP7PRrQXzF { top:22.375rem;left:16.0625rem;width:5.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 { display:block; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD342Ls0xBEW6ml9c6eOixWI3kloeItF { top:5.5625rem;left:2.1875rem;width:29.5625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na9mZopKlT5JVwXN2ODKriSlsONbXWpS { top:10.125rem;left:0rem;width:44.125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ65XmR6GR2f0v4FNQy4Ic2GwZROQOT0 { top:0rem;left:0rem;width:21.5rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { display:block; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVX2T6UuLrEFvAEeC1sdRv8q549OXH7G { top:6.875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF01BysuKyGW0ewwJfmGaL8pr7ORV6kM { top:15.5625rem;left:0rem;width:46.5625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { display:block; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #webWDfs7T9T7hJADBGpWPUAXUc6UwLC5 { width:13.9375rem;height:3.4375rem;top:28.0625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIuOH0LuQUiSGToCm2itfPUuNQB4Av12 { display:block; }
 }@media only screen and (max-width: 763px) { #QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM { top:12.4375rem;left:12.375rem;width:19.375rem;height:;font-size:0.9375rem;display:block; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #L6O6Po6gCtEuwm69B5L50iS6JVeBDVZV { top:10.4375rem;left:9.6875rem;width:22.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9GodGXEagodCPzbZvQsr1965bmKQo8c { top:5.3125rem;left:16.125rem;width:6.875rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux25h01pPGWLkIoFDATcK42STPWIZcBb { top:6.5rem;left:22.625rem;width:9.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMHVEdGhrWpSLnz7CSLuoe3gMUevXqlX { top:3.875rem;left:12.1875rem;width:19.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLqn9WOP693bRE16bDfkBh1VUtTTU0Q { top:1.5rem;left:10rem;width:21.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqTuENr0BtlyrZQmdrJWdPxMa34cybDV { top:0rem;left:9.0625rem;width:22.1875rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I { display:block; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wt58uIgwf1ZSyyDNET7qmxip0qnG0rPN { top:3.75rem;left:1.5625rem;width:44.625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { display:block; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbabTAMlepiTP4348d7dyzTvIK9VUIyF { top:1.8125rem;left:0rem;width:11.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ { display:none; }#aUOBxTQ38taILdXXNsWGBN33AgqrWhKZ > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #empMcVTbs5t8f0iFsMPZuoQnbobafVST { width:9.625rem;height:2.4375rem;top:8.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn0vuofzbbB1pQqWdENhTyOyRwGOhOVI { display:block; }
 }@media only screen and (max-width: 763px) { #fH9OCSDDOikSEdJLMMbqBVmg9yxmVLDP { width:9.9375rem;height:2.6875rem;top:12.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTMqwIuCITdr4rPfPMRumm1mIkWPuW4H { display:block; }
 }@media only screen and (max-width: 763px) { #GiKT4pu7omNZbpVOvPqwhZKhVtKyNtwB { width:9rem;height:2.1875rem;top:3.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo { background-color:#c1e2e8;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; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { background-color: transparent; background-image: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { display: none; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .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); }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { border-width: 0; border-radius: 0; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqKGU4U5Bxd97KGMnRGc6eFPaWG91QQo > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVEIEcNM0nWyuXRdhiPbESTBKrJZQOfH { width:17.375rem;height:6.599125rem;top:10.3330078125rem;left:1.3125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yePbeNZWR5nhZbkFcSh8GiAVuxlDSUIy { width:13.375rem;height:3rem;top:42.08203125rem;left:3.3125rem;color:#ffffff;background-color:#084265;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdkXxR8s3dZnppgeSNKtphBHRzXKMmsK { display:block; }
 }@media only screen and (max-width: 763px) { #XDD6w2Qsik4uC2GgKAgDLOlHZ0Ti4SAQ { width:15.375rem;height:2.625rem;top:6.91796875rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.5;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey { width:17.9375rem;height:13.599125rem;top:26.8994140625rem;left:1.03125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#oAIvWo0zZVz7nW43awF6SUNta9Qm8Xey li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/00ea3420-611d-4b41-bc87-2b53c097523b/check_blue.png); }
 }@media only screen and (max-width: 763px) { #r4xa8AZwJQC4STxTUu2lmEgZwM5wCqOZ { width:7.4375rem;height:8.5625rem;top:50.7958984375rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ipuah6Jdd69a1vfH8gTBIxhJWF4bWa2F { width:18.125rem;height:2.9746125rem;top:22.8134765625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BumqtsWlCwrouDorCJOk6BwxiEPcesSt { width:3.999025rem;height:0.3125rem;top:21.33203125rem;left:8rem;background-color:#084265;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TSdwNbEtd2uOxwvhXs3fyP2AoMX0IaFC { width:13.9375rem;height:2.92480625rem;top:17.36962890625rem;left:3.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T9Tnb2SXozoS64VkNIP9UTBc0ktilM { width:20rem;height:20rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J92ogcsdKlolIZ6awHtgGnzCEPewT4pm { width:10rem;height:2.375rem;top:2.5205078125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW { background-color:#e6e3dc;background-image:none;display:block; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { background-color: transparent; background-image: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row > .video-iframe-container { display: none; }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .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); }#GvxMg05ZfGNzoSMRDLp5sRh6z23HoLLW > .row .container { width:20rem;height:139.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o83PcZk9qFbxHfWk9si4V50BqfNo0iNS { width:17.9980625rem;height:5.84911875rem;top:2.75rem;left:1rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #P1UoCivTUH26iJTRTG6UsblMBqK9ynbL { width:18.9980625rem;height:83.10545rem;top:11.546875rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #iCtIwZsmelHZAEJ3dZyPyIeE7xRXB0zR { width:4rem;height:0.3125rem;top:16.9306640625rem;left:0.5rem;z-index:15014;background-color:#262627;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #sIUxQq2c4AiDW2gFIa36CSyLEVz2q2HT { width:7.5rem;height:0.3125rem;top:9.53515625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAEyHNOCKpLafTXb7erhU6o13ZTony9Z { width:20rem;height:42.7358125rem;top:96.45166015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB { display:none; }#U6UmgIAlnJPUcZtTQgrhml66U7pdrsEB > .row .container { width:20rem;height:14rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 { display:block; }#kNdDyuzy9WuysAf4H1eozKN03aVVfGO2 > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzpK6i2ePnDqqzT2hbqEvC00GRxURJON { width:18.125rem;height:2.11230625rem;top:3.1865234375rem;left:0.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 { width:20rem;height:33.6694375rem;top:6.611328125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#B6dni4mvun82f5lzUTBmuFfmrQ9hxkJ1 li:before{  }
 }@media only screen and (max-width: 763px) { #XE3ZEffhFfNzHOUrGgJAO7thRRpebgTU { width:13.9980625rem;height:3.499025rem;top:45.96875rem;left:3.00048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS374SXJiv4fcsRJEtoker6PF3kQv97a { display:block; }
 }@media only screen and (max-width: 763px) { #mGwWeIelOR3iSdk1e7G71wO3ULnAse5w { width:15rem;height:3.1494125rem;top:41.31982421875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTNZ59nAwPDNQXosNzFCGEvWmiIZnfHM { width:19.625rem;height:19.625rem;top:51.7705078125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOfziN74luasD12gR9ks4Xce62miBUsQ { width:6.5rem;height:11.1875rem;top:62.2705078125rem;left:11.853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p { background-color:#f2ebd7;background-image:none;display:block; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { background-color: transparent; background-image: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container > .video-iframe-container { display: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row > .video-iframe-container { display: none; }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .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); }#sL5OTA6MyPedL4nDVHFPid6FxgKaiB9p > .row .container { width:20rem;height:79rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InBNEHUmPzorHzkxW7S2nTtwBOV3XVpz { width:17.999125rem;height:4.54980625rem;top:4.0624952316284rem;left:0.99934911727906rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EirgA14Z1hiXIqpmMcmIa0tJvtshr70K { width:18.9980625rem;height:14.958975rem;top:11.994140625rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #K8vr98lKGTOgAceaZ5WPK2XpxUUs4lgJ { width:4rem;height:0.3125rem;top:15.37109375rem;left:8rem;z-index:15014;background-color:#262627;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #fVFT4kHWhrioVAavUFD1mcT8VveBRXEJ { width:7.5rem;height:0.3125rem;top:9.681640625rem;left:6.25rem;background-color:#084265;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Gk7aTy59EVBDm7ciLbDFhnsVvrAGq5cr { width:14.625rem;height:23.5625rem;top:53.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdMwHN8BvdgTh7Tfxx5sMLQg0rUHl7N7 { width:18.875rem;height:14.234375rem;top:27.75rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15000;display:block; }#hdMwHN8BvdgTh7Tfxx5sMLQg0rUHl7N7 li:before{  }
 }@media only screen and (max-width: 763px) { #we8M2b8v5ss6TBN6UWy2UPgTmXKCC4fL { width:20rem;height:8.3105625rem;top:43rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG { display:block; }#RerezH0eQ1T7x33fHdMOJkzHBJAOMVNG > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqda2FhRCfGu07hC3JLmNlhkLcDETG1R { width:7.5rem;height:0.1875rem;top:7.3984375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOdoabrlZ666WJbZgnffEJI12QVdR8Bv { width:20rem;height:2.2749rem;top:4.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT { display:block; }#U1Kyso4OEyx6WrTXM9esWvBqq2XPhlKT > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmzgWEUO4RoIa82bJVXgP2ra1fy8sERa { width:19.5625rem;height:8.92380625rem;top:0rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl { display:block; }#ezrIDqeWGt0XLuNHV4lwfQhEPwDprIAl > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B83dPBLLTFZpUQs7bQK4UgvWWxJANmdN { width:19.5625rem;height:5.94921875rem;top:0rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ { display:block; }#DhUaSMTZdVgyCTiZktwJVSUa01IGFrgJ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kb569cnuc9IvZfHtyENBarw5lAC1cpyh { width:19.5625rem;height:7.436525rem;top:0rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN { display:block; }#SlPWr1VFtR7Im60Sq8yISuCM63rOiDbN > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxDtiywq516K3RQQV05vIsLriyPazKGW { width:19.5625rem;height:7.436525rem;top:0rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 { background-color:transparent;background-image:none;display:block; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { background-color: transparent; background-image: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container > .video-iframe-container { display: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row > .video-iframe-container { display: none; }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .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); }#sJz7ODtr300T1GAkebPzzWm5ElE43Ic6 > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIRbaaFzvvwHhJ1Z7Ealw8r7Ckv9ZRob { width:20rem;height:2.2749rem;top:24.125rem;left:0rem;font-size:1.75rem;color:#262627;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBWxUXLeAIdflXR1XFVaEctwi4MDEy5l { width:7.5rem;height:0.3125rem;top:27.25rem;left:6.25rem;background-color:#084265;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cUVXm5fwFRw9n0yBFdlRX2n3MabxT7P6 { width:19.1875rem;height:44.6191125rem;top:29.4375rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Lhe8FTCie4WygEJibT72OwdU1pOf6rUm { width:16.375rem;height:26.9375rem;top:4.9375rem;left:1.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WLu7wiZAuqfLMOxrqTeM1sVpVWVVNBvm { width:14.375rem;height:15.125rem;top:6.25rem;left:1.8125rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aXppkwO3yH4alkd4p2ONsKhP7PRrQXzF { width:3.9375rem;height:1rem;top:16.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 { display:block; }#BmfUDvx6EBLupROCAOlsxRxmXgSHwLn5 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD342Ls0xBEW6ml9c6eOixWI3kloeItF { width:20rem;height:5.19921875rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #na9mZopKlT5JVwXN2ODKriSlsONbXWpS { width:20rem;height:16.997075rem;top:9.51953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ65XmR6GR2f0v4FNQy4Ic2GwZROQOT0 { width:20rem;height:18.953488372093rem;top:27.76659375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d { display:block; }#E2TuJoSzu19nS2Aie0ar9WG9d4q1ch2d > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVX2T6UuLrEFvAEeC1sdRv8q549OXH7G { width:16.5rem;height:6.8246875rem;top:4.185546875rem;left:1.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FF01BysuKyGW0ewwJfmGaL8pr7ORV6kM { width:15.875rem;height:2.92480625rem;top:11.75927734375rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dNsJd6gNLxUETQWBOqziQVQF3cUArU4e { display:block; }#dNsJd6gNLxUETQWBOqziQVQF3cUArU4e > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #webWDfs7T9T7hJADBGpWPUAXUc6UwLC5 { width:13.9980625rem;height:3.499025rem;top:26.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIuOH0LuQUiSGToCm2itfPUuNQB4Av12 { display:block; }
 }@media only screen and (max-width: 763px) { #QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM { width:17.6875rem;height:13.5625rem;top:12rem;left:1.125rem;font-size:0.9375rem;display:block; }#QKEqPBIuSpHhokDPwtdoS9vXNLUElhuM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6f2eac1c-0d8e-458e-ba6e-f0767d01dd40/check_drk_red.png); }
 }@media only screen and (max-width: 763px) { #L6O6Po6gCtEuwm69B5L50iS6JVeBDVZV { width:20rem;height:0.25rem;top:10.3125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #o9GodGXEagodCPzbZvQsr1965bmKQo8c { width:8rem;height:3.75rem;top:6.0625rem;left:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux25h01pPGWLkIoFDATcK42STPWIZcBb { width:9.1875rem;height:1.875rem;top:7.125rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMHVEdGhrWpSLnz7CSLuoe3gMUevXqlX { width:19.625rem;height:1.6875rem;top:4.625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLqn9WOP693bRE16bDfkBh1VUtTTU0Q { width:18.75rem;height:1.40625rem;top:2.5rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HqTuENr0BtlyrZQmdrJWdPxMa34cybDV { width:19.6875rem;height:30.5625rem;top:1rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I { background-color:#c1e2e8;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; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { background-color: transparent; background-image: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container > .video-iframe-container { display: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container { display: none; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .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); }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { border-width: 0; border-radius: 0; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9gzcCEhzM4JmD6ELpX2zrogvysfDH5I > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wt58uIgwf1ZSyyDNET7qmxip0qnG0rPN { width:17.1875rem;height:5.625rem;top:2.46875rem;left:1.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#084265;display:block; }
 }@media only screen and (max-width: 763px) { #gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { display:block; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbabTAMlepiTP4348d7dyzTvIK9VUIyF { width:9.4375rem;height:2.1875rem;top:1.40625rem;left:5.28125rem;display:block; }
 }