.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 { 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; }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 > .row .container { background-color: transparent; background-image: none; }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 > .row .container > .video-iframe-container { display: none; }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 > .row > .video-iframe-container { display: none; }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 > .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); }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 > .row .container { border-width: 0; border-radius: 0; }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#dk2JdmQ9umILSxKO1sz3iDJ1qLS0H8kl { background-color:transparent;background-image:none;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:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:27.8125rem;display:block; }
#stOKcO6TzuQe8I6cJFvoAJ0UVOmrDTsk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NZA51N6S4TeHg87QM3mI7fwyl07t9OZv { background-color:transparent;background-image:none;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:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:35rem;display:block; }
#CM8HHTyX7rAh8T0rCNe1RJ0hbL8oiNTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DUddH3Nt1M8yi9TigCclTPCtimHxuZxN { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0a2b55, #4574b3);background-image: -moz-linear-gradient(115deg, #0a2b55, #4574b3);background-image: -ms-linear-gradient(115deg, #0a2b55, #4574b3);background-image: -o-linear-gradient(115deg, #0a2b55, #4574b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2b55', endColorstr='#4574b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2b55', endColorstr='#4574b3' );";background-image: linear-gradient(115deg, #0a2b55, #4574b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:51.313545227051rem;display:block; }
#iT6iuP0GIz1E1NH0aIMn68xl8yhGmTZ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ek8SDS3ed9IEHH4Wqb0tq7P78EqCJN9L { background-color:transparent;background-image:none;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:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:42.5rem;display:block; }
#DTgxbcFhhNqTiCw0PipMZUf61xhz1Mr8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edDTEcWTlyhSeldkbThDlAoxq1JT4Ebv { 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:1.8125rem;width:8.1875rem;top:1.53125rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#CKQUZi0fTPKxIg7SpSZxZKwtT8bO86Tv { 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:1.9375rem;width:7.625rem;top:1.34375rem;left:9.53125rem;overflow:hidden;display:block; }
#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:transparent;background-image:url("https://images.assets-landingi.com/PhYq704ffdA/unsplash/sean-pollock-PhYq704ffdA-photo-1486406146926-c627a92ad1ab.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.adaptive-delivery-prevent-bg, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyload, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyloading { background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,43,85,0.74); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,43,85,0.74); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { border-width: 0; border-radius: 0; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::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; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:60rem;height:42rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { color:#000000;display:block;width:50.6875rem;position:absolute;font-family:montserrat;font-size:4.1875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.4992189407349rem;left:4.65625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:10.125rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { background-color:#58c68b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:35.25rem;left:21rem;display:block; }
#i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVoVnAOWaiAupnX5oyVqo2JlyVJgV4CN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:21.1875rem;left:43.125rem; }
#W85UTlLJsf8PVD1QFBoIJGKxDutoshHc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.1875rem;left:16rem; }
#NJ8QIOvh9WGeoMcsSSToZ34dktxf8ZsM { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:25.0625rem;left:5.25rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#gD4dCgeTJwKAbPZzzenEO9IJJpTfuAiB { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:25.0625rem;left:32.3125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#pJWLHcsNripiTSEyp45oi5EytTOLvTGO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:30.5rem;left:0rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#oMGs67uRb4n86Cx8aJLOJDaJOcnPN0oS { color:#58c68b;display:block;width:40.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:15.625rem;left:9.875rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { 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; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { background-color: transparent; background-image: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container > .video-iframe-container { display: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row > .video-iframe-container { display: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .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); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { border-width: 0; border-radius: 0; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#rTUkao1MK7Srnad3ysohprNQIsEaiReC { color:#0a2b55;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GBdd4istWVRFodteTWUg2q9o1cXmXSk6 { color:#0a2b55;display:block;width:51.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:5.6875rem;left:4.3125rem;height:19.125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 { position:relative;display:block; }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 { background-color: transparent; background-image: none; }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 > .row .container > .video-iframe-container { display: none; }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 > .row > .video-iframe-container { display: none; }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 > .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); }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 { border-width: 0; border-radius: 0; }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 > .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; }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0a2b55;background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yXohbwZb4rBVQw31WOnSvld1ZQ1DM3Ss { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:3.6625003814698rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { position:relative;display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { background-color: transparent; background-image: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { border-width: 0; border-radius: 0; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2b55;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { color:#0a2b55;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:4.90625rem;left:1.25rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrTPowzx1q5Wc9PORmyHqrVyoDyreLuK { color:#0a2b55;display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:4.90625rem;left:16.65625rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vie2McBtwArR2wR6BR4PipU0Czu9FVmZ { color:#0a2b55;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:4.90625rem;left:31.250001907349rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPu7KBpnHvE3T5ETUGKx6Cfxh8rXF9ow { color:#0a2b55;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:4.9242191314697rem;left:46.125001907349rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UWMIXPb7IGz3H1TNF8trAPPT6AG17qh8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.40625rem;left:6.15625rem; }
#ROPrq0DvL38q9TUXPUTeZs4u7hHLKxa3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.40625rem;left:21.156251907349rem; }
#Hv6wis4ukiFQf30ZiIR1yVaX36KqC8ci { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.40625rem;left:36.156251907349rem; }
#xhtRyT74zJGNtpEdIlUK482iopdPSk69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.21875rem;left:50.968751907349rem; }
#NNDPDucsOXtcmy8onvPkSTry9agbCTPf { position:absolute;display:block;z-index:15001;background-color:#f5f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:13.75rem;top:0rem;left:0.625rem;display:block; }
#Ok8VXHqTO9ZTmso54OOcSnovwvHTu2SO { position:absolute;display:block;z-index:15002;background-color:#f5f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:13.75rem;top:0rem;left:15.625rem;display:block; }
#xPDLuVW16bbxm8ful32WqoC02BEMzP9L { position:absolute;display:block;z-index:15003;background-color:#f5f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:13.75rem;top:0rem;left:30.625rem;display:block; }
#BTPkx2VCqs0tMyzqn5vFKoHWoNlUH6WE { position:absolute;display:block;z-index:15004;background-color:#f5f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:13.75rem;top:0rem;left:45.625rem;display:block; }
#RmbFVNJWdwbRGmXXUxbbGn9wbvVdnaTe { position:absolute;display:block;z-index:15001;background-color:#f5f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:13.75rem;top:0rem;left:0.625rem;display:none; }
#H8qisOq0oi2rR4JIUKmiKlvZtqcfbCLF { position:absolute;display:block;z-index:15001;background-color:#f5f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:13.75rem;top:0rem;left:0.625rem;display:none; }
#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g { position:relative;display:block; }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g { background-color: transparent; background-image: none; }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g > .row .container > .video-iframe-container { display: none; }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g > .row > .video-iframe-container { display: none; }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g > .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); }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g { border-width: 0; border-radius: 0; }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2b55;background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Kg37N68STShVm08NmUoL7BTe6GlROvAQ { color:#0a2b55;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:8.0625rem;left:1.25rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2BXT4mnnAUqs23BhOR3a7MIxupV7wue { color:#0a2b55;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:8.0625038146975rem;left:16.250000953674rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VSVGgXDI81oLWLeUfwtHT3sIlvkKCvpc { color:#0a2b55;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.9375rem;left:31.25rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTnURsTb3u8Bzh5LUmqsXdbinzZkpgd9 { color:#0a2b55;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:8.0625rem;left:46.25rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AILDhJAT8dwxdcFervOetlGXZwqRzm2a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.5rem;left:6.1875rem; }
#g4FhTxoaWcDSKTEAWeL8uqZTX4ERx2Zb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.6875038146972rem;left:21.343750953674rem; }
#ba67saWLaRn3tGrPhTGKgbiPrk485k3i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.3750019073486rem;left:51.031254768372rem; }
#BS80EoqeKuvzUZzLIcwv47Du6PnI6f9K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.6875019073486rem;left:36.343750953674rem; }
#T1RR7f0QgcwA9c23AczEprN6Tat1OkDg { position:absolute;display:block;z-index:15002;background-color:#f5f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.75rem;top:2.1875rem;left:0.625rem;display:block; }
#oDToMEI78NH7iAuMFJUxFB3WZ6BNwRPS { position:absolute;display:block;z-index:15003;background-color:#f5f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:13.75rem;top:2.15625rem;left:15.625rem;display:block; }
#F6OmkCwllFHabRvWDCdUkesTyxdVR2Xn { position:absolute;display:block;z-index:15004;background-color:#f5f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:13.75rem;top:2.0625rem;left:30.625rem;display:block; }
#NaurXxZH0Z5ddxIpPhE1xWG55tgTLZXe { position:absolute;display:block;z-index:15005;background-color:#f5f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:13.75rem;top:2.1875rem;left:45.625rem;display:block; }
#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58c68b;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; }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB > .row .container { background-color: transparent; background-image: none; }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB > .row .container > .video-iframe-container { display: none; }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB > .row > .video-iframe-container { display: none; }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB > .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); }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB > .row .container { border-width: 0; border-radius: 0; }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#QIuT7TgZOMFaTH00Hp0n29MUB9Az1Wxn { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:4.46875rem;left:0rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe { 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; }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe > .row .container { background-color: transparent; background-image: none; }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe > .row .container > .video-iframe-container { display: none; }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe > .row > .video-iframe-container { display: none; }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe > .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); }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe > .row .container { border-width: 0; border-radius: 0; }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#pvgHHdHyv8QkLIqF6lfEXIaVLXoW3GOA { color:#0a2b55;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8242199420929rem;left:28.35000038147rem;height:2.25rem;font-style:normal;display:block; }
#Cx8KDAsR32VXn2zM9ETHKJt2OTccFrEZ { position:absolute;display:block;z-index:15003;background-color:#bebec5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:7.0000011920931rem;left:28.35000038147rem;display:block; }
#laoy8TL8FI1B5c2uV2RwsA9v8mppewcs { position:absolute;display:block;z-index:15006;background-color:#58c68b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.9687511920931rem;left:28.35000038147rem;display:block; }
#yr7cnD3EC8lW3zMF00NGqRSlQkyKO0Ld { color:#0a2b55;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:8.6875004768369rem;left:28.35000038147rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#niBGrQgUoEBlhydfuWSLAaqxTkCDPfD5 { color:#0a2b55;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:18.4375rem;left:28.375rem;height:2rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#stblF48TUmuwzt1rT8KIWn3CwEbRHlPo { color:#0a2b55;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:21.0625rem;left:28.3125rem;height:;text-align:left;text-align-last:left;display:block; }#stblF48TUmuwzt1rT8KIWn3CwEbRHlPo li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#stblF48TUmuwzt1rT8KIWn3CwEbRHlPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1b01be7bc5b22daa03fc6aba9f57526f3329ae0.svg); }
#DyAJp32zWRrMJbRQ9cRBZcJdU6MtGy6I { color:#0a2b55;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:37.8125rem;left:28.3125rem;height:3.9375rem;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; }
#esUVWlTwKl82Mqir3lxxVH7pVUiA61Sz { position:absolute;display:block;z-index:15007;background-color:#2d2929;background-image:url("https://images.assets-landingi.com/3fPXt37X6UQ/unsplash/charles-forerunner-3fPXt37X6UQ-lIZrwvbeRuuzqOoWJUEn_Photoaday_CSD%2520%25281%2520of%25201%2529-5.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:48.5rem;width:26.125rem;top:0rem;left:0rem;display:block; }#esUVWlTwKl82Mqir3lxxVH7pVUiA61Sz.adaptive-delivery-prevent-bg, #esUVWlTwKl82Mqir3lxxVH7pVUiA61Sz.lazyload, #esUVWlTwKl82Mqir3lxxVH7pVUiA61Sz.lazyloading { background-image: none; }
#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { position:relative;display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { background-color: transparent; background-image: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container > .video-iframe-container { display: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row > .video-iframe-container { display: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .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); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { border-width: 0; border-radius: 0; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .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; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0a2b55;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.84375rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk { position:relative;display:block; }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk { background-color: transparent; background-image: none; }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk > .row .container > .video-iframe-container { display: none; }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk > .row > .video-iframe-container { display: none; }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk > .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); }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk { border-width: 0; border-radius: 0; }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk > .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; }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0a2b55;background-image:none;font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f5f6f6;background-image:none;vertical-align:top; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1.25rem;color:#0a2b55;height:auto; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:montserrat;color:#0a2b55; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-trigger.adaptive-delivery-prevent-bg, #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-trigger.lazyload, #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-trigger.lazyloading { background-image: none; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:#0a2b55;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #DMXZV1wCxRHauNzmOZwNQJLsWtvpoBIv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #vkzP7OcUEUiHP1g5qcJHHLEBMSUbsEi3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #obGMxGoc6AJi4DlQb5R5VrOPxFnGLqTC { display:block;position:relative; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #PL0oOAxMzghnhL8y0zffbPKuuBxdwnr9 {  }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #zEkVLWAufdPVNU4QxlLyxzQtWcOCoRm0 {  }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #ceG8RkFoOQ8uoGmdNSGm8fLfDDT0Juue { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #dLEiq0UlVLsJlumK1uND5k3g7N3eBNH9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #dVbP0JHe9CBca2mZCvTRaDWX4AMMc5rd { display:block;position:relative; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #eGnaoiAmEiFyLu4XWHclD7AiW9IBGBQu {  }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #v9TbdoAm6dMobscmQl1vrsZg5TQUkQpq { display:none; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #LSxassWf9PWy7mE683Z9AVkgtVFcJi8G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #ISVkyEWygT8vTTTNBz1v7Fo0pWkA7OZh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #Tlg67aNuX92Tan6Ari54h3sHvB9a6602 { display:block;position:relative; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #e2WqWS2bhsq5QiO7mTwEMKwNHvaAyHRQ {  }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #LOOEPZaTrNrDD30koQVfC0CHdZgFcUom { display:none; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #n6Mg4ylmOHAUDRVN6BviJy4T0ErVxgac { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #z2oV2KcmukHhGUztSqVJ5NdWQCoelM82 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #hZLZI46CSq1upvrla5rFddfnpu6BQWtw { display:block;position:relative; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #QqkzUTkPl02wI4uSN096EZ9FQKhftRl1 {  }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #aZnMi2RIe4hVTv5Qhrl320hM3RigaeaZ { display:none; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #uXG3359dSk1ydKJMIVHNlssSS1QVVNbB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #sZXiurE4cCfq4LapeGV59SxKQlCy51Fa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #SVR5ar3eATPGVmJFovbNJQS0iFyKe4uE { display:block;position:relative; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #I9p5gAH05tGdmDgo9D2nIVgQFnS7QmnD {  }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #UCvUaS2w6LeQaxmVAmU6xxMoEPi1umU6 { display:none; }
#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58c68b;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; }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn > .row .container { background-color: transparent; background-image: none; }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn > .row .container > .video-iframe-container { display: none; }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn > .row > .video-iframe-container { display: none; }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn > .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); }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn > .row .container { border-width: 0; border-radius: 0; }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#PrDb05PsTWpO3ydlzwgn9cKTl6mVuAga { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:3.40625rem;left:0.53125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/VviFtDJakYk/unsplash/matthew-henry-VviFtDJakYk-photo-1449157291145-7efd050a4d0e.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga.adaptive-delivery-prevent-bg, #XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga.lazyload, #XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga.lazyloading { background-image: none; }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga > .row .container { background-color: transparent; background-image: none; }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,246,246,0.83); }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga > .row .container > .video-iframe-container { display: none; }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,246,246,0.83); }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga > .row > .video-iframe-container { display: none; }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga > .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); }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga > .row .container { border-width: 0; border-radius: 0; }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga::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; }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:60rem;position:relative;display:block; }#KkMgzbpTZ2ZXE9HcTWwlBwGhvldsuQXC { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:18.518749713897rem;left:1.40625rem;height:15.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4IHJ5rIUAIytegTXvPEnqGDD9PMXbGe { color:#0a2b55;display:block;width:40.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:9.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#VcxzPBZoC12xEDPVeDgFaM1R7Wp9wi7v { position:absolute;display:block;z-index:14999;background-color:#0a2b55;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:34.6875rem;width:20rem;top:9.1875rem;left:0rem;display:block; }
#yHkLCGcU7eDxNZXUAl3psRAU3Vz5eAZU { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;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:34.6875rem;width:20rem;top:9.1875rem;left:20rem;display:block; }
#HPVAl6J8GKt4WUJFd7fL5SedXQWpcxSg { position:absolute;display:block;z-index:15001;background-color:#0a2b55;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:34.6875rem;width:20rem;top:9.1875rem;left:40rem;display:block; }
#VywEdxGrDAbHn5vO5pWg3azUTlFcGfwg { color:#0a2b55;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:18.518749713897rem;left:21.406251907349rem;height:21rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n7WKTL1NQFJwGNKueSwXatER1gut9max { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:18.518749713897rem;left:41.406251907349rem;height:15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zAXFqN520BsmI5krUJmIgfzGJGwTpInO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.500000476837rem;left:7.65625rem; }
#xsXcI0bRykSbdAxbGpfmRXs0BCveITAL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:12.062500476837rem;left:27.625001907349rem; }
#TuRn2fy9H26anvhTZzVybwNKThAqiHuH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.937500476837rem;left:47.625001907349rem; }
#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2b55;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; }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs > .row .container { background-color: transparent; background-image: none; }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs > .row .container > .video-iframe-container { display: none; }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs > .row > .video-iframe-container { display: none; }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs > .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); }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs > .row .container { border-width: 0; border-radius: 0; }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#m9Q9wnq9t6B11rEXNmtIg6grp4OJZATi { position:absolute;display:block;z-index:15000;background-color:#2d2929;background-image:url("https://images.assets-landingi.com/F5nV6DnCf3I/unsplash/jess-bailey-F5nV6DnCf3I-photo-1519764803046-8ba615c54c0c.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:35.375rem;width:42.625rem;top:0rem;left:34.937501907349rem;display:block; }#m9Q9wnq9t6B11rEXNmtIg6grp4OJZATi.adaptive-delivery-prevent-bg, #m9Q9wnq9t6B11rEXNmtIg6grp4OJZATi.lazyload, #m9Q9wnq9t6B11rEXNmtIg6grp4OJZATi.lazyloading { background-image: none; }
#AlZmwJoGt2LS6qtPIsc2IlBHDBvG4UfU { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.25rem;font-style:normal;display:block; }
#Oa2KzVKB3isuAHgnTCdTiX3PCR3giCXT { position:absolute;display:block;z-index:15003;background-color:#bebec5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:9.375rem;left:0.3125rem;display:block; }
#O35ZAxzX1iPBEEx8Tiz8fpMTWv1MqrEl { position:absolute;display:block;z-index:15006;background-color:#58c68b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:9.375rem;left:0.0625rem;display:block; }
#aqkf0LMA9w8rKyQCf175EvEqKbBoBueE { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:10.75rem;left:0.0625rem;height:18.375rem;text-align:left;text-align-last:left;display:block; }
#hTbooQquH32aMrRDhFzz429VCKZLGAvu { 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; }#hTbooQquH32aMrRDhFzz429VCKZLGAvu > .row .container { background-color: transparent; background-image: none; }#hTbooQquH32aMrRDhFzz429VCKZLGAvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTbooQquH32aMrRDhFzz429VCKZLGAvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTbooQquH32aMrRDhFzz429VCKZLGAvu > .row .container > .video-iframe-container { display: none; }#hTbooQquH32aMrRDhFzz429VCKZLGAvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTbooQquH32aMrRDhFzz429VCKZLGAvu > .row > .video-iframe-container { display: none; }#hTbooQquH32aMrRDhFzz429VCKZLGAvu > .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); }#hTbooQquH32aMrRDhFzz429VCKZLGAvu > .row .container { border-width: 0; border-radius: 0; }#hTbooQquH32aMrRDhFzz429VCKZLGAvu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTbooQquH32aMrRDhFzz429VCKZLGAvu > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#R7IsDp0KdPEKtiyTqDlM7hoiDJ3GE9JP { color:#0a2b55;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0312490463257rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z { 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; }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z > .row .container { background-color: transparent; background-image: none; }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z > .row .container > .video-iframe-container { display: none; }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z > .row > .video-iframe-container { display: none; }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z > .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); }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z > .row .container { border-width: 0; border-radius: 0; }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:60rem;position:relative;display:block; }#DCQLlTHFyqRsaht3lgikalT871sr0WRd { position:absolute;display:block;z-index:15002;background-color:#0a2b55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.6875rem;width:29.375rem;top:1.5625rem;left:0rem;display:block; }
#zpts6SarB34ANgoDvWOzmNNOytkrBvLE { position:absolute;display:block;z-index:15004;background-color:#58c68b;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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.625rem;width:29.375rem;top:1.5625rem;left:0rem;display:block; }#zpts6SarB34ANgoDvWOzmNNOytkrBvLE.adaptive-delivery-prevent-bg, #zpts6SarB34ANgoDvWOzmNNOytkrBvLE.lazyload, #zpts6SarB34ANgoDvWOzmNNOytkrBvLE.lazyloading { background-image: none; }
#QcWmyPFqLdMTePDTPnhiZzITNrQ75FwJ { color:#ebeff5;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:6.375rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0cIA1a4gtFFrtUbEfkAst66BJXyb9n8 { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:8.5625rem;left:7.5625rem;height:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uBdayyvponl9gIoPi0xVzgIohzdL9CTW { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:8.25rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DT8O2mCuwbXDUDw6IWDlCqSTusFgwvd4 { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:17.6875rem;left:7.875rem;height:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB { color:#ebeff5;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2.34375rem;height:16.6875rem;display:block; }#EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d90e5f5e4bb595a46a683e4a5ad7275c6c9bdf17.svg); }
#HOToqgDvhKLI39d5hhkfLNTfe8b6SMBa { position:absolute;display:block;z-index:15011;background-color:#0a2b55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.6875rem;width:29.375rem;top:1.5625rem;left:30.625001907349rem;display:block; }
#TZZT1TuP41r2yVRacyOidQSsT415huPk { position:absolute;display:block;z-index:15023;background-color:#2086b7;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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.625rem;width:29.375rem;top:1.5625rem;left:30.625rem;display:block; }#TZZT1TuP41r2yVRacyOidQSsT415huPk.adaptive-delivery-prevent-bg, #TZZT1TuP41r2yVRacyOidQSsT415huPk.lazyload, #TZZT1TuP41r2yVRacyOidQSsT415huPk.lazyloading { background-image: none; }
#lnzp8n2RvhtctUln6LLZHDVUB3SKnXPl { color:#ebeff5;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.6875rem;left:37rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIB3lBnLrb3kKCAoiqaZyVdiX7IfTAGW { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:8.6875rem;left:38.1875rem;height:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s70VCN7LdVH7rLLGwRK5OqIAzpeASx0P { color:#000000;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10rem;left:39.1875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bqdgs2wIbEt9VkXmncXVPQ9yCucVBaDG { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:23.71875rem;left:34.84375rem;height:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KP3V4PSCe1TT5cfwT1sm6zWcxOG6JEIe { color:#ebeff5;display:block;width:24.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.5625rem;left:32.78125rem;height:8.5rem;display:block; }#KP3V4PSCe1TT5cfwT1sm6zWcxOG6JEIe li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#KP3V4PSCe1TT5cfwT1sm6zWcxOG6JEIe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d90e5f5e4bb595a46a683e4a5ad7275c6c9bdf17.svg); }
#cbScwXAgolEyNESZ5ZznwKaMk6cXzbOG { background-color:#58c68b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:39.533851414919rem;left:7.5rem;display:block; }
#gJmrG6nP33tVcNMBLiVkQgRi1ydmITI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xT53MtQtRT9dicCRsXtz4NQElAGr2gf0 { background-color:#2086b7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:39.532983571291rem;left:37.000001907349rem;display:block; }
#EVCl7DlrEzUmvFSLweErClcsGDBTuAO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSTbb5KsO1FTfiFIyJHychi4QsGxvZzh { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:13.625rem;left:26.75rem;height:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u105hepT82aD0KrsHwPvyLBiyfPoUbpo { color:#ebeff5;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:21.0625rem;left:32.65625rem;height:1.1875rem;display:block; }#u105hepT82aD0KrsHwPvyLBiyfPoUbpo li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#u105hepT82aD0KrsHwPvyLBiyfPoUbpo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d90e5f5e4bb595a46a683e4a5ad7275c6c9bdf17.svg); }
#qliURBvLz8WR14FiGSm3t9oNsFT6Wzg9 { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:17.6875rem;left:37.875rem;height:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q2WSTeBm7V3vAfcV7rN7MhPdtA7OBaS3 { position:absolute;display:block;z-index:15023;background-color:#2086b7;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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.625rem;width:29.375rem;top:1.5625rem;left:30.625rem;display:none; }#q2WSTeBm7V3vAfcV7rN7MhPdtA7OBaS3.adaptive-delivery-prevent-bg, #q2WSTeBm7V3vAfcV7rN7MhPdtA7OBaS3.lazyload, #q2WSTeBm7V3vAfcV7rN7MhPdtA7OBaS3.lazyloading { background-image: none; }
#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2b55;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; }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal > .row .container { background-color: transparent; background-image: none; }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal > .row .container > .video-iframe-container { display: none; }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal > .row > .video-iframe-container { display: none; }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal > .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); }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal > .row .container { border-width: 0; border-radius: 0; }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal > .row .container { font-size:0.875rem;font-family:arial;height:310.1875rem;width:60rem;position:relative;display:block; }#m4tk8TitTceU1aOag2i0uFC6LLPw1Gno { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:13.75rem;width:46.8125rem;top:12.25rem;left:11.5rem;display:block; }
#sGUT4Z2shLAAw6uwwarFRZt1qu1fWBTh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:15.21875rem;left:4.28125rem;overflow:hidden;display:block; }
#nmFNOCHdLqQfZJbGLQXQhDSi5Dlqmvyk { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.5625rem;left:13.6875rem;height:7.125rem;font-style:normal;display:block; }
#kOXwMEUobOvyJEc9Ft23iyk4fQ8ViC6G { 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:7.8125rem;width:7.8125rem;top:32rem;left:4.1875rem;overflow:hidden;display:block; }
#JR6By9AXrSZ5ZPRHRBOVWrNPgd5Grqeb { color:#0a2b55;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#C3TsMyNf8hInaOuSzcRKgxWVOEHBXfIR { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:235.0625rem;width:60rem;top:3.5625rem;left:1.625rem;display:block; }
#i9dJxQy87Az8SbW21S1vmIiBXaG0etU9 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:1.625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o2TLquUVz6JsnO0EyeaSyDVy3uhmqqTA { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:13.75rem;width:46.8125rem;top:29rem;left:11.5rem;display:block; }
#bTKwsMgOo98I9TsBTZET2xAgf1B1yHcW { color:#0a2b55;display:block;width:41.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.9375rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#IkK7aks3BS6lmD0eOczbLm242muGyxC6 { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:34.811618804932rem;left:13.687501907349rem;height:5.9375rem;font-style:normal;display:block; }
#X6OwVJLQ53nDxJMoTqU3S4VTVKS12f7s { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:14rem;left:54.9375rem; }
#X6OwVJLQ53nDxJMoTqU3S4VTVKS12f7s > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#iD98rRAsfSofmAp92XwHXICXTM0PQPu7 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:30.9375rem;left:54.9375rem; }
#iD98rRAsfSofmAp92XwHXICXTM0PQPu7 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#L3qq45RiAqvVFSynoVkbutPAciiozfH2 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:13.75rem;width:46.8125rem;top:45.6875rem;left:11.5rem;display:block; }
#LWEdKwONfQT9fknzTqNfABSBEWTtOg7n { 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:7.8125rem;width:7.8125rem;top:48.65625rem;left:4.34375rem;overflow:hidden;display:block; }
#BTALi4AuDZvt54Fud0i3AIcZ9Le1KfMe { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:51.1875rem;left:13.6875rem;height:4.75rem;font-style:normal;display:block; }
#BCfL17xysmGyLvTRk5HFarJnW73Rltmv { color:#0a2b55;display:block;width:41.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:47.5rem;left:13.6875rem;height:4.3125rem;font-style:normal;display:block; }
#ySkONcpSC67ek7VsTdF7adHcdTT2WgTT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:46.59375rem;left:54.875rem; }
#ySkONcpSC67ek7VsTdF7adHcdTT2WgTT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#IEhRVQ63FHvnV8Obmn3c3CXA7poKx9Tn { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:13.75rem;width:46.8125rem;top:62.5rem;left:11.5rem;display:block; }
#XaVCEvZsgl0HsHUibV2ew8n21NCwdJdE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.8125rem;top:65.46875rem;left:4.28125rem;overflow:hidden;display:block; }
#BT5TxvMgdKS93p7SaVAL8AfPsm1Sazpn { color:#0a2b55;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:64.25rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#T0TJyzCiCn7QTh80qyEhzoHLecmAHKg4 { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:67.6875rem;left:13.6875rem;height:5.9375rem;font-style:normal;display:block; }
#UhiMMQIfsZLQAgntp5wa2CdWacpTw5xv { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:63.40625rem;left:54.875rem; }
#UhiMMQIfsZLQAgntp5wa2CdWacpTw5xv > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#mnmgcWS6EeAs9Qmc78iFflp5tJ9TG2o0 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:17rem;width:46.8125rem;top:79.5rem;left:11.5rem;display:block; }
#FOSfQkmizd42A0geIpCbDsUnXXPiTcy7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:84.125rem;left:4.28125rem;overflow:hidden;display:block; }
#kD4c5uynTblDeOCKQk0WdvwdoNSTRGGU { color:#0a2b55;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:81.25rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#zwpRxtBw13LbtOWdL6tgC9T6ApvGM8r5 { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:85.0625rem;left:13.6875rem;height:9.5rem;font-style:normal;display:block; }
#sDS1nyOkmapJSWgQg9FE3acak5NKpqKr { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:16.375rem;width:46.8125rem;top:99.4375rem;left:11.5rem;display:block; }
#L8uZWd8Iz7LlaKbRPUTPpI49TsZs5t8w { color:#0a2b55;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:101.0625rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#De4cVPEI5l11idS8CMHW5tzb3sWHHprI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:103.75rem;left:4.28125rem;overflow:hidden;display:block; }
#k4KsInT0IbTDgJBIRN9VLZzxyUTW6ePS { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:105.125rem;left:13.8125rem;height:7.125rem;font-style:normal;display:block; }
#dMeodgnwTxOJ75BbPqSxw6cQsJSHl90T { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:14.125rem;width:46.8125rem;top:138.75rem;left:11.5rem;display:block; }
#qOvTER7DLl9cCDcPuhfqRW9qS2p0SsEf { 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:7.8125rem;width:7.8125rem;top:141.9375rem;left:4.4375rem;overflow:hidden;display:block; }
#DXlkDvTbdUvTxs5g9kFIVMge1lvqiSR8 { color:#0a2b55;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:140.8125rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#ntOidJ3if3yhx6hQfu1TWM4B0hLn2n4D { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:144.8125rem;left:13.8125rem;height:4.75rem;font-style:normal;display:block; }
#EDX7VRs8t2aBpAnLSOlqs2OfCN42RFp2 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:16.375rem;width:46.8125rem;top:119.125rem;left:11.5rem;display:block; }
#IZbAxNVbXWqQm57F1lsv62VAPsFTuXQB { color:#0a2b55;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:121.25rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#kx0y2iyx68sfEi8nIcNGnSwmFhtGrGyk { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:125.375rem;left:13.8125rem;height:7.125rem;font-style:normal;display:block; }
#SWd28J97dV002v1QWKRu0u2k3yQO1i12 { 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:7.8125rem;width:7.8125rem;top:123.4375rem;left:4.3125rem;overflow:hidden;display:block; }
#p5FR9mmB0RPO6eh09rfGVq3A3XtKRu4O { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:80.5rem;left:54.875rem; }
#p5FR9mmB0RPO6eh09rfGVq3A3XtKRu4O > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#SwHk6OevXEICRdQvSMv4d5rqaIgorgnD { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:100.5rem;left:54.875rem; }
#SwHk6OevXEICRdQvSMv4d5rqaIgorgnD > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#E4oaoXhayMbtuIhBTcoLronqmsquqlL9 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:120.25rem;left:54.875rem; }
#E4oaoXhayMbtuIhBTcoLronqmsquqlL9 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#T6RrzBwTwOzF8XSEpJygiWT359yT4fco { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:139.875rem;left:54.875rem; }
#T6RrzBwTwOzF8XSEpJygiWT359yT4fco > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#xOrP70CoG6KCWuFVk3U9SLoSiKX1B7JK { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:16.0625rem;width:46.8125rem;top:155.9375rem;left:11.5rem;display:block; }
#yWrKm4ETHgL8IwVeW6h0obdKDSEIUGGn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:160.0625rem;left:4.28125rem;overflow:hidden;display:block; }
#kxaZRhJ4THMuh5MZhcke27uR0qUFsb0e { color:#0a2b55;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:158.0625rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#nzmVOsQsJqezgdLbmu912NyuRSALTd72 { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:161.8125rem;left:13.8125rem;height:8.3125rem;font-style:normal;display:block; }
#ZH68IyKKFFr4UcqeDrl8KRPcxaKw6pCb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:156.9375rem;left:54.875rem; }
#ZH68IyKKFFr4UcqeDrl8KRPcxaKw6pCb > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#xWedn1GOSWeEgTUqewxUfCWm33sw0bFM { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:20.5625rem;width:46.8125rem;top:175.1875rem;left:11.4375rem;display:block; }
#qILK5275kcsKdBg2oNL4l63PmnxbS7Ti { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:181.5625rem;left:4.28125rem;overflow:hidden;display:block; }
#H9cS7oKHv7iJEVeR2Kw8bIsxNH5pnwB7 { color:#0a2b55;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:176.875rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#keNiKoHCR7TVLrulLaiIqLuJpZcwLRD9 { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:180.75rem;left:13.8125rem;height:13.0625rem;font-style:normal;display:block; }
#G0pTpUVge48bF1RNLoXEw64M07UlX7uz { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:15.75rem;width:46.8125rem;top:198.9375rem;left:11.5rem;display:block; }
#h1ITTB6geV0hCuiTMqTWOitaTT1ONUqL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:7.25rem;top:203.46875rem;left:4.96875rem;overflow:hidden;display:block; }
#lEPpxac36UDWUtto1sPfEAGB7nHOme2Q { color:#0a2b55;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:200.65625rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#e8wdOLF6vc6hL5iTAsFrCQQhZe0Cne8S { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:204.9375rem;left:13.8125rem;height:7.125rem;font-style:normal;display:block; }
#sdKCaJXwgJuPKk0vCW0TMKSZ21TTRcMn { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:15.75rem;width:46.8125rem;top:217.75rem;left:11.5rem;display:block; }
#PFTh7t2k7bGd6xxZllxonHLiNXdSX9fZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:222.28125rem;left:5.46875rem;overflow:hidden;display:block; }
#pGT1d9wNbOwSr7q9Eofl7vL5q0plhFq9 { color:#0a2b55;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:219.46875rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#PyuI62mghkB23gkKHzW7V4nvRsTEcWMU { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:223.625rem;left:13.8125rem;height:8.3125rem;font-style:normal;display:block; }
#TEa1tDyg3T6AAyCf5q1aK1kqpu4TFb2x { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:176.1875rem;left:54.875rem; }
#TEa1tDyg3T6AAyCf5q1aK1kqpu4TFb2x > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#sLP1K0UNbguQ6vsAQKNirAhGZVVss4PU { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:200.03125rem;left:54.875rem; }
#sLP1K0UNbguQ6vsAQKNirAhGZVVss4PU > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#MZ4QWemTCPAkd462pJiXhCrXQQRz3aHV { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:218.9375rem;left:54.875rem; }
#MZ4QWemTCPAkd462pJiXhCrXQQRz3aHV > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#TaCkpD1Eiu61NmsoeUxg6zFcMsAKdnyp { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:66.25rem;width:60rem;top:241.0625rem;left:1.625rem;display:block; }
#ExchrzAxauK85lzXTG05BKKkiIKnlGT5 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:243.75rem;left:1.625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xnu7uTXZ1TKdliOKs2z8DMprR6NC1AwK { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:15.75rem;width:46.8125rem;top:248.3125rem;left:11.5rem;display:block; }
#NnEZTLuF7EfOhbCOT7llMsJP3Cmopf33 { 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:6.6875rem;width:6.6875rem;top:252.84375rem;left:5.46875rem;overflow:hidden;display:block; }
#V9MNFMcf2StFr9cn7bvdHIT3vgQDTrv6 { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:254.4375rem;left:13.8125rem;height:7.125rem;font-style:normal;display:block; }
#L6vd5MkTWtTkubmSFv8OosOzzMtZF40N { color:#0a2b55;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:250.03125rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#H9HNtJf167MN0gIuGChURVzdfMKxR7qE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:250.03125rem;left:54.875rem; }
#H9HNtJf167MN0gIuGChURVzdfMKxR7qE > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#NR9zh04s7DlBrtpgHcH4ALqrzPq7KWJe { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:15.75rem;width:46.8125rem;top:267.375rem;left:11.5rem;display:block; }
#oSf7wenuT5mAqrs4IRXH672wdJlUxqEw { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:271.90625rem;left:5.46875rem;overflow:hidden;display:block; }
#zHukbXoVISPALfaMCFTeqtZCRMLlL0HC { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:273.3125rem;left:13.8125rem;height:7.125rem;font-style:normal;display:block; }
#RuVkbdp6d8CLT0KIfrTZ3HhrgXkXsLBi { color:#0a2b55;display:block;width:42.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:269.09375rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#yCW6apBJNUVREHi30FxQWe8H58tIKeqT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:268.9375rem;left:55.0625rem; }
#yCW6apBJNUVREHi30FxQWe8H58tIKeqT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#Wc8hXHqRiEknzoKTeS5IZbueTvfcBxPO { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:15.75rem;width:46.8125rem;top:286.3125rem;left:11.5rem;display:block; }
#BcofM5i92WR40nmNgm4xUQ4zXUHQSNEa { color:#0a2b55;display:block;width:42.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:288.375rem;left:13.6875rem;height:2.875rem;font-style:normal;display:block; }
#PTfAWdCZel0JmBClnTFeTy1dsSgbBk4r { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:292.8125rem;left:13.8125rem;height:5.9375rem;font-style:normal;display:block; }
#vk6Z4gJ3Ph8oUDHGpcyuklCsm0htvpOt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:290.84375rem;left:5.46875rem;overflow:hidden;display:block; }
#ttTZ67mcgl9mkdsAbshTKFAuTx2DxMzT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:287.5625rem;left:54.875rem; }
#ttTZ67mcgl9mkdsAbshTKFAuTx2DxMzT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { 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; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { background-color: transparent; background-image: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .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); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { border-width: 0; border-radius: 0; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#Whnak8McmIuSahQO2hemdGnlORBFtGlr { color:#0a2b55;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.84375rem;left:1.625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT { 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; }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT > .row .container { background-color: transparent; background-image: none; }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT > .row .container > .video-iframe-container { display: none; }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT > .row > .video-iframe-container { display: none; }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT > .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); }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT > .row .container { border-width: 0; border-radius: 0; }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#mvRC5WwipUz3bZu1UKyHRGk7EdnZrC4d { 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:3.5625rem;width:14.25rem;top:1.2812728881836rem;left:7.875rem;overflow:hidden;display:block; }
#gf1FzWoKEp6LQtv7FtWVAdnPPrvK5wA3 { position:absolute;display:block;z-index:15003;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:3.6875rem;width:17.3125rem;top:1.2187728881836rem;left:37.562501907349rem;overflow:hidden;display:block; }
#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi { 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; }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi > .row .container { background-color: transparent; background-image: none; }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi > .row .container > .video-iframe-container { display: none; }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi > .row > .video-iframe-container { display: none; }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi > .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); }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi > .row .container { border-width: 0; border-radius: 0; }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#W1m1DzdH4QccUHNKInU3zd4Q3Bm8m1Sh { color:#0a2b55;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5000009536743rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On { 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; }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On > .row .container { background-color: transparent; background-image: none; }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On > .row .container > .video-iframe-container { display: none; }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On > .row > .video-iframe-container { display: none; }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On > .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); }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On > .row .container { border-width: 0; border-radius: 0; }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#tawPTXWLIW9QXTaR6fns5J1QE2nCaeeD { color:#58c68b;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6981763839722rem;left:4.96875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fpsx86MpyaasxEPrGWv6qB2RXS2IXOTr { 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:10.1875rem;width:3.9375rem;top:4.71875rem;left:0rem;overflow:hidden;display:block; }
#P4ReigQcSDzmHgm55Agz96XEukG91dxa { color:#58c68b;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6981582641601rem;left:34.968751907349rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uI1DWM17Uk4kBPH9PXkUlNAVTGg4NCfx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.375rem;top:6.3125rem;left:33.625rem;overflow:hidden;display:block; }
#JULSZXvwNQLTpat6G7CTyCD9C4SvPtkE { 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:7.75rem;width:12.625rem;top:4.71875rem;left:46.23828125rem;overflow:hidden;display:block; }
#qNUbDeBbTQCHAwVqSZXTPbOAegGsoadx { 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:5.5625rem;width:9.1875rem;top:5.8125rem;left:6.6384944915769rem;overflow:hidden;display:block; }
#WoFoymREyoGUwD7X8UkcKmgP6Gq511eE { position:absolute;display:block;z-index:15008;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:3.875rem;width:10.9375rem;top:6.65625rem;left:17.451704025269rem;overflow:hidden;display:block; }
#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU { 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; }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU > .row .container { background-color: transparent; background-image: none; }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU > .row .container > .video-iframe-container { display: none; }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU > .row > .video-iframe-container { display: none; }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU > .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); }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU > .row .container { border-width: 0; border-radius: 0; }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#rSzMTUOIqw2lUSxgufTmqKxoTK35Tqiy { color:#0a2b55;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5000009536743rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa { position:relative;display:block; }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa { background-color: transparent; background-image: none; }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa > .row .container > .video-iframe-container { display: none; }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa > .row > .video-iframe-container { display: none; }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa > .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); }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa { border-width: 0; border-radius: 0; }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa > .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; }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#luG77wQT6uQ85M7R3O12RJNPLFrRwGbJ { 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:6.1875rem;width:11.1875rem;top:0rem;left:24.406251907349rem;overflow:hidden;display:block; }
#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 { 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; }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 > .row .container { background-color: transparent; background-image: none; }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 > .row .container > .video-iframe-container { display: none; }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 > .row > .video-iframe-container { display: none; }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 > .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); }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 > .row .container { border-width: 0; border-radius: 0; }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#eGEL1N0Vlh8AbTmKAwB0kJIoKFSRVMaZ { color:#0a2b55;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5000009536743rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou { 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; }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou > .row .container { background-color: transparent; background-image: none; }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou > .row .container > .video-iframe-container { display: none; }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou > .row > .video-iframe-container { display: none; }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou > .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); }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou > .row .container { border-width: 0; border-radius: 0; }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#hxTAlNvefvRZO7xidkgqTh1MiZWSTCxf { 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:5.375rem;width:12.375rem;top:2.9375rem;left:8.8125rem;overflow:hidden;display:block; }
#FRMsWIVJG8oK38rW6fmzbL6lRt6VwbF9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:12.3125rem;top:2.46875rem;left:38.84375rem;overflow:hidden;display:block; }
#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 { position:relative;display:block; }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 { background-color: transparent; background-image: none; }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 > .row .container > .video-iframe-container { display: none; }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 > .row > .video-iframe-container { display: none; }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 > .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); }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 { border-width: 0; border-radius: 0; }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 > .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; }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ef443dfc-5a93-4e62-9bb1-0d24e80bfcbd/6a8b7540c1a84205abb8802b7b4af102.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.adaptive-delivery-prevent-bg, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyload, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyloading { background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { background-color: transparent; background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,43,85,0.78); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,43,85,0.78); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .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); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { border-width: 0; border-radius: 0; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp::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; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;position:relative;display:block; }#Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.1875rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { position:absolute;display:block;z-index:15002;background-color:rgba(88,198,139,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:47.6875rem;top:9rem;left:0rem;display:block; }
#e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:11.0625rem;left:4.5625rem;height:0;font-style:normal;display:block; }
#LGhydSvMQvXfxPCAtG1QxiIdTT1Mha1P { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:11.1875rem;left:1.75rem; }
#cdk3bEq2CkKNMqtz0LQsIBiL3CARQ28p { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:14.75rem;left:1.75rem; }
#aTWdtywvdE8ZW6hgK4TWSH3LrydbvVVT { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:18.375rem;left:4.5625rem;height:1.5rem;font-style:normal;display:block; }
#SqQtL2OAwFrIWTn5sinxluzkgh04U9Qo { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:18.5625rem;left:1.8125rem; }
#GOUgRAC1t8nD8mMz6faA6Cakyz97OEtX { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:24.4375rem;left:1.75rem; }
#hZ0AAFMELwTAROn7UXlM04BfxpxBCgq3 { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:24.4375rem;left:4.6875rem;height:3.375rem;font-style:normal;display:block; }
#oo4O6E4JBe9sHF1Tg3ynBOplsZthAI2E { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:29.4375rem;left:4.5rem;height:2.25rem;font-style:normal;display:block; }
#RpgyUJnyhf1sEQLk5AcQkXiOuFmaO0wB { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:29.625rem;left:1.75rem; }
#tQnu2DOBqbuH30dTTSe0R9Zg5vxPg6Uh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.375rem;left:1.75rem; }
#rDvunw87QRPNm6Enkxa9g9PAOS5KRR0m { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:33.375rem;left:4.3125rem;height:2.25rem;font-style:normal;display:block; }
#kQUEeUM24SPhnI4krRIOdxUQ4GU3WvBX { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:14.982954025269rem;left:4.65625rem;height:2.25rem;font-style:normal;display:block; }
#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2b55;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; }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW > .row .container { background-color: transparent; background-image: none; }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW > .row .container > .video-iframe-container { display: none; }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW > .row > .video-iframe-container { display: none; }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW > .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); }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW > .row .container { border-width: 0; border-radius: 0; }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#Ts9dzzQrWEfWTd5MkTrDTk4Zc82FSdTB { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.71875rem;left:42.8125rem;height:2.375rem;text-align:right;text-align-last:right;display:block; }
#ZgwLU6nBckHhruR6pWi0TB0day51FISE { position:absolute;display:block;z-index:15009;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:5.5625rem;width:15.5rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#ZIw1PmHWvo6iRuNdCl3UJrSCFEAMfcD7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:15.5rem;top:2.59375rem;left:16.71875rem;overflow:hidden;display:block; }
#dqkngRUpdo66kVv0RA74zEJV0IsfRuTE { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.46875rem;left:0rem;height:1.1875rem;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; }
#t8KAu7reovABJunN90gvBqTZADMvFGpq { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.21875rem;left:0rem;height:1.1875rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 { display:block; }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk2JdmQ9umILSxKO1sz3iDJ1qLS0H8kl { width:6.5rem;height:2.1875rem;top:1.25rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stOKcO6TzuQe8I6cJFvoAJ0UVOmrDTsk { display:block; }
 }@media only screen and (max-width: 763px) { #NZA51N6S4TeHg87QM3mI7fwyl07t9OZv { width:6.5rem;height:2.1875rem;top:1.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM8HHTyX7rAh8T0rCNe1RJ0hbL8oiNTs { display:block; }
 }@media only screen and (max-width: 763px) { #DUddH3Nt1M8yi9TigCclTPCtimHxuZxN { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT6iuP0GIz1E1NH0aIMn68xl8yhGmTZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #Ek8SDS3ed9IEHH4Wqb0tq7P78EqCJN9L { width:6.5rem;height:2.1875rem;top:1.25rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTgxbcFhhNqTiCw0PipMZUf61xhz1Mr8 { display:block; }
 }@media only screen and (max-width: 763px) { #edDTEcWTlyhSeldkbThDlAoxq1JT4Ebv { width:8.1875rem;height:1.8125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKQUZi0fTPKxIg7SpSZxZKwtT8bO86Tv { width:7.625rem;height:1.9375rem;top:1.3125rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { width:47.75rem;height:5rem;top:4.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:47.75rem;height:4.1875rem;top:10.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:18rem;height:3.1875rem;top:35.25rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 763px) { #iVoVnAOWaiAupnX5oyVqo2JlyVJgV4CN { top:21.1875rem;left:37rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W85UTlLJsf8PVD1QFBoIJGKxDutoshHc { top:21.1875rem;left:9.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ8QIOvh9WGeoMcsSSToZ34dktxf8ZsM { width:24.6875rem;height:1.5rem;top:25.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD4dCgeTJwKAbPZzzenEO9IJJpTfuAiB { width:24.6875rem;height:1.5rem;top:25.0625rem;left:23.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJWLHcsNripiTSEyp45oi5EytTOLvTGO { width:47.75rem;height:2.0625rem;top:30.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMGs67uRb4n86Cx8aJLOJDaJOcnPN0oS { width:40.25rem;height:1.3125rem;top:15.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:47.75rem;height:2.25rem;top:2.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBdd4istWVRFodteTWUg2q9o1cXmXSk6 { width:47.75rem;height:19.125rem;top:5.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 { display:block; }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXohbwZb4rBVQw31WOnSvld1ZQ1DM3Ss { width:47.75rem;height:4.875rem;top:3.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.5rem;height:9.1875rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrTPowzx1q5Wc9PORmyHqrVyoDyreLuK { width:11.6875rem;height:10.5rem;top:4.875rem;left:12.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vie2McBtwArR2wR6BR4PipU0Czu9FVmZ { width:12.5rem;height:6.5625rem;top:4.875rem;left:23.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPu7KBpnHvE3T5ETUGKx6Cfxh8rXF9ow { width:12.5rem;height:9.1875rem;top:4.875rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWMIXPb7IGz3H1TNF8trAPPT6AG17qh8 { top:1.375rem;left:4.625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROPrq0DvL38q9TUXPUTeZs4u7hHLKxa3 { top:1.375rem;left:16.562501907349rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv6wis4ukiFQf30ZiIR1yVaX36KqC8ci { top:1.375rem;left:28.500001907349rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhtRyT74zJGNtpEdIlUK482iopdPSk69 { top:1.1875rem;left:40.250001907349rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNDPDucsOXtcmy8onvPkSTry9agbCTPf { width:13.75rem;height:15.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok8VXHqTO9ZTmso54OOcSnovwvHTu2SO { width:13.75rem;height:15.6875rem;top:0rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPDLuVW16bbxm8ful32WqoC02BEMzP9L { width:13.75rem;height:15.6875rem;top:0rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPkx2VCqs0tMyzqn5vFKoHWoNlUH6WE { width:13.75rem;height:15.6875rem;top:0rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmbFVNJWdwbRGmXXUxbbGn9wbvVdnaTe { width:13.75rem;height:14.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8qisOq0oi2rR4JIUKmiKlvZtqcfbCLF { width:13.75rem;height:14.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g { display:block; }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg37N68STShVm08NmUoL7BTe6GlROvAQ { width:12.5rem;height:6.5625rem;top:8.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2BXT4mnnAUqs23BhOR3a7MIxupV7wue { width:12.5rem;height:6.5625rem;top:8.0625rem;left:11.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSVGgXDI81oLWLeUfwtHT3sIlvkKCvpc { width:12.5rem;height:9rem;top:7.9375rem;left:23.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTnURsTb3u8Bzh5LUmqsXdbinzZkpgd9 { width:12.5rem;height:7.875rem;top:8.0625rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AILDhJAT8dwxdcFervOetlGXZwqRzm2a { top:4.5rem;left:4.65625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4FhTxoaWcDSKTEAWeL8uqZTX4ERx2Zb { top:4.6875rem;left:16.750000953674rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba67saWLaRn3tGrPhTGKgbiPrk485k3i { top:4.375rem;left:40.312504768372rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS80EoqeKuvzUZzLIcwv47Du6PnI6f9K { top:4.6875rem;left:28.687500953674rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RR7f0QgcwA9c23AczEprN6Tat1OkDg { width:13.75rem;height:15.25rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDToMEI78NH7iAuMFJUxFB3WZ6BNwRPS { width:13.75rem;height:15.3125rem;top:2.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6OmkCwllFHabRvWDCdUkesTyxdVR2Xn { width:13.75rem;height:15.375rem;top:2.0625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaurXxZH0Z5ddxIpPhE1xWG55tgTLZXe { width:13.75rem;height:15.3125rem;top:2.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB { display:block; }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIuT7TgZOMFaTH00Hp0n29MUB9Az1Wxn { width:47.75rem;height:4.25rem;top:4.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe { display:block; }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvgHHdHyv8QkLIqF6lfEXIaVLXoW3GOA { width:16.625rem;height:2.25rem;top:3.8125rem;left:22.22500038147rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx8KDAsR32VXn2zM9ETHKJt2OTccFrEZ { width:18.75rem;height:0.125rem;top:7rem;left:22.22500038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #laoy8TL8FI1B5c2uV2RwsA9v8mppewcs { width:4.25rem;height:0.1875rem;top:6.9375rem;left:22.22500038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr7cnD3EC8lW3zMF00NGqRSlQkyKO0Ld { width:31.625rem;height:7.875rem;top:8.6875rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niBGrQgUoEBlhydfuWSLAaqxTkCDPfD5 { width:21.375rem;height:2rem;top:18.4375rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stblF48TUmuwzt1rT8KIWn3CwEbRHlPo { width:31.6875rem;height:;top:21.0625rem;left:16.0625rem;font-size:0.9375rem;display:block; }#stblF48TUmuwzt1rT8KIWn3CwEbRHlPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1b01be7bc5b22daa03fc6aba9f57526f3329ae0.svg); }
 }@media only screen and (max-width: 763px) { #DyAJp32zWRrMJbRQ9cRBZcJdU6MtGy6I { width:31.6875rem;height:3.9375rem;top:37.8125rem;left:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esUVWlTwKl82Mqir3lxxVH7pVUiA61Sz { width:26.125rem;height:48.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { width:47.75rem;height:2.25rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk { display:block; }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy { display:flex;height:auto;width:45.25rem;top:9.875rem;left:0rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #DMXZV1wCxRHauNzmOZwNQJLsWtvpoBIv {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #vkzP7OcUEUiHP1g5qcJHHLEBMSUbsEi3 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #obGMxGoc6AJi4DlQb5R5VrOPxFnGLqTC {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #PL0oOAxMzghnhL8y0zffbPKuuBxdwnr9 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #zEkVLWAufdPVNU4QxlLyxzQtWcOCoRm0 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #ceG8RkFoOQ8uoGmdNSGm8fLfDDT0Juue {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #dLEiq0UlVLsJlumK1uND5k3g7N3eBNH9 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #dVbP0JHe9CBca2mZCvTRaDWX4AMMc5rd {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #eGnaoiAmEiFyLu4XWHclD7AiW9IBGBQu {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #v9TbdoAm6dMobscmQl1vrsZg5TQUkQpq {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #LSxassWf9PWy7mE683Z9AVkgtVFcJi8G {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #ISVkyEWygT8vTTTNBz1v7Fo0pWkA7OZh {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #Tlg67aNuX92Tan6Ari54h3sHvB9a6602 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #e2WqWS2bhsq5QiO7mTwEMKwNHvaAyHRQ {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #LOOEPZaTrNrDD30koQVfC0CHdZgFcUom {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #n6Mg4ylmOHAUDRVN6BviJy4T0ErVxgac {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #z2oV2KcmukHhGUztSqVJ5NdWQCoelM82 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #hZLZI46CSq1upvrla5rFddfnpu6BQWtw {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #QqkzUTkPl02wI4uSN096EZ9FQKhftRl1 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #aZnMi2RIe4hVTv5Qhrl320hM3RigaeaZ {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #uXG3359dSk1ydKJMIVHNlssSS1QVVNbB {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #sZXiurE4cCfq4LapeGV59SxKQlCy51Fa {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #SVR5ar3eATPGVmJFovbNJQS0iFyKe4uE {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #I9p5gAH05tGdmDgo9D2nIVgQFnS7QmnD {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #UCvUaS2w6LeQaxmVAmU6xxMoEPi1umU6 {  }
 }@media only screen and (max-width: 763px) { #k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn { display:block; }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrDb05PsTWpO3ydlzwgn9cKTl6mVuAga { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga { display:block; }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkMgzbpTZ2ZXE9HcTWwlBwGhvldsuQXC { width:17.1875rem;height:15.75rem;top:18.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4IHJ5rIUAIytegTXvPEnqGDD9PMXbGe { width:40.375rem;height:;top:3.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcxzPBZoC12xEDPVeDgFaM1R7Wp9wi7v { top:9.1875rem;left:0rem;width:20rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHkLCGcU7eDxNZXUAl3psRAU3Vz5eAZU { top:9.1875rem;left:11.75rem;width:20rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPVAl6J8GKt4WUJFd7fL5SedXQWpcxSg { top:9.1875rem;left:27.625rem;width:20rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VywEdxGrDAbHn5vO5pWg3azUTlFcGfwg { width:17.1875rem;height:21rem;top:18.5rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7WKTL1NQFJwGNKueSwXatER1gut9max { width:17.1875rem;height:15.1875rem;top:18.5rem;left:30.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAXFqN520BsmI5krUJmIgfzGJGwTpInO { top:11.5rem;left:5.59375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXcI0bRykSbdAxbGpfmRXs0BCveITAL { top:12.0625rem;left:21.437501907349rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRn2fy9H26anvhTZzVybwNKThAqiHuH { top:11.9375rem;left:37.312501907349rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs { display:block; }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9Q9wnq9t6B11rEXNmtIg6grp4OJZATi { width:42.625rem;height:35.375rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlZmwJoGt2LS6qtPIsc2IlBHDBvG4UfU { width:33.5rem;height:2.25rem;top:6.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa2KzVKB3isuAHgnTCdTiX3PCR3giCXT { width:18.75rem;height:0.125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O35ZAxzX1iPBEEx8Tiz8fpMTWv1MqrEl { width:4.25rem;height:0.1875rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqkf0LMA9w8rKyQCf175EvEqKbBoBueE { width:31.625rem;height:18.375rem;top:10.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbooQquH32aMrRDhFzz429VCKZLGAvu { display:block; }#hTbooQquH32aMrRDhFzz429VCKZLGAvu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7IsDp0KdPEKtiyTqDlM7hoiDJ3GE9JP { width:47.75rem;height:2.25rem;top:4rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z { display:block; }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCQLlTHFyqRsaht3lgikalT871sr0WRd { width:29.375rem;height:45.6875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpts6SarB34ANgoDvWOzmNNOytkrBvLE { width:29.375rem;height:0.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcWmyPFqLdMTePDTPnhiZzITNrQ75FwJ { width:16.6875rem;height:1.9375rem;top:4.6875rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0cIA1a4gtFFrtUbEfkAst66BJXyb9n8 { width:14.25rem;height:1.375rem;top:8.5625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdayyvponl9gIoPi0xVzgIohzdL9CTW { width:13.5rem;height:2.25rem;top:9.9375rem;left:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT8O2mCuwbXDUDw6IWDlCqSTusFgwvd4 { width:14.25rem;height:1.375rem;top:17.6875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB { width:24.6875rem;height:16.6875rem;top:21.0625rem;left:0rem;font-size:0.875rem;display:block; }#EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d90e5f5e4bb595a46a683e4a5ad7275c6c9bdf17.svg); }
 }@media only screen and (max-width: 763px) { #HOToqgDvhKLI39d5hhkfLNTfe8b6SMBa { width:29.375rem;height:45.6875rem;top:1.5625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZZT1TuP41r2yVRacyOidQSsT415huPk { width:29.375rem;height:0.625rem;top:1.5625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnzp8n2RvhtctUln6LLZHDVUB3SKnXPl { width:16.625rem;height:1.9375rem;top:4.6875rem;left:27.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIB3lBnLrb3kKCAoiqaZyVdiX7IfTAGW { width:14.25rem;height:1.375rem;top:8.6875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s70VCN7LdVH7rLLGwRK5OqIAzpeASx0P { width:12.25rem;height:2.25rem;top:10rem;left:30rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqdgs2wIbEt9VkXmncXVPQ9yCucVBaDG { width:20.3125rem;height:1.375rem;top:23.6875rem;left:25.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP3V4PSCe1TT5cfwT1sm6zWcxOG6JEIe { width:24.4375rem;height:8.5rem;top:26.5625rem;left:23.3125rem;font-size:0.875rem;display:block; }#KP3V4PSCe1TT5cfwT1sm6zWcxOG6JEIe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d90e5f5e4bb595a46a683e4a5ad7275c6c9bdf17.svg); }
 }@media only screen and (max-width: 763px) { #cbScwXAgolEyNESZ5ZznwKaMk6cXzbOG { width:15rem;height:3.125rem;top:39.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJmrG6nP33tVcNMBLiVkQgRi1ydmITI2 { display:block; }
 }@media only screen and (max-width: 763px) { #xT53MtQtRT9dicCRsXtz4NQElAGr2gf0 { width:15rem;height:3.125rem;top:39.5rem;left:27.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVCl7DlrEzUmvFSLweErClcsGDBTuAO6 { display:block; }
 }@media only screen and (max-width: 763px) { #rSTbb5KsO1FTfiFIyJHychi4QsGxvZzh { width:14.25rem;height:1.375rem;top:13.625rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u105hepT82aD0KrsHwPvyLBiyfPoUbpo { width:24.6875rem;height:1.1875rem;top:21.0625rem;left:23.0625rem;font-size:0.875rem;display:block; }#u105hepT82aD0KrsHwPvyLBiyfPoUbpo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d90e5f5e4bb595a46a683e4a5ad7275c6c9bdf17.svg); }
 }@media only screen and (max-width: 763px) { #qliURBvLz8WR14FiGSm3t9oNsFT6Wzg9 { width:14.25rem;height:1.375rem;top:17.6875rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2WSTeBm7V3vAfcV7rN7MhPdtA7OBaS3 { width:29.375rem;height:0.625rem;top:1.5625rem;left:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal { display:block; }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4tk8TitTceU1aOag2i0uFC6LLPw1Gno { width:46.8125rem;height:13.75rem;top:12.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUT4Z2shLAAw6uwwarFRZt1qu1fWBTh { width:7.8125rem;height:7.8125rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmFNOCHdLqQfZJbGLQXQhDSi5Dlqmvyk { width:44.125rem;height:7.125rem;top:17.5625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOXwMEUobOvyJEc9Ft23iyk4fQ8ViC6G { width:7.8125rem;height:7.8125rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR6By9AXrSZ5ZPRHRBOVWrNPgd5Grqeb { width:22.9375rem;height:2.875rem;top:14rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3TsMyNf8hInaOuSzcRKgxWVOEHBXfIR { width:47.75rem;height:235.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9dJxQy87Az8SbW21S1vmIiBXaG0etU9 { width:47.75rem;height:2.75rem;top:6.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2TLquUVz6JsnO0EyeaSyDVy3uhmqqTA { width:46.8125rem;height:13.75rem;top:29rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTKwsMgOo98I9TsBTZET2xAgf1B1yHcW { width:41.1875rem;height:2.875rem;top:30.9375rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkK7aks3BS6lmD0eOczbLm242muGyxC6 { width:44.125rem;height:6.0625rem;top:34.75rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6OwVJLQ53nDxJMoTqU3S4VTVKS12f7s { width:2.125rem;height:2.125rem;top:14rem;left:45.625rem;display:block; }
#X6OwVJLQ53nDxJMoTqU3S4VTVKS12f7s > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #iD98rRAsfSofmAp92XwHXICXTM0PQPu7 { width:2.125rem;height:2.125rem;top:30.9375rem;left:45.625rem;display:block; }
#iD98rRAsfSofmAp92XwHXICXTM0PQPu7 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #L3qq45RiAqvVFSynoVkbutPAciiozfH2 { width:46.8125rem;height:13.75rem;top:45.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWEdKwONfQT9fknzTqNfABSBEWTtOg7n { width:7.8125rem;height:7.8125rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTALi4AuDZvt54Fud0i3AIcZ9Le1KfMe { width:44.125rem;height:4.875rem;top:51.1875rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCfL17xysmGyLvTRk5HFarJnW73Rltmv { width:41.1875rem;height:4.3125rem;top:47.5rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySkONcpSC67ek7VsTdF7adHcdTT2WgTT { width:2.125rem;height:2.125rem;top:46.5625rem;left:45.625rem;display:block; }
#ySkONcpSC67ek7VsTdF7adHcdTT2WgTT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #IEhRVQ63FHvnV8Obmn3c3CXA7poKx9Tn { width:46.8125rem;height:13.75rem;top:62.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaVCEvZsgl0HsHUibV2ew8n21NCwdJdE { width:7.8125rem;height:7.75rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT5TxvMgdKS93p7SaVAL8AfPsm1Sazpn { width:22.9375rem;height:2.875rem;top:64.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0TJyzCiCn7QTh80qyEhzoHLecmAHKg4 { width:44.125rem;height:5.9375rem;top:67.6875rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhiMMQIfsZLQAgntp5wa2CdWacpTw5xv { width:2.125rem;height:2.125rem;top:63.375rem;left:45.625rem;display:block; }
#UhiMMQIfsZLQAgntp5wa2CdWacpTw5xv > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #mnmgcWS6EeAs9Qmc78iFflp5tJ9TG2o0 { width:46.8125rem;height:17rem;top:79.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOSfQkmizd42A0geIpCbDsUnXXPiTcy7 { width:7.8125rem;height:7.8125rem;top:84.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD4c5uynTblDeOCKQk0WdvwdoNSTRGGU { width:22.9375rem;height:2.875rem;top:81.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwpRxtBw13LbtOWdL6tgC9T6ApvGM8r5 { width:43.875rem;height:9.5rem;top:85.0625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDS1nyOkmapJSWgQg9FE3acak5NKpqKr { width:46.8125rem;height:16.375rem;top:99.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8uZWd8Iz7LlaKbRPUTPpI49TsZs5t8w { width:28.75rem;height:2.875rem;top:101.0625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #De4cVPEI5l11idS8CMHW5tzb3sWHHprI { width:7.8125rem;height:7.8125rem;top:103.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4KsInT0IbTDgJBIRN9VLZzxyUTW6ePS { width:43.875rem;height:7.3125rem;top:105.125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMeodgnwTxOJ75BbPqSxw6cQsJSHl90T { width:46.8125rem;height:14.125rem;top:138.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOvTER7DLl9cCDcPuhfqRW9qS2p0SsEf { width:7.8125rem;height:7.8125rem;top:141.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXlkDvTbdUvTxs5g9kFIVMge1lvqiSR8 { width:28.75rem;height:2.875rem;top:140.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntOidJ3if3yhx6hQfu1TWM4B0hLn2n4D { width:43.875rem;height:4.875rem;top:144.8125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDX7VRs8t2aBpAnLSOlqs2OfCN42RFp2 { width:46.8125rem;height:16.375rem;top:119.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZbAxNVbXWqQm57F1lsv62VAPsFTuXQB { width:28.75rem;height:2.875rem;top:121.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx0y2iyx68sfEi8nIcNGnSwmFhtGrGyk { width:43.875rem;height:7.3125rem;top:125.375rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWd28J97dV002v1QWKRu0u2k3yQO1i12 { width:7.8125rem;height:7.8125rem;top:123.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5FR9mmB0RPO6eh09rfGVq3A3XtKRu4O { width:2.125rem;height:2.125rem;top:80.5rem;left:45.625rem;display:block; }
#p5FR9mmB0RPO6eh09rfGVq3A3XtKRu4O > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #SwHk6OevXEICRdQvSMv4d5rqaIgorgnD { width:2.125rem;height:2.125rem;top:100.5rem;left:45.625rem;display:block; }
#SwHk6OevXEICRdQvSMv4d5rqaIgorgnD > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #E4oaoXhayMbtuIhBTcoLronqmsquqlL9 { width:2.125rem;height:2.125rem;top:120.25rem;left:45.625rem;display:block; }
#E4oaoXhayMbtuIhBTcoLronqmsquqlL9 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #T6RrzBwTwOzF8XSEpJygiWT359yT4fco { width:2.125rem;height:2.125rem;top:139.875rem;left:45.625rem;display:block; }
#T6RrzBwTwOzF8XSEpJygiWT359yT4fco > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #xOrP70CoG6KCWuFVk3U9SLoSiKX1B7JK { width:46.8125rem;height:16.0625rem;top:155.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWrKm4ETHgL8IwVeW6h0obdKDSEIUGGn { width:7.8125rem;height:7.8125rem;top:160.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxaZRhJ4THMuh5MZhcke27uR0qUFsb0e { width:28.75rem;height:2.875rem;top:158.0625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmVOsQsJqezgdLbmu912NyuRSALTd72 { width:43.875rem;height:8.3125rem;top:161.8125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH68IyKKFFr4UcqeDrl8KRPcxaKw6pCb { width:2.125rem;height:2.125rem;top:156.9375rem;left:45.625rem;display:block; }
#ZH68IyKKFFr4UcqeDrl8KRPcxaKw6pCb > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #xWedn1GOSWeEgTUqewxUfCWm33sw0bFM { width:46.8125rem;height:20.5625rem;top:175.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qILK5275kcsKdBg2oNL4l63PmnxbS7Ti { width:7.8125rem;height:7.8125rem;top:181.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9cS7oKHv7iJEVeR2Kw8bIsxNH5pnwB7 { width:28.75rem;height:2.875rem;top:176.875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keNiKoHCR7TVLrulLaiIqLuJpZcwLRD9 { width:43.875rem;height:13.0625rem;top:180.75rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0pTpUVge48bF1RNLoXEw64M07UlX7uz { width:46.8125rem;height:15.75rem;top:198.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1ITTB6geV0hCuiTMqTWOitaTT1ONUqL { width:7.25rem;height:6.6875rem;top:203.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEPpxac36UDWUtto1sPfEAGB7nHOme2Q { width:28.75rem;height:2.875rem;top:200.625rem;left:7.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8wdOLF6vc6hL5iTAsFrCQQhZe0Cne8S { width:43.875rem;height:7.125rem;top:204.9375rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdKCaJXwgJuPKk0vCW0TMKSZ21TTRcMn { width:46.8125rem;height:15.75rem;top:217.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFTh7t2k7bGd6xxZllxonHLiNXdSX9fZ { width:6.6875rem;height:6.6875rem;top:222.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGT1d9wNbOwSr7q9Eofl7vL5q0plhFq9 { width:28.75rem;height:2.875rem;top:219.4375rem;left:7.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyuI62mghkB23gkKHzW7V4nvRsTEcWMU { width:43.875rem;height:8.3125rem;top:223.625rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEa1tDyg3T6AAyCf5q1aK1kqpu4TFb2x { width:2.125rem;height:2.125rem;top:176.1875rem;left:45.625rem;display:block; }
#TEa1tDyg3T6AAyCf5q1aK1kqpu4TFb2x > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #sLP1K0UNbguQ6vsAQKNirAhGZVVss4PU { width:2.125rem;height:2.125rem;top:200rem;left:45.625rem;display:block; }
#sLP1K0UNbguQ6vsAQKNirAhGZVVss4PU > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #MZ4QWemTCPAkd462pJiXhCrXQQRz3aHV { width:2.125rem;height:2.125rem;top:218.9375rem;left:45.625rem;display:block; }
#MZ4QWemTCPAkd462pJiXhCrXQQRz3aHV > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #TaCkpD1Eiu61NmsoeUxg6zFcMsAKdnyp { width:47.75rem;height:66.25rem;top:241.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExchrzAxauK85lzXTG05BKKkiIKnlGT5 { width:47.75rem;height:2.75rem;top:243.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnu7uTXZ1TKdliOKs2z8DMprR6NC1AwK { width:46.8125rem;height:15.75rem;top:248.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnEZTLuF7EfOhbCOT7llMsJP3Cmopf33 { width:6.6875rem;height:6.6875rem;top:252.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9MNFMcf2StFr9cn7bvdHIT3vgQDTrv6 { width:43.875rem;height:7.125rem;top:254.4375rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6vd5MkTWtTkubmSFv8OosOzzMtZF40N { width:28.75rem;height:2.875rem;top:250rem;left:7.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9HNtJf167MN0gIuGChURVzdfMKxR7qE { width:2.125rem;height:2.125rem;top:250rem;left:45.625rem;display:block; }
#H9HNtJf167MN0gIuGChURVzdfMKxR7qE > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #NR9zh04s7DlBrtpgHcH4ALqrzPq7KWJe { width:46.8125rem;height:15.75rem;top:267.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSf7wenuT5mAqrs4IRXH672wdJlUxqEw { width:6.6875rem;height:6.6875rem;top:271.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHukbXoVISPALfaMCFTeqtZCRMLlL0HC { width:43.875rem;height:7.125rem;top:273.3125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuVkbdp6d8CLT0KIfrTZ3HhrgXkXsLBi { width:42.4375rem;height:2.875rem;top:269.0625rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCW6apBJNUVREHi30FxQWe8H58tIKeqT { width:2.125rem;height:2.125rem;top:269.5625rem;left:45.625rem;display:block; }
#yCW6apBJNUVREHi30FxQWe8H58tIKeqT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #Wc8hXHqRiEknzoKTeS5IZbueTvfcBxPO { width:46.8125rem;height:15.75rem;top:286.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcofM5i92WR40nmNgm4xUQ4zXUHQSNEa { width:42.4375rem;height:2.875rem;top:288.375rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfAWdCZel0JmBClnTFeTy1dsSgbBk4r { width:43.875rem;height:5.9375rem;top:292.8125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk6Z4gJ3Ph8oUDHGpcyuklCsm0htvpOt { width:6.6875rem;height:6.6875rem;top:290.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTZ67mcgl9mkdsAbshTKFAuTx2DxMzT { width:2.125rem;height:2.125rem;top:287.5625rem;left:45.625rem;display:block; }
#ttTZ67mcgl9mkdsAbshTKFAuTx2DxMzT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:47.75rem;height:2.25rem;top:2.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT { display:block; }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvRC5WwipUz3bZu1UKyHRGk7EdnZrC4d { top:1.25rem;left:4.8125rem;width:14.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf1FzWoKEp6LQtv7FtWVAdnPPrvK5wA3 { top:1.1875rem;left:28.375001907349rem;width:17.3125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDMRzfiNCysibJMgkDruiGSVa6MgUrgi { display:block; }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1m1DzdH4QccUHNKInU3zd4Q3Bm8m1Sh { width:47.75rem;height:1.625rem;top:1.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxiBZp7rT7kfk4liK69QHgEEmqVMh7On { display:block; }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tawPTXWLIW9QXTaR6fns5J1QE2nCaeeD { width:20.0625rem;height:1.25rem;top:1.6875rem;left:1.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpsx86MpyaasxEPrGWv6qB2RXS2IXOTr { top:4.6875rem;left:0rem;width:3.9375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4ReigQcSDzmHgm55Agz96XEukG91dxa { width:20.0625rem;height:1.25rem;top:1.6875rem;left:25.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI1DWM17Uk4kBPH9PXkUlNAVTGg4NCfx { top:6.3125rem;left:24.4375rem;width:8.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JULSZXvwNQLTpat6G7CTyCD9C4SvPtkE { top:4.6875rem;left:35rem;width:12.625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNUbDeBbTQCHAwVqSZXTPbOAegGsoadx { top:5.8125rem;left:3.5759944915771rem;width:9.1875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoFoymREyoGUwD7X8UkcKmgP6Gq511eE { top:6.625rem;left:12.9375rem;width:10.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU { display:block; }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSzMTUOIqw2lUSxgufTmqKxoTK35Tqiy { width:47.75rem;height:1.625rem;top:1.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa { display:block; }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luG77wQT6uQ85M7R3O12RJNPLFrRwGbJ { top:0rem;left:18.281251907349rem;width:11.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 { display:block; }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGEL1N0Vlh8AbTmKAwB0kJIoKFSRVMaZ { width:47.75rem;height:1.625rem;top:1.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTEUwxKlmqkUDLbX3ClXarhAivb1zgou { display:block; }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxTAlNvefvRZO7xidkgqTh1MiZWSTCxf { top:2.9375rem;left:5.75rem;width:12.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRMsWIVJG8oK38rW6fmzbL6lRt6VwbF9 { top:2.4375rem;left:29.65625rem;width:12.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 { display:block; }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { display:block; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { width:26.125rem;height:1.875rem;top:4.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { width:47.6875rem;height:29.3125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { width:21.5rem;height:0;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhydSvMQvXfxPCAtG1QxiIdTT1Mha1P { width:2rem;height:2rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdk3bEq2CkKNMqtz0LQsIBiL3CARQ28p { width:2rem;height:2rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWdtywvdE8ZW6hgK4TWSH3LrydbvVVT { width:33.875rem;height:1.5rem;top:18.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqQtL2OAwFrIWTn5sinxluzkgh04U9Qo { width:1.875rem;height:1.875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOUgRAC1t8nD8mMz6faA6Cakyz97OEtX { width:1.875rem;height:1.875rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ0AAFMELwTAROn7UXlM04BfxpxBCgq3 { width:38.375rem;height:3.375rem;top:24.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo4O6E4JBe9sHF1Tg3ynBOplsZthAI2E { width:37.4375rem;height:2.25rem;top:29.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpgyUJnyhf1sEQLk5AcQkXiOuFmaO0wB { width:1.875rem;height:1.875rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQnu2DOBqbuH30dTTSe0R9Zg5vxPg6Uh { top:33.375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDvunw87QRPNm6Enkxa9g9PAOS5KRR0m { width:38.5rem;height:2.25rem;top:33.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQUEeUM24SPhnI4krRIOdxUQ4GU3WvBX { width:38.375rem;height:2.25rem;top:14.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW { display:block; }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts9dzzQrWEfWTd5MkTrDTk4Zc82FSdTB { top:3.6875rem;left:30.5625rem;width:17.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgwLU6nBckHhruR6pWi0TB0day51FISE { top:2.125rem;left:0rem;width:15.5rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIw1PmHWvo6iRuNdCl3UJrSCFEAMfcD7 { top:2.5625rem;left:10.59375rem;width:15.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqkngRUpdo66kVv0RA74zEJV0IsfRuTE { top:9.4375rem;left:0rem;width:11.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8KAu7reovABJunN90gvBqTZADMvFGpq { top:11.1875rem;left:0rem;width:11.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 { position:relative;z-index:auto;display:none; }#GISPB3SBlOpwqrzVwLEMpbIVpq6JoGI5 > .row .container { width:20rem;height:21.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dk2JdmQ9umILSxKO1sz3iDJ1qLS0H8kl { width:9.1875rem;height:2.1875rem;top:7.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stOKcO6TzuQe8I6cJFvoAJ0UVOmrDTsk { display:block; }
 }@media only screen and (max-width: 763px) { #NZA51N6S4TeHg87QM3mI7fwyl07t9OZv { width:4.5rem;height:2.1875rem;top:10.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM8HHTyX7rAh8T0rCNe1RJ0hbL8oiNTs { display:block; }
 }@media only screen and (max-width: 763px) { #DUddH3Nt1M8yi9TigCclTPCtimHxuZxN { width:8.6875rem;height:2.125rem;top:17.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT6iuP0GIz1E1NH0aIMn68xl8yhGmTZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #Ek8SDS3ed9IEHH4Wqb0tq7P78EqCJN9L { width:4.75rem;height:2.1875rem;top:14.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTgxbcFhhNqTiCw0PipMZUf61xhz1Mr8 { display:block; }
 }@media only screen and (max-width: 763px) { #edDTEcWTlyhSeldkbThDlAoxq1JT4Ebv { width:7.5625rem;height:1.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKQUZi0fTPKxIg7SpSZxZKwtT8bO86Tv { width:7.625rem;height:1.9375rem;top:4.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:transparent;background-image:url("https://images.assets-landingi.com/PhYq704ffdA/unsplash/sean-pollock-PhYq704ffdA-photo-1486406146926-c627a92ad1ab.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.adaptive-delivery-prevent-bg, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyload, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyloading { background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,43,85,0.63); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,43,85,0.63); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { width:18.3125rem;height:4.75rem;top:1.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:20rem;height:6.1875rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:15rem;height:3.1875rem;top:43.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 763px) { #iVoVnAOWaiAupnX5oyVqo2JlyVJgV4CN { display:flex;width:2.5rem;height:2.5rem;top:30.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #W85UTlLJsf8PVD1QFBoIJGKxDutoshHc { display:flex;width:2.5rem;height:2.5rem;top:19.75rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #NJ8QIOvh9WGeoMcsSSToZ34dktxf8ZsM { width:18.5625rem;height:1.1875rem;top:24.15625rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD4dCgeTJwKAbPZzzenEO9IJJpTfuAiB { width:18.75rem;height:1.1875rem;top:34.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJWLHcsNripiTSEyp45oi5EytTOLvTGO { width:14.875rem;height:3rem;top:39.3125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oMGs67uRb4n86Cx8aJLOJDaJOcnPN0oS { width:20rem;height:2.5rem;top:15.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:15.5rem;height:1.9375rem;top:1.25rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GBdd4istWVRFodteTWUg2q9o1cXmXSk6 { width:17.875rem;height:31.5rem;top:4.4375rem;left:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 { display:block; }#zdRKQtTynDMEDJotrMciUkvWDXUTcIu1 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXohbwZb4rBVQw31WOnSvld1ZQ1DM3Ss { width:17.8125rem;height:9.6875rem;top:1.25rem;left:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.5rem;height:8.3125rem;top:6.15625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrTPowzx1q5Wc9PORmyHqrVyoDyreLuK { width:12.5rem;height:8.3125rem;top:23.03125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vie2McBtwArR2wR6BR4PipU0Czu9FVmZ { width:12.5rem;height:5.9375rem;top:41.15625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPu7KBpnHvE3T5ETUGKx6Cfxh8rXF9ow { width:12.5rem;height:8.3125rem;top:55.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWMIXPb7IGz3H1TNF8trAPPT6AG17qh8 { display:flex;width:2.6875rem;height:2.6875rem;top:2.65625rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #ROPrq0DvL38q9TUXPUTeZs4u7hHLKxa3 { display:flex;width:2.6875rem;height:2.6875rem;top:19.53125rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #Hv6wis4ukiFQf30ZiIR1yVaX36KqC8ci { display:flex;width:2.6875rem;height:2.6875rem;top:36.78125rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #xhtRyT74zJGNtpEdIlUK482iopdPSk69 { display:flex;width:3.0625rem;height:3.0625rem;top:51.8125rem;left:8.46875rem; }
 }@media only screen and (max-width: 763px) { #NNDPDucsOXtcmy8onvPkSTry9agbCTPf { width:13.75rem;height:15.625rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok8VXHqTO9ZTmso54OOcSnovwvHTu2SO { width:13.75rem;height:15.625rem;top:18.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPDLuVW16bbxm8ful32WqoC02BEMzP9L { width:13.75rem;height:14.0625rem;top:35.03125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPkx2VCqs0tMyzqn5vFKoHWoNlUH6WE { width:13.75rem;height:14.0625rem;top:50.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmbFVNJWdwbRGmXXUxbbGn9wbvVdnaTe { width:13.75rem;height:15.625rem;top:1.25rem;left:3.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #H8qisOq0oi2rR4JIUKmiKlvZtqcfbCLF { width:13.75rem;height:15.625rem;top:1.25rem;left:3.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g { display:block; }#v9PgoAqIqLE1mMyVTTF0vzbNvdQpkN3g > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg37N68STShVm08NmUoL7BTe6GlROvAQ { width:12.5rem;height:6.5625rem;top:7.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2BXT4mnnAUqs23BhOR3a7MIxupV7wue { width:12.5rem;height:5.9375rem;top:24.03125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSVGgXDI81oLWLeUfwtHT3sIlvkKCvpc { width:12.5rem;height:7rem;top:40.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTnURsTb3u8Bzh5LUmqsXdbinzZkpgd9 { width:12.5rem;height:7.125rem;top:57.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AILDhJAT8dwxdcFervOetlGXZwqRzm2a { display:flex;width:2.6875rem;height:2.6875rem;top:3.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #g4FhTxoaWcDSKTEAWeL8uqZTX4ERx2Zb { display:flex;width:2.3125rem;height:2.3125rem;top:20.65625rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #ba67saWLaRn3tGrPhTGKgbiPrk485k3i { display:flex;width:2.9375rem;height:2.9375rem;top:54.0625rem;left:8.53125rem; }
 }@media only screen and (max-width: 763px) { #BS80EoqeKuvzUZzLIcwv47Du6PnI6f9K { display:flex;width:2.3125rem;height:2.3125rem;top:37.625rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #T1RR7f0QgcwA9c23AczEprN6Tat1OkDg { width:13.75rem;height:15.625rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDToMEI78NH7iAuMFJUxFB3WZ6BNwRPS { width:13.75rem;height:15.625rem;top:18.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6OmkCwllFHabRvWDCdUkesTyxdVR2Xn { width:13.75rem;height:15.625rem;top:35rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaurXxZH0Z5ddxIpPhE1xWG55tgTLZXe { width:13.75rem;height:15.625rem;top:51.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB { display:block; }#F9AHJ5CqAsdxT8UvZyeXTF2xnUvGtdNB > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIuT7TgZOMFaTH00Hp0n29MUB9Az1Wxn { width:18.75rem;height:13.125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe { display:block; }#nLmAOVR8J3uf9zXzlVV4VZub4lF5BxFe > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvgHHdHyv8QkLIqF6lfEXIaVLXoW3GOA { width:16.625rem;height:1.9375rem;top:24.125rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx8KDAsR32VXn2zM9ETHKJt2OTccFrEZ { width:4.25rem;height:0.125rem;top:7.1500005722044rem;left:3.7500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #laoy8TL8FI1B5c2uV2RwsA9v8mppewcs { width:4.25rem;height:0.1875rem;top:27.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr7cnD3EC8lW3zMF00NGqRSlQkyKO0Ld { width:18.75rem;height:16.5rem;top:28.75rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niBGrQgUoEBlhydfuWSLAaqxTkCDPfD5 { width:20rem;height:1.875rem;top:46.5rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stblF48TUmuwzt1rT8KIWn3CwEbRHlPo { width:16.1875rem;height:25.1875rem;top:49.625rem;left:1.875rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.875rem;display:block; }#stblF48TUmuwzt1rT8KIWn3CwEbRHlPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1b01be7bc5b22daa03fc6aba9f57526f3329ae0.svg); }
 }@media only screen and (max-width: 763px) { #DyAJp32zWRrMJbRQ9cRBZcJdU6MtGy6I { width:18.75rem;height:9rem;top:77.4375rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esUVWlTwKl82Mqir3lxxVH7pVUiA61Sz { width:20rem;height:21.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { width:20rem;height:2.0625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk { display:block; }#GBTeUO3pFVZGJzJtGQdr3zdib8Aq3kuk > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-heading-text { font-size:1.125rem;height:auto; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-desc-text { font-size:1rem;height:auto; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
#t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #DMXZV1wCxRHauNzmOZwNQJLsWtvpoBIv {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #vkzP7OcUEUiHP1g5qcJHHLEBMSUbsEi3 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #obGMxGoc6AJi4DlQb5R5VrOPxFnGLqTC {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #PL0oOAxMzghnhL8y0zffbPKuuBxdwnr9 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #zEkVLWAufdPVNU4QxlLyxzQtWcOCoRm0 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #ceG8RkFoOQ8uoGmdNSGm8fLfDDT0Juue {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #dLEiq0UlVLsJlumK1uND5k3g7N3eBNH9 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #dVbP0JHe9CBca2mZCvTRaDWX4AMMc5rd {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #eGnaoiAmEiFyLu4XWHclD7AiW9IBGBQu {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #v9TbdoAm6dMobscmQl1vrsZg5TQUkQpq {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #LSxassWf9PWy7mE683Z9AVkgtVFcJi8G {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #ISVkyEWygT8vTTTNBz1v7Fo0pWkA7OZh {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #Tlg67aNuX92Tan6Ari54h3sHvB9a6602 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #e2WqWS2bhsq5QiO7mTwEMKwNHvaAyHRQ {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #LOOEPZaTrNrDD30koQVfC0CHdZgFcUom {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #n6Mg4ylmOHAUDRVN6BviJy4T0ErVxgac {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #z2oV2KcmukHhGUztSqVJ5NdWQCoelM82 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #hZLZI46CSq1upvrla5rFddfnpu6BQWtw {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #QqkzUTkPl02wI4uSN096EZ9FQKhftRl1 {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #aZnMi2RIe4hVTv5Qhrl320hM3RigaeaZ {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #uXG3359dSk1ydKJMIVHNlssSS1QVVNbB {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #sZXiurE4cCfq4LapeGV59SxKQlCy51Fa {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #SVR5ar3eATPGVmJFovbNJQS0iFyKe4uE {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #I9p5gAH05tGdmDgo9D2nIVgQFnS7QmnD {  }
 }@media only screen and (max-width: 763px) { #t6qGGy5RbSUZBtdvbKvWERQNmddwOkFy #UCvUaS2w6LeQaxmVAmU6xxMoEPi1umU6 {  }
 }@media only screen and (max-width: 763px) { #k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn { display:block; }#k5wCMwGPpHlnBvM1AOB5tKTTTxo1fMdn > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrDb05PsTWpO3ydlzwgn9cKTl6mVuAga { width:18.75rem;height:15rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga { display:block; }#XxzctXZ2T1Jgtssmo7kseoQGnQxJfKga > .row .container { width:20rem;height:103.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkMgzbpTZ2ZXE9HcTWwlBwGhvldsuQXC { width:18.75rem;height:16.5rem;top:14.3935546875rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4IHJ5rIUAIytegTXvPEnqGDD9PMXbGe { width:18.75rem;height:2.0625rem;top:2rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcxzPBZoC12xEDPVeDgFaM1R7Wp9wi7v { width:20rem;height:28.75rem;top:5.8935546875rem;left:0rem;background-color:#0a2b55;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) { #yHkLCGcU7eDxNZXUAl3psRAU3Vz5eAZU { width:20rem;height:32.0625rem;top:35.500001430511rem;left:0rem;background-color:#0a2b55;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) { #HPVAl6J8GKt4WUJFd7fL5SedXQWpcxSg { width:20rem;height:32.875rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VywEdxGrDAbHn5vO5pWg3azUTlFcGfwg { width:18.75rem;height:22rem;top:41.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n7WKTL1NQFJwGNKueSwXatER1gut9max { width:18.75rem;height:16.25rem;top:78.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zAXFqN520BsmI5krUJmIgfzGJGwTpInO { display:flex;width:4.625rem;height:4.625rem;top:7.5625rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #xsXcI0bRykSbdAxbGpfmRXs0BCveITAL { display:flex;width:4.3125rem;height:4.3125rem;top:36.4375rem;left:7.84375rem; }
 }@media only screen and (max-width: 763px) { #TuRn2fy9H26anvhTZzVybwNKThAqiHuH { display:flex;width:4.3125rem;height:4.3125rem;top:70.75rem;left:7.8125rem;font-size:3rem; }
 }@media only screen and (max-width: 763px) { #XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs { display:block; }#XgKkZq1AgPJW494Lssn8LAyE0Dlcuxbs > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9Q9wnq9t6B11rEXNmtIg6grp4OJZATi { width:20rem;height:19.25rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlZmwJoGt2LS6qtPIsc2IlBHDBvG4UfU { width:15.9375rem;height:3.875rem;top:1.25rem;left:2rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa2KzVKB3isuAHgnTCdTiX3PCR3giCXT { width:18.75rem;height:0.125rem;top:27.2375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O35ZAxzX1iPBEEx8Tiz8fpMTWv1MqrEl { width:4.25rem;height:0.1875rem;top:6.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqkf0LMA9w8rKyQCf175EvEqKbBoBueE { width:18.75rem;height:34.5rem;top:27.9375rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbooQquH32aMrRDhFzz429VCKZLGAvu { display:block; }#hTbooQquH32aMrRDhFzz429VCKZLGAvu > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7IsDp0KdPEKtiyTqDlM7hoiDJ3GE9JP { width:18.75rem;height:4.375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z { display:block; }#NQ78gLQQ3qrIVGXiCiKClOAGkq8zNE1z > .row .container { width:20rem;height:103.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCQLlTHFyqRsaht3lgikalT871sr0WRd { width:20rem;height:51.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpts6SarB34ANgoDvWOzmNNOytkrBvLE { width:20rem;height:0.625rem;top:1.25rem;left:0rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #QcWmyPFqLdMTePDTPnhiZzITNrQ75FwJ { width:12.5rem;height:1.625rem;top:4.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0cIA1a4gtFFrtUbEfkAst66BJXyb9n8 { width:14.25rem;height:2.5625rem;top:8rem;left:2.875rem;text-align:center;text-align-last:center;line-height:2.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdayyvponl9gIoPi0xVzgIohzdL9CTW { width:11.5rem;height:2.25rem;top:10.5rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT8O2mCuwbXDUDw6IWDlCqSTusFgwvd4 { width:14.25rem;height:2.5625rem;top:19.3125rem;left:2.875rem;text-align:center;text-align-last:center;line-height:2.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB { width:16.1875rem;height:24.0625rem;top:22.595703125rem;left:1.90625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.6;display:block; }#EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d90e5f5e4bb595a46a683e4a5ad7275c6c9bdf17.svg); }
 }@media only screen and (max-width: 763px) { #HOToqgDvhKLI39d5hhkfLNTfe8b6SMBa { width:20rem;height:44.375rem;top:55.750002384186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZZT1TuP41r2yVRacyOidQSsT415huPk { width:20rem;height:0.625rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnzp8n2RvhtctUln6LLZHDVUB3SKnXPl { width:16.625rem;height:1.625rem;top:58.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIB3lBnLrb3kKCAoiqaZyVdiX7IfTAGW { width:14.25rem;height:2.5625rem;top:61.6875rem;left:2.875rem;text-align:center;text-align-last:center;line-height:2.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s70VCN7LdVH7rLLGwRK5OqIAzpeASx0P { width:12.25rem;height:2.25rem;top:64.25rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqdgs2wIbEt9VkXmncXVPQ9yCucVBaDG { width:16rem;height:1.25rem;top:79.1240234375rem;left:2rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP3V4PSCe1TT5cfwT1sm6zWcxOG6JEIe { width:16.25rem;height:12.375rem;top:81.9365234375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.6;display:block; }#KP3V4PSCe1TT5cfwT1sm6zWcxOG6JEIe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d90e5f5e4bb595a46a683e4a5ad7275c6c9bdf17.svg); }
 }@media only screen and (max-width: 763px) { #cbScwXAgolEyNESZ5ZznwKaMk6cXzbOG { width:15rem;height:3.125rem;top:48.2197265625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJmrG6nP33tVcNMBLiVkQgRi1ydmITI2 { display:block; }
 }@media only screen and (max-width: 763px) { #xT53MtQtRT9dicCRsXtz4NQElAGr2gf0 { width:15rem;height:3.125rem;top:95.75390625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVCl7DlrEzUmvFSLweErClcsGDBTuAO6 { display:block; }
 }@media only screen and (max-width: 763px) { #rSTbb5KsO1FTfiFIyJHychi4QsGxvZzh { width:14.25rem;height:2.5625rem;top:55.75rem;left:2.875rem;text-align:center;text-align-last:center;line-height:2.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u105hepT82aD0KrsHwPvyLBiyfPoUbpo { width:16.3125rem;height:2.75rem;top:74.99609375rem;left:1.84375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.6;display:block; }#u105hepT82aD0KrsHwPvyLBiyfPoUbpo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d90e5f5e4bb595a46a683e4a5ad7275c6c9bdf17.svg); }
 }@media only screen and (max-width: 763px) { #qliURBvLz8WR14FiGSm3t9oNsFT6Wzg9 { width:14.25rem;height:2.5625rem;top:71.6474609375rem;left:2.0625rem;text-align:center;text-align-last:center;line-height:2.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2WSTeBm7V3vAfcV7rN7MhPdtA7OBaS3 { width:20rem;height:0.625rem;top:55.75rem;left:0rem;z-index:15033;background-color:#2086b7;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#q2WSTeBm7V3vAfcV7rN7MhPdtA7OBaS3.adaptive-delivery-prevent-bg, #q2WSTeBm7V3vAfcV7rN7MhPdtA7OBaS3.lazyload, #q2WSTeBm7V3vAfcV7rN7MhPdtA7OBaS3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal { display:block; }#IuGaMUsb7Vyh3JTdn3eXekmdUiuCqzal > .row .container { width:20rem;height:622.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4tk8TitTceU1aOag2i0uFC6LLPw1Gno { width:20rem;height:38.5rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUT4Z2shLAAw6uwwarFRZt1qu1fWBTh { width:7.8125rem;height:7.8125rem;top:10.4375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmFNOCHdLqQfZJbGLQXQhDSi5Dlqmvyk { width:17.5625rem;height:16.625rem;top:23.6875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOXwMEUobOvyJEc9Ft23iyk4fQ8ViC6G { width:7.8125rem;height:7.8125rem;top:51.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR6By9AXrSZ5ZPRHRBOVWrNPgd5Grqeb { width:12.5rem;height:3.75rem;top:18.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3TsMyNf8hInaOuSzcRKgxWVOEHBXfIR { width:20rem;height:496.875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9dJxQy87Az8SbW21S1vmIiBXaG0etU9 { width:20rem;height:2.5625rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2TLquUVz6JsnO0EyeaSyDVy3uhmqqTA { width:20rem;height:37.6875rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTKwsMgOo98I9TsBTZET2xAgf1B1yHcW { width:12.5rem;height:5rem;top:59.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkK7aks3BS6lmD0eOczbLm242muGyxC6 { width:17.5625rem;height:14.25rem;top:65.9375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6OwVJLQ53nDxJMoTqU3S4VTVKS12f7s { width:2.125rem;height:2.125rem;top:43.36171913147rem;left:8.9375005364419rem;display:block; }
#X6OwVJLQ53nDxJMoTqU3S4VTVKS12f7s > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #iD98rRAsfSofmAp92XwHXICXTM0PQPu7 { width:2.125rem;height:2.125rem;top:83.174219131469rem;left:8.9375005364419rem;display:block; }
#iD98rRAsfSofmAp92XwHXICXTM0PQPu7 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #L3qq45RiAqvVFSynoVkbutPAciiozfH2 { width:20rem;height:33rem;top:90rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWEdKwONfQT9fknzTqNfABSBEWTtOg7n { width:7.8125rem;height:7.8125rem;top:91.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTALi4AuDZvt54Fud0i3AIcZ9Le1KfMe { width:17.625rem;height:13.0625rem;top:103.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCfL17xysmGyLvTRk5HFarJnW73Rltmv { width:20rem;height:3.75rem;top:100.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySkONcpSC67ek7VsTdF7adHcdTT2WgTT { width:2.125rem;height:2.125rem;top:118.28593730926rem;left:8.9375005364419rem;display:block; }
#ySkONcpSC67ek7VsTdF7adHcdTT2WgTT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #IEhRVQ63FHvnV8Obmn3c3CXA7poKx9Tn { width:20rem;height:34.6875rem;top:125.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaVCEvZsgl0HsHUibV2ew8n21NCwdJdE { width:7.8125rem;height:7.75rem;top:126.125rem;left:6.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT5TxvMgdKS93p7SaVAL8AfPsm1Sazpn { width:20rem;height:2.5rem;top:135.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0TJyzCiCn7QTh80qyEhzoHLecmAHKg4 { width:17.6875rem;height:14.25rem;top:138.8125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhiMMQIfsZLQAgntp5wa2CdWacpTw5xv { width:2.125rem;height:2.125rem;top:154.8125rem;left:8.8437505364419rem;display:block; }
#UhiMMQIfsZLQAgntp5wa2CdWacpTw5xv > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #mnmgcWS6EeAs9Qmc78iFflp5tJ9TG2o0 { width:20rem;height:45.375rem;top:161.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOSfQkmizd42A0geIpCbDsUnXXPiTcy7 { width:7.8125rem;height:7.8125rem;top:162.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD4c5uynTblDeOCKQk0WdvwdoNSTRGGU { width:20rem;height:2.5rem;top:171.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwpRxtBw13LbtOWdL6tgC9T6ApvGM8r5 { width:17.6875rem;height:24.9375rem;top:175.3125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDS1nyOkmapJSWgQg9FE3acak5NKpqKr { width:20rem;height:38.0625rem;top:209.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8uZWd8Iz7LlaKbRPUTPpI49TsZs5t8w { width:20rem;height:2.5rem;top:219.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #De4cVPEI5l11idS8CMHW5tzb3sWHHprI { width:7.8125rem;height:7.8125rem;top:210.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4KsInT0IbTDgJBIRN9VLZzxyUTW6ePS { width:17.8125rem;height:16.625rem;top:223.6875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMeodgnwTxOJ75BbPqSxw6cQsJSHl90T { width:20rem;height:34.1875rem;top:289.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOvTER7DLl9cCDcPuhfqRW9qS2p0SsEf { width:7.8125rem;height:7.8125rem;top:291.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXlkDvTbdUvTxs5g9kFIVMge1lvqiSR8 { width:20rem;height:3.75rem;top:300.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntOidJ3if3yhx6hQfu1TWM4B0hLn2n4D { width:17.6875rem;height:13.0625rem;top:304.875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDX7VRs8t2aBpAnLSOlqs2OfCN42RFp2 { width:20rem;height:38.3125rem;top:249.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZbAxNVbXWqQm57F1lsv62VAPsFTuXQB { width:20rem;height:2.5rem;top:259.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx0y2iyx68sfEi8nIcNGnSwmFhtGrGyk { width:17.625rem;height:17.8125rem;top:263.5rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWd28J97dV002v1QWKRu0u2k3yQO1i12 { width:7.8125rem;height:7.8125rem;top:250.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5FR9mmB0RPO6eh09rfGVq3A3XtKRu4O { width:2.125rem;height:2.125rem;top:202.375rem;left:8.9375rem;display:block; }
#p5FR9mmB0RPO6eh09rfGVq3A3XtKRu4O > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #SwHk6OevXEICRdQvSMv4d5rqaIgorgnD { width:2.125rem;height:2.125rem;top:242.625rem;left:8.9375rem;display:block; }
#SwHk6OevXEICRdQvSMv4d5rqaIgorgnD > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #E4oaoXhayMbtuIhBTcoLronqmsquqlL9 { width:2.125rem;height:2.125rem;top:283rem;left:8.9375rem;display:block; }
#E4oaoXhayMbtuIhBTcoLronqmsquqlL9 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #T6RrzBwTwOzF8XSEpJygiWT359yT4fco { width:2.125rem;height:2.125rem;top:319.3125rem;left:8.9375rem;display:block; }
#T6RrzBwTwOzF8XSEpJygiWT359yT4fco > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #xOrP70CoG6KCWuFVk3U9SLoSiKX1B7JK { width:20rem;height:42.1875rem;top:326.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWrKm4ETHgL8IwVeW6h0obdKDSEIUGGn { width:7.8125rem;height:7.8125rem;top:327rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxaZRhJ4THMuh5MZhcke27uR0qUFsb0e { width:19.125rem;height:3.75rem;top:336.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmVOsQsJqezgdLbmu912NyuRSALTd72 { width:17.8125rem;height:21.375rem;top:340.5625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH68IyKKFFr4UcqeDrl8KRPcxaKw6pCb { width:2.125rem;height:2.125rem;top:363.625rem;left:8.9375rem;display:block; }
#ZH68IyKKFFr4UcqeDrl8KRPcxaKw6pCb > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #xWedn1GOSWeEgTUqewxUfCWm33sw0bFM { width:20rem;height:54.1875rem;top:370.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qILK5275kcsKdBg2oNL4l63PmnxbS7Ti { width:7.8125rem;height:7.8125rem;top:371.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9cS7oKHv7iJEVeR2Kw8bIsxNH5pnwB7 { width:20rem;height:3.75rem;top:380.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keNiKoHCR7TVLrulLaiIqLuJpZcwLRD9 { width:17.75rem;height:34.4375rem;top:385.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0pTpUVge48bF1RNLoXEw64M07UlX7uz { width:20rem;height:37.8125rem;top:426.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1ITTB6geV0hCuiTMqTWOitaTT1ONUqL { width:7.25rem;height:6.6875rem;top:427.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEPpxac36UDWUtto1sPfEAGB7nHOme2Q { width:19.125rem;height:3.75rem;top:435.5625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8wdOLF6vc6hL5iTAsFrCQQhZe0Cne8S { width:17.6875rem;height:19rem;top:440.6875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdKCaJXwgJuPKk0vCW0TMKSZ21TTRcMn { width:20rem;height:38.5625rem;top:467.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFTh7t2k7bGd6xxZllxonHLiNXdSX9fZ { width:6.6875rem;height:6.6875rem;top:468.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGT1d9wNbOwSr7q9Eofl7vL5q0plhFq9 { width:19.125rem;height:3.75rem;top:476.5rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyuI62mghkB23gkKHzW7V4nvRsTEcWMU { width:19.125rem;height:20.1875rem;top:481.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEa1tDyg3T6AAyCf5q1aK1kqpu4TFb2x { width:2.125rem;height:2.125rem;top:420.8125rem;left:8.9375rem;display:block; }
#TEa1tDyg3T6AAyCf5q1aK1kqpu4TFb2x > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #sLP1K0UNbguQ6vsAQKNirAhGZVVss4PU { width:2.125rem;height:2.125rem;top:461.1875rem;left:8.9375rem;display:block; }
#sLP1K0UNbguQ6vsAQKNirAhGZVVss4PU > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #MZ4QWemTCPAkd462pJiXhCrXQQRz3aHV { width:2.125rem;height:2.125rem;top:502.5rem;left:8.9375rem;display:block; }
#MZ4QWemTCPAkd462pJiXhCrXQQRz3aHV > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #TaCkpD1Eiu61NmsoeUxg6zFcMsAKdnyp { width:20rem;height:106.5rem;top:506.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExchrzAxauK85lzXTG05BKKkiIKnlGT5 { width:20rem;height:2.5625rem;top:509.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnu7uTXZ1TKdliOKs2z8DMprR6NC1AwK { width:20rem;height:33.375rem;top:514.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnEZTLuF7EfOhbCOT7llMsJP3Cmopf33 { width:6.6875rem;height:6.6875rem;top:515.84375rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9MNFMcf2StFr9cn7bvdHIT3vgQDTrv6 { width:20rem;height:15.4375rem;top:527.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6vd5MkTWtTkubmSFv8OosOzzMtZF40N { width:20rem;height:2.5rem;top:523.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9HNtJf167MN0gIuGChURVzdfMKxR7qE { width:2.125rem;height:2.125rem;top:544.15625rem;left:8.9375rem;display:block; }
#H9HNtJf167MN0gIuGChURVzdfMKxR7qE > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #NR9zh04s7DlBrtpgHcH4ALqrzPq7KWJe { width:20rem;height:33.1875rem;top:550rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSf7wenuT5mAqrs4IRXH672wdJlUxqEw { width:6.6875rem;height:6.6875rem;top:551rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHukbXoVISPALfaMCFTeqtZCRMLlL0HC { width:19.125rem;height:15.4375rem;top:563.8125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuVkbdp6d8CLT0KIfrTZ3HhrgXkXsLBi { width:20rem;height:3.75rem;top:558.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCW6apBJNUVREHi30FxQWe8H58tIKeqT { width:2.125rem;height:2.125rem;top:580.25rem;left:8.9375rem;display:block; }
#yCW6apBJNUVREHi30FxQWe8H58tIKeqT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #Wc8hXHqRiEknzoKTeS5IZbueTvfcBxPO { width:20rem;height:34.25rem;top:585.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcofM5i92WR40nmNgm4xUQ4zXUHQSNEa { width:19.125rem;height:5rem;top:594.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfAWdCZel0JmBClnTFeTy1dsSgbBk4r { width:19.125rem;height:14.25rem;top:600.9375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk6Z4gJ3Ph8oUDHGpcyuklCsm0htvpOt { width:6.6875rem;height:6.6875rem;top:587.3125rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTZ67mcgl9mkdsAbshTKFAuTx2DxMzT { width:2.125rem;height:2.125rem;top:616.4375rem;left:8.9375rem;display:block; }
#ttTZ67mcgl9mkdsAbshTKFAuTx2DxMzT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:20rem;height:2.1875rem;top:2.6531257629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT { display:block; }#c6KNaHeg08So9ZDHhaBEWWEZCZIF7vcT > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvRC5WwipUz3bZu1UKyHRGk7EdnZrC4d { width:11.875rem;height:3.0625rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf1FzWoKEp6LQtv7FtWVAdnPPrvK5wA3 { width:14.75rem;height:3.3125rem;top:6.6875009536744rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDMRzfiNCysibJMgkDruiGSVa6MgUrgi { display:block; }#JDMRzfiNCysibJMgkDruiGSVa6MgUrgi > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1m1DzdH4QccUHNKInU3zd4Q3Bm8m1Sh { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxiBZp7rT7kfk4liK69QHgEEmqVMh7On { display:block; }#VxiBZp7rT7kfk4liK69QHgEEmqVMh7On > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tawPTXWLIW9QXTaR6fns5J1QE2nCaeeD { width:20rem;height:1.625rem;top:2.9368801116943rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpsx86MpyaasxEPrGWv6qB2RXS2IXOTr { width:3.375rem;height:8.3125rem;top:6.4772729873656rem;left:8.3125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4ReigQcSDzmHgm55Agz96XEukG91dxa { width:20rem;height:1.625rem;top:34.44602394104rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI1DWM17Uk4kBPH9PXkUlNAVTGg4NCfx { width:8.875rem;height:4.875rem;top:38.338689804077rem;left:5.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JULSZXvwNQLTpat6G7CTyCD9C4SvPtkE { width:12rem;height:7.3125rem;top:44.401279449463rem;left:4.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNUbDeBbTQCHAwVqSZXTPbOAegGsoadx { width:9.1875rem;height:5.5625rem;top:17.714488983154rem;left:5.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoFoymREyoGUwD7X8UkcKmgP6Gq511eE { width:10.9375rem;height:3.875rem;top:25.561901092529rem;left:4.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU { display:block; }#gJe9vvBKGfx7JgQZFC67xu7VVntcFvSU > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSzMTUOIqw2lUSxgufTmqKxoTK35Tqiy { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa { display:block; }#MnrJeaDNgmoluDyN69n4w4EwPOCgR6wa > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luG77wQT6uQ85M7R3O12RJNPLFrRwGbJ { width:10.125rem;height:5.5625rem;top:0rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 { display:block; }#zLGeDfgkomFI5eXlA1oVRxrGH0w0G0B5 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGEL1N0Vlh8AbTmKAwB0kJIoKFSRVMaZ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTEUwxKlmqkUDLbX3ClXarhAivb1zgou { display:block; }#CTEUwxKlmqkUDLbX3ClXarhAivb1zgou > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxTAlNvefvRZO7xidkgqTh1MiZWSTCxf { width:9.75rem;height:4.3125rem;top:2.5400390625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRMsWIVJG8oK38rW6fmzbL6lRt6VwbF9 { width:9.625rem;height:4.9375rem;top:9.7783203125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 { display:block; }#sJIM52hph1CMTWrk9HwQe0T3RKukxXh9 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gfammaTb/sekcja8_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.adaptive-delivery-prevent-bg, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyload, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyloading { background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { background-color: transparent; background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .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); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { width:18.75rem;height:3.625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { width:20rem;height:47.375rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { width:17.8125rem;height:0;top:9.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhydSvMQvXfxPCAtG1QxiIdTT1Mha1P { width:2rem;height:2rem;top:8.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdk3bEq2CkKNMqtz0LQsIBiL3CARQ28p { width:2rem;height:2rem;top:11.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWdtywvdE8ZW6hgK4TWSH3LrydbvVVT { width:16.125rem;height:1.5rem;top:18.625rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqQtL2OAwFrIWTn5sinxluzkgh04U9Qo { width:1.875rem;height:1.875rem;top:18.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOUgRAC1t8nD8mMz6faA6Cakyz97OEtX { width:1.875rem;height:1.875rem;top:22.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ0AAFMELwTAROn7UXlM04BfxpxBCgq3 { width:16.125rem;height:9rem;top:22.5625rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oo4O6E4JBe9sHF1Tg3ynBOplsZthAI2E { width:14.9375rem;height:6rem;top:34.125rem;left:3.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RpgyUJnyhf1sEQLk5AcQkXiOuFmaO0wB { width:1.875rem;height:1.875rem;top:34.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQnu2DOBqbuH30dTTSe0R9Zg5vxPg6Uh { display:flex;width:1.8125rem;height:1.8125rem;top:42.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #rDvunw87QRPNm6Enkxa9g9PAOS5KRR0m { width:14.375rem;height:9rem;top:42.5rem;left:3.90625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kQUEeUM24SPhnI4krRIOdxUQ4GU3WvBX { width:15.875rem;height:4.5rem;top:11.6875rem;left:4.1250001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW { display:block; }#WrWyhiidnOtJX2s7SIX8PiGdnorrzVOW > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts9dzzQrWEfWTd5MkTrDTk4Zc82FSdTB { width:20rem;height:1.875rem;top:13.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgwLU6nBckHhruR6pWi0TB0day51FISE { width:15rem;height:5.3125rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIw1PmHWvo6iRuNdCl3UJrSCFEAMfcD7 { width:13rem;height:3.8125rem;top:7.875rem;left:3.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqkngRUpdo66kVv0RA74zEJV0IsfRuTE { width:11.5rem;height:0.9375rem;top:16.8125rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8KAu7reovABJunN90gvBqTZADMvFGpq { width:11.5rem;height:0.9375rem;top:19rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }