.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:243,217,226;--color-primary-1:215,130,159;--color-primary-2:174,4,63;--color-primary-3:87,2,32;--color-primary-4:26,1,9;--color-secondary-0:224,228,232;--color-secondary-1:163,173,185;--color-secondary-2:102,119,139;--color-secondary-3:61,71,83;--color-secondary-4:0,29,61;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:83,83,83;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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); }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ { 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;z-index:auto;display:block; }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ > .row .container { background-color: transparent; background-image: none; }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ > .row .container > .video-iframe-container { display: none; }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ > .row > .video-iframe-container { display: none; }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ > .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); }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ > .row .container { border-width: 0; border-radius: 0; }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#UFZtTeeleSPBdyzoCVw0SpBaFcRMCP6c { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.58984375rem;left:10.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#qUy73PlWtkAyoQM80wK78VOCx5mcRPpf { position:absolute;display:block;z-index:15003;height:7.125rem;width:60rem;top:2.376953125rem;left:0.125rem;display:block; }
#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF { position:relative;display:block; }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF { background-color: transparent; background-image: none; }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF > .row .container > .video-iframe-container { display: none; }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF > .row > .video-iframe-container { display: none; }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF > .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); }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF { border-width: 0; border-radius: 0; }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF > .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; }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AqK0CKqtHDqcH1RgRTtFyqfyJvCwe6kB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:0.75rem;left:10rem;display:block; }
#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e > .row .container { background-color: transparent; background-image: none; }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e > .row .container > .video-iframe-container { display: none; }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e > .row > .video-iframe-container { display: none; }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e > .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); }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e > .row .container { border-width: 0; border-radius: 0; }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#H4OMzqFsvaKhra3BELZnbX8fUIaix9sZ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.46484375rem;left:10.1875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f7f9f9;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#eAbWic6z8hcqb6rL4OLh4s8dciCvcWR6 { color:#003247;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:18.125rem;left:31.8125rem;height:9.097625rem;display:block; }
#xxbsXMwDJtXOmwKekmrNxbxvBWBi28I2 { 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:40.375rem;width:26.75rem;top:7.0625rem;left:1.1875rem;overflow:hidden;display:block; }
#SRA6MNloPPJW3dx4aiHemxUChvBcKmvk { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.0625rem;left:32.1875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#VLo5FJygczVZUJA15tW2zH6DowakzdgU { color:#003247;display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.875rem;left:31.8125rem;height:4.38574375rem;display:block; }
#hsbB9zAKPPKqSmZUJSC6x9HLOBX2Hu21 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:37.1875rem;left:31.8125rem;display:block; }
#TkxZcZEi9GVa613g2nhZVbQsGSuuGr2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pSipdSBh2OLbwkCwn9oHOKlBIo3cUOpX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:24.625rem;top:11.4375rem;left:31.625rem;display:block; }
#TZ6Ai8cZxCMcReTpEWmzThGSFpyfW11o { position:absolute;display:block;z-index:14998;background-color:#003247;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:0rem;border-top-right-radius:25.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.25rem;width:27.375rem;top:16.1875rem;left:0rem;display:block; }
#e4ZfFfnOISosJQZrPGFHHvMTw7GiQF6Z { color:#003247;display:block;width:28.0624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.395596981049rem;left:31.937587738037rem;height:0;display:none; }
#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT { position:relative;display:block; }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT { background-color: transparent; background-image: none; }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT > .row .container > .video-iframe-container { display: none; }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT > .row > .video-iframe-container { display: none; }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT > .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); }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT { border-width: 0; border-radius: 0; }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT > .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; }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HLuTHWhDTs2fA6dsThTcgPwQSUt0qwEF { 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.8125rem;width:12.1875rem;top:2.1875rem;left:3.4375rem;overflow:hidden;display:block; }
#XgWGS3FwtrAcbRIz5FeZB7iEoqSnrIDv { 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:3.9375rem;width:6.875rem;top:1.625rem;left:16.6875rem;overflow:hidden;display:block; }
#m2tcHaoUGUuuPUFl03zocnu9mh0oMpeF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10.4375rem;top:1.90625rem;left:35.625rem;overflow:hidden;display:block; }
#H4ufq0TIQPtKTfOtmNmVTEvvI96exITm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:1.84375rem;left:48.55126953125rem;overflow:hidden;display:block; }
#QLDG37b2ZxDXWHItxPGKZOEG5bT4s75K { position:absolute;display:block;z-index:15004;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.25rem;width:4.875rem;top:1.46875rem;left:53.9375rem;overflow:hidden;display:block; }
#LpE3Kzln7JDWuUoOk6NbBVAM0Gixoz9v { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:6.875rem;top:1.6875rem;left:25.125rem;overflow:hidden;display:block; }
#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx { position:relative;display:block; }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx { background-color: transparent; background-image: none; }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx > .row .container > .video-iframe-container { display: none; }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx > .row > .video-iframe-container { display: none; }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx > .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); }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx { border-width: 0; border-radius: 0; }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx > .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; }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RWnI8gaqw9GuzrpN0PJFTCRhNXO7rSkh { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:14.8125rem;height:4.38574375rem;display:block; }
#Lxnx7RkpWZgeTK27dWSa03FDm8kTqxdR { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5625rem;left:14.8125rem;height:2.923825rem;display:block; }
#oKdxIf18vsf150z6f0Tfx2N4gkTvAZT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.1748046875rem;left:14.8125rem;height:1.4624rem;display:block; }
#EfH7GOilhGAEu1sGPdiSCTRSZDRA7ac2 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22rem;left:14.8125rem;height:2.923825rem;display:block; }
#oNTlB2ypXrO5UxmWz5h1tIUbpKdrAt3X { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.6875rem;left:14.8125rem;height:4.38574375rem;display:block; }
#TFZF3HeT2vacsVOAnIKBlNaneNwWpmwt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:5.443359375rem;left:9.875rem; }
#nTQ6kWTkk5CReT4X5iTceAWAl8oiBhh3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:11.46240234375rem;left:9.875rem; }
#ZSpF6tq614d8aCsrbt9XWNhFpFL51VoF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:16.34375rem;left:9.875rem; }
#OO5T8wlIMGvUkaQFlMplbdNIEUTReccW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:22rem;left:9.875rem; }
#Q9MuW5qAlExff18XcvTtX48lUqU1lWRq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:27.3125rem;left:9.875rem; }
#NLH11GMLW792xdvygy140JOgHWULTM6N { position:relative;display:none; }#NLH11GMLW792xdvygy140JOgHWULTM6N { border-width: 0; border-radius: 0; }#NLH11GMLW792xdvygy140JOgHWULTM6N > .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; }#NLH11GMLW792xdvygy140JOgHWULTM6N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LhCigEmh8Kr1gBdCyuWwRPx57HoVVn4h { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#llpZs6L2OUFa3sw9TfX3dHTHLtQptc4R { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:2.0625rem;left:1.625rem;display:none; }
#DwrPkdM0ZFbncbzGrXpBI5FWo93EA0Ck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 { position:relative;display:block; }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 { background-color: transparent; background-image: none; }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 > .row .container > .video-iframe-container { display: none; }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 > .row > .video-iframe-container { display: none; }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 > .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); }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 { border-width: 0; border-radius: 0; }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 > .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; }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pInHLbLlFumqh8fKGZ0tp5yKAIJDBtVx { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.625rem;height:4.7119125rem;text-align:center;text-align-last:center;display:block; }
#BUVgKE9C9epTePOb30lkQyuhqZEfIJ6G { 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:7.875rem;width:24.5rem;top:22.6875rem;left:0rem;overflow:hidden;display:block; }
#OzpeqSJixPZiqOEoKRnJeG9SpGihWVU6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:19.375rem;top:24.1875rem;left:20.3125rem;overflow:hidden;display:block; }
#a5Bay3TEmWr1TymgcSyT4EGcVv0ks48f { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:19.8125rem;top:23.8125rem;left:36.9375rem;overflow:hidden;display:block; }
#s5qcaG40y5xRZbHJHpqCHF5k8P4e2ixg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:28.5625rem;top:33.0625rem;left:0rem;overflow:hidden;display:block; }
#i5XcTaxtuWHJ14RhoMGXgWl0uT3ZVlhJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:32.6875rem;top:33.0625rem;left:27.3125rem;overflow:hidden;display:block; }
#mKNTRiAzPaPIPexHl2mOqr4F3GtVpps6 { 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:6.5rem;width:31.125rem;top:40rem;left:28.5625rem;overflow:hidden;display:block; }
#xPBHnDnXuWwxlTdZKwGcDTNaDRkaicMF { 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:12.75rem;width:18.4375rem;top:9.3125rem;left:3.03125rem;overflow:hidden;display:block; }
#QdFoB5IqcN1f1ZKvapzXIhg0HP5Q9PEb { 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:11.375rem;width:18.4375rem;top:10rem;left:20.3125rem;overflow:hidden;display:block; }
#OOtzWXl71d0e81t7Sv5FvQSM3D2LWF8w { 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:11.375rem;width:17.9375rem;top:10rem;left:39.6875rem;overflow:hidden;display:block; }
#QDConKNEZpNztWO4de9IQ376QNNIROva { background-color:#f25a04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:49.6962890625rem;left:17.90625rem;display:block; }
#zBBQWFTcyprPDQiRQTSHLeSMrK2Azato { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(187deg, rgba(var(--color-primary-2),1), #00315f);background-image: -moz-linear-gradient(187deg, rgba(var(--color-primary-2),1), #00315f);background-image: -ms-linear-gradient(187deg, rgba(var(--color-primary-2),1), #00315f);background-image: -o-linear-gradient(187deg, rgba(var(--color-primary-2),1), #00315f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00315f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00315f' );";background-image: linear-gradient(187deg, rgba(var(--color-primary-2),1), #00315f);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; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row .container { background-color: transparent; background-image: none; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row .container > .video-iframe-container { display: none; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row > .video-iframe-container { display: none; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .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); }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row .container { border-width: 0; border-radius: 0; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#V9f5J7afMKfrDFRXiUT7XT0yHhDSU9eI { color:rgba(var(--color-tertiary-0),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:7.90625rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#oF8lD4S4zWNG4EuPzTlLRH2vGTG4DLAM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:26.75rem;top:26.5458984375rem;left:0rem;overflow:hidden;display:block; }
#zxxFdobQ68Oy33xTXzNhyQJoRXgGZH6y { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.2685546875rem;left:5.375rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#c8TANU1MzuDutgJrnDM4g0D9IZlASuD1 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.0625rem;left:32.375rem;height:6.9043125rem;text-align:left;text-align-last:left;display:block; }
#HZSLclc4uoUzgTerwiWHPO3Pdz2E7JRy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:14.4375rem;left:1.9375rem; }
#a0yF4rxqnovXi7IgkTETX0edSJom9ZRM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:28.6875rem;left:28.9375rem; }
#s03xdP3yIGxhrBlALLER8xqeRZtZqnqI { 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:16.4373125rem;width:29.437125rem;top:9.9733661413194rem;left:27.530185699463rem;overflow:hidden;display:block; }
#Cw4mPtGfpAiR7o8D7zrkSX03TN8bZMLD { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.6875rem;left:32.375rem;height:2.76171875rem;text-align:left;text-align-last:left;display:block; }
#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH { position:relative;display:block; }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH { background-color: transparent; background-image: none; }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH > .row .container > .video-iframe-container { display: none; }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH > .row > .video-iframe-container { display: none; }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH > .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); }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH { border-width: 0; border-radius: 0; }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH > .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; }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o9lht9JBT3u03MEAPeOhGA7Ra2s9rbtt { 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:28.125rem;width:28.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#abiDEKRBzeryyQJtpQBq2snhwN8HNDrM { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:29.125rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#rlwxSNDnV0CvNULubTLPg9QRFUWe7Msd { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:5.67041015625rem;left:31.28125rem;height:19.5331875rem;display:block; }#rlwxSNDnV0CvNULubTLPg9QRFUWe7Msd li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#rlwxSNDnV0CvNULubTLPg9QRFUWe7Msd li:before{  }
#QbBQBCARvR7t4fb25poJOPyT18MgHD40 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#zyFs5KZxshkcDfTHU30nbWd4KT20KEhM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP { position:relative;display:block; }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP { background-color: transparent; background-image: none; }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP > .row .container > .video-iframe-container { display: none; }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP > .row > .video-iframe-container { display: none; }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP > .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); }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP { border-width: 0; border-radius: 0; }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP > .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; }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GnDFlTLOOiyC1JZ0vsBedLGZQ3SIgJH8 { 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:11.75rem;width:28.125rem;top:9.125rem;left:4.75rem;overflow:hidden;display:block; }
#gc0CRmFzwVChO403qAZKXV2FfVPUW67o { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:10.65625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#PsLhudOW3iuHNrDgXzZH2y9Q5xVwTKNQ { 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:11.75rem;width:19.3125rem;top:9.125rem;left:32.875rem;overflow:hidden;display:block; }
#eyffLRkmHq5IdiOCyo3m3ok0F6SM78k7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.5625rem;top:22.5rem;left:11.6875rem;overflow:hidden;display:block; }
#xxqCrUyRUW5VFRzlSrTm2UgTL6lWR7nI { 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:9.8125rem;width:18.5625rem;top:23.5rem;left:33.6875rem;overflow:hidden;display:block; }
#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw { position:relative;display:block; }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw { background-color: transparent; background-image: none; }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw > .row .container > .video-iframe-container { display: none; }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw > .row > .video-iframe-container { display: none; }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw > .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); }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw { border-width: 0; border-radius: 0; }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw > .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; }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EsdCpT7eseuwIQxnr4LVIFyvXsvdUTv5 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:9.59375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#ZD09bIy0oqNlaeRf0awxwQJDbInPepJw { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:32.826171875rem;left:13.03125rem;height:5.84765625rem;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; }
#RaG6TKLZMmGG8HZoJNw0eXpS3lqtqyCJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.875rem;width:30rem;top:13.5625rem;left:15rem;overflow:hidden;display:block; }
#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9f9;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; }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC > .row .container { background-color: transparent; background-image: none; }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC > .row .container > .video-iframe-container { display: none; }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC > .row > .video-iframe-container { display: none; }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC > .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); }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC > .row .container { border-width: 0; border-radius: 0; }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:60rem;position:relative;display:block; }#Toiy4Sm04TPW0RmhkK1ehl21s788VTvt { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.25rem;left:9.9375rem;height:5.84765625rem;display:block; }
#vTcNMcEX3KpTCI7Fx4VzrkP72MniZziF { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:9.90625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#B5TcSZ5ScvkNF5AT1mbsG0oq2bbIlsE2 { 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:20.75rem;width:35.5625rem;top:9.6875rem;left:12.1875rem;overflow:hidden;display:block; }
#iIKd0luSIf25y0PVHJFC5CVTTDvS3t41 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:50.25rem;left:11.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#UdFnSkfpDIS0e7vxWD9o3qdbKoFcWTJE { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.1875rem;left:9.9375rem;height:5.84765625rem;display:block; }
#ntbT8zUcgirhRy8FgaSew4iA6obOLemt { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:45.5rem;left:9.9375rem;height:2.923825rem;display:block; }
#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT { position:relative;display:block; }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT { background-color: transparent; background-image: none; }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT > .row .container > .video-iframe-container { display: none; }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT > .row > .video-iframe-container { display: none; }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT > .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); }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT { border-width: 0; border-radius: 0; }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT > .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; }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fbmxB931tEh5Xb7Qe8TQQT3LVFBCRyvK { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.9375rem;left:8.8125rem;height:7.310875rem;display:none; }
#Vbgdasm9UVHIVgNoXQ2yiUfPPUnfTelQ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:10.125rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#fmsrWHnLT5A6DHrQxwkskZ5fAuOJCbzC { 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:16.875rem;width:30rem;top:12.3125rem;left:15rem;overflow:hidden;display:block; }
#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 { position:relative;display:block; }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 { background-color: transparent; background-image: none; }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 > .row .container > .video-iframe-container { display: none; }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 > .row > .video-iframe-container { display: none; }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 > .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); }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 { border-width: 0; border-radius: 0; }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 > .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; }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nWFr0r56MufBNNFZtVXuzDWP2D4SIVbh { color:rgba(var(--color-tertiary-4),1);display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.625rem;left:10.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#KfIA5FGTSiIztJ4hBvgA89Vb1USTHWl3 { 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:25.5625rem;width:45.8125rem;top:5.5rem;left:7.09375rem;overflow:hidden;display:block; }
#etStQfDqziJXQr2U82rt1SOa7vm2T9iT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9f9;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; }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT > .row .container { background-color: transparent; background-image: none; }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT > .row .container > .video-iframe-container { display: none; }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT > .row > .video-iframe-container { display: none; }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT > .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); }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT > .row .container { border-width: 0; border-radius: 0; }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:60rem;position:relative;display:block; }#fkopRLVZR4mldFE4KwCfobqPyDdAqRol { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:4.5rem;left:12.75rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#ZnCkiLGa3iRcxfPGPwumJu2Q48EhWBS9 { 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:16.875rem;width:30rem;top:10.875rem;left:15rem;overflow:hidden;display:block; }
#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9f9;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; }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg > .row .container { background-color: transparent; background-image: none; }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg > .row .container > .video-iframe-container { display: none; }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg > .row > .video-iframe-container { display: none; }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg > .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); }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg > .row .container { border-width: 0; border-radius: 0; }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:block; }#eD2VqH57MFPGm68HfKNh3zM1Ff10gaWu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:3.1875rem;left:12.75rem;height:7.1982375rem;text-align:center;text-align-last:center;display:block; }
#wRsysIGfv3PUWayqywcglsfVkAn3V5yW { 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:16.875rem;width:30rem;top:13.125rem;left:15rem;overflow:hidden;display:block; }
#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9f9;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; }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z > .row .container { background-color: transparent; background-image: none; }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z > .row .container > .video-iframe-container { display: none; }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z > .row > .video-iframe-container { display: none; }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z > .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); }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z > .row .container { border-width: 0; border-radius: 0; }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#S4QJlDkzeQVP94enXcr0vbORK6bx27tt { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.625rem;left:9.9375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#TKf26FZxOsBL58EVS4ZUuOsbTMWT6dCM { 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:24.624rem;width:43.8115rem;top:7.82421875rem;left:9.1552734375rem;overflow:hidden;display:block; }
#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH { position:relative;display:block; }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH { background-color: transparent; background-image: none; }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH > .row .container > .video-iframe-container { display: none; }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH > .row > .video-iframe-container { display: none; }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH > .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); }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH { border-width: 0; border-radius: 0; }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH > .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; }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eTvo4G2Tyl0gxNbxp70z3qM3r5wX1u4T { 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:16.875rem;width:30rem;top:7.9375rem;left:15rem;overflow:hidden;display:block; }
#g8dAh3lHHy7aTCGLEkQXru7UewA1dBuq { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8125rem;left:10.0625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#JpQyeD2r8kbuNmTQSzVSorBnliMA0qm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.4375rem;left:7.625rem;height:4.38574375rem;display:block; }
#EFlakAZw2TOCnE3l4itTIiXZW9xZss0u { color:rgba(var(--color-tertiary-4),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.75rem;left:7.625rem;height:4.38574375rem;display:block; }
#g9eBy67LTqKSVxXaoNstTvunLPlkirqt { position:relative;display:block; }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt { background-color: transparent; background-image: none; }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt > .row .container > .video-iframe-container { display: none; }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt > .row > .video-iframe-container { display: none; }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt > .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); }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt { border-width: 0; border-radius: 0; }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt > .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; }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fd5CPisQkPBA3I5b4fiouwbVy0Q41Qa2 { 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:16.5rem;width:42.625rem;top:8.8125rem;left:9.0625rem;overflow:hidden;display:block; }
#V3PoXqEtPcgalWgwOJuWHaTUZMRPLXCM { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.625rem;left:10.4375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#P1HMHsmfwBOcH1Ol59aNsKSlHbzxkyK5 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.8125rem;left:7.625rem;height:24.69631875rem;display:block; }
#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9f9;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; }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo > .row .container { background-color: transparent; background-image: none; }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo > .row .container > .video-iframe-container { display: none; }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo > .row > .video-iframe-container { display: none; }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo > .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); }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo > .row .container { border-width: 0; border-radius: 0; }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo > .row .container { font-size:0.875rem;font-family:arial;height:58.5625rem;width:60rem;position:relative;display:block; }#zFvy7FbGf7ocs13zzoA3Cv56k2FU5ZzL { 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:16.875rem;width:30rem;top:18.125rem;left:15rem;overflow:hidden;display:block; }
#VlsVSRWoukNNsP3lBIJ4QVHgJ5GCmhJ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.625rem;left:4.0625rem;height:7.79883125rem;text-align:center;text-align-last:center;display:block; }
#ghipcSzanxTuvFTOJ1WiDeOrfTbyFcgD { color:#f8cd00;display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.5625rem;height:4.38671875rem;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:center;text-align-last:center;font-style:normal;display:block; }
#WksVxHId6q3MSHk9r2AHEPLzBmcB4PvK { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:6.5rem;width:50.9375rem;top:1.5rem;left:4.5625rem;display:block; }
#UNvDxlPe2cxVVnU4cSb3iWb7TSiSk5pu { color:rgba(var(--color-tertiary-4),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.5625rem;left:7.625rem;height:20.7969rem;display:block; }
#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(187deg, rgba(var(--color-primary-2),1), #00315f);background-image: -moz-linear-gradient(187deg, rgba(var(--color-primary-2),1), #00315f);background-image: -ms-linear-gradient(187deg, rgba(var(--color-primary-2),1), #00315f);background-image: -o-linear-gradient(187deg, rgba(var(--color-primary-2),1), #00315f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00315f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00315f' );";background-image: linear-gradient(187deg, rgba(var(--color-primary-2),1), #00315f);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; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row .container { background-color: transparent; background-image: none; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row .container > .video-iframe-container { display: none; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row > .video-iframe-container { display: none; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .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); }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row .container { border-width: 0; border-radius: 0; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row .container { font-size:0.875rem;font-family:arial;height:73.5rem;width:60rem;position:relative;display:block; }#BOiGTUccE2E8X0l9R9T1nAfnmhIx3Ro0 { 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:33.75rem;width:60rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#idvvWBFx6hyFy10mMCEVkHG29I42Ny5s { color:#003247;display:block;width:35.625rem;position:absolute;font-family:arial;font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:37.125rem;left:12.1875rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#UfbQw3qTvTDx8LhNS8F1wEkHa01SzVKS { color:#003247;display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:42.0625rem;left:8.25rem;height:21.597675rem;text-align:justify;text-align-last:initial;display:block; }
#W7U4NGC6gvqMs6TbWVdSfur0mI9TQNlO { color:#003247;display:block;width:25.8115rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:63.373046875rem;left:18.03173828125rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#CX67A0RFpJohxS2w7w2qcXWC8JskPtUL { position:absolute;display:block;z-index:14999;background-color:#f7f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:35.0625rem;width:50.75rem;top:34.46728515625rem;left:5.56005859375rem;display:block; }
#zqPrb4oUqyVzcBgqD64MOmnByRTLBl6b { color:#003247;display:block;width:45.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:42.0625rem;left:9.3125rem;height:0;text-align:justify;text-align-last:initial;display:none; }#zqPrb4oUqyVzcBgqD64MOmnByRTLBl6b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3571f09c-b9ab-487f-9d30-572057f48589/kursgarbpl.png); }
#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG { position:relative;display:block; }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG { background-color: transparent; background-image: none; }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG > .row .container > .video-iframe-container { display: none; }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG > .row > .video-iframe-container { display: none; }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG > .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); }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG { border-width: 0; border-radius: 0; }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG > .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; }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:80.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#anSTCFAW42k6nd3QhWTVmx2Vv6vTSQaA { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:36.875rem;top:3.18701171875rem;left:11.62353515625rem;display:block; }
#GJraDuClrERn3NI5UZGtp0kW63AZ4vkc { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1244375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.8;letter-spacing:0;top:3.3817472457886rem;left:18.937322616577rem;height:2.13720625rem;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;font-style:normal;display:block; }
#xDSpnFpkfffhMWLMI5AmlkXO8EnOqMtH { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-tertiary-4),0.08) ;height:74.8125rem;width:36.625rem;top:3.1865234375rem;left:11.6650390625rem;display:block; }
#enNr6xTgWytgC5HEBd44kTydVK9NyXVh { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:25.589931726456rem;left:14.375rem;height:6.82325rem;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;font-style:normal;display:block; }
#fHcOxLvu4niRk5ArTEoaoMm657zF1IRo { color:rgba(var(--color-primary-2),1);display:block;width:25.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:37.190160989761rem;left:17.405895233154rem;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;font-style:normal;display:block; }
#KPJiH3OiqlOTZagiyZ8xRnLnIWvuW33B { color:rgba(var(--color-primary-2),1);display:block;width:30.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:46.12255859375rem;left:14.59423828125rem;height:23.192375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KPJiH3OiqlOTZagiyZ8xRnLnIWvuW33B li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#KPJiH3OiqlOTZagiyZ8xRnLnIWvuW33B li:before{  }
#UTduDQxeVVWTMXaywlRpViPZRIFm2PPz { 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:14.9375rem;width:60rem;top:53.8125rem;left:26.6875rem;display:none; }
#zx7BgknxKXC5uXsQkWdA6HXHQug0XNMb { 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:20.125rem;width:60rem;top:48.625rem;left:26.6875rem;display:none; }
#eDIatauQ6LmF4CvrTyvC166QVu1xdxvi { 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:34.125rem;width:60rem;top:34.625rem;left:26.6875rem;display:none; }
#EzhkDaW9m5bdNPo75rPk8qcbBHqdCmEl { position:absolute;display:block;z-index:15036;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:18.3125rem;width:32.625rem;top:6.2162639498711rem;left:13.374912261963rem;overflow:hidden;display:block; }
#IkKs6A4vRXeuaOhDXrciGL19Ev3Unrkc { color:rgba(var(--color-primary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:34.228071451187rem;left:19.375rem;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;font-style:normal;display:block; }
#tLDTcrM2p68I2JEPCD5UXbpLxLrfUm7t { color:#40b424;display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:40.36572265625rem;left:13.59375rem;height:3.98095625rem;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;font-style:normal;display:block; }
#y0TTfmigdsPT1q9qII8kN5IlFvgDGMBw { position:absolute;display:block;z-index:15038;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:16.375rem;width:29.1875rem;top:107.71826171875rem;left:15.40625rem;overflow:hidden;display:none; }
#IctM8EOTlT96VWwat8IJdDSnCMyTIhT1 { background-color:#f25a04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:70.9462890625rem;left:18.375rem;display:block; }
#c7719awCBsCaQcZi80e18dEee21IAN41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR { position:relative;display:block; }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR { background-color: transparent; background-image: none; }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR > .row .container > .video-iframe-container { display: none; }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR > .row > .video-iframe-container { display: none; }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR > .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); }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR { border-width: 0; border-radius: 0; }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR > .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; }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uGQkTSTD8pw8pEF7M0kSDZoJgHeKCiLO { 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:28.8125rem;width:28.8125rem;top:0rem;left:31.1875rem;overflow:hidden;display:block; }
#mAC9KFqNiKGC8KTFxaWqA89Pqx3Sw5OI { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#MrgWJPv6HN0ilshLiQ2FTsw0Zuh6ABQH { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:6.6875rem;left:1.875rem;height:20.8828125rem;display:block; }#MrgWJPv6HN0ilshLiQ2FTsw0Zuh6ABQH li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#MrgWJPv6HN0ilshLiQ2FTsw0Zuh6ABQH li:before{  }
#BL98m91bgg0VrGXzcF3CM8NXway0MUak { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XHpnsm24T99sX7lNyErNqpATIJrKxvXk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#T9VSIdFHBpqGTEX1MgHA7NzHNW1yZCsu { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:9.875rem;left:18.5625rem;height:0;display:none; }#T9VSIdFHBpqGTEX1MgHA7NzHNW1yZCsu li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#T9VSIdFHBpqGTEX1MgHA7NzHNW1yZCsu li:before{  }
#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N { position:relative;display:block; }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N { background-color: transparent; background-image: none; }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N > .row .container > .video-iframe-container { display: none; }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N > .row > .video-iframe-container { display: none; }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N > .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); }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N { border-width: 0; border-radius: 0; }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N > .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; }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dupJMWUeC1xoiyQATMQwp0iCEmtBv79l { position:absolute;display:block;z-index:15000;height:26.0625rem;width:16.25rem;top:3.3125rem;left:1.375rem;display:block; }
#KxlwnNGMSB32oGoiz6C6TR6pkAELkwHU { position:absolute;display:block;z-index:15001;height:26.0625rem;width:16.25rem;top:3.3125rem;left:21.875rem;display:block; }
#MyWTRW47oPt6ZDvHrbf6NCBT7XLBSFMO { position:absolute;display:block;z-index:15002;height:26.0625rem;width:16.25rem;top:3.3125rem;left:42.3125rem;display:block; }
#aQ4BBQ6tsISMG5D6lQ8R6xWGr1pHynUb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:0.625rem;left:1.375rem;display:none; }
#nhJNUG7Iewa1llSnOFfAfsDaJ9iOq30u { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:0rem;left:17.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh { position:relative;display:block; }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh { background-color: transparent; background-image: none; }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh > .row .container > .video-iframe-container { display: none; }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh > .row > .video-iframe-container { display: none; }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh > .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); }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh { border-width: 0; border-radius: 0; }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh > .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; }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lcNodQ2qOMD0eCNwU5lUVGPZFTBklalb { position:absolute;display:block;z-index:15000;height:26.0625rem;width:16.25rem;top:3.3125rem;left:1.375rem;display:block; }
#FZwcMlbkAx60FizrVSKEXXlnBif37DVX { position:absolute;display:block;z-index:15001;height:26.0625rem;width:16.25rem;top:3.3125rem;left:21.875rem;display:block; }
#vV2TNkwu8nIAHKX4wlABUnBKyLD21ekl { position:absolute;display:block;z-index:15002;height:26.0625rem;width:16.25rem;top:3.3125rem;left:42.3125rem;display:block; }
#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n { position:relative;display:block; }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n { background-color: transparent; background-image: none; }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n > .row .container > .video-iframe-container { display: none; }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n > .row > .video-iframe-container { display: none; }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n > .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); }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n { border-width: 0; border-radius: 0; }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n > .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; }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HN1GBPscrOH3TQCvnaiNhbXaeNoxPGK7 { position:absolute;display:block;z-index:15000;height:26.0625rem;width:16.25rem;top:3.3125rem;left:1.375rem;display:block; }
#SGkN2UdniSpTsRTZw4y8ggxkUTc4QXC7 { position:absolute;display:block;z-index:15001;height:26.0625rem;width:16.25rem;top:3.3125rem;left:21.875rem;display:block; }
#BTz9vrKF0Ros94LbAaudGFoX5JTfy5Ub { position:absolute;display:block;z-index:15002;height:26.0625rem;width:16.25rem;top:3.3125rem;left:42.3125rem;display:block; }
#iFz9x2duT0KOouAfLGV29QtRqB6zri8k { background-color:#f25a04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:31.5712890625rem;left:18.375rem;display:block; }
#nNJhalWHd0M89Uu8ASG3qhF3qC9Hr2Ud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS { position:relative;display:block; }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS { background-color: transparent; background-image: none; }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS > .row .container > .video-iframe-container { display: none; }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS > .row > .video-iframe-container { display: none; }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS > .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); }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS { border-width: 0; border-radius: 0; }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS > .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; }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(230,132,186,0.44);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-heading-text { display:block;position:relative;width:100%;font-family:roboto;font-weight:400;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;height:auto; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:roboto;color:rgba(var(--color-primary-3),1);line-height:1.4;overflow:hidden;height:auto; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-trigger.adaptive-delivery-prevent-bg, #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-trigger.lazyload, #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-trigger.lazyloading { background-image: none; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT { box-sizing:content-box;height:auto;width:41.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.25rem;left:7.8125rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #lQUwDHtVcIge4OCPR9mI3UHFzw6uTEgn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #BzKB1weWPXF9kBE5TmaciV4KNFeoRRTw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #viRPJW9mCisJ7z177hSA7g2cIzTwuoNi { display:block;position:relative; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #uEu5m1kUUAg9kiDOtVz0VMDTyLInJ49e {  }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #uH4xglnahxgPL2M0Me420FeTKKaTDLW5 {  }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #V5dPIuKWbswnAUcftQPW80TC2Z3gk3Va { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #r1vXi7ibI4l4KnOgPdCTTGdwoxI0per4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ODg8mDiJl9elyoCce4261lLcTiNEv7Co { display:block;position:relative; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #kypWOKuUBl59oq0UkBLwE5UNzMgInTZW {  }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #wp1L3PI8TD3LeancedOGDr0RDaO1SXHb { display:none; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #H9rSHhfECT2QGOVwqLXWv9aFixfVPPcT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #yudki0G6WOMQitX3NooeWRkxTkOOQRwp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #KPrBXuKUZxvC7Dflq3m1x8NUihDNIvsL { display:block;position:relative; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #pUeuW298KNvUOcIIBq79Un1mG5JSG7QU {  }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ifLK2JegXqEIsNmIZCJM3nbszi1AlTDG { display:none; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #llwpiw991WZJnFV4C7y6E9MVdAzXeDqB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #wB4xbAtKiZ8IGHXncD7RlkTJfGa0F5sE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #QOiwNByNNcXaVVmA2M77K43QChuvmo8J { display:block;position:relative; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #N8N9cMzNvqxIaktel4arq5A4SVSgbERA {  }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #bTwz7vzwi6tLR1pGvNNvP9LUztPR0NUK { display:none; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #AlbsNbtW5VgBTOwZvSUkklVei9QzC4R6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #nlJcrKFs86yIB8mWEkEEZX8Zi0spukQI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #IZAhi9IClrJtUpwoRleJbS2xQ1meeTo3 { display:block;position:relative; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #TJhn5Dh1gcdynEbi9ZDltUqD2U1bnMCZ {  }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #Dk4TuNRNU3IQM4Nd0nBTP2y3m77G1ZRm { display:none; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XJ1DonR9zT399TkclWvrcDA1bC4zMWR3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #X5bEiLOT4o6hywU5i6mT6XJHhp1ZyZCh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #gx9pygrrn7Jx1Hg9tfOGMULw1Uw5d3HE { display:block;position:relative; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #sHDtb0NchlexcwEPANN3ERMvEu2r0e4h {  }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #pXBSLpxDMQwI5NaLtNXhomLC3ZKOyFfP { display:none; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #mq0Tyyc7F5TgtO8iRnToP5EnO58g2mMg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #CfuuVonl3d2KFuQcVbp3sb0exv3TXIy2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #SuZQlS3mWRTn7XcyHvBLtaDw78kXTcxV { display:block;position:relative; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #D7nqbZ6T9Ah4031Ka7Ot0QXLh9WiXdHR {  }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #TTop4S6AbKXITpvbnRz2FRahi2pXZFk3 { display:none; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #FTrbo91krhrrZNJGDdkt6wVnQwbGvvIy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #wBWn1QA5MqFZGDxmAAzzcC0FDG6cCne2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #k8sJtRwrymPTkbDOJLcT31uFMzqiZBJo { display:block;position:relative; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #CipN229OhACVNr74dKkzKL1dw8J9nrpx {  }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #mGhH66lcttFk5AzT2KoTKM8lJSzUvaaQ { display:none; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #eHUJlXiKKuJSEc4Wb3VItLTCUTJBN0M9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #h7Ngcu6MNs2wJARlTubCNFdrOU9TRsIF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XqTqz4Qw5qEUySliZmC7Kaz9rPWWkAl0 { display:block;position:relative; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ZiirPJ791qVuVct6WcUZSVdPl9ybGw9v {  }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ndSZfFfTOpgkFX4nhLtCOwDTMXFTqH9a { display:none; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #uQ1mcAbTm521aPQTIemgGkMCZV0MnmS8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XEci1r80AJaTINlEEtivAfy6QUZtarZ5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #OSSN2a1IoxVhrkRJ80hwI3Ev89KT79pB { display:block;position:relative; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #lqgOwPSfdPI9RNSDztNcFr8BdwXlN5Ff {  }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XbyhTnUWW3SAixtgC9HzmMpJdN3e53Ac { display:none; }
#TeTxDEfaSy6Mp2b16K49AZgElkqE1i36 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:8.46875rem;height:3.4121125rem;display:block; }
#r4b8f732c1f415bb62f94ed254a5a44e { position:relative;display:block; }#r4b8f732c1f415bb62f94ed254a5a44e { background-color: transparent; background-image: none; }#r4b8f732c1f415bb62f94ed254a5a44e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4b8f732c1f415bb62f94ed254a5a44e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4b8f732c1f415bb62f94ed254a5a44e > .row .container > .video-iframe-container { display: none; }#r4b8f732c1f415bb62f94ed254a5a44e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4b8f732c1f415bb62f94ed254a5a44e > .row > .video-iframe-container { display: none; }#r4b8f732c1f415bb62f94ed254a5a44e > .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); }#r4b8f732c1f415bb62f94ed254a5a44e { border-width: 0; border-radius: 0; }#r4b8f732c1f415bb62f94ed254a5a44e > .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; }#r4b8f732c1f415bb62f94ed254a5a44e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Na90532f6d6cad8c86d4497aaa93dab8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:36.1875rem;height:1.29980625rem;display:block; }
#y1d6f6e37d6d0243b831bd83950768c4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:43.75rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ { display:block; }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFZtTeeleSPBdyzoCVw0SpBaFcRMCP6c { top:0.5625rem;left:4.0625rem;width:38.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUy73PlWtkAyoQM80wK78VOCx5mcRPpf { top:2.375rem;left:0rem;width:47.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF { display:block; }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqK0CKqtHDqcH1RgRTtFyqfyJvCwe6kB { top:0.75rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e { display:block; }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4OMzqFsvaKhra3BELZnbX8fUIaix9sZ { top:1.4375rem;left:4.0625rem;width:38.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAbWic6z8hcqb6rL4OLh4s8dciCvcWR6 { top:18.125rem;left:19.5rem;width:28.25rem;height:9.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxbsXMwDJtXOmwKekmrNxbxvBWBi28I2 { top:7.0625rem;left:0rem;width:26.75rem;height:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRA6MNloPPJW3dx4aiHemxUChvBcKmvk { top:12rem;left:24.25rem;width:23.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLo5FJygczVZUJA15tW2zH6DowakzdgU { top:28.875rem;left:19.6875rem;width:28.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsbB9zAKPPKqSmZUJSC6x9HLOBX2Hu21 { width:21.3125rem;height:3.5rem;top:37.1875rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkxZcZEi9GVa613g2nhZVbQsGSuuGr2g { display:block; }
 }@media only screen and (max-width: 763px) { #pSipdSBh2OLbwkCwn9oHOKlBIo3cUOpX { top:11.4375rem;left:23.125rem;width:24.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6Ai8cZxCMcReTpEWmzThGSFpyfW11o { top:16.1875rem;left:0rem;width:27.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4ZfFfnOISosJQZrPGFHHvMTw7GiQF6Z { top:18.75rem;left:0rem;width:20rem;height:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT { display:block; }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLuTHWhDTs2fA6dsThTcgPwQSUt0qwEF { top:2.1875rem;left:0rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgWGS3FwtrAcbRIz5FeZB7iEoqSnrIDv { top:1.625rem;left:10.5625rem;width:6.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2tcHaoUGUuuPUFl03zocnu9mh0oMpeF { top:1.875rem;left:29.5rem;width:10.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ufq0TIQPtKTfOtmNmVTEvvI96exITm { top:1.8125rem;left:42.42626953125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLDG37b2ZxDXWHItxPGKZOEG5bT4s75K { top:1.4375rem;left:42.875rem;width:4.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpE3Kzln7JDWuUoOk6NbBVAM0Gixoz9v { top:1.6875rem;left:19rem;width:6.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugplunbmDppKvywtEtAvzmJMfrhW3Lnx { display:block; }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWnI8gaqw9GuzrpN0PJFTCRhNXO7rSkh { top:4.8125rem;left:8.6875rem;width:33.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxnx7RkpWZgeTK27dWSa03FDm8kTqxdR { top:11.5625rem;left:8.6875rem;width:33.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKdxIf18vsf150z6f0Tfx2N4gkTvAZT2 { top:17.125rem;left:8.6875rem;width:33.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfH7GOilhGAEu1sGPdiSCTRSZDRA7ac2 { top:22rem;left:8.6875rem;width:33.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTlB2ypXrO5UxmWz5h1tIUbpKdrAt3X { top:26.6875rem;left:7.75rem;width:40rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZF3HeT2vacsVOAnIKBlNaneNwWpmwt { top:5.4375rem;left:3.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTQ6kWTkk5CReT4X5iTceAWAl8oiBhh3 { top:11.4375rem;left:3.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSpF6tq614d8aCsrbt9XWNhFpFL51VoF { top:16.3125rem;left:3.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OO5T8wlIMGvUkaQFlMplbdNIEUTReccW { top:22rem;left:3.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9MuW5qAlExff18XcvTtX48lUqU1lWRq { top:27.3125rem;left:3.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLH11GMLW792xdvygy140JOgHWULTM6N { display:none; }#NLH11GMLW792xdvygy140JOgHWULTM6N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LhCigEmh8Kr1gBdCyuWwRPx57HoVVn4h { display:none; }
 }@media only screen and (max-width: 763px) { #llpZs6L2OUFa3sw9TfX3dHTHLtQptc4R { top:2.0625rem;left:0rem;width:16.8125rem;height:1.8125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwrPkdM0ZFbncbzGrXpBI5FWo93EA0Ck { display:none; }
 }@media only screen and (max-width: 763px) { #w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 { display:block; }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pInHLbLlFumqh8fKGZ0tp5yKAIJDBtVx { top:2.0625rem;left:4.5rem;width:38.75rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUVgKE9C9epTePOb30lkQyuhqZEfIJ6G { top:22.6875rem;left:0rem;width:24.5rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzpeqSJixPZiqOEoKRnJeG9SpGihWVU6 { top:24.1875rem;left:14.1875rem;width:19.375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Bay3TEmWr1TymgcSyT4EGcVv0ks48f { top:23.8125rem;left:27.9375rem;width:19.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5qcaG40y5xRZbHJHpqCHF5k8P4e2ixg { top:33.0625rem;left:0rem;width:28.5625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5XcTaxtuWHJ14RhoMGXgWl0uT3ZVlhJ { top:33.0625rem;left:15.0625rem;width:32.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKNTRiAzPaPIPexHl2mOqr4F3GtVpps6 { top:40rem;left:16.625rem;width:31.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBHnDnXuWwxlTdZKwGcDTNaDRkaicMF { top:9.3125rem;left:0rem;width:18.4375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdFoB5IqcN1f1ZKvapzXIhg0HP5Q9PEb { top:10rem;left:14.1875rem;width:18.4375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOtzWXl71d0e81t7Sv5FvQSM3D2LWF8w { top:10rem;left:29.8125rem;width:17.9375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDConKNEZpNztWO4de9IQ376QNNIROva { width:23.25rem;height:4.4375rem;top:49.6875rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBBQWFTcyprPDQiRQTSHLeSMrK2Azato { display:block; }
 }@media only screen and (max-width: 763px) { #f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc { display:block; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9f5J7afMKfrDFRXiUT7XT0yHhDSU9eI { top:2.8125rem;left:1.78125rem;width:44.1875rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF8lD4S4zWNG4EuPzTlLRH2vGTG4DLAM { top:26.5rem;left:0rem;width:26.75rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxFdobQ68Oy33xTXzNhyQJoRXgGZH6y { top:15.25rem;left:0rem;width:19.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8TANU1MzuDutgJrnDM4g0D9IZlASuD1 { top:29.0625rem;left:26.25rem;width:19.6875rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZSLclc4uoUzgTerwiWHPO3Pdz2E7JRy { top:14.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0yF4rxqnovXi7IgkTETX0edSJom9ZRM { top:28.6875rem;left:22.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s03xdP3yIGxhrBlALLER8xqeRZtZqnqI { top:9.9375rem;left:18.3125rem;width:29.375rem;height:16.402622697954rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw4mPtGfpAiR7o8D7zrkSX03TN8bZMLD { top:36.6875rem;left:26.25rem;width:19.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQlfGriR57scoU0sZTVU3sAwkRhDkNsH { display:block; }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9lht9JBT3u03MEAPeOhGA7Ra2s9rbtt { top:0rem;left:0rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abiDEKRBzeryyQJtpQBq2snhwN8HNDrM { top:2.125rem;left:18.375rem;width:29.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlwxSNDnV0CvNULubTLPg9QRFUWe7Msd { top:5.625rem;left:22.6875rem;width:25.0625rem;height:19.5rem;font-size:1.125rem;display:block; }#rlwxSNDnV0CvNULubTLPg9QRFUWe7Msd li:before{  }
 }@media only screen and (max-width: 763px) { #QbBQBCARvR7t4fb25poJOPyT18MgHD40 { display:none; }
 }@media only screen and (max-width: 763px) { #zyFs5KZxshkcDfTHU30nbWd4KT20KEhM { display:none; }
 }@media only screen and (max-width: 763px) { #AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP { display:block; }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnDFlTLOOiyC1JZ0vsBedLGZQ3SIgJH8 { top:9.125rem;left:0rem;width:28.125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc0CRmFzwVChO403qAZKXV2FfVPUW67o { top:2rem;left:4.53125rem;width:38.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsLhudOW3iuHNrDgXzZH2y9Q5xVwTKNQ { top:9.125rem;left:26.75rem;width:19.3125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyffLRkmHq5IdiOCyo3m3ok0F6SM78k7 { top:22.5rem;left:5.5625rem;width:18.5625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxqCrUyRUW5VFRzlSrTm2UgTL6lWR7nI { top:23.5rem;left:27.5625rem;width:18.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw { display:block; }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsdCpT7eseuwIQxnr4LVIFyvXsvdUTv5 { top:5.3125rem;left:3.46875rem;width:40.8125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD09bIy0oqNlaeRf0awxwQJDbInPepJw { top:32.8125rem;left:6.90625rem;width:39.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaG6TKLZMmGG8HZoJNw0eXpS3lqtqyCJ { top:13.5625rem;left:8.875rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC { display:block; }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Toiy4Sm04TPW0RmhkK1ehl21s788VTvt { top:32.25rem;left:3.8125rem;width:42.4375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTcNMcEX3KpTCI7Fx4VzrkP72MniZziF { top:3rem;left:3.78125rem;width:40.1875rem;height:5.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5TcSZ5ScvkNF5AT1mbsG0oq2bbIlsE2 { top:9.6875rem;left:6.0625rem;width:35.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIKd0luSIf25y0PVHJFC5CVTTDvS3t41 { top:50.25rem;left:5.4375rem;width:39.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdFnSkfpDIS0e7vxWD9o3qdbKoFcWTJE { top:39.1875rem;left:3.8125rem;width:42.4375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntbT8zUcgirhRy8FgaSew4iA6obOLemt { top:45.5rem;left:3.8125rem;width:42.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toJymuzKTJFFT2lLG5lwrygeJyOT3XpT { display:block; }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbmxB931tEh5Xb7Qe8TQQT3LVFBCRyvK { top:32.9375rem;left:2.6875rem;width:42.4375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbgdasm9UVHIVgNoXQ2yiUfPPUnfTelQ { top:3.625rem;left:4rem;width:39.8125rem;height:7.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmsrWHnLT5A6DHrQxwkskZ5fAuOJCbzC { top:12.3125rem;left:8.875rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 { display:block; }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWFr0r56MufBNNFZtVXuzDWP2D4SIVbh { top:1.625rem;left:4.3125rem;width:42.125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfIA5FGTSiIztJ4hBvgA89Vb1USTHWl3 { top:5.5rem;left:0.96875rem;width:45.8125rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etStQfDqziJXQr2U82rt1SOa7vm2T9iT { display:block; }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkopRLVZR4mldFE4KwCfobqPyDdAqRol { top:4.5rem;left:6.625rem;width:34.5rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnCkiLGa3iRcxfPGPwumJu2Q48EhWBS9 { top:10.875rem;left:8.875rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg { display:block; }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eD2VqH57MFPGm68HfKNh3zM1Ff10gaWu { top:3.1875rem;left:6.625rem;width:34.5rem;height:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRsysIGfv3PUWayqywcglsfVkAn3V5yW { top:13.125rem;left:8.875rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z { display:block; }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4QJlDkzeQVP94enXcr0vbORK6bx27tt { top:2.625rem;left:3.8125rem;width:42.25rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKf26FZxOsBL58EVS4ZUuOsbTMWT6dCM { top:7.8125rem;left:3.0302734375rem;width:43.75rem;height:24.589434280954rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH { display:block; }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTvo4G2Tyl0gxNbxp70z3qM3r5wX1u4T { top:7.9375rem;left:8.875rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8dAh3lHHy7aTCGLEkQXru7UewA1dBuq { top:2.8125rem;left:3.9375rem;width:39.875rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpQyeD2r8kbuNmTQSzVSorBnliMA0qm3 { top:26.4375rem;left:1.5rem;width:44.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFlakAZw2TOCnE3l4itTIiXZW9xZss0u { top:31.75rem;left:1.5rem;width:44.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9eBy67LTqKSVxXaoNstTvunLPlkirqt { display:block; }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fd5CPisQkPBA3I5b4fiouwbVy0Q41Qa2 { top:8.8125rem;left:2.9375rem;width:42.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3PoXqEtPcgalWgwOJuWHaTUZMRPLXCM { top:2.625rem;left:4.3125rem;width:39.875rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1HMHsmfwBOcH1Ol59aNsKSlHbzxkyK5 { top:26.8125rem;left:1.5rem;width:44.75rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo { display:block; }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFvy7FbGf7ocs13zzoA3Cv56k2FU5ZzL { top:18.125rem;left:8.875rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlsVSRWoukNNsP3lBIJ4QVHgJ5GCmhJ9 { top:9.625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghipcSzanxTuvFTOJ1WiDeOrfTbyFcgD { top:2.4375rem;left:0.4375rem;width:46.875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WksVxHId6q3MSHk9r2AHEPLzBmcB4PvK { top:1.5rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNvDxlPe2cxVVnU4cSb3iWb7TSiSk5pu { top:36.5625rem;left:1.5rem;width:44.75rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpbgcU0Esidxy8dT8M9DzMUkt93EpAad { display:block; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOiGTUccE2E8X0l9R9T1nAfnmhIx3Ro0 { top:0.6875rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idvvWBFx6hyFy10mMCEVkHG29I42Ny5s { top:37.125rem;left:6.0625rem;width:35.625rem;height:3.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfbQw3qTvTDx8LhNS8F1wEkHa01SzVKS { top:42.0625rem;left:2.125rem;width:45.375rem;height:21.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7U4NGC6gvqMs6TbWVdSfur0mI9TQNlO { top:63.3125rem;left:11.90625rem;width:25.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX67A0RFpJohxS2w7w2qcXWC8JskPtUL { top:34.4375rem;left:0rem;width:47.75rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqPrb4oUqyVzcBgqD64MOmnByRTLBl6b { top:23.75rem;left:0rem;width:18.75rem;height:;font-size:0.8125rem;display:block; }#zqPrb4oUqyVzcBgqD64MOmnByRTLBl6b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3571f09c-b9ab-487f-9d30-572057f48589/kursgarbpl.png); }
 }@media only screen and (max-width: 763px) { #Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG { display:block; }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anSTCFAW42k6nd3QhWTVmx2Vv6vTSQaA { width:36.875rem;height:2.3125rem;top:3.125rem;left:5.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJraDuClrERn3NI5UZGtp0kW63AZ4vkc { width:22.0625rem;height:2.125rem;top:3.375rem;left:12.812322616577rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDSpnFpkfffhMWLMI5AmlkXO8EnOqMtH { top:3.125rem;left:5.5400390625rem;width:36.625rem;height:74.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enNr6xTgWytgC5HEBd44kTydVK9NyXVh { width:31.25rem;height:6.8125rem;top:25.5625rem;left:8.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHcOxLvu4niRk5ArTEoaoMm657zF1IRo { width:25.125rem;height:;top:37.1875rem;left:11.2802734375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPJiH3OiqlOTZagiyZ8xRnLnIWvuW33B { width:30.75rem;height:23.1875rem;top:46.0625rem;left:8.46923828125rem;font-size:1rem;display:block; }#KPJiH3OiqlOTZagiyZ8xRnLnIWvuW33B li:before{  }
 }@media only screen and (max-width: 763px) { #UTduDQxeVVWTMXaywlRpViPZRIFm2PPz { width:;height:;top:54.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zx7BgknxKXC5uXsQkWdA6HXHQug0XNMb { width:;height:;top:49.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDIatauQ6LmF4CvrTyvC166QVu1xdxvi { width:;height:;top:35.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzhkDaW9m5bdNPo75rPk8qcbBHqdCmEl { top:6.1875rem;left:7.2499122619631rem;width:32.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkKs6A4vRXeuaOhDXrciGL19Ev3Unrkc { width:21.25rem;height:;top:34.1875rem;left:13.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLDTcrM2p68I2JEPCD5UXbpLxLrfUm7t { width:32.8125rem;height:;top:40.3125rem;left:7.46875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0TTfmigdsPT1q9qII8kN5IlFvgDGMBw { top:107.6875rem;left:9.28125rem;width:29.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IctM8EOTlT96VWwat8IJdDSnCMyTIhT1 { width:23.25rem;height:4.4375rem;top:70.9375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7719awCBsCaQcZi80e18dEee21IAN41 { display:block; }
 }@media only screen and (max-width: 763px) { #zKkvikNAORtalSLtiJZB50Kf8tCBEnBR { display:block; }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGQkTSTD8pw8pEF7M0kSDZoJgHeKCiLO { top:0rem;left:18.9375rem;width:28.8125rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAC9KFqNiKGC8KTFxaWqA89Pqx3Sw5OI { top:2.75rem;left:0rem;width:29.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrgWJPv6HN0ilshLiQ2FTsw0Zuh6ABQH { top:6.6875rem;left:0rem;width:25.625rem;height:;font-size:1.125rem;display:block; }#MrgWJPv6HN0ilshLiQ2FTsw0Zuh6ABQH li:before{  }
 }@media only screen and (max-width: 763px) { #BL98m91bgg0VrGXzcF3CM8NXway0MUak { display:none; }
 }@media only screen and (max-width: 763px) { #XHpnsm24T99sX7lNyErNqpATIJrKxvXk { display:none; }
 }@media only screen and (max-width: 763px) { #T9VSIdFHBpqGTEX1MgHA7NzHNW1yZCsu { top:26.125rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:block; }#T9VSIdFHBpqGTEX1MgHA7NzHNW1yZCsu li:before{  }
 }@media only screen and (max-width: 763px) { #QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N { display:block; }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dupJMWUeC1xoiyQATMQwp0iCEmtBv79l { top:3.3125rem;left:0rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxlwnNGMSB32oGoiz6C6TR6pkAELkwHU { top:3.3125rem;left:15.75rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyWTRW47oPt6ZDvHrbf6NCBT7XLBSFMO { top:3.3125rem;left:31.5rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ4BBQ6tsISMG5D6lQ8R6xWGr1pHynUb { top:0.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhJNUG7Iewa1llSnOFfAfsDaJ9iOq30u { top:0rem;left:11.5rem;width:23.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh { display:block; }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcNodQ2qOMD0eCNwU5lUVGPZFTBklalb { top:3.3125rem;left:0rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZwcMlbkAx60FizrVSKEXXlnBif37DVX { top:3.3125rem;left:15.75rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV2TNkwu8nIAHKX4wlABUnBKyLD21ekl { top:3.3125rem;left:31.5rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n { display:block; }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HN1GBPscrOH3TQCvnaiNhbXaeNoxPGK7 { top:3.3125rem;left:0rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGkN2UdniSpTsRTZw4y8ggxkUTc4QXC7 { top:3.3125rem;left:15.75rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTz9vrKF0Ros94LbAaudGFoX5JTfy5Ub { top:3.3125rem;left:31.5rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFz9x2duT0KOouAfLGV29QtRqB6zri8k { width:23.25rem;height:4.4375rem;top:31.5625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNJhalWHd0M89Uu8ASG3qhF3qC9Hr2Ud { display:block; }
 }@media only screen and (max-width: 763px) { #dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS { display:block; }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT { display:flex;height:auto;width:45.25rem;top:6.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #lQUwDHtVcIge4OCPR9mI3UHFzw6uTEgn {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #BzKB1weWPXF9kBE5TmaciV4KNFeoRRTw {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #viRPJW9mCisJ7z177hSA7g2cIzTwuoNi {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #uEu5m1kUUAg9kiDOtVz0VMDTyLInJ49e {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #uH4xglnahxgPL2M0Me420FeTKKaTDLW5 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #V5dPIuKWbswnAUcftQPW80TC2Z3gk3Va {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #r1vXi7ibI4l4KnOgPdCTTGdwoxI0per4 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ODg8mDiJl9elyoCce4261lLcTiNEv7Co {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #kypWOKuUBl59oq0UkBLwE5UNzMgInTZW {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #wp1L3PI8TD3LeancedOGDr0RDaO1SXHb {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #H9rSHhfECT2QGOVwqLXWv9aFixfVPPcT {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #yudki0G6WOMQitX3NooeWRkxTkOOQRwp {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #KPrBXuKUZxvC7Dflq3m1x8NUihDNIvsL {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #pUeuW298KNvUOcIIBq79Un1mG5JSG7QU {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ifLK2JegXqEIsNmIZCJM3nbszi1AlTDG {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #llwpiw991WZJnFV4C7y6E9MVdAzXeDqB {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #wB4xbAtKiZ8IGHXncD7RlkTJfGa0F5sE {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #QOiwNByNNcXaVVmA2M77K43QChuvmo8J {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #N8N9cMzNvqxIaktel4arq5A4SVSgbERA {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #bTwz7vzwi6tLR1pGvNNvP9LUztPR0NUK {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #AlbsNbtW5VgBTOwZvSUkklVei9QzC4R6 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #nlJcrKFs86yIB8mWEkEEZX8Zi0spukQI {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #IZAhi9IClrJtUpwoRleJbS2xQ1meeTo3 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #TJhn5Dh1gcdynEbi9ZDltUqD2U1bnMCZ {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #Dk4TuNRNU3IQM4Nd0nBTP2y3m77G1ZRm {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XJ1DonR9zT399TkclWvrcDA1bC4zMWR3 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #X5bEiLOT4o6hywU5i6mT6XJHhp1ZyZCh {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #gx9pygrrn7Jx1Hg9tfOGMULw1Uw5d3HE {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #sHDtb0NchlexcwEPANN3ERMvEu2r0e4h {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #pXBSLpxDMQwI5NaLtNXhomLC3ZKOyFfP {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #mq0Tyyc7F5TgtO8iRnToP5EnO58g2mMg {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #CfuuVonl3d2KFuQcVbp3sb0exv3TXIy2 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #SuZQlS3mWRTn7XcyHvBLtaDw78kXTcxV {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #D7nqbZ6T9Ah4031Ka7Ot0QXLh9WiXdHR {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #TTop4S6AbKXITpvbnRz2FRahi2pXZFk3 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #FTrbo91krhrrZNJGDdkt6wVnQwbGvvIy {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #wBWn1QA5MqFZGDxmAAzzcC0FDG6cCne2 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #k8sJtRwrymPTkbDOJLcT31uFMzqiZBJo {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #CipN229OhACVNr74dKkzKL1dw8J9nrpx {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #mGhH66lcttFk5AzT2KoTKM8lJSzUvaaQ {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #eHUJlXiKKuJSEc4Wb3VItLTCUTJBN0M9 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #h7Ngcu6MNs2wJARlTubCNFdrOU9TRsIF {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XqTqz4Qw5qEUySliZmC7Kaz9rPWWkAl0 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ZiirPJ791qVuVct6WcUZSVdPl9ybGw9v {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ndSZfFfTOpgkFX4nhLtCOwDTMXFTqH9a {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #uQ1mcAbTm521aPQTIemgGkMCZV0MnmS8 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XEci1r80AJaTINlEEtivAfy6QUZtarZ5 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #OSSN2a1IoxVhrkRJ80hwI3Ev89KT79pB {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #lqgOwPSfdPI9RNSDztNcFr8BdwXlN5Ff {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XbyhTnUWW3SAixtgC9HzmMpJdN3e53Ac {  }
 }@media only screen and (max-width: 763px) { #TeTxDEfaSy6Mp2b16K49AZgElkqE1i36 { top:2.25rem;left:2.34375rem;width:43.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4b8f732c1f415bb62f94ed254a5a44e { display:block; }#r4b8f732c1f415bb62f94ed254a5a44e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Na90532f6d6cad8c86d4497aaa93dab8 { top:3.0625rem;left:30.0625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1d6f6e37d6d0243b831bd83950768c4 { top:3.0625rem;left:37.0625rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ { position:relative;z-index:auto;display:block; }#ATJkZqiBQT5sm6hF8f5DHUyTcOECfgaZ > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFZtTeeleSPBdyzoCVw0SpBaFcRMCP6c { width:20rem;height:1.0996125rem;top:1.1748046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qUy73PlWtkAyoQM80wK78VOCx5mcRPpf { width:20rem;height:7.125rem;top:3.6474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF { display:block; }#X2JuK5g4ootxdK4HqQRQPOiN9c6Z8EPF > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqK0CKqtHDqcH1RgRTtFyqfyJvCwe6kB { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e { position:relative;z-index:auto;display:block; }#zCcQHVVCqoThWl8CaNbgTAXM0DBrHc7e > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4OMzqFsvaKhra3BELZnbX8fUIaix9sZ { width:19.3125rem;height:2.0625rem;top:0.84375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f7f9f9;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAbWic6z8hcqb6rL4OLh4s8dciCvcWR6 { width:20rem;height:8.125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxbsXMwDJtXOmwKekmrNxbxvBWBi28I2 { width:20rem;height:30rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRA6MNloPPJW3dx4aiHemxUChvBcKmvk { width:18.6875rem;height:3.8994125rem;top:60.8125rem;left:0.6875rem;font-size:1rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #VLo5FJygczVZUJA15tW2zH6DowakzdgU { width:20rem;height:7.4995625rem;top:20.375rem;left:0rem;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #hsbB9zAKPPKqSmZUJSC6x9HLOBX2Hu21 { width:17.5rem;height:3.5rem;top:22.8125rem;left:1.25rem;background-color:#003247;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkxZcZEi9GVa613g2nhZVbQsGSuuGr2g { display:block; }
 }@media only screen and (max-width: 763px) { #pSipdSBh2OLbwkCwn9oHOKlBIo3cUOpX { width:20rem;height:5rem;top:60.25rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6Ai8cZxCMcReTpEWmzThGSFpyfW11o { width:19.875rem;height:31.25rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4ZfFfnOISosJQZrPGFHHvMTw7GiQF6Z { width:20rem;height:7.96875rem;top:12.75rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT { display:block; }#G46I5TxGhbQkaeHrUMNqy2e2OPhBxNdT > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLuTHWhDTs2fA6dsThTcgPwQSUt0qwEF { width:7rem;height:1.5625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgWGS3FwtrAcbRIz5FeZB7iEoqSnrIDv { width:4.75rem;height:2.6875rem;top:0.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2tcHaoUGUuuPUFl03zocnu9mh0oMpeF { width:8.4375rem;height:2.5625rem;top:4.375rem;left:9.3303571428569rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ufq0TIQPtKTfOtmNmVTEvvI96exITm { width:2.8125rem;height:2.8125rem;top:4.15625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLDG37b2ZxDXWHItxPGKZOEG5bT4s75K { width:3.8125rem;height:3.3125rem;top:3.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpE3Kzln7JDWuUoOk6NbBVAM0Gixoz9v { width:5.0625rem;height:2.75rem;top:0.65625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugplunbmDppKvywtEtAvzmJMfrhW3Lnx { display:block; }#ugplunbmDppKvywtEtAvzmJMfrhW3Lnx > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWnI8gaqw9GuzrpN0PJFTCRhNXO7rSkh { width:16.4375rem;height:7.3095625rem;top:1.25rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxnx7RkpWZgeTK27dWSa03FDm8kTqxdR { width:16.3125rem;height:5.84765625rem;top:10.31103515625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKdxIf18vsf150z6f0Tfx2N4gkTvAZT2 { width:16.0625rem;height:2.923825rem;top:18.81884765625rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfH7GOilhGAEu1sGPdiSCTRSZDRA7ac2 { width:16.0625rem;height:4.38574375rem;top:24.1875rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTlB2ypXrO5UxmWz5h1tIUbpKdrAt3X { width:15.8125rem;height:8.7715rem;top:30.125rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZF3HeT2vacsVOAnIKBlNaneNwWpmwt { display:flex;top:3.4990234375rem;left:0rem;width:2.8125rem;height:2.8125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #nTQ6kWTkk5CReT4X5iTceAWAl8oiBhh3 { display:flex;top:11.67333984375rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #ZSpF6tq614d8aCsrbt9XWNhFpFL51VoF { display:flex;top:18.5625rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #OO5T8wlIMGvUkaQFlMplbdNIEUTReccW { display:flex;top:24.5rem;left:0rem;width:3.4375rem;height:3.4375rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #Q9MuW5qAlExff18XcvTtX48lUqU1lWRq { display:flex;top:32.63720703125rem;left:0rem;width:3.4375rem;height:3.4375rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #NLH11GMLW792xdvygy140JOgHWULTM6N { display:block; }#NLH11GMLW792xdvygy140JOgHWULTM6N > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhCigEmh8Kr1gBdCyuWwRPx57HoVVn4h { top:7.8125rem;left:0rem;width:20rem;height:11.3125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #llpZs6L2OUFa3sw9TfX3dHTHLtQptc4R { top:1.625rem;left:0rem;width:20rem;height:2.2749rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwrPkdM0ZFbncbzGrXpBI5FWo93EA0Ck { display:flex;top:4.25rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 { display:block; }#w0V3qJx3wuyR6hrg3rW26PPgRSKVkBc4 > .row .container { width:20rem;height:97.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pInHLbLlFumqh8fKGZ0tp5yKAIJDBtVx { width:20rem;height:6.09375rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUVgKE9C9epTePOb30lkQyuhqZEfIJ6G { width:20rem;height:6.4285714285713rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzpeqSJixPZiqOEoKRnJeG9SpGihWVU6 { width:19.375rem;height:6.4375rem;top:16.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Bay3TEmWr1TymgcSyT4EGcVv0ks48f { width:19.8125rem;height:6.8125rem;top:23.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5qcaG40y5xRZbHJHpqCHF5k8P4e2ixg { width:20rem;height:9.45295404814rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5XcTaxtuWHJ14RhoMGXgWl0uT3ZVlhJ { width:20rem;height:3.6328871892926rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKNTRiAzPaPIPexHl2mOqr4F3GtVpps6 { width:20rem;height:4.1767068273092rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBHnDnXuWwxlTdZKwGcDTNaDRkaicMF { width:18.4375rem;height:12.75rem;top:52.80078125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdFoB5IqcN1f1ZKvapzXIhg0HP5Q9PEb { width:18.4375rem;height:11.375rem;top:66.80078125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOtzWXl71d0e81t7Sv5FvQSM3D2LWF8w { width:17.9375rem;height:11.375rem;top:79.42578125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDConKNEZpNztWO4de9IQ376QNNIROva { width:19rem;height:4.4375rem;top:92.05078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBBQWFTcyprPDQiRQTSHLeSMrK2Azato { display:block; }
 }@media only screen and (max-width: 763px) { #f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc { background-color:transparent;background-image: -webkit-linear-gradient(187deg, #ae043f, #00315f);background-image: -moz-linear-gradient(187deg, #ae043f, #00315f);background-image: -ms-linear-gradient(187deg, #ae043f, #00315f);background-image: -o-linear-gradient(187deg, #ae043f, #00315f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae043f', endColorstr='#00315f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae043f', endColorstr='#00315f' );";background-image: linear-gradient(187deg, #ae043f, #00315f);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;display:block; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row .container { background-color: transparent; background-image: none; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row .container > .video-iframe-container { display: none; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row > .video-iframe-container { display: none; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .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); }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row .container { border-width: 0; border-radius: 0; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8qil3l2N1Zko3u1KNUvqsQiuz0sJyCc > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9f5J7afMKfrDFRXiUT7XT0yHhDSU9eI { width:20rem;height:8.125rem;top:3.1875rem;left:0rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oF8lD4S4zWNG4EuPzTlLRH2vGTG4DLAM { width:20rem;height:11.25rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxFdobQ68Oy33xTXzNhyQJoRXgGZH6y { width:16.75rem;height:7.3095625rem;top:27.1875rem;left:3.1875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c8TANU1MzuDutgJrnDM4g0D9IZlASuD1 { width:16.9375rem;height:9.666rem;top:48.125rem;left:3.0625rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HZSLclc4uoUzgTerwiWHPO3Pdz2E7JRy { display:flex;width:3.125rem;height:3.125rem;top:27.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a0yF4rxqnovXi7IgkTETX0edSJom9ZRM { display:flex;width:3.125rem;height:3.125rem;top:48.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s03xdP3yIGxhrBlALLER8xqeRZtZqnqI { width:19.875rem;height:11.1875rem;top:13.548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw4mPtGfpAiR7o8D7zrkSX03TN8bZMLD { width:19.75rem;height:2.76171875rem;top:59.25rem;left:0.125rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQlfGriR57scoU0sZTVU3sAwkRhDkNsH { display:block; }#RQlfGriR57scoU0sZTVU3sAwkRhDkNsH > .row .container { width:20rem;height:52.0859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9lht9JBT3u03MEAPeOhGA7Ra2s9rbtt { width:18.5625rem;height:18.5625rem;top:8.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abiDEKRBzeryyQJtpQBq2snhwN8HNDrM { width:20rem;height:4.7119125rem;top:1.05517578125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlwxSNDnV0CvNULubTLPg9QRFUWe7Msd { width:20rem;height:23.582rem;top:28.5234375rem;left:0rem;font-size:1.125rem;display:block; }#rlwxSNDnV0CvNULubTLPg9QRFUWe7Msd li:before{  }
 }@media only screen and (max-width: 763px) { #QbBQBCARvR7t4fb25poJOPyT18MgHD40 { top:6.8359375rem;left:0.8125rem;width:19.1875rem;height:18.75rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:13.25rem;border-bottom-right-radius:0rem;background-color:#003247;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zyFs5KZxshkcDfTHU30nbWd4KT20KEhM { top:15.3984375rem;left:0.8125rem;width:19.1875rem;height:10.1875rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:13.25rem;border-bottom-right-radius:0rem;background-color:#ae043f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP { display:block; }#AgP4BwnOZ0nSOCLTpSmVbsayTOuFrzBP > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnDFlTLOOiyC1JZ0vsBedLGZQ3SIgJH8 { width:20rem;height:8.3555555555556rem;top:12.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc0CRmFzwVChO403qAZKXV2FfVPUW67o { width:20rem;height:10.15625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsLhudOW3iuHNrDgXzZH2y9Q5xVwTKNQ { width:19.3125rem;height:11.75rem;top:22.26175rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyffLRkmHq5IdiOCyo3m3ok0F6SM78k7 { width:18.5625rem;height:11.75rem;top:35.26175rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxqCrUyRUW5VFRzlSrTm2UgTL6lWR7nI { width:18.5625rem;height:9.8125rem;top:48.26175rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw { display:block; }#lOLLkOZJBH7F7OFdmzTRAJw2Zk761wQw > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsdCpT7eseuwIQxnr4LVIFyvXsvdUTv5 { width:20rem;height:6.3369375rem;top:1.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD09bIy0oqNlaeRf0awxwQJDbInPepJw { width:20rem;height:13.15725rem;top:21.375rem;left:-0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaG6TKLZMmGG8HZoJNw0eXpS3lqtqyCJ { width:19.875rem;height:11.1875rem;top:9.1494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC { display:block; }#NZT6xLnv7rEmHWbppLEfG9vEQSdiTFbC > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Toiy4Sm04TPW0RmhkK1ehl21s788VTvt { width:20rem;height:13.15725rem;top:25.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTcNMcEX3KpTCI7Fx4VzrkP72MniZziF { width:19.25rem;height:6.5800625rem;top:2.3125rem;left:0.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5TcSZ5ScvkNF5AT1mbsG0oq2bbIlsE2 { width:19rem;height:11.0625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIKd0luSIf25y0PVHJFC5CVTTDvS3t41 { width:20rem;height:2.923825rem;top:60.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdFnSkfpDIS0e7vxWD9o3qdbKoFcWTJE { width:20rem;height:11.6953125rem;top:40.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntbT8zUcgirhRy8FgaSew4iA6obOLemt { width:20rem;height:4.38574375rem;top:53.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toJymuzKTJFFT2lLG5lwrygeJyOT3XpT { display:block; }#toJymuzKTJFFT2lLG5lwrygeJyOT3XpT > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbmxB931tEh5Xb7Qe8TQQT3LVFBCRyvK { width:20rem;height:0;top:24.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vbgdasm9UVHIVgNoXQ2yiUfPPUnfTelQ { width:20rem;height:7.472625rem;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmsrWHnLT5A6DHrQxwkskZ5fAuOJCbzC { width:20rem;height:11.25rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 { display:block; }#al4X5rCbT7lPyE5XlKrfDhA3rbA9SuL5 > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWFr0r56MufBNNFZtVXuzDWP2D4SIVbh { width:20rem;height:3.8994125rem;top:3.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfIA5FGTSiIztJ4hBvgA89Vb1USTHWl3 { width:20rem;height:11.25rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etStQfDqziJXQr2U82rt1SOa7vm2T9iT { display:block; }#etStQfDqziJXQr2U82rt1SOa7vm2T9iT > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkopRLVZR4mldFE4KwCfobqPyDdAqRol { width:20rem;height:3rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnCkiLGa3iRcxfPGPwumJu2Q48EhWBS9 { width:20rem;height:11.25rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg { display:block; }#CIdEiTGTT0MHn8Qxg3M7dBrkQefsgLMg > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eD2VqH57MFPGm68HfKNh3zM1Ff10gaWu { width:20rem;height:4.5rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRsysIGfv3PUWayqywcglsfVkAn3V5yW { width:20rem;height:11.25rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z { display:block; }#T9FuRSgXGmSfkbA7EXaDbk13VDAG2A6z > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4QJlDkzeQVP94enXcr0vbORK6bx27tt { width:20rem;height:4.125rem;top:3rem;left:0rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TKf26FZxOsBL58EVS4ZUuOsbTMWT6dCM { width:20rem;height:11.24025rem;top:7.4857950210569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH { display:block; }#lZDAdehdE2HLDTKrluB9HWIFJ6xUQZzH > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTvo4G2Tyl0gxNbxp70z3qM3r5wX1u4T { width:20rem;height:11.25rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8dAh3lHHy7aTCGLEkQXru7UewA1dBuq { width:20rem;height:5.361325rem;top:3.1875rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JpQyeD2r8kbuNmTQSzVSorBnliMA0qm3 { width:20rem;height:9.098625rem;top:23.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFlakAZw2TOCnE3l4itTIiXZW9xZss0u { width:20rem;height:7.7988125rem;top:34.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9eBy67LTqKSVxXaoNstTvunLPlkirqt { display:block; }#g9eBy67LTqKSVxXaoNstTvunLPlkirqt > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fd5CPisQkPBA3I5b4fiouwbVy0Q41Qa2 { width:20rem;height:7.8125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3PoXqEtPcgalWgwOJuWHaTUZMRPLXCM { width:20rem;height:7.1484375rem;top:3.1875rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #P1HMHsmfwBOcH1Ol59aNsKSlHbzxkyK5 { width:20rem;height:37.6943375rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo { display:block; }#dpNE0Wbnsb7yPogwrVsg6MuiF2DhHweo > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFvy7FbGf7ocs13zzoA3Cv56k2FU5ZzL { width:20rem;height:11.25rem;top:20.279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlsVSRWoukNNsP3lBIJ4QVHgJ5GCmhJ9 { width:20rem;height:7.90530625rem;top:12.375rem;left:0rem;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ghipcSzanxTuvFTOJ1WiDeOrfTbyFcgD { width:20rem;height:8.7734375rem;top:1.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WksVxHId6q3MSHk9r2AHEPLzBmcB4PvK { width:20rem;height:10.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNvDxlPe2cxVVnU4cSb3iWb7TSiSk5pu { width:20rem;height:33.7949375rem;top:32.779296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpbgcU0Esidxy8dT8M9DzMUkt93EpAad { background-color:transparent;background-image: -webkit-linear-gradient(187deg, #ae043f, #00315f);background-image: -moz-linear-gradient(187deg, #ae043f, #00315f);background-image: -ms-linear-gradient(187deg, #ae043f, #00315f);background-image: -o-linear-gradient(187deg, #ae043f, #00315f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae043f', endColorstr='#00315f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae043f', endColorstr='#00315f' );";background-image: linear-gradient(187deg, #ae043f, #00315f);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;display:block; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row .container { background-color: transparent; background-image: none; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row .container > .video-iframe-container { display: none; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row > .video-iframe-container { display: none; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .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); }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row .container { border-width: 0; border-radius: 0; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpbgcU0Esidxy8dT8M9DzMUkt93EpAad > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOiGTUccE2E8X0l9R9T1nAfnmhIx3Ro0 { width:20rem;height:11.25rem;top:3rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #idvvWBFx6hyFy10mMCEVkHG29I42Ny5s { width:20rem;height:4.25rem;top:18.4375rem;left:0rem;font-size:2.125rem;font-family:poppins;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UfbQw3qTvTDx8LhNS8F1wEkHa01SzVKS { width:20rem;height:0;top:7.69921875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7U4NGC6gvqMs6TbWVdSfur0mI9TQNlO { width:20rem;height:2.5996125rem;top:48.4990234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX67A0RFpJohxS2w7w2qcXWC8JskPtUL { width:20rem;height:36.625rem;top:16.7861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqPrb4oUqyVzcBgqD64MOmnByRTLBl6b { width:18.75rem;height:22.6904375rem;top:23.79736328125rem;left:0.625rem;font-size:0.8125rem;line-height:1.1;font-family:poppins;text-align:left;text-align-last:left;overflow:hidden;display:block; }#zqPrb4oUqyVzcBgqD64MOmnByRTLBl6b li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#zqPrb4oUqyVzcBgqD64MOmnByRTLBl6b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3571f09c-b9ab-487f-9d30-572057f48589/kursgarbpl.png); }
 }@media only screen and (max-width: 763px) { #Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG { display:block; }#Te2gr8uAC88TPTxuNIQEf25WiEhH7qAG > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anSTCFAW42k6nd3QhWTVmx2Vv6vTSQaA { width:20rem;height:2.3125rem;top:0.875rem;left:0rem;background-color:#ae043f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GJraDuClrERn3NI5UZGtp0kW63AZ4vkc { width:20rem;height:1.79998125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #xDSpnFpkfffhMWLMI5AmlkXO8EnOqMtH { width:19.9375rem;height:75.625rem;top:0.873046875rem;left:0rem;z-index:14995;border-top:0.125rem solid #ae043f;border-left:0.125rem solid #ae043f;border-right:0.125rem solid #ae043f;border-bottom:0.125rem solid #ae043f;display:block; }
 }@media only screen and (max-width: 763px) { #enNr6xTgWytgC5HEBd44kTydVK9NyXVh { width:17.9375rem;height:6.171875rem;top:16.12451171875rem;left:1.03125rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:14999;line-height:1.3;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fHcOxLvu4niRk5ArTEoaoMm657zF1IRo { width:20rem;height:1.86865rem;top:25.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:14999;color:#ae043f;display:block; }
 }@media only screen and (max-width: 763px) { #KPJiH3OiqlOTZagiyZ8xRnLnIWvuW33B { width:18.3125rem;height:32.6171875rem;top:31.43701171875rem;left:0.84375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:14999;line-height:1.3;color:#d90429;display:block; }#KPJiH3OiqlOTZagiyZ8xRnLnIWvuW33B li:before{  }
 }@media only screen and (max-width: 763px) { #UTduDQxeVVWTMXaywlRpViPZRIFm2PPz { top:71.6875rem;left:12.125rem;width:7.2485625rem;height:1.8046875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zx7BgknxKXC5uXsQkWdA6HXHQug0XNMb { top:71.375rem;left:4.9375rem;width:7.1875rem;height:2.41015625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eDIatauQ6LmF4CvrTyvC166QVu1xdxvi { top:71.25rem;left:0.625rem;width:4.375rem;height:2.48828125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EzhkDaW9m5bdNPo75rPk8qcbBHqdCmEl { width:18.9375rem;height:10.625rem;top:4.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkKs6A4vRXeuaOhDXrciGL19Ev3Unrkc { width:17.562125rem;height:2.5996125rem;top:23.230645179749rem;left:1.2184836864471rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15000;color:#ae043f;display:block; }
 }@media only screen and (max-width: 763px) { #tLDTcrM2p68I2JEPCD5UXbpLxLrfUm7t { width:20rem;height:2.2749rem;top:28.47509765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14999;color:#3ec300;display:block; }
 }@media only screen and (max-width: 763px) { #y0TTfmigdsPT1q9qII8kN5IlFvgDGMBw { width:17.8125rem;height:9.9375rem;top:112.37353515625rem;left:1.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IctM8EOTlT96VWwat8IJdDSnCMyTIhT1 { width:17.5rem;height:3.4375rem;top:66.060546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7719awCBsCaQcZi80e18dEee21IAN41 { display:block; }
 }@media only screen and (max-width: 763px) { #zKkvikNAORtalSLtiJZB50Kf8tCBEnBR { display:block; }#zKkvikNAORtalSLtiJZB50Kf8tCBEnBR > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGQkTSTD8pw8pEF7M0kSDZoJgHeKCiLO { width:18.4375rem;height:18.4375rem;top:5.40625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAC9KFqNiKGC8KTFxaWqA89Pqx3Sw5OI { width:20rem;height:2.35595625rem;top:1.35107421875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrgWJPv6HN0ilshLiQ2FTsw0Zuh6ABQH { width:20rem;height:0;top:27.1875rem;left:0rem;font-size:1.125rem;display:none; }#MrgWJPv6HN0ilshLiQ2FTsw0Zuh6ABQH li:before{  }
 }@media only screen and (max-width: 763px) { #BL98m91bgg0VrGXzcF3CM8NXway0MUak { top:5.25rem;left:0.8125rem;width:19.1875rem;height:18.75rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:13.25rem;border-bottom-right-radius:0rem;background-color:#003247;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XHpnsm24T99sX7lNyErNqpATIJrKxvXk { top:13.8125rem;left:0.8125rem;width:19.1875rem;height:10.1875rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:13.25rem;border-bottom-right-radius:0rem;background-color:#ae043f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T9VSIdFHBpqGTEX1MgHA7NzHNW1yZCsu { width:20rem;height:26.28125rem;top:26.125rem;left:0rem;font-size:1.125rem;display:block; }#T9VSIdFHBpqGTEX1MgHA7NzHNW1yZCsu li:before{  }
 }@media only screen and (max-width: 763px) { #QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N { display:block; }#QnWoec2XAJ1nhd1GKgW6iRKqThuLxQ6N > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dupJMWUeC1xoiyQATMQwp0iCEmtBv79l { width:20rem;height:32.25rem;top:3.826171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxlwnNGMSB32oGoiz6C6TR6pkAELkwHU { width:19.875rem;height:32rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyWTRW47oPt6ZDvHrbf6NCBT7XLBSFMO { width:20rem;height:32.3125rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ4BBQ6tsISMG5D6lQ8R6xWGr1pHynUb { top:0.6640625rem;left:0.9375rem;width:18.125rem;height:2.4375rem;z-index:15003;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhJNUG7Iewa1llSnOFfAfsDaJ9iOq30u { width:20rem;height:2.4375rem;top:106.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh { display:block; }#thcwJ7pKFdn4bOrzCTmhgMEL7SfdXCfh > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcNodQ2qOMD0eCNwU5lUVGPZFTBklalb { width:20rem;height:32.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZwcMlbkAx60FizrVSKEXXlnBif37DVX { width:19.875rem;height:32rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV2TNkwu8nIAHKX4wlABUnBKyLD21ekl { width:20rem;height:32.3125rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n { display:block; }#pE1ME5eogoN9JmNycQs6B6LNSPvTIK8n > .row .container { width:20rem;height:115.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HN1GBPscrOH3TQCvnaiNhbXaeNoxPGK7 { width:20rem;height:32.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGkN2UdniSpTsRTZw4y8ggxkUTc4QXC7 { width:19.875rem;height:32rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTz9vrKF0Ros94LbAaudGFoX5JTfy5Ub { width:20rem;height:32.3125rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFz9x2duT0KOouAfLGV29QtRqB6zri8k { width:19rem;height:4.4375rem;top:110.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNJhalWHd0M89Uu8ASG3qhF3qC9Hr2Ud { display:block; }
 }@media only screen and (max-width: 763px) { #dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS { display:block; }#dXKTGeS8GGNuHTst3cbPXPuTdwrJ6kJS > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-element-container { background-color:rgba(220,176,200,0.44);background-image:none; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT .accordion-heading-text { line-height:1.4;overflow:hidden;height:auto; }
#Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT { display:flex;height:auto;width:17.5rem;top:3.79980625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #lQUwDHtVcIge4OCPR9mI3UHFzw6uTEgn {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #BzKB1weWPXF9kBE5TmaciV4KNFeoRRTw {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #viRPJW9mCisJ7z177hSA7g2cIzTwuoNi {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #uEu5m1kUUAg9kiDOtVz0VMDTyLInJ49e {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #uH4xglnahxgPL2M0Me420FeTKKaTDLW5 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #V5dPIuKWbswnAUcftQPW80TC2Z3gk3Va {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #r1vXi7ibI4l4KnOgPdCTTGdwoxI0per4 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ODg8mDiJl9elyoCce4261lLcTiNEv7Co {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #kypWOKuUBl59oq0UkBLwE5UNzMgInTZW {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #wp1L3PI8TD3LeancedOGDr0RDaO1SXHb {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #H9rSHhfECT2QGOVwqLXWv9aFixfVPPcT {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #yudki0G6WOMQitX3NooeWRkxTkOOQRwp {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #KPrBXuKUZxvC7Dflq3m1x8NUihDNIvsL {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #pUeuW298KNvUOcIIBq79Un1mG5JSG7QU {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ifLK2JegXqEIsNmIZCJM3nbszi1AlTDG {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #llwpiw991WZJnFV4C7y6E9MVdAzXeDqB {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #wB4xbAtKiZ8IGHXncD7RlkTJfGa0F5sE {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #QOiwNByNNcXaVVmA2M77K43QChuvmo8J {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #N8N9cMzNvqxIaktel4arq5A4SVSgbERA {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #bTwz7vzwi6tLR1pGvNNvP9LUztPR0NUK {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #AlbsNbtW5VgBTOwZvSUkklVei9QzC4R6 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #nlJcrKFs86yIB8mWEkEEZX8Zi0spukQI {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #IZAhi9IClrJtUpwoRleJbS2xQ1meeTo3 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #TJhn5Dh1gcdynEbi9ZDltUqD2U1bnMCZ {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #Dk4TuNRNU3IQM4Nd0nBTP2y3m77G1ZRm {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XJ1DonR9zT399TkclWvrcDA1bC4zMWR3 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #X5bEiLOT4o6hywU5i6mT6XJHhp1ZyZCh {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #gx9pygrrn7Jx1Hg9tfOGMULw1Uw5d3HE {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #sHDtb0NchlexcwEPANN3ERMvEu2r0e4h {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #pXBSLpxDMQwI5NaLtNXhomLC3ZKOyFfP {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #mq0Tyyc7F5TgtO8iRnToP5EnO58g2mMg {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #CfuuVonl3d2KFuQcVbp3sb0exv3TXIy2 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #SuZQlS3mWRTn7XcyHvBLtaDw78kXTcxV {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #D7nqbZ6T9Ah4031Ka7Ot0QXLh9WiXdHR {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #TTop4S6AbKXITpvbnRz2FRahi2pXZFk3 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #FTrbo91krhrrZNJGDdkt6wVnQwbGvvIy {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #wBWn1QA5MqFZGDxmAAzzcC0FDG6cCne2 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #k8sJtRwrymPTkbDOJLcT31uFMzqiZBJo {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #CipN229OhACVNr74dKkzKL1dw8J9nrpx {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #mGhH66lcttFk5AzT2KoTKM8lJSzUvaaQ {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #eHUJlXiKKuJSEc4Wb3VItLTCUTJBN0M9 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #h7Ngcu6MNs2wJARlTubCNFdrOU9TRsIF {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XqTqz4Qw5qEUySliZmC7Kaz9rPWWkAl0 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ZiirPJ791qVuVct6WcUZSVdPl9ybGw9v {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #ndSZfFfTOpgkFX4nhLtCOwDTMXFTqH9a {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #uQ1mcAbTm521aPQTIemgGkMCZV0MnmS8 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XEci1r80AJaTINlEEtivAfy6QUZtarZ5 {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #OSSN2a1IoxVhrkRJ80hwI3Ev89KT79pB {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #lqgOwPSfdPI9RNSDztNcFr8BdwXlN5Ff {  }
 }@media only screen and (max-width: 763px) { #Cvbl7JrG8zJ7l59J6ipqxJBI132RdecT #XbyhTnUWW3SAixtgC9HzmMpJdN3e53Ac {  }
 }@media only screen and (max-width: 763px) { #TeTxDEfaSy6Mp2b16K49AZgElkqE1i36 { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4b8f732c1f415bb62f94ed254a5a44e { display:block; }#r4b8f732c1f415bb62f94ed254a5a44e > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Na90532f6d6cad8c86d4497aaa93dab8 { width:6.5625rem;height:1.29980625rem;top:0.872514128685rem;left:1.2473366260529rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1d6f6e37d6d0243b831bd83950768c4 { width:10.625rem;height:1.29980625rem;top:0.87340199947356rem;left:8.4375rem;font-size:1rem;display:block; }
 }