.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,235,230;--color-primary-1:252,190,171;--color-primary-2:248,124,86;--color-primary-3:124,62,43;--color-primary-4:37,19,13;--color-secondary-0:251,227,248;--color-secondary-1:243,163,233;--color-secondary-2:231,70,211;--color-secondary-3:116,35,106;--color-secondary-4:35,11,32;--color-tertiary-0:255,255,255;--color-tertiary-1:225,225,225;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:21,21,21;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d5df8774-a4f7-4530-9a0e-070820444e3d/APD_GIN_128.jpg");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; }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S.adaptive-delivery-prevent-bg, #CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S.lazyload, #CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S.lazyloading { background-image: none; }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S > .row .container { background-color: transparent; background-image: none; }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,33,51,0.8); }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S > .row .container > .video-iframe-container { display: none; }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,33,51,0.8); }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S > .row > .video-iframe-container { display: none; }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S > .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); }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S > .row .container { border-width: 0; border-radius: 0; }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S::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; }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:75rem;position:relative;display:block; }#weFR6gwP8xqDWyVXKXiF3htzCIqlBMrB { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:"instrument sans cond";font-size:5.625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.375rem;left:19.8125rem;height:40.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hwhuMbTCIKOdKNxEi2skopRnhdN4aUBT { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:21.25rem;top:28.125rem;left:1.875rem;overflow:hidden;display:block; }
#qr2P31UamdkwBSHE6ZTXQIULLHTxTW2K { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.1875rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#DF1tUFgHViLn2OuNpZMq3N3UH5T4Bvqg { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:31.0625rem;left:27.1875rem;height:4.025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#luy7Fz9va9ZwQFHR7oUt0Z3BiTZ06RMX { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:36.8125rem;left:27.1875rem;height:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sox49doxygyTqS6x2BEeXTanCvcRh9F8 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:21.25rem;top:54.4375rem;left:1.875rem;overflow:hidden;display:block; }
#WnyEmCPZ12G4iEwAeIv9qaKoIWMymlck { 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:11.9375rem;width:21.25rem;top:41.25rem;left:1.875rem;overflow:hidden;display:block; }
#izGDPGSWqhTC9lJXDtcvJCRqfxPe1zz9 { color:#bebebe;display:block;width:42.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:57.625rem;left:27.15625rem;height:1.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTNy20Su1qHiNDvdC7rmZCOTXiHEwZEo { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:60.1875rem;left:27.1875rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00487b;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; }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 > .row .container { background-color: transparent; background-image: none; }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 > .row .container > .video-iframe-container { display: none; }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 > .row > .video-iframe-container { display: none; }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 > .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); }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 > .row .container { border-width: 0; border-radius: 0; }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#ADVHauTz8cfx7557twU5eKgonJhh7gIp { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:5.3125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00487b;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; }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M > .row .container { background-color: transparent; background-image: none; }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M > .row .container > .video-iframe-container { display: none; }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M > .row > .video-iframe-container { display: none; }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M > .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); }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M > .row .container { border-width: 0; border-radius: 0; }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#EesSzxMsIDkGErPEXDuHJ5xGTPJqS3VO { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:7.25rem;left:0rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OePkG3OIXZXrHMXd3qzC1ItVUv5T6kbV { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:7.25rem;left:19.0625rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c3ycqUGApbdvsSK8h9Qf9Je2VSQXggNI { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.25rem;left:38.125rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vh20D1b0iGJHISBoLSBz4ev3BZhyWcdC { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:7.25rem;left:57.1875rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gv7T6yzl31L9K3UOAdn8RF212PbXpL8c { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#P6qvCl6WDtmwlDnw6AKiEZgSlzs9kuP1 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#t5sSZ0O96WsyafbSkADTveGfl7UdTV9F { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#NALbutw4EPGbCdtsJJzpXy7MWoRCdzp3 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00487b;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; }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ > .row .container { background-color: transparent; background-image: none; }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ > .row .container > .video-iframe-container { display: none; }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ > .row > .video-iframe-container { display: none; }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ > .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); }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ > .row .container { border-width: 0; border-radius: 0; }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:block; }#Jn9tvtXl6UF7dQ8ddhbqvG0zuRNH4DnR { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:7.25rem;left:0rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ctirJKz30ydTixi2SR7qpxpRDT8fXLkW { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:7.25rem;left:19.0625rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eedRSJXSkXym8EXgd2ssCsSSUVEt4HZi { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.25rem;left:38.125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q0xKCreiwc3hWaOHDI56efCEhmoZRXoW { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:7.25rem;left:57.1875rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aqBp1dLckhF1P8JWgqMiuqqMJOnaoQ8C { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CBQOrSsLoOnKaCNGqKnPv7B5FbrQ46Vd { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#CFWk1tZyRc6cPL4HTRDb9qkF3yQaFron { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#JWpwXebSJoNw0FblhTX6leNDyTlXGf4y { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00487b;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; }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 > .row .container { background-color: transparent; background-image: none; }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 > .row .container > .video-iframe-container { display: none; }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 > .row > .video-iframe-container { display: none; }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 > .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); }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 > .row .container { border-width: 0; border-radius: 0; }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#OSdST5fdus2fKWsA9DUkhOgD5fP1DFOS { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:7.25rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMZ2DLsVIy5JgMecvPs7lALwLvrAALUs { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:7.25rem;left:19.0625rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f1faIKiskhf5ymN0OE2vdoEpOz9MJgPE { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.25rem;left:38.125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wkE6HwW03LeE11Qmgtq72C6iBskEINNq { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:7.25rem;left:57.1875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#slAZJa1TRiyb6h8piDlxTwFRxU6k7VoK { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ER4LsXXSXPBwktF18ek0CsZWvBZezymM { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#M6NgsGpBkNb5Ro6nzKCi2LRdT50KpDFJ { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#Wd9Z8tbZlqViiX5iyyA2lsiK8DZ6DLyS { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00487b;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; }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 > .row .container { background-color: transparent; background-image: none; }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 > .row .container > .video-iframe-container { display: none; }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 > .row > .video-iframe-container { display: none; }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 > .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); }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 > .row .container { border-width: 0; border-radius: 0; }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#JrTxoJzqATGNhRxT7eOCHyrKHsO2k5NN { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:7.25rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mkwWuWDGuuJN9z7NFLJXfdWa35wyydCT { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:7.25rem;left:19.0625rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#snADEUdpGxIygGGOri1oi5doAB7ugrFQ { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.25rem;left:38.125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqPxAvMFTBzKubWvT9tx5pZXSivqH9xt { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iQbBhhrZ3awiieUCPTTRGWfT851y2VkE { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#DuOsyqKtqaMMEfGJrS4ePLsOJgDafxrM { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#BS4J8xVri0obXroaTwTh1B9CX1BWCPsE { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:37.5rem;top:16.5625rem;left:0rem;display:block; }
#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/64596962-a3da-4b5d-890c-3dffd8162104/APD_GIN_054.jpg");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; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee.adaptive-delivery-prevent-bg, #AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee.lazyload, #AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee.lazyloading { background-image: none; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row .container { background-color: transparent; background-image: none; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row .container > .video-iframe-container { display: none; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row > .video-iframe-container { display: none; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .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); }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row .container { border-width: 0; border-radius: 0; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:75rem;position:relative;display:block; }#zLy7aciiQF3t4NsolKz4FvxNnwMiqsaE { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:14.1875rem;left:1.875rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vc9ofIKmLqkuaQhnP0mVGk2grgEOZZSw { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:30rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#DWixkufo2fRgaeBHZ8LTrLiEzcaK1lzx { color:#000000;display:block;width:31.375rem;position:absolute;font-family:"instrument sans cond";font-size:5.3125rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:1.875rem;left:1.875rem;height:10.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zsrWzai5fu1IFIIwV6pppoGA74eR5312 { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:17.3125rem;left:1.875rem;height:10.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zsrWzai5fu1IFIIwV6pppoGA74eR5312 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zsrWzai5fu1IFIIwV6pppoGA74eR5312 li:before{  }
#tJr0nH7V2tiMRhwK9PVzAPcLEHJJxhTh { position:absolute;display:block;z-index:15000;background-color:#000000;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:35.625rem;width:37.5rem;top:30rem;left:37.5rem;display:block; }
#pAZXSCxU80pIU4X6pKxfPiTTe1essRIW { color:#ffffff;display:block;width:33rem;position:absolute;font-family:"instrument sans cond";font-size:5.3125rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:31.375rem;left:39.375rem;height:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IEgfG5inSlo9S5KiTTFDRNh5IaKcNSDu { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:49.0625rem;left:39.375rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IEgfG5inSlo9S5KiTTFDRNh5IaKcNSDu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IEgfG5inSlo9S5KiTTFDRNh5IaKcNSDu li:before{  }
#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#59aee9;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; }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 > .row .container { background-color: transparent; background-image: none; }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 > .row .container > .video-iframe-container { display: none; }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 > .row > .video-iframe-container { display: none; }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 > .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); }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 > .row .container { border-width: 0; border-radius: 0; }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#QWMzT4sBMXM7k7ttBQUX0tCFH3E1Msp3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:5.3125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:2.5rem;left:0rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Kx0Bt7L894aClu7VRHhgMZ1WZuCp8Wez { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#qbQDXc8eMm2s9EkB87G1mSWbXEixzRJD { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:18.125rem;left:0rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zw7KlkPzT7rCs7vIzLZZRZkb9luxQOG2 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:11.5rem;left:0rem;overflow:hidden;display:block; }
#wFFgB4RQEHKUhhlpTzEuMwXNXgtlH3k7 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:18.1875rem;left:15.3125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g5T23LebHBsOzcBzTXp4Zq45J3nVmtXR { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:11.5625rem;left:15.3125rem;overflow:hidden;display:block; }
#NGR5TJ8QqWRKD8Jg4P9mMJE9mI6it78B { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.125rem;left:31.625rem;height:12rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bfd3GO5AGbyRiGZfL8cMdg2EE1XkILqH { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:11.5625rem;left:30.625rem;overflow:hidden;display:block; }
#LqgnnFNbapilJHTeMuDZIeDqbcdsdIRm { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:18.1875rem;left:45.9375rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i4FFDBCck5C2zdouHXHQQNlMvlMtIVgr { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:11.5625rem;left:45.9375rem;overflow:hidden;display:block; }
#MRcHnR3k9k97fhrercWBGKB29UTtSS2v { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:18.125rem;left:61.25rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nEABVeX1h9pnSa5aHGU41rCGTEziC0JD { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:11.5rem;left:61.25rem;overflow:hidden;display:block; }
#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7320;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; }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs > .row .container { background-color: transparent; background-image: none; }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs > .row .container > .video-iframe-container { display: none; }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs > .row > .video-iframe-container { display: none; }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs > .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); }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs > .row .container { border-width: 0; border-radius: 0; }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#celR88lkTJKaTXMasFUvdNz2ixxW3wpc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:5.3125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:2.5rem;left:0rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7320;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; }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk > .row .container { background-color: transparent; background-image: none; }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk > .row .container > .video-iframe-container { display: none; }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk > .row > .video-iframe-container { display: none; }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk > .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); }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk > .row .container { border-width: 0; border-radius: 0; }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#HgTTTEzv1lS0XRzPTTmCquTr0OtbqX6c { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:23.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eGwJgMzbF0PdPmCbAh8hCszfgxV5UZ0l { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZDMoiuk0lkJTbf7ZKAnagAqb0zzR1aT { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:17.5rem;left:0rem;height:9.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EZDMoiuk0lkJTbf7ZKAnagAqb0zzR1aT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EZDMoiuk0lkJTbf7ZKAnagAqb0zzR1aT li:before{  }
#yPlFPfPMATxtza9Q1u0xJAzkTLoQBFQS { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:17.5rem;left:25.6875rem;height:4.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yPlFPfPMATxtza9Q1u0xJAzkTLoQBFQS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yPlFPfPMATxtza9Q1u0xJAzkTLoQBFQS li:before{  }
#Tw3Qnve1zgDEydZeNZOOw9oBtdMMkKT6 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:14.8125rem;left:25.6875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z3mpLTToySuX6uH5fTzBlTrPTkmVc9Hr { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:17.5rem;left:51.375rem;height:6.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#z3mpLTToySuX6uH5fTzBlTrPTkmVc9Hr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z3mpLTToySuX6uH5fTzBlTrPTkmVc9Hr li:before{  }
#sosU8mEfG44v425I1WQGxT1ZtRWcgU0E { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:14.8125rem;left:51.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taneP4NCMV1bo8FpD1MuTmXx7yVK1HE0 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.15625rem;left:9.375rem; }
#taneP4NCMV1bo8FpD1MuTmXx7yVK1HE0 > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; }#eLCBXfZ7A4v0STl7ly7x1bQkhz8nTsVh { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:23.75rem;top:0rem;left:25.6875rem;overflow:hidden;display:block; }
#T8cAm8NpT8zll2oLMww7segmOTTSqngZ { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:23.75rem;top:0rem;left:51.25rem;overflow:hidden;display:block; }
#g4tezNBlT5S8DW1FLRbKVJu9atuNfREH { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:4.15625rem;left:60.6875rem;overflow:hidden;display:block; }
#SPz4oPWI3KdwS8F52Z5tOkwpwtuWKbPI { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:4.15625rem;left:35rem;overflow:hidden;display:block; }
#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/880e78be-7956-44ff-ab81-d21b03942898/bg2wide.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ.adaptive-delivery-prevent-bg, #wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ.lazyload, #wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ.lazyloading { background-image: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { background-color: transparent; background-image: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container > .video-iframe-container { display: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row > .video-iframe-container { display: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .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); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { border-width: 0; border-radius: 0; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#s48XcTOzN2D7tLuMuC7vzU3zyhOA7UG8 { color:#333333;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:5.3125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:2.5rem;left:0rem;height:6.375rem;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; }
#URPAle4aIN08i2oLuDN0IWQ046zzn4g5 { color:#333333;display:block;width:74.5625rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:11.125rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZuC0OGPJ7OQS4xED9rofVsGb4EvPyFF { color:#6b6b6b;display:block;width:64.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:13.5rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yTaANEv7RTAk5boaMPUIXz8pdUJmPJId { color:#6b6b6b;display:block;width:73.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:21rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SSeT8TU3Hixv7fWTybQ6VAW3kPVT1e26 { color:#333333;display:block;width:74.5625rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.625rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ByRv7zu5wgI56U06VFf4du4GrcxKotBl { color:#6b6b6b;display:block;width:73.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:27rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IN5PRIML1q6vwE88sGAxICaxZCgchTER { color:#333333;display:block;width:74.5625rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:24.6875rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGHFKT0E2iZvsCLZDRezLsdB1b0ZX1pG { color:#6b6b6b;display:block;width:73.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:33rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t3lMpfCyaVZgFEsLKM6nvT0cTq5svZNH { color:#333333;display:block;width:74.5625rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:30.625rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NqzODPwVUUnwC4TFBkzRit4y3FNKT3mT { color:#6b6b6b;display:block;width:73.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:39rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2HABVlag7rXJV0lr2x4of8GATgeH6Oc { color:#333333;display:block;width:74.5625rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:36.625rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 > .row .container { background-color: transparent; background-image: none; }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 > .row .container > .video-iframe-container { display: none; }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 > .row > .video-iframe-container { display: none; }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 > .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); }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 > .row .container { border-width: 0; border-radius: 0; }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 > .row .container { font-size:0.875rem;font-family:"open sans";height:12.4375rem;width:75rem;position:relative;display:block; }#hIkVTpA1BFVLiMtXgQ9Q4ewMFQgsJtGo { color:#9d9d9d;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:1.875rem;left:0rem;height:10.2375rem;text-align:left;text-align-last:left;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; }
#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB > .row .container { background-color: transparent; background-image: none; }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB > .row .container > .video-iframe-container { display: none; }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB > .row > .video-iframe-container { display: none; }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB > .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); }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB > .row .container { border-width: 0; border-radius: 0; }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB > .row .container { font-size:0.875rem;font-family:"open sans";height:23.0625rem;width:75rem;position:relative;display:block; }#R4hQSV73Tksz1poHpy82blFeCGTmmyom { color:#00182a;display:block;width:24.4375rem;position:absolute;font-family:"instrument sans cond";font-size:4.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:10.2rem;text-align:left;text-align-last:left;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; }
#f9Rs1yzABHfXDBM4zVdmsfoswoUqDoh2 { color:#c0c0c0;display:block;width:46.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.15625rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#iPATh9Op9Z0hINclErlhdhN3bGikkCSP { color:#c0c0c0;display:block;width:28.875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.15625rem;left:46.125rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#Pp0QUNA7phTZuZUPh2fTadQAe4AVbckB { color:#00182a;display:block;width:31.6875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:3.875rem;left:37.5rem;height:4.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oVTc43lzT4J0RQTBBoqpxGBLQthVFR8r { color:#003358;display:block;width:20.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:15.299987792969rem;left:45rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zdAdRVO3v9yzxUuWKavuPdBNAqlWhTEV { color:#00182a;display:block;width:19.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:10.25rem;left:45rem;height:4.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sxf2Ne3fxD9tBAEurXVUmkkvWrzMWgyN { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.5rem;left:37.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S { display:block; }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weFR6gwP8xqDWyVXKXiF3htzCIqlBMrB { width:47.75rem;height:16.875rem;top:5.5rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwhuMbTCIKOdKNxEi2skopRnhdN4aUBT { width:21.25rem;height:12.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr2P31UamdkwBSHE6ZTXQIULLHTxTW2K { width:13.375rem;height:1.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1tUFgHViLn2OuNpZMq3N3UH5T4Bvqg { width:42.4375rem;height:3.5rem;top:31.0625rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luy7Fz9va9ZwQFHR7oUt0Z3BiTZ06RMX { width:42.125rem;height:18.375rem;top:36.8125rem;left:5.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sox49doxygyTqS6x2BEeXTanCvcRh9F8 { width:21.25rem;height:11.9375rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnyEmCPZ12G4iEwAeIv9qaKoIWMymlck { width:21.25rem;height:11.9375rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izGDPGSWqhTC9lJXDtcvJCRqfxPe1zz9 { width:42.125rem;height:1.225rem;top:57.625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTNy20Su1qHiNDvdC7rmZCOTXiHEwZEo { width:44.25rem;height:1.4rem;top:60.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDPsi75gRQzOyQUkxfW87yE79E5F5P71 { display:block; }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADVHauTz8cfx7557twU5eKgonJhh7gIp { width:46.6875rem;height:6.375rem;top:3.125rem;left:0.625rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M { display:block; }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EesSzxMsIDkGErPEXDuHJ5xGTPJqS3VO { width:21.9375rem;height:6.375rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OePkG3OIXZXrHMXd3qzC1ItVUv5T6kbV { width:23.25rem;height:7.96875rem;top:21.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ycqUGApbdvsSK8h9Qf9Je2VSQXggNI { width:22.4375rem;height:7.96875rem;top:6rem;left:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh20D1b0iGJHISBoLSBz4ev3BZhyWcdC { width:22.25rem;height:6.375rem;top:21.3125rem;left:25.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv7T6yzl31L9K3UOAdn8RF212PbXpL8c { width:5rem;height:5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6qvCl6WDtmwlDnw6AKiEZgSlzs9kuP1 { width:5rem;height:5rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5sSZ0O96WsyafbSkADTveGfl7UdTV9F { width:5rem;height:5rem;top:15rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NALbutw4EPGbCdtsJJzpXy7MWoRCdzp3 { width:5rem;height:5rem;top:15rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ { display:block; }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn9tvtXl6UF7dQ8ddhbqvG0zuRNH4DnR { width:21.9375rem;height:7.96875rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctirJKz30ydTixi2SR7qpxpRDT8fXLkW { width:23.25rem;height:6.375rem;top:21.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eedRSJXSkXym8EXgd2ssCsSSUVEt4HZi { width:22.4375rem;height:6.375rem;top:6rem;left:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0xKCreiwc3hWaOHDI56efCEhmoZRXoW { width:22.25rem;height:6.375rem;top:21.3125rem;left:25.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqBp1dLckhF1P8JWgqMiuqqMJOnaoQ8C { width:5rem;height:5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBQOrSsLoOnKaCNGqKnPv7B5FbrQ46Vd { width:5rem;height:5rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFWk1tZyRc6cPL4HTRDb9qkF3yQaFron { width:5rem;height:5rem;top:15rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWpwXebSJoNw0FblhTX6leNDyTlXGf4y { width:5rem;height:5rem;top:15rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 { display:block; }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSdST5fdus2fKWsA9DUkhOgD5fP1DFOS { width:21.9375rem;height:6.375rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZ2DLsVIy5JgMecvPs7lALwLvrAALUs { width:23.25rem;height:7.96875rem;top:21.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1faIKiskhf5ymN0OE2vdoEpOz9MJgPE { width:22.4375rem;height:6.375rem;top:6rem;left:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkE6HwW03LeE11Qmgtq72C6iBskEINNq { width:22.25rem;height:6.375rem;top:21.3125rem;left:25.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slAZJa1TRiyb6h8piDlxTwFRxU6k7VoK { width:5rem;height:5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER4LsXXSXPBwktF18ek0CsZWvBZezymM { width:5rem;height:5rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6NgsGpBkNb5Ro6nzKCi2LRdT50KpDFJ { width:5rem;height:5rem;top:15rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd9Z8tbZlqViiX5iyyA2lsiK8DZ6DLyS { width:5rem;height:5rem;top:15rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 { display:block; }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTxoJzqATGNhRxT7eOCHyrKHsO2k5NN { width:21.9375rem;height:6.375rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkwWuWDGuuJN9z7NFLJXfdWa35wyydCT { width:23.25rem;height:4.78125rem;top:21.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snADEUdpGxIygGGOri1oi5doAB7ugrFQ { width:22.4375rem;height:6.375rem;top:6rem;left:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqPxAvMFTBzKubWvT9tx5pZXSivqH9xt { width:5rem;height:5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQbBhhrZ3awiieUCPTTRGWfT851y2VkE { width:5rem;height:5rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuOsyqKtqaMMEfGJrS4ePLsOJgDafxrM { width:5rem;height:5rem;top:15rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS4J8xVri0obXroaTwTh1B9CX1BWCPsE { width:37.5rem;height:0.625rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee { display:block; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLy7aciiQF3t4NsolKz4FvxNnwMiqsaE { width:34.1875rem;height:1.96875rem;top:12.9375rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc9ofIKmLqkuaQhnP0mVGk2grgEOZZSw { width:37.5rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWixkufo2fRgaeBHZ8LTrLiEzcaK1lzx { width:31.375rem;height:10.625rem;top:1.6875rem;left:1.25rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsrWzai5fu1IFIIwV6pppoGA74eR5312 { width:34.1875rem;height:13.0625rem;top:12.9375rem;left:1.25rem;font-size:1.3125rem;display:block; }#zsrWzai5fu1IFIIwV6pppoGA74eR5312 li:before{  }
 }@media only screen and (max-width: 763px) { #tJr0nH7V2tiMRhwK9PVzAPcLEHJJxhTh { width:37.5rem;height:35.625rem;top:30rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZXSCxU80pIU4X6pKxfPiTTe1essRIW { width:33rem;height:15.9375rem;top:31.375rem;left:14.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEgfG5inSlo9S5KiTTFDRNh5IaKcNSDu { width:27.625rem;height:15rem;top:49.0625rem;left:20.125rem;font-size:1.25rem;display:block; }#IEgfG5inSlo9S5KiTTFDRNh5IaKcNSDu li:before{  }
 }@media only screen and (max-width: 763px) { #n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 { display:block; }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWMzT4sBMXM7k7ttBQUX0tCFH3E1Msp3 { width:47.75rem;height:6.375rem;top:2.5rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx0Bt7L894aClu7VRHhgMZ1WZuCp8Wez { width:37.5rem;height:0.625rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbQDXc8eMm2s9EkB87G1mSWbXEixzRJD { width:21.9375rem;height:4.78125rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw7KlkPzT7rCs7vIzLZZRZkb9luxQOG2 { width:5rem;height:5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFFgB4RQEHKUhhlpTzEuMwXNXgtlH3k7 { width:21.9375rem;height:6.375rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5T23LebHBsOzcBzTXp4Zq45J3nVmtXR { width:5rem;height:5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGR5TJ8QqWRKD8Jg4P9mMJE9mI6it78B { width:21.9375rem;height:7.96875rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfd3GO5AGbyRiGZfL8cMdg2EE1XkILqH { width:5rem;height:5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqgnnFNbapilJHTeMuDZIeDqbcdsdIRm { width:21.9375rem;height:7.96875rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4FFDBCck5C2zdouHXHQQNlMvlMtIVgr { width:5rem;height:5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRcHnR3k9k97fhrercWBGKB29UTtSS2v { width:21.9375rem;height:6.375rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEABVeX1h9pnSa5aHGU41rCGTEziC0JD { width:5rem;height:5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs { display:block; }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #celR88lkTJKaTXMasFUvdNz2ixxW3wpc { width:47.75rem;height:6.375rem;top:2.5rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk { display:block; }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgTTTEzv1lS0XRzPTTmCquTr0OtbqX6c { width:23.75rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGwJgMzbF0PdPmCbAh8hCszfgxV5UZ0l { width:23.625rem;height:;top:14.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZDMoiuk0lkJTbf7ZKAnagAqb0zzR1aT { width:18.9375rem;height:9rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }#EZDMoiuk0lkJTbf7ZKAnagAqb0zzR1aT li:before{  }
 }@media only screen and (max-width: 763px) { #yPlFPfPMATxtza9Q1u0xJAzkTLoQBFQS { width:23.625rem;height:4.825rem;top:17.5rem;left:12.0625rem;font-size:1rem;display:block; }#yPlFPfPMATxtza9Q1u0xJAzkTLoQBFQS li:before{  }
 }@media only screen and (max-width: 763px) { #Tw3Qnve1zgDEydZeNZOOw9oBtdMMkKT6 { width:23.625rem;height:;top:14.8125rem;left:12.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3mpLTToySuX6uH5fTzBlTrPTkmVc9Hr { width:23.625rem;height:6.225rem;top:17.5rem;left:24.125rem;font-size:1rem;display:block; }#z3mpLTToySuX6uH5fTzBlTrPTkmVc9Hr li:before{  }
 }@media only screen and (max-width: 763px) { #sosU8mEfG44v425I1WQGxT1ZtRWcgU0E { width:23.625rem;height:;top:14.8125rem;left:24.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taneP4NCMV1bo8FpD1MuTmXx7yVK1HE0 { width:5rem;height:5rem;top:4.125rem;left:0rem;display:block; }
#taneP4NCMV1bo8FpD1MuTmXx7yVK1HE0 > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; } }@media only screen and (max-width: 763px) { #eLCBXfZ7A4v0STl7ly7x1bQkhz8nTsVh { width:23.75rem;height:13.3125rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8cAm8NpT8zll2oLMww7segmOTTSqngZ { width:23.75rem;height:13.3125rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4tezNBlT5S8DW1FLRbKVJu9atuNfREH { width:5rem;height:5rem;top:4.125rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPz4oPWI3KdwS8F52Z5tOkwpwtuWKbPI { width:5rem;height:5rem;top:4.125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ { display:block; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s48XcTOzN2D7tLuMuC7vzU3zyhOA7UG8 { width:47.75rem;height:6.375rem;top:2.5rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URPAle4aIN08i2oLuDN0IWQ046zzn4g5 { width:47.75rem;height:1.96875rem;top:11.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZuC0OGPJ7OQS4xED9rofVsGb4EvPyFF { width:47.75rem;height:3rem;top:13.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTaANEv7RTAk5boaMPUIXz8pdUJmPJId { width:47.75rem;height:3rem;top:21rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSeT8TU3Hixv7fWTybQ6VAW3kPVT1e26 { width:47.75rem;height:1.96875rem;top:18.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRv7zu5wgI56U06VFf4du4GrcxKotBl { width:47.75rem;height:1.5rem;top:27rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN5PRIML1q6vwE88sGAxICaxZCgchTER { width:47.75rem;height:1.96875rem;top:24.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGHFKT0E2iZvsCLZDRezLsdB1b0ZX1pG { width:47.75rem;height:1.5rem;top:33rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lMpfCyaVZgFEsLKM6nvT0cTq5svZNH { width:47.75rem;height:1.96875rem;top:30.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqzODPwVUUnwC4TFBkzRit4y3FNKT3mT { width:47.75rem;height:1.5rem;top:39rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2HABVlag7rXJV0lr2x4of8GATgeH6Oc { width:47.75rem;height:1.96875rem;top:36.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 { display:block; }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIkVTpA1BFVLiMtXgQ9Q4ewMFQgsJtGo { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB { display:block; }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4hQSV73Tksz1poHpy82blFeCGTmmyom { width:43rem;height:1.8rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Rs1yzABHfXDBM4zVdmsfoswoUqDoh2 { width:36.25rem;height:1.1375rem;top:12.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPATh9Op9Z0hINclErlhdhN3bGikkCSP { width:10.5625rem;height:1.1375rem;top:12.625rem;left:36.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp0QUNA7phTZuZUPh2fTadQAe4AVbckB { width:31.6875rem;height:4.6875rem;top:3.875rem;left:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVTc43lzT4J0RQTBBoqpxGBLQthVFR8r { width:20.75rem;height:1.8125rem;top:15.25rem;left:27rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdAdRVO3v9yzxUuWKavuPdBNAqlWhTEV { width:19.3125rem;height:4.75rem;top:10.25rem;left:28.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxf2Ne3fxD9tBAEurXVUmkkvWrzMWgyN { width:6.25rem;height:6.25rem;top:10.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S { display:block; }#CH1xm7e0fdsmRm4ePurhc7tmTvdOHQ7S > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weFR6gwP8xqDWyVXKXiF3htzCIqlBMrB { width:20rem;height:20.25rem;top:8.625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwhuMbTCIKOdKNxEi2skopRnhdN4aUBT { width:9.5625rem;height:5.4375rem;top:26.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qr2P31UamdkwBSHE6ZTXQIULLHTxTW2K { width:15.25rem;height:2rem;top:1.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1tUFgHViLn2OuNpZMq3N3UH5T4Bvqg { width:20rem;height:5.25rem;top:30.425000190735rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luy7Fz9va9ZwQFHR7oUt0Z3BiTZ06RMX { width:20rem;height:21rem;top:36.924999237061rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sox49doxygyTqS6x2BEeXTanCvcRh9F8 { width:20rem;height:11.235294117647rem;top:54.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WnyEmCPZ12G4iEwAeIv9qaKoIWMymlck { width:20rem;height:11.235294117647rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #izGDPGSWqhTC9lJXDtcvJCRqfxPe1zz9 { width:20rem;height:1.1375rem;top:59.174999237061rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTNy20Su1qHiNDvdC7rmZCOTXiHEwZEo { width:19.9375rem;height:2.8rem;top:61.237499237061rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDPsi75gRQzOyQUkxfW87yE79E5F5P71 { display:block; }#KDPsi75gRQzOyQUkxfW87yE79E5F5P71 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADVHauTz8cfx7557twU5eKgonJhh7gIp { width:20rem;height:3.375rem;top:1.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M { display:block; }#z7i8upLuHeS9UJP3gGtfEuEs3rEzfh2M > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EesSzxMsIDkGErPEXDuHJ5xGTPJqS3VO { width:15rem;height:7.875rem;top:0rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OePkG3OIXZXrHMXd3qzC1ItVUv5T6kbV { width:15rem;height:9.1875rem;top:9.5rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #c3ycqUGApbdvsSK8h9Qf9Je2VSQXggNI { width:15rem;height:10.5rem;top:20.4375rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vh20D1b0iGJHISBoLSBz4ev3BZhyWcdC { width:15rem;height:9.1875rem;top:33rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Gv7T6yzl31L9K3UOAdn8RF212PbXpL8c { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6qvCl6WDtmwlDnw6AKiEZgSlzs9kuP1 { width:3.75rem;height:3.75rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5sSZ0O96WsyafbSkADTveGfl7UdTV9F { width:3.75rem;height:3.75rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NALbutw4EPGbCdtsJJzpXy7MWoRCdzp3 { width:3.75rem;height:3.75rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ { display:block; }#CI8wIduunZpmeyxOxaDZ2akWolZrqUKJ > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn9tvtXl6UF7dQ8ddhbqvG0zuRNH4DnR { width:15rem;height:9.1875rem;top:0rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ctirJKz30ydTixi2SR7qpxpRDT8fXLkW { width:15rem;height:7.875rem;top:10.875rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eedRSJXSkXym8EXgd2ssCsSSUVEt4HZi { width:15rem;height:7.875rem;top:20.5rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q0xKCreiwc3hWaOHDI56efCEhmoZRXoW { width:15rem;height:6.5625rem;top:30.25rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aqBp1dLckhF1P8JWgqMiuqqMJOnaoQ8C { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBQOrSsLoOnKaCNGqKnPv7B5FbrQ46Vd { width:3.75rem;height:3.75rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFWk1tZyRc6cPL4HTRDb9qkF3yQaFron { width:3.75rem;height:3.75rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWpwXebSJoNw0FblhTX6leNDyTlXGf4y { width:3.75rem;height:3.75rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 { display:block; }#dCQX8cSsNT4VgxN3q4RdlXTgUBoxULB9 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSdST5fdus2fKWsA9DUkhOgD5fP1DFOS { width:15rem;height:6.5625rem;top:0rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iMZ2DLsVIy5JgMecvPs7lALwLvrAALUs { width:15rem;height:10.5rem;top:8.4375rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f1faIKiskhf5ymN0OE2vdoEpOz9MJgPE { width:15rem;height:7.875rem;top:20.6875rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wkE6HwW03LeE11Qmgtq72C6iBskEINNq { width:15rem;height:7.875rem;top:30.3125rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #slAZJa1TRiyb6h8piDlxTwFRxU6k7VoK { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER4LsXXSXPBwktF18ek0CsZWvBZezymM { width:3.75rem;height:3.75rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6NgsGpBkNb5Ro6nzKCi2LRdT50KpDFJ { width:3.75rem;height:3.75rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd9Z8tbZlqViiX5iyyA2lsiK8DZ6DLyS { width:3.75rem;height:3.75rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 { display:block; }#agSmMB08daAOzy6wT2TQd7VJvCcDQIq5 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTxoJzqATGNhRxT7eOCHyrKHsO2k5NN { width:15rem;height:6.5625rem;top:0rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mkwWuWDGuuJN9z7NFLJXfdWa35wyydCT { width:15rem;height:5.25rem;top:8.4375rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #snADEUdpGxIygGGOri1oi5doAB7ugrFQ { width:15rem;height:6.5625rem;top:15.5625rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dqPxAvMFTBzKubWvT9tx5pZXSivqH9xt { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQbBhhrZ3awiieUCPTTRGWfT851y2VkE { width:3.75rem;height:3.75rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuOsyqKtqaMMEfGJrS4ePLsOJgDafxrM { width:3.75rem;height:3.75rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS4J8xVri0obXroaTwTh1B9CX1BWCPsE { width:20rem;height:0.625rem;top:33.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/64596962-a3da-4b5d-890c-3dffd8162104/APD_GIN_054.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; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee.adaptive-delivery-prevent-bg, #AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee.lazyload, #AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee.lazyloading { background-image: none; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row .container { background-color: transparent; background-image: none; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row .container > .video-iframe-container { display: none; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row > .video-iframe-container { display: none; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .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); }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row .container { border-width: 0; border-radius: 0; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AF1m7UzI3u8T6SzL0uTgPs0xwsuHMtee > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLy7aciiQF3t4NsolKz4FvxNnwMiqsaE { width:17.5rem;height:1.4rem;top:9.9875030517575rem;left:1.25rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vc9ofIKmLqkuaQhnP0mVGk2grgEOZZSw { width:20rem;height:22.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWixkufo2fRgaeBHZ8LTrLiEzcaK1lzx { width:17.5rem;height:5.625rem;top:3.0625rem;left:1.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsrWzai5fu1IFIIwV6pppoGA74eR5312 { width:17.5rem;height:10.4375rem;top:12.5625rem;left:1.25rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#zsrWzai5fu1IFIIwV6pppoGA74eR5312 li:before{  }
 }@media only screen and (max-width: 763px) { #tJr0nH7V2tiMRhwK9PVzAPcLEHJJxhTh { width:20rem;height:25.625rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZXSCxU80pIU4X6pKxfPiTTe1essRIW { width:16.8125rem;height:8.4375rem;top:27.3125rem;left:1.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEgfG5inSlo9S5KiTTFDRNh5IaKcNSDu { width:17.25rem;height:12.375rem;top:37.21875rem;left:1.25rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#IEgfG5inSlo9S5KiTTFDRNh5IaKcNSDu li:before{  }
 }@media only screen and (max-width: 763px) { #n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 { display:block; }#n5tx8JzhAbs2Hqvv3PnkDN9ie52EQ6O6 > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWMzT4sBMXM7k7ttBQUX0tCFH3E1Msp3 { width:12.625rem;height:6.75rem;top:0.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx0Bt7L894aClu7VRHhgMZ1WZuCp8Wez { width:20rem;height:2.25rem;top:5.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbQDXc8eMm2s9EkB87G1mSWbXEixzRJD { width:15rem;height:6.5625rem;top:9.3125rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zw7KlkPzT7rCs7vIzLZZRZkb9luxQOG2 { width:3.75rem;height:3.75rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFFgB4RQEHKUhhlpTzEuMwXNXgtlH3k7 { width:15rem;height:6.5625rem;top:17.75rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g5T23LebHBsOzcBzTXp4Zq45J3nVmtXR { width:3.75rem;height:3.75rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGR5TJ8QqWRKD8Jg4P9mMJE9mI6it78B { width:14.125rem;height:7.875rem;top:26.200000762939rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bfd3GO5AGbyRiGZfL8cMdg2EE1XkILqH { width:3.75rem;height:3.75rem;top:26.199996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqgnnFNbapilJHTeMuDZIeDqbcdsdIRm { width:15rem;height:7.875rem;top:36.137500762939rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i4FFDBCck5C2zdouHXHQQNlMvlMtIVgr { width:3.75rem;height:3.75rem;top:36.137512207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRcHnR3k9k97fhrercWBGKB29UTtSS2v { width:15rem;height:5.25rem;top:45.875rem;left:5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nEABVeX1h9pnSa5aHGU41rCGTEziC0JD { width:3.75rem;height:3.75rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs { display:block; }#RzIGIk5fH2Lp4FNKA8cI9xWcHqeX7zbs > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #celR88lkTJKaTXMasFUvdNz2ixxW3wpc { width:20rem;height:3.375rem;top:1.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk { display:block; }#S4Pr4Ly3tWqKCTb8d5SJVc5kaRubEzHk > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgTTTEzv1lS0XRzPTTmCquTr0OtbqX6c { width:20rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGwJgMzbF0PdPmCbAh8hCszfgxV5UZ0l { width:20rem;height:1.4rem;top:12.381248474121rem;left:0rem;font-size:1rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EZDMoiuk0lkJTbf7ZKAnagAqb0zzR1aT { width:20rem;height:8.5rem;top:14.53125rem;left:0rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#EZDMoiuk0lkJTbf7ZKAnagAqb0zzR1aT li:before{  }
 }@media only screen and (max-width: 763px) { #yPlFPfPMATxtza9Q1u0xJAzkTLoQBFQS { width:20rem;height:4.5625rem;top:39.806243896484rem;left:0rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#yPlFPfPMATxtza9Q1u0xJAzkTLoQBFQS li:before{  }
 }@media only screen and (max-width: 763px) { #Tw3Qnve1zgDEydZeNZOOw9oBtdMMkKT6 { width:20rem;height:1.4rem;top:37.59375rem;left:0rem;font-size:1rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #z3mpLTToySuX6uH5fTzBlTrPTkmVc9Hr { width:20rem;height:5.875rem;top:61.008331298828rem;left:0rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#z3mpLTToySuX6uH5fTzBlTrPTkmVc9Hr li:before{  }
 }@media only screen and (max-width: 763px) { #sosU8mEfG44v425I1WQGxT1ZtRWcgU0E { width:20rem;height:1.4rem;top:58.795837402344rem;left:0rem;font-size:1rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #taneP4NCMV1bo8FpD1MuTmXx7yVK1HE0 { display:flex;width:5rem;height:5rem;top:3.09375rem;left:7.5rem; }
#taneP4NCMV1bo8FpD1MuTmXx7yVK1HE0 > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; } }@media only screen and (max-width: 763px) { #eLCBXfZ7A4v0STl7ly7x1bQkhz8nTsVh { width:20rem;height:11.210526315789rem;top:25.320831298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8cAm8NpT8zll2oLMww7segmOTTSqngZ { width:20rem;height:11.210526315789rem;top:46.531268798828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4tezNBlT5S8DW1FLRbKVJu9atuNfREH { width:5rem;height:5rem;top:49.636459350586rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPz4oPWI3KdwS8F52Z5tOkwpwtuWKbPI { width:5rem;height:5rem;top:28.426041603088rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/880e78be-7956-44ff-ab81-d21b03942898/bg2wide.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ.adaptive-delivery-prevent-bg, #wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ.lazyload, #wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ.lazyloading { background-image: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { background-color: transparent; background-image: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container > .video-iframe-container { display: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row > .video-iframe-container { display: none; }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .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); }#wiLpTKcbmXTapeGTvaJmOlFkJdfQpraQ > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s48XcTOzN2D7tLuMuC7vzU3zyhOA7UG8 { width:20rem;height:3.375rem;top:1.9375rem;left:0rem;font-size:2.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #URPAle4aIN08i2oLuDN0IWQ046zzn4g5 { width:20rem;height:2.8rem;top:6.65625rem;left:0rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QZuC0OGPJ7OQS4xED9rofVsGb4EvPyFF { width:19.25rem;height:6.125rem;top:10.081237792969rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yTaANEv7RTAk5boaMPUIXz8pdUJmPJId { width:20rem;height:3.675rem;top:21.631256103516rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SSeT8TU3Hixv7fWTybQ6VAW3kPVT1e26 { width:20rem;height:2.8rem;top:18.268737792969rem;left:0rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ByRv7zu5wgI56U06VFf4du4GrcxKotBl { width:20rem;height:2.45rem;top:29.381256103516rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IN5PRIML1q6vwE88sGAxICaxZCgchTER { width:20rem;height:1.4rem;top:27.318756103516rem;left:0rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fGHFKT0E2iZvsCLZDRezLsdB1b0ZX1pG { width:20rem;height:2.45rem;top:35.431243896484rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3lMpfCyaVZgFEsLKM6nvT0cTq5svZNH { width:20rem;height:1.4rem;top:33.59375rem;left:0rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NqzODPwVUUnwC4TFBkzRit4y3FNKT3mT { width:20rem;height:2.45rem;top:41.706237792969rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2HABVlag7rXJV0lr2x4of8GATgeH6Oc { width:20rem;height:1.4rem;top:39.806243896484rem;left:0rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 { display:block; }#Iv2iqATOGJLuWBS9fnpVXCyZ0Inm8ap6 > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIkVTpA1BFVLiMtXgQ9Q4ewMFQgsJtGo { width:19.875rem;height:23.625rem;top:1.25rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB { display:block; }#lr0Ne15UpN95sfWC9y2Rl4Nh2eeALDCB > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4hQSV73Tksz1poHpy82blFeCGTmmyom { width:16.75rem;height:6.75rem;top:1.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.8125rem;font-family:"instrument sans cond";line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f9Rs1yzABHfXDBM4zVdmsfoswoUqDoh2 { width:20rem;height:1.1375rem;top:31.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPATh9Op9Z0hINclErlhdhN3bGikkCSP { width:20rem;height:1.1375rem;top:33.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp0QUNA7phTZuZUPh2fTadQAe4AVbckB { width:20rem;height:6.5625rem;top:10.32292175293rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oVTc43lzT4J0RQTBBoqpxGBLQthVFR8r { width:16.4375rem;height:1.5rem;top:28.422912597656rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zdAdRVO3v9yzxUuWKavuPdBNAqlWhTEV { width:20rem;height:3.9375rem;top:24.012496948243rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sxf2Ne3fxD9tBAEurXVUmkkvWrzMWgyN { width:5rem;height:5rem;top:18.047916412354rem;left:7.5rem;display:block; }
 }