.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:255,249,222;--color-primary-1:255,235,147;--color-primary-2:255,214,38;--color-primary-3:128,107,19;--color-primary-4:38,32,6;--color-secondary-0:255,232,246;--color-secondary-1:255,179,226;--color-secondary-2:255,102,196;--color-secondary-3:128,51,98;--color-secondary-4:38,15,29;--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:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#030538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013554;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; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row .container { background-color: transparent; background-image: none; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row .container > .video-iframe-container { display: none; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row > .video-iframe-container { display: none; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .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); }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row .container { border-width: 0; border-radius: 0; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#NuBhTHQ4kDhDlTQwJPsQqZQw10dvTJ3i { color:rgba(var(--color-tertiary-0),1);display:block;width:44.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:14.875rem;left:15.0625rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rahKUHZJakczRLb0R5rNSyh0ux9QnasA { color:#fdfdfd;display:block;width:39.8125rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:6.4375rem;left:17.625rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl > .row .container { background-color: transparent; background-image: none; }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl > .row .container > .video-iframe-container { display: none; }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl > .row > .video-iframe-container { display: none; }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl > .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); }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl > .row .container { border-width: 0; border-radius: 0; }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#KlSJEzKlw4nXFW9pVfvJ2ukOrtPtXo7P { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.8125rem;left:6.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GO1UvbdEe9zzll8Hm2vgmU1FLtaJN44L { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.96875rem;left:13.03125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H > .row .container { background-color: transparent; background-image: none; }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H > .row .container > .video-iframe-container { display: none; }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H > .row > .video-iframe-container { display: none; }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H > .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); }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H > .row .container { border-width: 0; border-radius: 0; }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#i2tUVSgdaO9HHTvlvaBn5neOtUgbOaTt { color:#000000;display:block;width:30rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:4.5rem;left:38.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MfNAWrr62Kqs3nJ8tnc7Bgr3uVp3Trk2 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:8.4375rem;left:38.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MfIsoKSa1rTVUcRUfEDcH3o3hq0X3Obu { color:#000000;display:block;width:29.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:12.4375rem;left:38.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Raq78hVu3u36IclKfMO8chIBuISdhZNC { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:16.4375rem;left:38.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fwp7cW2VrkOT5pS6qxlUVG33WuGh4J3i { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.25rem;left:38.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MpsrvN3K6tQ3aurfOTRCAaSFZWJ6eT0w { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.25rem;left:38.375rem;display:block; }
#QBEbWFXhGJEP4S1TFKu1GqvXfKXGRVP0 { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:38.375rem;display:block; }
#evl5v8Z9gp6O3m50igrK4HeF4gxb6bHP { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:38.375rem;display:block; }
#lh5lkvUpBuJxQ7LyDWbaDJMxhCd4VWgM { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.4375rem;left:38.375rem;display:block; }
#HSnXRK348F5neSWxnll0yWBfakskOpFV { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:29.6875rem;top:0.5625rem;left:5.8125rem;overflow:hidden;display:block; }
#aBQ8X2AdB84xEy50QnSh8ly0sX62GLo4 { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:#dfd5ab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:37.375rem;display:none; }
#mH3E4D18Z2oyBnHnsSffRv8yfwlH8vNG { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:#dfd5ab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:37.375rem;display:none; }
#DJpHMaSrtg8FGEcUGvMyOLxEW62gtJi6 { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:#dfd5ab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:37.375rem;display:none; }
#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row .container { background-color: transparent; background-image: none; }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row .container > .video-iframe-container { display: none; }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row > .video-iframe-container { display: none; }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .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); }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row .container { border-width: 0; border-radius: 0; }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#CFQnxkiu9uwM951Qt4DDcBXLNJWxLlXA { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.6875rem;left:6.9375rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#ZKH3uG7XLTkJyk322A5R9zfKtVlKCxoW { color:#000000;display:block;width:9rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:4.6875rem;left:6.9375rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mHeaMlueQapBv8BzOytbJTGsbrzCLzoP { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.6875rem;left:26.125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#XcBzVuwwUbupoUqJTHgzNRekeAR4OAT9 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:4.75rem;left:26.125rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dpn55t7UfC6m4uvHBK46Ktr5d9DLc3mF { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.6875rem;left:45.1875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#aAdd68Q5Pz6H40uirc1hamOKt4rAp0R4 { color:#000000;display:block;width:7.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:4.75rem;left:45.1875rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ToKmPVrfbetU6fM3UiafveJqoIC6PCzu { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:0.6875rem;left:62.3125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#W4wZurr7CXB26gLNJ7cewA5uoXeAnrT1 { color:#000000;display:block;width:11.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:4.75rem;left:62.3125rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P5bCRZQxut33GNmxexqRHX2ecZ1H5VZu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:1.75rem;left:2.09375rem; }
#pCcEqhAtTA8NU9iEhqQZ4h4rRJLHMBXi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:1.75rem;left:20.78125rem; }
#dt9FxflsE0bFPHXKfficGaSkJMzkSSZe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:1.75rem;left:40.15625rem; }
#q1izXNin3AIb6Af4W9m0egRLnxzaebIS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:1.75rem;left:57.09375rem; }
#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ > .row .container { background-color: transparent; background-image: none; }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ > .row .container > .video-iframe-container { display: none; }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ > .row > .video-iframe-container { display: none; }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ > .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); }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ > .row .container { border-width: 0; border-radius: 0; }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#R5g1zKDwE8pLMpP5AamdTxnsa5MTvJPk { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JTSXRQKrE7PpT3USp0KACTGeGuzeXEdQ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MyDw6gE7PhSTAkDPx77qlr6KQCuQkh4x { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wQuSp7uBkeFu4lXHsKHQxLbGw9DAWWHM { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:1.875rem;left:14.1875rem;display:block; }
#OFPukvaTJZ1Id01xDE5hGmmrLvHAAV7Z { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:4.75rem;left:23.8125rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LbHzXBObnmgS1bahSgfmMBGQUq82gqHh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.4375rem;top:4.1875rem;left:16.1875rem;overflow:hidden;display:block; }
#w1XO6bDozTdmV0TCioAqSdrbMf93QJBC { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:10rem;left:14.1875rem;display:block; }
#ctXFnmEeLM091bfBVgdZvAXJrmv0385F { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:11.25rem;left:23.8125rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oMX4sLk9BIA5zRuPTml5gwCakrBZT100 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.5625rem;top:12.8125rem;left:16.1875rem;overflow:hidden;display:block; }
#zauQykf0nNaHdkxXicn9ggUPVMRFcTrn { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:1.875rem;left:37.875rem;display:block; }
#ivs3hDyO2lH1ZodV4EBKgURI266v0TOo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:3.21875rem;left:47.375rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E0q0cmLdfVCM84mK9ANAZUcWQcMLxa4z { 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:3.5rem;width:5.4375rem;top:11.875rem;left:40.1875rem;overflow:hidden;display:block; }
#TUTdTqRUTqlCFAHVwXX9ebVOZ7Zl2b06 { 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.8125rem;width:6.6875rem;top:4.125rem;left:39.4375rem;overflow:hidden;display:block; }
#hegbFMDD5k4cnJiSlLqKnZM1fMGlch4u { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:9.9375rem;left:37.875rem;display:block; }
#OcRXc651Z1RpF7EcR0Gi3odO0I3dwGtk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:11.34375rem;left:47.4375rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qWpkO4DE55Nn7yLEsnlTfL6GGGiR2kQT { background-color:#efc3c3;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:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.375rem;left:28.78125rem;display:block; }
#LbGC17C7a2E12ksike9c2mTAbOMn05tu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013554;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; }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX > .row .container { background-color: transparent; background-image: none; }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX > .row .container > .video-iframe-container { display: none; }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX > .row > .video-iframe-container { display: none; }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX > .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); }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX > .row .container { border-width: 0; border-radius: 0; }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#UT3XSRmsffDC1sD0qceRtx5rxTUWV4TJ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.125rem;left:25.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#iTRE8kTrLOth2ZcsV5ix8WeNcUe4N8Iy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.375rem;left:38.4375rem; }
#iTRE8kTrLOth2ZcsV5ix8WeNcUe4N8Iy > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#nwcae3WBIQkXWUst9aKrJNgiUTUgJADg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.375rem;left:41.375rem; }
#nwcae3WBIQkXWUst9aKrJNgiUTUgJADg > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#XcuemmQz6mrTsB79Ttur61XH3XNR7Erl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:12.1875rem;left:34.4375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#zpEWB45fwclZ3SGPhuNHyWPDyLTOsGnL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:12.1875rem;left:21.125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#TOH8tkmsHU0M87MhGF75Pyff0hTbhfcd { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.8125rem;left:45.5625rem;display:block; }
#iSm1TsJwsgNdDGoUCTt9CSQlibJu9OaS { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.8125rem;left:33.1875rem;display:block; }
#vEKoowsDouCf0mtlTCWhTm1SXqmunCai { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:12.125rem;left:46.3125rem;height:0;text-align:center;text-align-last:center;display:block; }
#rDm5TrxtOKuooZmy2QQPtNRrwga3ixeD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:6.5rem;top:3.0625rem;left:30.8125rem;overflow:hidden;display:block; }
#bUThAOyMggd9iiBMh8EPHyz4K5uKqNnw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.375rem;left:44.5625rem; }
#bUThAOyMggd9iiBMh8EPHyz4K5uKqNnw > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#RxOMGC31M56HoUiEXCx4Zen1rJdNohVq { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.25rem;left:22.21875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#JDTHovP9TZDTTuSgtzX5SgNDB3yGlCtL { color:rgba(var(--color-tertiary-0),1);display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.8125rem;left:37.0625rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AXEcG8TN0qLpVh6OtboddIzaxze1sp1J { display:block; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuBhTHQ4kDhDlTQwJPsQqZQw10dvTJ3i { width:44.875rem;height:16.875rem;top:14.875rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rahKUHZJakczRLb0R5rNSyh0ux9QnasA { top:6.4375rem;left:4rem;width:39.8125rem;height:7.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl { display:block; }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlSJEzKlw4nXFW9pVfvJ2ukOrtPtXo7P { top:2.5625rem;left:0rem;width:19.9375rem;height:7.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GO1UvbdEe9zzll8Hm2vgmU1FLtaJN44L { top:4.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQETmn97hsKIN9fRPK6ETZdozRaKyv4H { display:block; }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2tUVSgdaO9HHTvlvaBn5neOtUgbOaTt { top:4.5rem;left:17.75rem;width:30rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfNAWrr62Kqs3nJ8tnc7Bgr3uVp3Trk2 { top:8.4375rem;left:19.375rem;width:28.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfIsoKSa1rTVUcRUfEDcH3o3hq0X3Obu { top:12.4375rem;left:18rem;width:29.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raq78hVu3u36IclKfMO8chIBuISdhZNC { top:16.4375rem;left:15.9375rem;width:31.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwp7cW2VrkOT5pS6qxlUVG33WuGh4J3i { top:20.25rem;left:22.0625rem;width:25.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpsrvN3K6tQ3aurfOTRCAaSFZWJ6eT0w { top:19.25rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBEbWFXhGJEP4S1TFKu1GqvXfKXGRVP0 { top:15.3125rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evl5v8Z9gp6O3m50igrK4HeF4gxb6bHP { top:11.25rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh5lkvUpBuJxQ7LyDWbaDJMxhCd4VWgM { top:7.4375rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSnXRK348F5neSWxnll0yWBfakskOpFV { top:0.5625rem;left:0rem;width:29.6875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBQ8X2AdB84xEy50QnSh8ly0sX62GLo4 { top:10.5625rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mH3E4D18Z2oyBnHnsSffRv8yfwlH8vNG { top:10.5625rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJpHMaSrtg8FGEcUGvMyOLxEW62gtJi6 { top:10.5625rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 { display:block; }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFQnxkiu9uwM951Qt4DDcBXLNJWxLlXA { top:0.6875rem;left:3.25rem;width:8.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKH3uG7XLTkJyk322A5R9zfKtVlKCxoW { top:4.6875rem;left:2.9375rem;width:9rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHeaMlueQapBv8BzOytbJTGsbrzCLzoP { top:0.6875rem;left:15.90625rem;width:7.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcBzVuwwUbupoUqJTHgzNRekeAR4OAT9 { top:4.75rem;left:15.1875rem;width:8.6875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpn55t7UfC6m4uvHBK46Ktr5d9DLc3mF { top:0.6875rem;left:28.15625rem;width:7.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAdd68Q5Pz6H40uirc1hamOKt4rAp0R4 { top:4.75rem;left:28.15625rem;width:7.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKmPVrfbetU6fM3UiafveJqoIC6PCzu { top:0.6875rem;left:38.46875rem;width:9.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wZurr7CXB26gLNJ7cewA5uoXeAnrT1 { top:4.75rem;left:36.625rem;width:11.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5bCRZQxut33GNmxexqRHX2ecZ1H5VZu { top:1.75rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCcEqhAtTA8NU9iEhqQZ4h4rRJLHMBXi { top:1.75rem;left:11.9375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt9FxflsE0bFPHXKfficGaSkJMzkSSZe { top:1.75rem;left:23.875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1izXNin3AIb6Af4W9m0egRLnxzaebIS { top:1.75rem;left:35.8125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ { display:block; }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5g1zKDwE8pLMpP5AamdTxnsa5MTvJPk { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #JTSXRQKrE7PpT3USp0KACTGeGuzeXEdQ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #MyDw6gE7PhSTAkDPx77qlr6KQCuQkh4x { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #wQuSp7uBkeFu4lXHsKHQxLbGw9DAWWHM { width:23rem;height:7.375rem;top:1.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFPukvaTJZ1Id01xDE5hGmmrLvHAAV7Z { top:4.75rem;left:10.1875rem;width:8.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHzXBObnmgS1bahSgfmMBGQUq82gqHh { top:4.1875rem;left:2.5625rem;width:5.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1XO6bDozTdmV0TCioAqSdrbMf93QJBC { width:23rem;height:7.375rem;top:10rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctXFnmEeLM091bfBVgdZvAXJrmv0385F { top:11.25rem;left:10.1875rem;width:12.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMX4sLk9BIA5zRuPTml5gwCakrBZT100 { top:12.8125rem;left:2.5625rem;width:6.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zauQykf0nNaHdkxXicn9ggUPVMRFcTrn { width:23rem;height:7.375rem;top:1.875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivs3hDyO2lH1ZodV4EBKgURI266v0TOo { top:3.1875rem;left:33.75rem;width:12.1875rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0q0cmLdfVCM84mK9ANAZUcWQcMLxa4z { top:11.875rem;left:26.5625rem;width:5.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTdTqRUTqlCFAHVwXX9ebVOZ7Zl2b06 { top:4.125rem;left:25.8125rem;width:6.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hegbFMDD5k4cnJiSlLqKnZM1fMGlch4u { width:23rem;height:7.375rem;top:9.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcRXc651Z1RpF7EcR0Gi3odO0I3dwGtk { top:11.3125rem;left:33.8125rem;width:12.875rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWpkO4DE55Nn7yLEsnlTfL6GGGiR2kQT { width:17.4375rem;height:3.4375rem;top:21.375rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGC17C7a2E12ksike9c2mTAbOMn05tu { display:block; }
 }@media only screen and (max-width: 763px) { #SXLyNQycTvXrVgbQy2feJo2nXC7wALZX { display:block; }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UT3XSRmsffDC1sD0qceRtx5rxTUWV4TJ { top:10.125rem;left:11.9375rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTRE8kTrLOth2ZcsV5ix8WeNcUe4N8Iy { top:3.375rem;left:24.8125rem;width:2.625rem;height:2.625rem;display:block; }
#iTRE8kTrLOth2ZcsV5ix8WeNcUe4N8Iy > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #nwcae3WBIQkXWUst9aKrJNgiUTUgJADg { top:3.375rem;left:27.75rem;width:2.625rem;height:2.625rem;display:block; }
#nwcae3WBIQkXWUst9aKrJNgiUTUgJADg > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #XcuemmQz6mrTsB79Ttur61XH3XNR7Erl { top:12.1875rem;left:20.8125rem;width:10.125rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpEWB45fwclZ3SGPhuNHyWPDyLTOsGnL { top:12.1875rem;left:7.5rem;width:12.0625rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOH8tkmsHU0M87MhGF75Pyff0hTbhfcd { top:12.8125rem;left:31.9375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSm1TsJwsgNdDGoUCTt9CSQlibJu9OaS { top:12.8125rem;left:19.5625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEKoowsDouCf0mtlTCWhTm1SXqmunCai { top:12.125rem;left:32.6875rem;width:7.5625rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDm5TrxtOKuooZmy2QQPtNRrwga3ixeD { top:3.0625rem;left:17.1875rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUThAOyMggd9iiBMh8EPHyz4K5uKqNnw { top:3.375rem;left:30.9375rem;width:2.6875rem;height:2.6875rem;display:block; }
#bUThAOyMggd9iiBMh8EPHyz4K5uKqNnw > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #RxOMGC31M56HoUiEXCx4Zen1rJdNohVq { top:7.25rem;left:8.59375rem;width:30.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTHovP9TZDTTuSgtzX5SgNDB3yGlCtL { top:16.8125rem;left:23.4375rem;width:1.4375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#030538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #AXEcG8TN0qLpVh6OtboddIzaxze1sp1J { background-color:#013554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row .container { background-color: transparent; background-image: none; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row .container > .video-iframe-container { display: none; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row > .video-iframe-container { display: none; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .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); }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row .container { border-width: 0; border-radius: 0; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXEcG8TN0qLpVh6OtboddIzaxze1sp1J > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuBhTHQ4kDhDlTQwJPsQqZQw10dvTJ3i { width:18.3125rem;height:20.625rem;top:9.8125rem;left:0.84375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rahKUHZJakczRLb0R5rNSyh0ux9QnasA { width:20rem;height:3.875rem;top:4.8125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl { display:block; }#gmWTmAoh8lkgyQJLNTdI16PyHGTCO7Wl > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlSJEzKlw4nXFW9pVfvJ2ukOrtPtXo7P { width:19.9375rem;height:8rem;top:2.9853515625rem;left:0rem;font-size:1.6875rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15010;font-weight:300;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #GO1UvbdEe9zzll8Hm2vgmU1FLtaJN44L { width:20rem;height:11rem;top:2.625rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #NQETmn97hsKIN9fRPK6ETZdozRaKyv4H { display:block; }#NQETmn97hsKIN9fRPK6ETZdozRaKyv4H > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2tUVSgdaO9HHTvlvaBn5neOtUgbOaTt { width:18.4375rem;height:2.875rem;top:20.375rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfNAWrr62Kqs3nJ8tnc7Bgr3uVp3Trk2 { width:18.5rem;height:1.4375rem;top:25.3125rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfIsoKSa1rTVUcRUfEDcH3o3hq0X3Obu { width:13.6875rem;height:2.875rem;top:28.9375rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Raq78hVu3u36IclKfMO8chIBuISdhZNC { width:16.5625rem;height:2.875rem;top:33.75rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwp7cW2VrkOT5pS6qxlUVG33WuGh4J3i { width:16.9375rem;height:1.4375rem;top:39.375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpsrvN3K6tQ3aurfOTRCAaSFZWJ6eT0w { width:20rem;height:0.125rem;top:44.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBEbWFXhGJEP4S1TFKu1GqvXfKXGRVP0 { width:20rem;height:0.125rem;top:38.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #evl5v8Z9gp6O3m50igrK4HeF4gxb6bHP { width:20rem;height:0.125rem;top:32.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lh5lkvUpBuJxQ7LyDWbaDJMxhCd4VWgM { width:16.9375rem;height:0.125rem;top:24.25rem;left:1.8125rem;background-color:rgba(0,0,0,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HSnXRK348F5neSWxnll0yWBfakskOpFV { width:20rem;height:18.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBQ8X2AdB84xEy50QnSh8ly0sX62GLo4 { width:16.9375rem;height:0.125rem;top:27.8125rem;left:1.875rem;background-color:rgba(0,0,0,0.2);background-image:none;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #mH3E4D18Z2oyBnHnsSffRv8yfwlH8vNG { width:16.9375rem;height:0.125rem;top:32.625rem;left:1.875rem;background-color:rgba(0,0,0,0.21);background-image:none;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #DJpHMaSrtg8FGEcUGvMyOLxEW62gtJi6 { width:16.9375rem;height:0.125rem;top:38.0625rem;left:1.875rem;background-color:rgba(0,0,0,0.2);background-image:none;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 { background-color:#fafafa;background-image:none;display:block; }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row .container { background-color: transparent; background-image: none; }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row .container > .video-iframe-container { display: none; }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row > .video-iframe-container { display: none; }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .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); }#Gme1pGAzHhQuatZEMFV6LHb6Ehk2fCq4 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFQnxkiu9uwM951Qt4DDcBXLNJWxLlXA { width:5.25rem;height:2rem;top:1.4375rem;left:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKH3uG7XLTkJyk322A5R9zfKtVlKCxoW { width:4.5625rem;height:2.5rem;top:3.4375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHeaMlueQapBv8BzOytbJTGsbrzCLzoP { width:6.5rem;height:2rem;top:7.9375rem;left:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcBzVuwwUbupoUqJTHgzNRekeAR4OAT9 { width:5.375rem;height:3.75rem;top:9.9375rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dpn55t7UfC6m4uvHBK46Ktr5d9DLc3mF { width:4.1875rem;height:2rem;top:1.4375rem;left:13.0615234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAdd68Q5Pz6H40uirc1hamOKt4rAp0R4 { width:5.6875rem;height:1.25rem;top:3.4375rem;left:13.0615234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ToKmPVrfbetU6fM3UiafveJqoIC6PCzu { width:4.8125rem;height:2rem;top:7.9375rem;left:13.0615234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wZurr7CXB26gLNJ7cewA5uoXeAnrT1 { width:6.6875rem;height:3.75rem;top:10rem;left:12.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P5bCRZQxut33GNmxexqRHX2ecZ1H5VZu { display:flex;width:3.3125rem;height:3.3125rem;top:7.9375rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #pCcEqhAtTA8NU9iEhqQZ4h4rRJLHMBXi { display:flex;width:3.25rem;height:3.25rem;top:1.4375rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #dt9FxflsE0bFPHXKfficGaSkJMzkSSZe { display:flex;width:3.25rem;height:3.25rem;top:8.0625rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #q1izXNin3AIb6Af4W9m0egRLnxzaebIS { display:flex;width:3.3125rem;height:3.3125rem;top:1.4375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ { display:block; }#yc1UehylvT8WMfHHnm4GLw99Nqp7HIPJ > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5g1zKDwE8pLMpP5AamdTxnsa5MTvJPk { top:20.475006103516rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #JTSXRQKrE7PpT3USp0KACTGeGuzeXEdQ { top:36.486724853516rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #MyDw6gE7PhSTAkDPx77qlr6KQCuQkh4x { top:52.587493896484rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #wQuSp7uBkeFu4lXHsKHQxLbGw9DAWWHM { width:20rem;height:4.6875rem;top:1.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OFPukvaTJZ1Id01xDE5hGmmrLvHAAV7Z { width:7.125rem;height:1rem;top:3rem;left:9.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LbHzXBObnmgS1bahSgfmMBGQUq82gqHh { width:5.3125rem;height:2.625rem;top:2rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1XO6bDozTdmV0TCioAqSdrbMf93QJBC { width:20rem;height:5.6875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctXFnmEeLM091bfBVgdZvAXJrmv0385F { width:9.625rem;height:3rem;top:12.75rem;left:9.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oMX4sLk9BIA5zRuPTml5gwCakrBZT100 { width:6.6875rem;height:2rem;top:13.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zauQykf0nNaHdkxXicn9ggUPVMRFcTrn { width:20rem;height:5rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivs3hDyO2lH1ZodV4EBKgURI266v0TOo { width:9.8125rem;height:3rem;top:7.3125rem;left:9.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E0q0cmLdfVCM84mK9ANAZUcWQcMLxa4z { width:5.625rem;height:3.5625rem;top:18.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTdTqRUTqlCFAHVwXX9ebVOZ7Zl2b06 { width:7rem;height:2.9375rem;top:7.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hegbFMDD5k4cnJiSlLqKnZM1fMGlch4u { width:20rem;height:5.25rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcRXc651Z1RpF7EcR0Gi3odO0I3dwGtk { width:9rem;height:3rem;top:18.3125rem;left:9.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qWpkO4DE55Nn7yLEsnlTfL6GGGiR2kQT { width:16.0625rem;height:3.4375rem;top:25.5rem;left:1.96875rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LbGC17C7a2E12ksike9c2mTAbOMn05tu { display:block; }
 }@media only screen and (max-width: 763px) { #SXLyNQycTvXrVgbQy2feJo2nXC7wALZX { display:block; }#SXLyNQycTvXrVgbQy2feJo2nXC7wALZX > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UT3XSRmsffDC1sD0qceRtx5rxTUWV4TJ { width:19.375rem;height:1.125rem;top:8.5rem;left:0.3125rem;font-size:0.875rem;font-weight:300;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #iTRE8kTrLOth2ZcsV5ix8WeNcUe4N8Iy { display:flex;width:2.625rem;height:2.625rem;top:1.6875rem;left:9.3125rem; }
#iTRE8kTrLOth2ZcsV5ix8WeNcUe4N8Iy > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #nwcae3WBIQkXWUst9aKrJNgiUTUgJADg { display:flex;width:2.625rem;height:2.625rem;top:1.75rem;left:12.3125rem; }
#nwcae3WBIQkXWUst9aKrJNgiUTUgJADg > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #XcuemmQz6mrTsB79Ttur61XH3XNR7Erl { width:6.375rem;height:1.625rem;top:10rem;left:8rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #zpEWB45fwclZ3SGPhuNHyWPDyLTOsGnL { width:6.75rem;height:1.625rem;top:9.9375rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #TOH8tkmsHU0M87MhGF75Pyff0hTbhfcd { width:0.125rem;height:1.25rem;top:10.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSm1TsJwsgNdDGoUCTt9CSQlibJu9OaS { width:0.125rem;height:1.25rem;top:10.1875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEKoowsDouCf0mtlTCWhTm1SXqmunCai { width:4.5625rem;height:0;top:10rem;left:14.875rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #rDm5TrxtOKuooZmy2QQPtNRrwga3ixeD { width:6.5rem;height:3.1875rem;top:1.4375rem;left:2.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bUThAOyMggd9iiBMh8EPHyz4K5uKqNnw { display:flex;width:2.6875rem;height:2.6875rem;top:1.6875rem;left:15.25rem; }
#bUThAOyMggd9iiBMh8EPHyz4K5uKqNnw > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #RxOMGC31M56HoUiEXCx4Zen1rJdNohVq { width:20rem;height:1.125rem;top:5.375rem;left:-0.0625rem;font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDTHovP9TZDTTuSgtzX5SgNDB3yGlCtL { width:1.4375rem;height:0.875rem;top:12.875rem;left:9.28125rem;font-size:0.6875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }