.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:59,148,209;--color-primary-4:4,68,104;--color-secondary-0:214,248,214;--color-secondary-1:132,234,133;--color-secondary-2:50,220,51;--color-secondary-3:76,175,80;--color-secondary-4:10,44,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"libre franklin";--paragraphs-font-family:"libre franklin"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl { background-color:#ffffff;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { background-color: transparent; background-image: none; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container > .video-iframe-container { display: none; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row > .video-iframe-container { display: none; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .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); }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { border-width: 0; border-radius: 0; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;overflow:visible;position:relative;display:block; }#CNKN7inASxBUZHdhTTx2yQfFb3cUToCu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:26.9998125rem;top:2.0616321563721rem;left:0.88107681274412rem;overflow:hidden;display:block; }
#oZaTHZIQhX0I88fmWIbQmfetgR1V8bmo { background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#273a64;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625001192093rem;left:55.478517532349rem;display:block; }
#Acs5M5o7M0VpVUNFT9Mi8ZSZJ1S4PHuw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L2koJZDtQGOk4Uhpb0d0GC8BACiHMsSA { background-color:rgba(var(--color-secondary-2),0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#E4ou9niRXM0yk2JL7bEdBcz51OFQ9OHd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { background-color: transparent; background-image: none; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container > .video-iframe-container { display: none; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row > .video-iframe-container { display: none; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .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); }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { border-width: 0; border-radius: 0; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#gP8l2sBr0TzexvTXqRF9V7IA9XJGkTsv { color:#061a38;display:block;width:51.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2490234375rem;left:11.5302734375rem;height:8.44925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bHVAXTxSNE56BbCS8uwSxw52HI3s0KbC { color:#061a38;display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3232421875rem;left:8.3427734375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fsWgmOHT5ubQHa7ezDsOwT3zbvamSJpv { background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#273a64;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.8857421875rem;left:30.1240234375rem;display:block; }
#eQkXOVniTna5193HdFyRFrIIXlVc7t7L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fhXytAG3T7cXfBwXtdSJXp1AL6Ontn8v { background-color:rgba(var(--color-secondary-2),0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#fcqzxcn78VzogMCU3KTtUP8pIRToV9lp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #586788, #273a64);background-image: -moz-linear-gradient(180deg, #586788, #273a64);background-image: -ms-linear-gradient(180deg, #586788, #273a64);background-image: -o-linear-gradient(180deg, #586788, #273a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#586788', endColorstr='#273a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#586788', endColorstr='#273a64' );";background-image: linear-gradient(180deg, #586788, #273a64);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 > .row .container { background-color: transparent; background-image: none; }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 > .row .container > .video-iframe-container { display: none; }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 > .row > .video-iframe-container { display: none; }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 > .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); }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 > .row .container { border-width: 0; border-radius: 0; }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#HMsQAZbao6NJU1mmw6Cu4aAhdSoHySTt { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:7.7988125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bLxrK99CBP43LzEqzuB8nVrqvN1k2JF6 { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:12.625rem;left:0rem;height:5.736325rem;text-align:left;text-align-last:left;display:block; }
#fcAvR4a9mGi4Ov1gfAIilQl3MKcZVyOS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.6875rem;width:35rem;top:10.9375rem;left:40rem;display:block; }
#Z3Or4hLVnQ9tHwnkCLL80BWBbimW1qqD { color:#ffffff;display:block;width:34.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:20.061845779419rem;left:0rem;height:5.736325rem;text-align:left;text-align-last:left;display:block; }
#BFE0VCZ9c6AC37JfpS3QAtIgQGtKI2IH { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:27.874355316162rem;left:0rem;height:5.736325rem;text-align:left;text-align-last:left;display:block; }
#sEx3f2pxAU615ptc7XZr48kc5seTgKb8 { background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#273a64;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.4375rem;left:1.96875rem;display:block; }
#xH91bTS5XhlMCE5ewxroTbP9gIUTByuW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tITuv1cCenaqE1ToLxpTkSSyUKw88Klz { background-color:rgba(var(--color-secondary-2),0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#tVg8BFvULUiP7Wb86VzipUvklGZ2k3S0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { background-color: transparent; background-image: none; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container > .video-iframe-container { display: none; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row > .video-iframe-container { display: none; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .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); }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { border-width: 0; border-radius: 0; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#TlpwuJCL8TNUiytD6iV7k3TurxsqHs1a { color:#061a38;display:block;width:51.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:11.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTtJKis1dKxvPD5mDdXnhyJfAbl3dgwy { box-sizing:content-box;height:21.9375rem;width:16.0625rem;position:absolute;display:block;z-index:15002;background-color:#586788;background-image:none;top:9.0625rem;left:1.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#VhsmEhopNVKTFC3bxcrDploT79LqPcPQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:10.375rem;left:7.5625rem;overflow:hidden;display:block; }
#NVMDD3SVv395AFGfwGXB75a6weAxNwoJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:16.1875rem;left:3.65625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2lVbAKTCdAo6cbm3K2vkv3ChKboqRmJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:21.4375rem;left:2.09375rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#u1yQTu3Kwe1Zp32iUeLkcnt68SDhaXTJ { box-sizing:content-box;height:21.875rem;width:15.75rem;position:absolute;display:block;z-index:15006;background-color:#586788;background-image:none;top:9.0625rem;left:19.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#hXJXKa4NOd1vedxZpmrh8lT6wRUO9zrg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:10.375rem;left:24.71875rem;overflow:hidden;display:block; }
#DOoe2HLkB4LIH10o2Z1Fg22XKVi7etfm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.1875rem;left:19.5rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxG5lbtRbpUo3sylXV9ZiW0KNPJ7Fv1V { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:21.4375rem;left:20.375rem;height:6.3984375rem;text-align:center;text-align-last:center;display:block; }
#bUpcGFZ0z85xTtUrPtRgto82PN30r4QE { box-sizing:content-box;height:21.6875rem;width:17.0625rem;position:absolute;display:block;z-index:15014;background-color:#586788;background-image:none;top:9.0625rem;left:54.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#GBtk8krmwizEe5W2cv2zpFFZJdhEmzCD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:10.375rem;left:60.6875rem;overflow:hidden;display:block; }
#hQlOccdSib20nUpDhHLBxHw153ZuqycV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:55.46875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i8k1SnJHIG9Vp3px0iO7Ho7xT3lEoybQ { box-sizing:content-box;height:21.875rem;width:17.0625rem;position:absolute;display:block;z-index:15010;background-color:#586788;background-image:none;top:9.0625rem;left:36.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#dEMavRZhQRImKP5rcHQ17xZxOdJzsFk8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:10.375rem;left:42.375rem;overflow:hidden;display:block; }
#BFo6T8pU0FvuOLfso7sdO5Aidi2ebv25 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:16.1875rem;left:39.03125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dyNtSGQQUpUEWQSw1k8StlMXnrMRWuoK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:21.4375rem;left:36.90625rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#U2aRH7gu8LSAHkbu7kv7bGM33uD9vrho { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:21.4375rem;left:55.53125rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#mkQBOTTR27S2nFB7HipFmAkZGSWkDXRl { background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#273a64;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.9375rem;left:28.4375rem;display:block; }
#A2SyS2WRkckK6WO6ABTD8VGK71O60MTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cyk8erDGW08PzTom1Ke2dxWzwqs8TKRv { background-color:rgba(var(--color-secondary-2),0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#aN25mmXhRUQVvkBNdR0quD5pr5csvTcy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #586788, #273a64);background-image: -moz-linear-gradient(180deg, #586788, #273a64);background-image: -ms-linear-gradient(180deg, #586788, #273a64);background-image: -o-linear-gradient(180deg, #586788, #273a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#586788', endColorstr='#273a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#586788', endColorstr='#273a64' );";background-image: linear-gradient(180deg, #586788, #273a64);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH > .row .container { background-color: transparent; background-image: none; }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH > .row .container > .video-iframe-container { display: none; }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH > .row > .video-iframe-container { display: none; }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH > .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); }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH > .row .container { border-width: 0; border-radius: 0; }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:12.625rem;width:75rem;position:relative;display:block; }#JMJMy8LLiN0nxdkKVXsTmwlmqwedXFTM { color:#061a38;display:block;width:35.9375rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:19.53125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mS66PEz897a29i5V9KoFStlspkQrEBDI { color:#ffffff;display:block;width:51.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:11.531034469604rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze { position:relative;display:block; }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze { background-color: transparent; background-image: none; }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze > .row .container > .video-iframe-container { display: none; }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze > .row > .video-iframe-container { display: none; }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze > .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); }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze { border-width: 0; border-radius: 0; }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f9;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:41.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NctZqMr7iorZTcQaQmEMA78v4dJJ7g2V { box-sizing:content-box;height:24.5625rem;width:24.5rem;position:absolute;display:block;z-index:15003;background-color:#273a64;background-image:none;top:0.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#LCw2fhlF8H7hCKIg2Xb0ezmGwmZCibD2 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:4.67578125rem;left:1.625rem;height:15.293rem;text-align:center;text-align-last:center;display:block; }
#bq0npuQWsz3JGCKPOFEQE080MZozonH3 { color:#b5ef70;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:3rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EgxoOonRbDeDCU3QP5CMAEkdT6WHN0oI { box-sizing:content-box;height:24.5rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:#273a64;background-image:none;top:0.3125rem;left:25.249567031861rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#WC6tzgLvH1ye4tlyebknS6eRC5hSED9g { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:4.7900390625rem;left:26.875rem;height:16.9921875rem;text-align:center;text-align-last:center;display:block; }
#zIieBl8Cuem1fWxBdA2nnnaKiFQvpLKk { color:#b5ef70;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:28.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M5iEkDhwhAum61utpyIS4Au5D3hWl5wB { box-sizing:content-box;height:24.5rem;width:24.5rem;position:absolute;display:block;z-index:15009;background-color:#273a64;background-image:none;top:0.3125rem;left:50.499132156372rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#hE8i7vbIowmrFrHOEHBky6cSh933rJH8 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:4.67578125rem;left:52.125rem;height:13.59375rem;text-align:center;text-align-last:center;display:block; }
#V0bkWkoviCuukItMoUXqfOGWk2l0mcFh { color:#b5ef70;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2rem;left:53.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0ykohUxTUMMdpLmhUkkqDNhnDV6fpXQ { box-sizing:content-box;height:15.9375rem;width:37.125rem;position:absolute;display:block;z-index:15006;background-color:#273a64;background-image:none;top:25.5rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#WfxPiK8PHaHsNXQ4h6lbAyeGuVeg9Ch2 { color:#ffffff;display:block;width:31.749125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:30.374359130859rem;left:2.6866321563721rem;height:8.496125rem;text-align:center;text-align-last:center;display:block; }
#nRIRxtiiVIr4X3whr2XV8FZcbA2yEDx4 { color:#b5ef70;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.5rem;left:9.21875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nyJpQNG69bcHrtTfVTZxOqt5tBTPxaKI { box-sizing:content-box;height:15.9375rem;width:37.125rem;position:absolute;display:block;z-index:15009;background-color:#273a64;background-image:none;top:25.5rem;left:37.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TQB22BUHhaPXJKQQIfNNFGuwWmTvDihT { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:30.375rem;left:39.4375rem;height:6.796875rem;text-align:center;text-align-last:center;display:block; }
#BEeBplsaMR5dgmTHP4ilCVE4HAGBoiP8 { color:#b5ef70;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.5rem;left:47.59375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #586788, #273a64);background-image: -moz-linear-gradient(180deg, #586788, #273a64);background-image: -ms-linear-gradient(180deg, #586788, #273a64);background-image: -o-linear-gradient(180deg, #586788, #273a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#586788', endColorstr='#273a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#586788', endColorstr='#273a64' );";background-image: linear-gradient(180deg, #586788, #273a64);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM > .row .container { background-color: transparent; background-image: none; }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM > .row .container > .video-iframe-container { display: none; }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM > .row > .video-iframe-container { display: none; }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM > .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); }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM > .row .container { border-width: 0; border-radius: 0; }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:50.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#L05OEeyhOqIrNSJMSXFOzTqE8JecJI6r { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.125rem;height:3.8994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x2Fs1o05qr1DLeCQaSgvQVdSDOv5hwI5 { box-sizing:content-box;height:32.375rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:15.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#VOhcQEMUS1unJlXr7UJhMWw3TmrSyHKt { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:21.25rem;left:0.9375rem;height:20.390625rem;text-align:left;text-align-last:left;display:block; }
#uvntEfgNI2Tolgxzkmw12auMhnT7zVh0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.5625rem;left:1rem;overflow:hidden;display:block; }
#RP7C71PheiTA4ySMEeqtvP1wp9e12TpI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:16.6875rem;left:5.1875rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DKlyQRqFxeyCcPGyX4ZXqdAkqJVF2aFQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.875rem;top:18.6875rem;left:5.1875rem;overflow:hidden;display:block; }
#RJqGh6ryb3UwI28WXy3MTTJ7OELQvsnR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:45.0390625rem;left:0.9375rem;overflow:hidden;display:block; }
#nhKzzmldlPhO1HblWDUpJBMkDsH9yDwO { box-sizing:content-box;height:32.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:15.4375rem;left:19.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#JhfakoTruvT68GTes0H0h1i3DZlOUJ9k { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:21.25rem;left:20rem;height:22.089875rem;text-align:left;text-align-last:left;display:block; }
#PudMluXnAVKMFTae440GhgLlMzlfJm7U { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:45.0390625rem;left:20rem;overflow:hidden;display:block; }
#FnJTdLfS2uho5KyNSbTW4AuxXUduiTTI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.5625rem;left:20.0625rem;overflow:hidden;display:block; }
#FDTTDQE0vGNPVKdGZvpuQsKzc7EkaEEc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.875rem;top:18.6875rem;left:24.25rem;overflow:hidden;display:block; }
#uaI0guUnyB5ENIAvfLBdHn2a9vTUZ1um { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:16.6875rem;left:24.25rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dJBWeNRSNu4zDTXp9QAm3QmAZypRb7k8 { box-sizing:content-box;height:32.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:15.4375rem;left:38.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Mxc6tgQripfVQV181KwaX948W4aVfqsG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:16.6875rem;left:43.3125rem;height:1.9124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RkEL3Ie1yxZF3WaJPDuQIxGuFTcBiXC9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:21.25rem;left:39.0625rem;height:20.390625rem;text-align:left;text-align-last:left;display:block; }
#c0u6OWPcDdQskDB3JContAhz0QwxVdFx { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.875rem;top:18.6875rem;left:43.3125rem;overflow:hidden;display:block; }
#VKr9nkxvsM3Tf6GoTcC9TeVTleM22yLG { 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:3.4375rem;width:3.4375rem;top:16.5625rem;left:39.125rem;overflow:hidden;display:block; }
#accAqBzS0gG5JEmKztstW4n601OAu9L9 { position:absolute;display:block;z-index:15021;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.0625rem;width:6.25rem;top:45.0390625rem;left:39.0625rem;overflow:hidden;display:block; }
#fnD3SEE0C4xkSEJDMEdBRLbhliLZ5JvT { box-sizing:content-box;height:32.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:15.4375rem;left:57.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Gkkpv2O5DmJlQLSDTnD602Fxx9hzGKi7 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:16.6875rem;left:62.375rem;height:1.9124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ioD8D2NOUBsyvtwvhiSEvmZHuCl0pRJa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:21.25rem;left:58.125rem;height:22.089875rem;text-align:left;text-align-last:left;display:block; }
#rnb5TpUGealGJ847owIRtrt2qnk4uSOP { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.875rem;top:18.6875rem;left:62.375rem;overflow:hidden;display:block; }
#El2WJPnTvpCHnfgFO0ZFz7077eahcmwC { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.5625rem;left:58.1875rem;overflow:hidden;display:block; }
#mvrWwO8xn9dNM7DrZZ8M2zl28wRqm6uv { position:absolute;display:block;z-index:15027;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.0625rem;width:6.25rem;top:45.0390625rem;left:58.125rem;overflow:hidden;display:block; }
#bNSckJNTTTVdGnKF5Ug9xHcJbcHUMoyl { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:7.6866321563719rem;left:7.3437519073488rem;height:3.3984375rem;text-align:center;text-align-last:center;display:block; }
#Wspl0eFPlxA2sZZuwBTQnFJ7ccXz2TAa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.562501907349rem;left:58.125001907349rem;overflow:hidden;display:block; }
#UwT9QEL5for7VADVdISa8rW68sWKRT6i { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.562500476837rem;left:70.06836128235rem;overflow:hidden;display:block; }
#htkvlZoCB961bDATii1Hq6yW39e7bL3e { background-color:rgba(var(--color-secondary-2),0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#WNPFuITcenfw2w7reENMvOAR34h6tyAK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa > .row .container { background-color: transparent; background-image: none; }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa > .row .container > .video-iframe-container { display: none; }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa > .row > .video-iframe-container { display: none; }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa > .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); }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa > .row .container { border-width: 0; border-radius: 0; }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:54rem;width:75rem;overflow:visible;position:relative;display:block; }#Ztk6yBxTIZ01AkDNNRMEpDqis4DZpaVc { color:#061a38;display:block;width:33.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:2.9416072368622rem;left:0rem;height:10.7988125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vKhXtmTh6tZFnnUl6w6y0pUSnEMnoZT1 { color:#061a38;display:block;width:34.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:14.91796875rem;left:0rem;height:39.082125rem;text-align:left;text-align-last:left;display:block; }
#f71RN5ayK9uPhNE1vn2NsvKvm4Pvvl8X { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:33.499375rem;top:10.248481750488rem;left:37.477212905884rem;overflow:hidden;display:block; }
#Bqc009u36yoIf0PvOLgxyzhHhCSURpZP { background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#273a64;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.3125rem;left:45.1630859375rem;display:block; }
#f0ZWOwE2bzfolLEsGDVPmKsRDK93o21S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #586788, #273a64);background-image: -moz-linear-gradient(180deg, #586788, #273a64);background-image: -ms-linear-gradient(180deg, #586788, #273a64);background-image: -o-linear-gradient(180deg, #586788, #273a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#586788', endColorstr='#273a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#586788', endColorstr='#273a64' );";background-image: linear-gradient(180deg, #586788, #273a64);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { background-color: transparent; background-image: none; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container > .video-iframe-container { display: none; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row > .video-iframe-container { display: none; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .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); }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { border-width: 0; border-radius: 0; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#xmgnGt2SFIUUiszP476zSxeJzFctOZgo { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.90625rem;left:1.875rem;height:6rem;font-style:normal;display:block; }
#O627I2mPrmUtHtWQmTCr00Pl5OuxKVyQ { background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#273a64;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:4.3125rem;left:50.53125rem;display:block; }
#z0hW46QmS5LE9oTZNB5ktmRrAeDmIVns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pU5NHWtzhFaq0eE8DpEn22TWDx4NMMpK { background-color:rgba(var(--color-secondary-2),0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.0625rem;left:28.375rem;display:none; }
#fWc4zorgwK33eTLpcZVEq17EviOF0vvf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { background-color: transparent; background-image: none; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container > .video-iframe-container { display: none; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row > .video-iframe-container { display: none; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .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); }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { border-width: 0; border-radius: 0; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#obIhOVmS8L4mw4mSvirZxqwgx1axXJGG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.875rem;height:1.29980625rem;font-style:normal;display:block; }
#fglt6JHtMXTWxCKAGhp1QHuGZnedu3wL { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9854602813721rem;left:40.375436782837rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gINxd9gFwuyzwaicTpm6dzLihzT51WW2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:26.9998125rem;top:3.6556015014649rem;left:2.7528228759766rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl { display:block; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNKN7inASxBUZHdhTTx2yQfFb3cUToCu { width:26.9375rem;height:2.1196654866816rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZaTHZIQhX0I88fmWIbQmfetgR1V8bmo { width:18.125rem;height:3.125rem;top:1.5625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acs5M5o7M0VpVUNFT9Mi8ZSZJ1S4PHuw { display:block; }
 }@media only screen and (max-width: 763px) { #L2koJZDtQGOk4Uhpb0d0GC8BACiHMsSA { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4ou9niRXM0yk2JL7bEdBcz51OFQ9OHd { display:block; }
 }@media only screen and (max-width: 763px) { #pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 { display:block; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP8l2sBr0TzexvTXqRF9V7IA9XJGkTsv { width:47.75rem;height:8.4375rem;top:1.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVAXTxSNE56BbCS8uwSxw52HI3s0KbC { width:47.75rem;height:1.625rem;top:10.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsWgmOHT5ubQHa7ezDsOwT3zbvamSJpv { width:18.125rem;height:3.125rem;top:12.875rem;left:16.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQkXOVniTna5193HdFyRFrIIXlVc7t7L { display:block; }
 }@media only screen and (max-width: 763px) { #fhXytAG3T7cXfBwXtdSJXp1AL6Ontn8v { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcqzxcn78VzogMCU3KTtUP8pIRToV9lp { display:block; }
 }@media only screen and (max-width: 763px) { #NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 { display:block; }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMsQAZbao6NJU1mmw6Cu4aAhdSoHySTt { width:25.6875rem;height:;top:3.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLxrK99CBP43LzEqzuB8nVrqvN1k2JF6 { width:34.25rem;height:5.6875rem;top:12.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcAvR4a9mGi4Ov1gfAIilQl3MKcZVyOS { width:35rem;height:19.6875rem;top:10.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Or4hLVnQ9tHwnkCLL80BWBbimW1qqD { width:34.875rem;height:5.6875rem;top:20rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFE0VCZ9c6AC37JfpS3QAtIgQGtKI2IH { width:39.25rem;height:5.75rem;top:27.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEx3f2pxAU615ptc7XZr48kc5seTgKb8 { width:18.125rem;height:3.125rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH91bTS5XhlMCE5ewxroTbP9gIUTByuW { display:block; }
 }@media only screen and (max-width: 763px) { #tITuv1cCenaqE1ToLxpTkSSyUKw88Klz { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVg8BFvULUiP7Wb86VzipUvklGZ2k3S0 { display:block; }
 }@media only screen and (max-width: 763px) { #B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm { display:block; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlpwuJCL8TNUiytD6iV7k3TurxsqHs1a { width:47.75rem;height:3.1875rem;top:3.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTtJKis1dKxvPD5mDdXnhyJfAbl3dgwy { width:16.0625rem;height:21.9375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhsmEhopNVKTFC3bxcrDploT79LqPcPQ { width:4.6875rem;height:4.6875rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVMDD3SVv395AFGfwGXB75a6weAxNwoJ { width:12.5rem;height:4.0625rem;top:16.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lVbAKTCdAo6cbm3K2vkv3ChKboqRmJ { width:15.625rem;height:4.75rem;top:21.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1yQTu3Kwe1Zp32iUeLkcnt68SDhaXTJ { width:15.75rem;height:21.875rem;top:9.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJXKa4NOd1vedxZpmrh8lT6wRUO9zrg { width:4.6875rem;height:4.6875rem;top:10.375rem;left:11.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOoe2HLkB4LIH10o2Z1Fg22XKVi7etfm { width:15.0625rem;height:4.0625rem;top:16.125rem;left:5.8747844696045rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxG5lbtRbpUo3sylXV9ZiW0KNPJ7Fv1V { width:13.3125rem;height:6.375rem;top:21.375rem;left:6.7493495941163rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUpcGFZ0z85xTtUrPtRgto82PN30r4QE { width:17.0625rem;height:21.6875rem;top:9.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBtk8krmwizEe5W2cv2zpFFZJdhEmzCD { width:4.6875rem;height:4.6875rem;top:10.375rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlOccdSib20nUpDhHLBxHw153ZuqycV { width:15.0625rem;height:4.0625rem;top:16.125rem;left:32.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8k1SnJHIG9Vp3px0iO7Ho7xT3lEoybQ { width:17.0625rem;height:21.875rem;top:9.0625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEMavRZhQRImKP5rcHQ17xZxOdJzsFk8 { width:4.6875rem;height:4.6875rem;top:10.375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFo6T8pU0FvuOLfso7sdO5Aidi2ebv25 { width:11.3125rem;height:4.0625rem;top:16.125rem;left:25.406038284302rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyNtSGQQUpUEWQSw1k8StlMXnrMRWuoK { width:15.625rem;height:4.75rem;top:21.375rem;left:23.280382156372rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2aRH7gu8LSAHkbu7kv7bGM33uD9vrho { width:15rem;height:4.75rem;top:21.375rem;left:32.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkQBOTTR27S2nFB7HipFmAkZGSWkDXRl { width:18.125rem;height:3.125rem;top:33.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2SyS2WRkckK6WO6ABTD8VGK71O60MTO { display:block; }
 }@media only screen and (max-width: 763px) { #cyk8erDGW08PzTom1Ke2dxWzwqs8TKRv { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aN25mmXhRUQVvkBNdR0quD5pr5csvTcy { display:block; }
 }@media only screen and (max-width: 763px) { #rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH { display:block; }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMJMy8LLiN0nxdkKVXsTmwlmqwedXFTM { width:35.9375rem;height:;top:3.125rem;left:5.9062519073486rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS66PEz897a29i5V9KoFStlspkQrEBDI { width:47.75rem;height:3.1875rem;top:4.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze { display:block; }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NctZqMr7iorZTcQaQmEMA78v4dJJ7g2V { width:24.5rem;height:24.5625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCw2fhlF8H7hCKIg2Xb0ezmGwmZCibD2 { width:21.25rem;height:15.25rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq0npuQWsz3JGCKPOFEQE080MZozonH3 { width:17.625rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgxoOonRbDeDCU3QP5CMAEkdT6WHN0oI { width:24.5rem;height:24.5rem;top:0.3125rem;left:11.624567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC6tzgLvH1ye4tlyebknS6eRC5hSED9g { width:21.25rem;height:17rem;top:4.75rem;left:13.250001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIieBl8Cuem1fWxBdA2nnnaKiFQvpLKk { width:17.625rem;height:1.5625rem;top:1.9375rem;left:14.624784469604rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5iEkDhwhAum61utpyIS4Au5D3hWl5wB { width:24.5rem;height:24.5rem;top:0.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE8i7vbIowmrFrHOEHBky6cSh933rJH8 { width:21.25rem;height:13.5625rem;top:4.625rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0bkWkoviCuukItMoUXqfOGWk2l0mcFh { width:18.25rem;height:1.5625rem;top:1.9375rem;left:29.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0ykohUxTUMMdpLmhUkkqDNhnDV6fpXQ { width:37.125rem;height:15.9375rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxPiK8PHaHsNXQ4h6lbAyeGuVeg9Ch2 { width:31.6875rem;height:8.5rem;top:30.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRIRxtiiVIr4X3whr2XV8FZcbA2yEDx4 { width:17.625rem;height:1.5625rem;top:27.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyJpQNG69bcHrtTfVTZxOqt5tBTPxaKI { width:37.125rem;height:15.9375rem;top:25.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQB22BUHhaPXJKQQIfNNFGuwWmTvDihT { width:34.1875rem;height:6.75rem;top:30.3125rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEeBplsaMR5dgmTHP4ilCVE4HAGBoiP8 { width:17.625rem;height:1.5625rem;top:27.5rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM { display:block; }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L05OEeyhOqIrNSJMSXFOzTqE8JecJI6r { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Fs1o05qr1DLeCQaSgvQVdSDOv5hwI5 { width:17.8125rem;height:32.375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOhcQEMUS1unJlXr7UJhMWw3TmrSyHKt { width:15.3125rem;height:20.375rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvntEfgNI2Tolgxzkmw12auMhnT7zVh0 { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP7C71PheiTA4ySMEeqtvP1wp9e12TpI { width:11rem;height:1.875rem;top:16.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKlyQRqFxeyCcPGyX4ZXqdAkqJVF2aFQ { width:5.875rem;height:1.125rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJqGh6ryb3UwI28WXy3MTTJ7OELQvsnR { width:6.25rem;height:2.0625rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhKzzmldlPhO1HblWDUpJBMkDsH9yDwO { width:17.8125rem;height:32.4375rem;top:15.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhfakoTruvT68GTes0H0h1i3DZlOUJ9k { width:15.3125rem;height:22.0625rem;top:21.25rem;left:6.3750019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PudMluXnAVKMFTae440GhgLlMzlfJm7U { width:6.25rem;height:2.0625rem;top:45rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnJTdLfS2uho5KyNSbTW4AuxXUduiTTI { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDTTDQE0vGNPVKdGZvpuQsKzc7EkaEEc { width:5.875rem;height:1.125rem;top:18.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaI0guUnyB5ENIAvfLBdHn2a9vTUZ1um { width:11rem;height:1.875rem;top:16.625rem;left:10.624132156372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJBWeNRSNu4zDTXp9QAm3QmAZypRb7k8 { width:17.8125rem;height:32.1875rem;top:15.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxc6tgQripfVQV181KwaX948W4aVfqsG { width:11rem;height:1.875rem;top:16.625rem;left:29.686632156372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkEL3Ie1yxZF3WaJPDuQIxGuFTcBiXC9 { width:15.8125rem;height:20.375rem;top:21.25rem;left:25.437501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0u6OWPcDdQskDB3JContAhz0QwxVdFx { width:5.875rem;height:1.125rem;top:18.6875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKr9nkxvsM3Tf6GoTcC9TeVTleM22yLG { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #accAqBzS0gG5JEmKztstW4n601OAu9L9 { width:6.25rem;height:2.0625rem;top:45rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnD3SEE0C4xkSEJDMEdBRLbhliLZ5JvT { width:17.8125rem;height:32.0625rem;top:15.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkkpv2O5DmJlQLSDTnD602Fxx9hzGKi7 { width:11rem;height:1.875rem;top:16.625rem;left:36.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioD8D2NOUBsyvtwvhiSEvmZHuCl0pRJa { width:15.8125rem;height:22.0625rem;top:21.25rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnb5TpUGealGJ847owIRtrt2qnk4uSOP { width:5.875rem;height:1.125rem;top:18.6875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #El2WJPnTvpCHnfgFO0ZFz7077eahcmwC { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvrWwO8xn9dNM7DrZZ8M2zl28wRqm6uv { width:6.25rem;height:2.0625rem;top:45rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNSckJNTTTVdGnKF5Ug9xHcJbcHUMoyl { width:47.75rem;height:3.375rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wspl0eFPlxA2sZZuwBTQnFJ7ccXz2TAa { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwT9QEL5for7VADVdISa8rW68sWKRT6i { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htkvlZoCB961bDATii1Hq6yW39e7bL3e { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNPFuITcenfw2w7reENMvOAR34h6tyAK { display:block; }
 }@media only screen and (max-width: 763px) { #HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa { display:block; }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ztk6yBxTIZ01AkDNNRMEpDqis4DZpaVc { width:33rem;height:;top:2.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKhXtmTh6tZFnnUl6w6y0pUSnEMnoZT1 { width:34.25rem;height:39.0625rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f71RN5ayK9uPhNE1vn2NsvKvm4Pvvl8X { width:33.4375rem;height:19.339213418161rem;top:10.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqc009u36yoIf0PvOLgxyzhHhCSURpZP { width:18.125rem;height:3.125rem;top:34.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ZWOwE2bzfolLEsGDVPmKsRDK93o21S { display:block; }
 }@media only screen and (max-width: 763px) { #DQGdTvwybzGTQITcc9VJHQIztsTdgBNT { display:block; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmgnGt2SFIUUiszP476zSxeJzFctOZgo { width:41.3125rem;height:5.9375rem;top:1.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O627I2mPrmUtHtWQmTCr00Pl5OuxKVyQ { width:18.125rem;height:3.125rem;top:4.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0hW46QmS5LE9oTZNB5ktmRrAeDmIVns { display:block; }
 }@media only screen and (max-width: 763px) { #pU5NHWtzhFaq0eE8DpEn22TWDx4NMMpK { width:18.25rem;height:3.125rem;top:39.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWc4zorgwK33eTLpcZVEq17EviOF0vvf { display:block; }
 }@media only screen and (max-width: 763px) { #QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa { display:block; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obIhOVmS8L4mw4mSvirZxqwgx1axXJGG { width:12.5rem;height:1.25rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fglt6JHtMXTWxCKAGhp1QHuGZnedu3wL { width:34.5625rem;height:1.25rem;top:3.9375rem;left:13.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gINxd9gFwuyzwaicTpm6dzLihzT51WW2 { width:26.9375rem;height:2.1196654866816rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl { position:relative;z-index:auto;display:block; }#Ft929ZfCvqyMVDdZNfZvCt3F6HLknRVl > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNKN7inASxBUZHdhTTx2yQfFb3cUToCu { width:13.375rem;height:0.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZaTHZIQhX0I88fmWIbQmfetgR1V8bmo { width:18.125rem;height:3.125rem;top:1.5625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Acs5M5o7M0VpVUNFT9Mi8ZSZJ1S4PHuw { display:block; }
 }@media only screen and (max-width: 763px) { #L2koJZDtQGOk4Uhpb0d0GC8BACiHMsSA { width:4.4375rem;height:2.25rem;top:0.46875rem;left:14.1103515625rem;z-index:15025;background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:0.8125rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #E4ou9niRXM0yk2JL7bEdBcz51OFQ9OHd { display:block; }
 }@media only screen and (max-width: 763px) { #pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 { display:block; }#pvfdZQDFT4ugOBkocXDV6xpeFdxsQOr0 > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP8l2sBr0TzexvTXqRF9V7IA9XJGkTsv { width:19.8115rem;height:6.82325rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVAXTxSNE56BbCS8uwSxw52HI3s0KbC { width:18.1865rem;height:4.78125rem;top:7.7099609375rem;left:0.9052734375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fsWgmOHT5ubQHa7ezDsOwT3zbvamSJpv { width:18.125rem;height:3.125rem;top:12.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQkXOVniTna5193HdFyRFrIIXlVc7t7L { display:block; }
 }@media only screen and (max-width: 763px) { #fhXytAG3T7cXfBwXtdSJXp1AL6Ontn8v { width:9.874rem;height:3.125rem;top:13.875rem;left:5.0625rem;z-index:15024;background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #fcqzxcn78VzogMCU3KTtUP8pIRToV9lp { display:block; }
 }@media only screen and (max-width: 763px) { #NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 { display:block; }#NbsCRRVBde8Qnk8IXFVC1T5nUJxBZ8h6 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMsQAZbao6NJU1mmw6Cu4aAhdSoHySTt { width:20rem;height:5.548825rem;top:1.9375rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bLxrK99CBP43LzEqzuB8nVrqvN1k2JF6 { width:17.8125rem;height:9rem;top:20.375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fcAvR4a9mGi4Ov1gfAIilQl3MKcZVyOS { height:11.25rem;width:20rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Or4hLVnQ9tHwnkCLL80BWBbimW1qqD { width:20rem;height:7.5rem;top:30.6875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BFE0VCZ9c6AC37JfpS3QAtIgQGtKI2IH { width:20rem;height:6rem;top:39.4375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sEx3f2pxAU615ptc7XZr48kc5seTgKb8 { width:18.125rem;height:3.125rem;top:35.4375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xH91bTS5XhlMCE5ewxroTbP9gIUTByuW { display:block; }
 }@media only screen and (max-width: 763px) { #tITuv1cCenaqE1ToLxpTkSSyUKw88Klz { width:9.8730625rem;height:3.125rem;top:46.8125rem;left:5.0625rem;z-index:15025;background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #tVg8BFvULUiP7Wb86VzipUvklGZ2k3S0 { display:block; }
 }@media only screen and (max-width: 763px) { #B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm { display:block; }#B1Ts6KI1a7t771WA0ws1cpSW7opTUuLm > .row .container { width:20rem;height:95.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlpwuJCL8TNUiytD6iV7k3TurxsqHs1a { width:13.3125rem;height:4.875rem;top:2.5rem;left:3.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTtJKis1dKxvPD5mDdXnhyJfAbl3dgwy { width:20rem;height:18.75rem;top:8.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhsmEhopNVKTFC3bxcrDploT79LqPcPQ { width:4.6875rem;height:4.6875rem;top:9.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVMDD3SVv395AFGfwGXB75a6weAxNwoJ { width:12.5rem;height:4.125rem;top:15rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lVbAKTCdAo6cbm3K2vkv3ChKboqRmJ { width:17.625rem;height:4.5rem;top:19.6875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1yQTu3Kwe1Zp32iUeLkcnt68SDhaXTJ { width:20rem;height:18.75rem;top:28.325012207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJXKa4NOd1vedxZpmrh8lT6wRUO9zrg { width:4.6875rem;height:4.6875rem;top:29.825012207031rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOoe2HLkB4LIH10o2Z1Fg22XKVi7etfm { width:15.125rem;height:4.125rem;top:35.075012207031rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxG5lbtRbpUo3sylXV9ZiW0KNPJ7Fv1V { width:17.3125rem;height:4.5rem;top:39.950012207031rem;left:1.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUpcGFZ0z85xTtUrPtRgto82PN30r4QE { width:20rem;height:18.75rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBtk8krmwizEe5W2cv2zpFFZJdhEmzCD { width:4.6875rem;height:4.6875rem;top:69.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlOccdSib20nUpDhHLBxHw153ZuqycV { width:15.125rem;height:4.125rem;top:74.8125rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8k1SnJHIG9Vp3px0iO7Ho7xT3lEoybQ { width:20rem;height:18.75rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEMavRZhQRImKP5rcHQ17xZxOdJzsFk8 { width:4.6875rem;height:4.6875rem;top:49.875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFo6T8pU0FvuOLfso7sdO5Aidi2ebv25 { width:15.25rem;height:4.125rem;top:55.625rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyNtSGQQUpUEWQSw1k8StlMXnrMRWuoK { width:18.4375rem;height:4.5rem;top:59.75rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2aRH7gu8LSAHkbu7kv7bGM33uD9vrho { width:18rem;height:4.5rem;top:79.612487792969rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkQBOTTR27S2nFB7HipFmAkZGSWkDXRl { width:18.125rem;height:3.125rem;top:33.9375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2SyS2WRkckK6WO6ABTD8VGK71O60MTO { display:block; }
 }@media only screen and (max-width: 763px) { #cyk8erDGW08PzTom1Ke2dxWzwqs8TKRv { width:9.8730625rem;height:3.125rem;top:90.375rem;left:5.0625rem;z-index:15026;background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #aN25mmXhRUQVvkBNdR0quD5pr5csvTcy { display:block; }
 }@media only screen and (max-width: 763px) { #rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH { display:block; }#rXIIgvHTkSVrMhCkaC26Etk0L7asb0nH > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMJMy8LLiN0nxdkKVXsTmwlmqwedXFTM { width:16.5625rem;height:2.7rem;top:2.3125rem;left:1.71875rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mS66PEz897a29i5V9KoFStlspkQrEBDI { width:20rem;height:2.4375rem;top:4.0928859710693rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze { display:block; }#A7ZLDTCoyWgmU70EalkNf5VEB2SMF8ze > .row .container { width:20rem;height:117.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NctZqMr7iorZTcQaQmEMA78v4dJJ7g2V { width:20rem;height:25.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCw2fhlF8H7hCKIg2Xb0ezmGwmZCibD2 { width:17.5rem;height:17.5956875rem;top:6.1870651245117rem;left:1.2500000596046rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bq0npuQWsz3JGCKPOFEQE080MZozonH3 { width:17.6875rem;height:1.5rem;top:3.3125rem;left:1.15625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EgxoOonRbDeDCU3QP5CMAEkdT6WHN0oI { width:20rem;height:25.5rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC6tzgLvH1ye4tlyebknS6eRC5hSED9g { width:17.5rem;height:19.1953125rem;top:32.624756336212rem;left:1.2500000596046rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zIieBl8Cuem1fWxBdA2nnnaKiFQvpLKk { width:17.5rem;height:1.5rem;top:30.25rem;left:1.25rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M5iEkDhwhAum61utpyIS4Au5D3hWl5wB { width:20rem;height:22.0625rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE8i7vbIowmrFrHOEHBky6cSh933rJH8 { width:17.5rem;height:14.3965rem;top:59.625rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #V0bkWkoviCuukItMoUXqfOGWk2l0mcFh { width:17.6875rem;height:1.5rem;top:57.0625rem;left:1.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N0ykohUxTUMMdpLmhUkkqDNhnDV6fpXQ { width:20rem;height:19.9375rem;top:78.187072753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxPiK8PHaHsNXQ4h6lbAyeGuVeg9Ch2 { width:17.5rem;height:14.3965rem;top:83.060988426206rem;left:1.2500000596046rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nRIRxtiiVIr4X3whr2XV8FZcbA2yEDx4 { width:17.686625rem;height:1.5rem;top:80.374356269838rem;left:1.1555990576744rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nyJpQNG69bcHrtTfVTZxOqt5tBTPxaKI { width:20rem;height:17.5625rem;top:99rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQB22BUHhaPXJKQQIfNNFGuwWmTvDihT { width:17.5rem;height:12.796875rem;top:103.125rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BEeBplsaMR5dgmTHP4ilCVE4HAGBoiP8 { width:17.6875rem;height:1.5rem;top:100.375rem;left:1.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM { display:block; }#EQH2SiyMMHezs9SKpfwfvhRG5suz9DHM > .row .container { width:20rem;height:133.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L05OEeyhOqIrNSJMSXFOzTqE8JecJI6r { width:20rem;height:5.3984375rem;top:1.1241207122802rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x2Fs1o05qr1DLeCQaSgvQVdSDOv5hwI5 { width:17.8125rem;height:23.5rem;top:18.3125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOhcQEMUS1unJlXr7UJhMWw3TmrSyHKt { width:15.7498125rem;height:18rem;top:22.061618804932rem;left:2.1245661377907rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uvntEfgNI2Tolgxzkmw12auMhnT7zVh0 { width:3.1875rem;height:3.1875rem;top:18.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP7C71PheiTA4ySMEeqtvP1wp9e12TpI { width:11.0625rem;height:1.6875rem;top:18.875rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DKlyQRqFxeyCcPGyX4ZXqdAkqJVF2aFQ { width:5.87456875rem;height:1.12413125rem;top:20.560998916626rem;left:6.3118494153025rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJqGh6ryb3UwI28WXy3MTTJ7OELQvsnR { width:6.25rem;height:2.06163125rem;top:39.818795204162rem;left:2.1245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhKzzmldlPhO1HblWDUpJBMkDsH9yDwO { width:17.8125rem;height:27.3125rem;top:43.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhfakoTruvT68GTes0H0h1i3DZlOUJ9k { width:15.686875rem;height:19.5rem;top:48.436413288116rem;left:2.1560330986977rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PudMluXnAVKMFTae440GhgLlMzlfJm7U { width:6.25rem;height:2.0625rem;top:67.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnJTdLfS2uho5KyNSbTW4AuxXUduiTTI { width:3.4375rem;height:3.4375rem;top:44.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDTTDQE0vGNPVKdGZvpuQsKzc7EkaEEc { width:5.875rem;height:1.125rem;top:46.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaI0guUnyB5ENIAvfLBdHn2a9vTUZ1um { width:11.0625rem;height:1.6875rem;top:44.75rem;left:6.375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dJBWeNRSNu4zDTXp9QAm3QmAZypRb7k8 { width:17.8125rem;height:24.125rem;top:71.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxc6tgQripfVQV181KwaX948W4aVfqsG { width:11.0625rem;height:1.6875rem;top:73rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RkEL3Ie1yxZF3WaJPDuQIxGuFTcBiXC9 { width:15.8745625rem;height:18rem;top:76.124123573306rem;left:2.0616319775581rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c0u6OWPcDdQskDB3JContAhz0QwxVdFx { width:5.875rem;height:1.125rem;top:75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKr9nkxvsM3Tf6GoTcC9TeVTleM22yLG { width:3.4375rem;height:3.4375rem;top:72.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #accAqBzS0gG5JEmKztstW4n601OAu9L9 { width:6.25rem;height:2.06163125rem;top:93.881298065187rem;left:2.1245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnD3SEE0C4xkSEJDMEdBRLbhliLZ5JvT { width:17.8125rem;height:26.3125rem;top:97.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkkpv2O5DmJlQLSDTnD602Fxx9hzGKi7 { width:11.0625rem;height:1.6875rem;top:98.375rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ioD8D2NOUBsyvtwvhiSEvmZHuCl0pRJa { width:15.8745625rem;height:19.5rem;top:101.49849319458rem;left:2.0616319775581rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rnb5TpUGealGJ847owIRtrt2qnk4uSOP { width:5.875rem;height:1.125rem;top:100.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #El2WJPnTvpCHnfgFO0ZFz7077eahcmwC { width:3.4375rem;height:3.4375rem;top:98.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvrWwO8xn9dNM7DrZZ8M2zl28wRqm6uv { width:6.25rem;height:2.06163125rem;top:121.00477600097rem;left:2.1245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNSckJNTTTVdGnKF5Ug9xHcJbcHUMoyl { width:20rem;height:10.5rem;top:7.0855045318606rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Wspl0eFPlxA2sZZuwBTQnFJ7ccXz2TAa { width:2.74956875rem;height:2.74956875rem;top:126.34983444214rem;left:4.5605471730232rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwT9QEL5for7VADVdISa8rW68sWKRT6i { width:1.49956875rem;height:1.49956875rem;top:126.97483444214rem;left:9.8177092671394rem;display:block; }
 }@media only screen and (max-width: 763px) { #htkvlZoCB961bDATii1Hq6yW39e7bL3e { width:9.8730625rem;height:3.125rem;top:126.1611328125rem;left:4.3115234375rem;z-index:15027;background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #WNPFuITcenfw2w7reENMvOAR34h6tyAK { display:block; }
 }@media only screen and (max-width: 763px) { #HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa { display:block; }#HLR2oe2f10cp7XQy3PEuhkCJzuVELNJa > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ztk6yBxTIZ01AkDNNRMEpDqis4DZpaVc { width:20rem;height:10.19925rem;top:1.3747844696045rem;left:0rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vKhXtmTh6tZFnnUl6w6y0pUSnEMnoZT1 { width:20rem;height:57rem;top:21.871746063233rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #f71RN5ayK9uPhNE1vn2NsvKvm4Pvvl8X { width:15.186625rem;height:8.75rem;top:12.493490219116rem;left:2.4055991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqc009u36yoIf0PvOLgxyzhHhCSURpZP { width:18.125rem;height:3.125rem;top:34.3125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0ZWOwE2bzfolLEsGDVPmKsRDK93o21S { display:block; }
 }@media only screen and (max-width: 763px) { #DQGdTvwybzGTQITcc9VJHQIztsTdgBNT { display:block; }#DQGdTvwybzGTQITcc9VJHQIztsTdgBNT > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmgnGt2SFIUUiszP476zSxeJzFctOZgo { width:20rem;height:3.8984375rem;top:3.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O627I2mPrmUtHtWQmTCr00Pl5OuxKVyQ { width:18.125rem;height:3.125rem;top:4.3125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0hW46QmS5LE9oTZNB5ktmRrAeDmIVns { display:block; }
 }@media only screen and (max-width: 763px) { #pU5NHWtzhFaq0eE8DpEn22TWDx4NMMpK { width:9.8730625rem;height:3.125rem;top:9.5rem;left:5.0625rem;z-index:15028;background-color:#b5ef70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #fWc4zorgwK33eTLpcZVEq17EviOF0vvf { display:block; }
 }@media only screen and (max-width: 763px) { #QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa { display:block; }#QOxtpPJQKyO0Vw6tOAy8o0zo3KwJ6WLa > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obIhOVmS8L4mw4mSvirZxqwgx1axXJGG { width:12.5rem;height:1.3rem;top:1.6249752044677rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fglt6JHtMXTWxCKAGhp1QHuGZnedu3wL { width:20rem;height:1.0556625rem;top:1.7448128461837rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gINxd9gFwuyzwaicTpm6dzLihzT51WW2 { width:20rem;height:1.57335rem;top:4.5333986282349rem;left:0rem;display:block; }
 }