.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,247,227;--color-primary-1:252,241,182;--color-primary-2:254,216,113;--color-primary-3:237,150,8;--color-primary-4:51,43,23;--color-secondary-0:235,245,223;--color-secondary-1:189,222,147;--color-secondary-2:122,188,39;--color-secondary-3:61,94,20;--color-secondary-4:18,28,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { background-color: transparent; background-image: none; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container > .video-iframe-container { display: none; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row > .video-iframe-container { display: none; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .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); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { border-width: 0; border-radius: 0; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#y9AXkncoL5Fc8LT6aPPuzN3HMxEUq3Qi { 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:2.4375rem;width:26.8125rem;top:1.90625rem;left:1.71875rem;overflow:hidden;display:block; }
#vJiNiVKH8QGFob72a3K6l9kPUIFghZf4 { color:#303437;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.412109375rem;left:36.4375rem;height:1.3rem;display:block; }
#ZTMV2UGfh0JCefT3BKHfTu3Un854KGKO { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.1875rem;left:62.5rem;display:block; }
#Zy1wKCvzaUJE2Tp969MTLyngc4v76wug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w8TFTpUvLLduEm7rIl2Q1gaJ7OdVM4Xq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.34375rem;left:47.4375rem;display:block; }
#Of33AIqFfXfeUzDXnso9BZczzOLy9C2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX { position:relative;display:block; }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX { background-color: transparent; background-image: none; }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX > .row .container > .video-iframe-container { display: none; }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX > .row > .video-iframe-container { display: none; }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX > .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); }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX { border-width: 0; border-radius: 0; }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX > .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; }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX > .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.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OOvBH3Uh88Iti3weovqDkeSdMeeEFy8t { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.5rem;width:26rem;top:3.0625rem;left:2rem;display:block; }
#OiRVTQ8zlxoHfnhHTLdZROGdaLuWimlO { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:3.1875rem;height:1.625rem;font-style:normal;display:block; }
#CpPDTWsBDbrJghEzJXhegE2rS451dhnT { color:#2b343b;display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.96875rem;left:1.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gx4ATA7tDhcOTVAJSCsmOL0dSqmkSSo4 { color:#2b343b;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.125rem;left:1.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KnsQ3R2mFcCRbZRCrTSyh77PEoyeOvlS { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.112501144409rem;left:5.75rem;display:block; }
#JSDRnPCeOiwHlHsbMwRLhsFNAk77RNqn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnKKBBsfXFtAmD640yBMemqeXL4rhFZM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.4375rem;left:27.84375rem;display:block; }
#qa2zPy86InVrePHBa2pKar1tcTurKJBn { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.625rem;width:21.875rem;top:13.181640625rem;left:10.28125rem;display:block; }
#EiR2g37fPag6KmToAbswAuVx7XMoEr83 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:38.875rem;top:11.46875rem;left:32.90625rem;overflow:hidden;display:block; }
#Q00TA3Gcv1popO7RFw4EoKAP7GePXWva { position:absolute;display:block;z-index:15016;height:19.375rem;width:30.625rem;top:11.59375rem;left:37.15625rem;display:block; }
#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE { position:relative;display:block; }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE { background-color: transparent; background-image: none; }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE > .row .container > .video-iframe-container { display: none; }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE > .row > .video-iframe-container { display: none; }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE > .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); }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE { border-width: 0; border-radius: 0; }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE > .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; }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE > .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.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MqTDVSQleZZKqaXW0mBBhP8vvcLkchtS { color:#2b343b;display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.3125rem;left:2.9375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WKearI1qhBV3m34fr0LgefbNKihBEgNR { position:absolute;display:block;z-index:15014;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.625rem;width:19rem;top:4rem;left:2.9375rem;display:block; }
#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS { position:relative;display:block; }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS { background-color: transparent; background-image: none; }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS > .row .container > .video-iframe-container { display: none; }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS > .row > .video-iframe-container { display: none; }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS > .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); }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS { border-width: 0; border-radius: 0; }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS > .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; }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS > .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:11.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WKxOxJbuvpqpo3dJ2J6zXoCUMTTh3BNs { 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:10.8125rem;width:12.1875rem;top:0rem;left:0.14741160022932rem;overflow:hidden;display:block; }
#Lu2h5u0bIDk0fVIJTC9Wbbx7bvZ6SPE9 { color:#213d6a;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2013866603374rem;left:12.9375rem;height:9.1rem;display:block; }
#SF58pTKlmwCKzTdIe21rnO6NyS9Llb8y { color:#213d6a;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.954861164093rem;left:39.78125rem;height:7.625rem;overflow:hidden;display:block; }#SF58pTKlmwCKzTdIe21rnO6NyS9Llb8y li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SF58pTKlmwCKzTdIe21rnO6NyS9Llb8y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cce70c3c-a297-4f8e-a5d3-aaafa2c3de28/Favicon.png); }
#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo { position:relative;display:block; }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo { background-color: transparent; background-image: none; }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo > .row .container > .video-iframe-container { display: none; }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo > .row > .video-iframe-container { display: none; }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo > .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); }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo { border-width: 0; border-radius: 0; }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo > .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; }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo > .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:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MbhgzDVLp4KG5nP9mxJFCyQ6vpcGxsPV { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.46875rem;left:30.375rem;display:block; }
#BlvczgyDnMqxDgDEpgttlmAfIzGXVmyq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH > .row .container { background-color: transparent; background-image: none; }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH > .row .container > .video-iframe-container { display: none; }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH > .row > .video-iframe-container { display: none; }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH > .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); }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH > .row .container { border-width: 0; border-radius: 0; }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#CxspIhX22UTaneFiwLko31JpN7WrMc8F { color:#2b343b;display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:2.25rem;left:15.0625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lN150R55mbyXhJnUbfEh7T2TKhkJ9Ctq { color:#2b343b;display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1875rem;left:15.906251907349rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWvVZk17MOVBprvTtSrVdJIIq2I8HXu8 { position:absolute;display:block;z-index:15011;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.625rem;width:22.5625rem;top:4.3125rem;left:15.90625rem;display:block; }
#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T > .row .container { background-color: transparent; background-image: none; }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T > .row .container > .video-iframe-container { display: none; }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T > .row > .video-iframe-container { display: none; }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T > .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); }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T > .row .container { border-width: 0; border-radius: 0; }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#f5sq3fbEVhLnrxIssppXPNimDx5av5VT { position:absolute;display:block;z-index:15000;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:20.3125rem;width:19.625rem;top:2.0625rem;left:2.6875rem;display:block; }
#TFTHGO007CciL3nwv6nh17C9K2U2ETgu { color:#2b343b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.75rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sg2AQ2LP0SMqCgtyDhK259RyBqARsnRC { color:#2b343b;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:11.3125rem;left:3.9375rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GZGDr0n0qvQXT1VF93gJw1T3E60w4X2W { position:absolute;display:block;z-index:15004;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.5rem solid #f7f7f7;border-left:0.5rem solid #f7f7f7;border-right:0.5rem solid #f7f7f7;border-bottom:0.5rem solid #f7f7f7;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:19.5625rem;width:19.625rem;top:1.9375rem;left:27.6875rem;display:block; }
#Ch6BTaXkUylXU5oR7WPFQzW6zNekGLHk { color:#2b343b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:29.25rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lQIcSrVUVqbMkGWyKIU4acTIHldLbw93 { color:#2b343b;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.875rem;left:29.4375rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gvAwXh9IMCicW1qll1A4PstTZmsEcw2i { position:absolute;display:block;z-index:15008;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:20.4375rem;width:19.625rem;top:2rem;left:52.6875rem;display:block; }
#HTnaowO9bsaW5NvLBZO3vqs8crH3AN1T { color:#2b343b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.4375rem;left:53.75rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F3FiCem2QxOV71SmPbaoziTHk3oG8IAX { color:#2b343b;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:11.375rem;left:53.9375rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QxcmsNtqbXQqi8fpPd3Csbash258hLQp { position:absolute;display:block;z-index:15000;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.4375rem;width:24.75rem;top:27.4375rem;left:1.1875rem;overflow:hidden;display:block; }
#pp4rpltUTbEF5D9549Lc28TBAPgEnm7k { 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:15012;opacity:1;top:3.375rem;left:10.9375rem; }
#t6tdhcAN261nlmr82JDTs2wCviN4lqBo { 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:15013;opacity:1;top:3.375rem;left:36.4375rem; }
#nCtxQKQhlRMr2JbdzVJnGJ5DlsAsecuT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.375rem;left:60.9375rem; }
#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O { 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;display:block; }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O > .row .container { background-color: transparent; background-image: none; }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O > .row .container > .video-iframe-container { display: none; }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O > .row > .video-iframe-container { display: none; }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O > .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); }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O > .row .container { border-width: 0; border-radius: 0; }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#Z0c89q01pzelHyH0TrkxyxTXOdxE0bT7 { color:#1b1941;display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6189250946045rem;left:33rem;height:4.3875rem;font-style:normal;display:block; }
#XZhOslhvz9TSleQHJuDB07utwqHu08gK { position:relative;display:block; }#XZhOslhvz9TSleQHJuDB07utwqHu08gK { background-color: transparent; background-image: none; }#XZhOslhvz9TSleQHJuDB07utwqHu08gK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZhOslhvz9TSleQHJuDB07utwqHu08gK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZhOslhvz9TSleQHJuDB07utwqHu08gK > .row .container > .video-iframe-container { display: none; }#XZhOslhvz9TSleQHJuDB07utwqHu08gK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZhOslhvz9TSleQHJuDB07utwqHu08gK > .row > .video-iframe-container { display: none; }#XZhOslhvz9TSleQHJuDB07utwqHu08gK > .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); }#XZhOslhvz9TSleQHJuDB07utwqHu08gK { border-width: 0; border-radius: 0; }#XZhOslhvz9TSleQHJuDB07utwqHu08gK > .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; }#XZhOslhvz9TSleQHJuDB07utwqHu08gK > .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:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ly2vetwckXvz5lDPvDKo7lbBPT8eTaMu { position:absolute;display:block;z-index:15012;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.625rem;width:22.5625rem;top:4.6875019073486rem;left:47.5rem;display:block; }
#zz0QVHKFMHKUDELu99umagBig4d9iTwT { color:#2b343b;display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.875rem;left:30.4375rem;height:4.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS { position:relative;display:block; }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS { background-color: transparent; background-image: none; }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS > .row .container > .video-iframe-container { display: none; }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS > .row > .video-iframe-container { display: none; }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS > .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); }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS { border-width: 0; border-radius: 0; }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS > .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; }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS > .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:41.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Psswc6TkdHPEtnl54GGrh2IoLFZk6I0F { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.5rem;width:26rem;top:1.625rem;left:2.6875rem;display:block; }
#WfMTBTZmrRkCzC6vAUASQbfsNZr8DNlL { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4.1875rem;height:1.625rem;font-style:normal;display:block; }
#KMDtQ2uvROcIMumNW6Ed8Uo1C0TeWTC6 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:11rem;top:4rem;left:26.4375rem;display:block; }
#MBX9vW4LZCT8NHA0i0X7bUWSpvo381ZS { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8e1ed;border-left:0.0625rem solid #d8e1ed;border-right:0.0625rem solid #d8e1ed;border-bottom:0.0625rem solid #d8e1ed;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:34.5625rem;width:34.75rem;top:4.875rem;left:2.6875rem;display:block; }
#puBtG6HoySI3LQaQ7LGTcFuDUhqnBEPO { color:rgba(var(--color-secondary-2),1);display:block;width:1.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.5rem;left:5.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#swcqqCZLOLhIG8ZTbZOSEHL94RaXLKnC { position:absolute;display:block;z-index:15013;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.625rem;width:4.625rem;top:6.8125rem;left:4.1875rem;display:block; }
#UICn82arZqfwWxVZXOECqDpXxM81xosC { color:#2b343b;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.125rem;left:10.125rem;height:5.60625rem;font-style:normal;display:block; }
#KKw9k5tpAvDDPgkVU04hbfl096K7V8JN { color:#384761;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:14.1875rem;left:14.375rem;height:7.8rem;font-style:normal;display:block; }
#LNbRSBZZpwtcMTbhkNXErTW15EKqwpFR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.9375rem;width:9.375rem;top:15rem;left:3.625rem;overflow:hidden;display:block; }
#frKRevvhhq4LVcOoip1QKG7XwH45ypfI { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.375rem;left:12.9375rem;display:block; }
#J5G6oGdCasa9XOOCx2TqsuNwhucMFCJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n9whHyTibT0r8Nv6ZlSGhFn496e9Kb2Z { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:34.5rem;width:34.75rem;top:5rem;left:40.0625rem;display:block; }
#mCLMURvaBVrCIr88z4Xxx2ttoOavdbWr { 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 #ed6708;border-left:0.125rem solid #ed6708;border-right:0.125rem solid #ed6708;border-bottom:0.125rem solid #ed6708;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#213d6a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9027775rem;height:3.2152775rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.5rem;left:49.4375rem;display:block; }
#oP38eGiDkFs7d7PUzRhpFLvTfUBZRf2r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gsEiH0acb0TpIA6F3LaCydndaC7uI5IO { color:#3e3c3c;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.25rem;left:51.25rem;height:18.2rem;font-style:normal;display:block; }
#GvyHM42on38lPbLab0HrwPiUnJ2E07ZV { position:absolute;display:block;z-index:15022;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.625rem;width:4.625rem;top:6.9375rem;left:41.5625rem;display:block; }
#rls1af4b0rMsq0Scp0wWZ9h49ey5hCmO { color:#2b343b;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:7.25rem;left:47.5625rem;height:3.7375rem;font-style:normal;display:block; }
#eZTeKEMRXFwHlSdPAu3bEzvLdCv8GHQT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.5rem;width:26rem;top:1.75rem;left:40.0625rem;display:block; }
#QtXVTT0KFdggleafx3SJQXTum9E5KbOs { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:11rem;top:4.125rem;left:63.8125rem;display:block; }
#HVh842ytT3PsKJvWv8ZughBHq1EuGL02 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1875rem;left:41.5625rem;height:1.625rem;font-style:normal;display:block; }
#xgBTcqKzJ8DaTFmfFgR4htsbXxq393bS { color:rgba(var(--color-secondary-2),1);display:block;width:1.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:7.625rem;left:42.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4BAybWakmBkFqtzIDS7gGn8f2m11AnI { color:#3e3c3c;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.375rem;left:14rem;height:5.2rem;font-style:normal;display:block; }
#xHxHldxsFnJv7r0VGREfe0B60X4NVyrU { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:11rem;top:22.375rem;left:2.6875rem;overflow:hidden;display:block; }
#mTZpAdS3DFm9HuAmplFkr50iohLK15Dg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.875rem;width:9.625rem;top:14.1875rem;left:40.9375rem;overflow:hidden;display:block; }
#NcbA1VST6I1TFKwNTvpXUwlMTS3d2dmF { 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:4.6875rem;width:9rem;top:23.218750953674rem;left:3.8125rem;overflow:hidden;display:block; }
#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ { position:relative;display:block; }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ { background-color: transparent; background-image: none; }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ > .row .container > .video-iframe-container { display: none; }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ > .row > .video-iframe-container { display: none; }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ > .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); }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ { border-width: 0; border-radius: 0; }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ > .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; }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ > .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.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NWKzTgeibuvGvUN9OM6ei70vQz9kc6dI { color:#2b343b;display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.34375rem;left:2.96875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wR2AcTvfBpR2DVkxnh7XpElLXBEKg9nE { position:absolute;display:block;z-index:15013;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.625rem;width:20.0625rem;top:4.09375rem;left:18.03125rem;display:block; }
#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG { position:relative;display:block; }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG { background-color: transparent; background-image: none; }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG > .row .container > .video-iframe-container { display: none; }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG > .row > .video-iframe-container { display: none; }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG > .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); }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG { border-width: 0; border-radius: 0; }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG > .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; }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG > .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:52.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AISAEOAS1r2xhwPGehvH8OozgXbPWnOr { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.5rem;width:26rem;top:1.25rem;left:2.6875rem;display:block; }
#ZsAFfTATP3geGGwxJri97uETrtS6MHTv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:4.1875rem;height:1.625rem;font-style:normal;display:block; }
#nXSPBgtrTFNHTQEK3ZUV7aFiel8QQKoF { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:11rem;top:3.625rem;left:26.4375rem;display:block; }
#svfEs4KisTGQ9PVqgp1rGq384g3JFTPc { position:absolute;display:block;z-index:15001;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.0625rem solid #d8e1ed;border-left:0.0625rem solid #d8e1ed;border-right:0.0625rem solid #d8e1ed;border-bottom:0.0625rem solid #d8e1ed;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:37.75rem;width:34.6875rem;top:4.5rem;left:2.6875rem;display:block; }
#vUf7OWhnCI05RhEOeA8z7VObu4l1sabS { color:#ed6708;display:block;width:1.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.125rem;left:5.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHttB1kQSM8Wo7nnGuT8fS5RbmkaeIcQ { position:absolute;display:block;z-index:15013;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.625rem;width:4.625rem;top:6.4375rem;left:4.1875rem;display:block; }
#i5NFPFo2wToR7EhH65eJv9RZtbysQiAz { color:#2b343b;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.880859375rem;left:9.875rem;height:3.7375rem;font-style:normal;display:block; }
#bl4K5Ko0TyV6Vg1ddxgsPpyn3n83E3TS { color:#213d6a;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.662109375rem;left:13.46875rem;height:15.6rem;font-style:normal;display:block; }
#rOwIsb78XpsXukgr1Uimxo2GTST4fR8U { position:absolute;display:block;z-index:15010;background-color:#d8e1ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8e1ed;border-left:0.0625rem solid #d8e1ed;border-right:0.0625rem solid #d8e1ed;border-bottom:0.0625rem solid #d8e1ed;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.5625rem;width:34.75rem;top:4.5rem;left:38.874998092651rem;display:block; }
#Tol1q0md0paTuCThzTrBKG78hQSBoAt0 { color:#213d6a;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:6.5625rem;left:46.8125rem;height:4.3875rem;font-style:normal;display:block; }
#Qri35SOVTb8wApPP07Lc7NiqzOfFO1Ou { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.6875rem;top:6.5625rem;left:39.9375rem;overflow:hidden;display:block; }
#lgmfFbhA9CzfHd10p9fRyhpl3rbpO5mH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:5.6875rem;top:33.125rem;left:4.1875rem;overflow:hidden;display:block; }
#blcVOmNOdJKDT6pl1WrMaNzMTyexR23N { color:#213d6a;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:33.099609375rem;left:13.375rem;height:7.8rem;font-style:normal;display:block; }
#T17bdRP0RpknlTyzypKzNgSvSW7ktKKT { 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:20.4375rem;width:13.5rem;top:46.249132156372rem;left:0rem;overflow:hidden;display:block; }
#CkbDNBlP9CKIPk2I22ihG95830XcCN6S { position:absolute;display:block;z-index:15028;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:17.875rem;width:17.875rem;top:22.03750038147rem;left:41.336458206177rem;overflow:hidden;display:block; }
#qW2HDf23pT3zDEkVEbWJ8nzTscUneo1x { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:13.4990234375rem;left:3.25rem;overflow:hidden;display:block; }
#yVA5gzzTo3udnog7n0JHnTrsdflTGcxB { position:absolute;display:block;z-index:15029;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:17.3125rem;width:17.3125rem;top:11.0625rem;left:57.124998092651rem;overflow:hidden;display:block; }
#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;display:block; }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d > .row .container { background-color: transparent; background-image: none; }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d > .row .container > .video-iframe-container { display: none; }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d > .row > .video-iframe-container { display: none; }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d > .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); }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d > .row .container { border-width: 0; border-radius: 0; }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#fTF5Bnr1KpPSDUEpCi5hChXSyQ6X1hTs { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:27.75rem;height:3.575rem;display:block; }
#vPCDZL3QqPnQT6CVZ4PmokNL0FgCSi0B { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.3125rem;left:57.3125rem;display:block; }
#odrs2WDwvUFPbJywZnonLTsObXE9giEx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0O1OkrChPc29LHHMPxKGNJciSedTFZz { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:19.75rem;top:3.4791679382324rem;left:8rem;overflow:hidden;display:block; }
#GoxfcaBksiwJzUUJahPJSJAiVCDNJ4gG { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:15.125rem;top:3.9375rem;left:10.375rem;display:block; }
#qNR2gmCAtnguc85TTh0NrUr8KZgXTiUP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.5rem;width:14.4375rem;top:8.416015625rem;left:10.65625rem;overflow:hidden;display:block; }
#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row .container { background-color: transparent; background-image: none; }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row .container > .video-iframe-container { display: none; }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row > .video-iframe-container { display: none; }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .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); }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row .container { border-width: 0; border-radius: 0; }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row .container { font-size:0.875rem;font-family:rubik;height:0.3125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl { display:block; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { width:47.75rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y9AXkncoL5Fc8LT6aPPuzN3HMxEUq3Qi { width:23.875rem;height:2.125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJiNiVKH8QGFob72a3K6l9kPUIFghZf4 { width:12.375rem;height:1.25rem;top:2.375rem;left:22.812501907349rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZTMV2UGfh0JCefT3BKHfTu3Un854KGKO { width:14.25rem;height:3.4375rem;top:2.71875rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zy1wKCvzaUJE2Tp969MTLyngc4v76wug { display:block; }
 }@media only screen and (max-width: 1199px) { #w8TFTpUvLLduEm7rIl2Q1gaJ7OdVM4Xq { width:15.125rem;height:3.4375rem;top:1.46875rem;left:31.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Of33AIqFfXfeUzDXnso9BZczzOLy9C2T { display:block; }
 }@media only screen and (max-width: 1199px) { #TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX { display:block; }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX > .row .container { width:47.75rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OOvBH3Uh88Iti3weovqDkeSdMeeEFy8t { width:26rem;height:2.5rem;top:0.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OiRVTQ8zlxoHfnhHTLdZROGdaLuWimlO { width:23.625rem;height:1.1375rem;top:1.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CpPDTWsBDbrJghEzJXhegE2rS451dhnT { width:27.4375rem;height:5.3625rem;top:4.8515625rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gx4ATA7tDhcOTVAJSCsmOL0dSqmkSSo4 { width:16.5rem;height:3.9rem;top:11.5rem;left:1.0625rem;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #KnsQ3R2mFcCRbZRCrTSyh77PEoyeOvlS { width:14.25rem;height:3.4375rem;top:21.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSDRnPCeOiwHlHsbMwRLhsFNAk77RNqn { display:block; }
 }@media only screen and (max-width: 1199px) { #bnKKBBsfXFtAmD640yBMemqeXL4rhFZM { width:12.5rem;height:0.125rem;top:3.25rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qa2zPy86InVrePHBa2pKar1tcTurKJBn { width:13.8125rem;height:0.625rem;top:6.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiR2g37fPag6KmToAbswAuVx7XMoEr83 { width:28.9375rem;height:15.375rem;top:11.1875rem;left:18.842183770883rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q00TA3Gcv1popO7RFw4EoKAP7GePXWva { width:22.375rem;height:13.75rem;top:11.5rem;left:22.216667175293rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE { display:block; }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MqTDVSQleZZKqaXW0mBBhP8vvcLkchtS { width:44.5625rem;height:1.625rem;top:1.3125rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKearI1qhBV3m34fr0LgefbNKihBEgNR { width:12.8125rem;height:0.6875rem;top:2.25rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS { display:block; }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WKxOxJbuvpqpo3dJ2J6zXoCUMTTh3BNs { width:7.9375rem;height:7.0625rem;top:1.0625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lu2h5u0bIDk0fVIJTC9Wbbx7bvZ6SPE9 { width:21.125rem;height:10.4rem;top:11rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SF58pTKlmwCKzTdIe21rnO6NyS9Llb8y { width:21.125rem;height:6.325rem;top:11rem;left:25.25rem;font-size:1rem;display:block; }#SF58pTKlmwCKzTdIe21rnO6NyS9Llb8y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cce70c3c-a297-4f8e-a5d3-aaafa2c3de28/Favicon.png); }
 }@media only screen and (max-width: 1199px) { #rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo { display:block; }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo > .row .container { width:47.75rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MbhgzDVLp4KG5nP9mxJFCyQ6vpcGxsPV { width:14.25rem;height:3.4375rem;top:2.21875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlvczgyDnMqxDgDEpgttlmAfIzGXVmyq { display:block; }
 }@media only screen and (max-width: 1199px) { #egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH { display:block; }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CxspIhX22UTaneFiwLko31JpN7WrMc8F { width:37.25rem;height:3.8rem;top:2.0146484375rem;left:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lN150R55mbyXhJnUbfEh7T2TKhkJ9Ctq { width:44.5625rem;height:4.3875rem;top:7.5510416030881rem;left:1.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RWvVZk17MOVBprvTtSrVdJIIq2I8HXu8 { width:15.5rem;height:0.625rem;top:3.125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T { display:block; }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T > .row .container { width:47.75rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f5sq3fbEVhLnrxIssppXPNimDx5av5VT { width:14.625rem;height:22.5rem;top:5.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFTHGO007CciL3nwv6nh17C9K2U2ETgu { width:13.3125rem;height:3.9rem;top:9.3125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sg2AQ2LP0SMqCgtyDhK259RyBqARsnRC { width:13.0625rem;height:9.1875rem;top:14rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GZGDr0n0qvQXT1VF93gJw1T3E60w4X2W { width:14.625rem;height:21.375rem;top:5.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ch6BTaXkUylXU5oR7WPFQzW6zNekGLHk { width:13.3125rem;height:3.9rem;top:9.3125rem;left:17.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQIcSrVUVqbMkGWyKIU4acTIHldLbw93 { width:13.0625rem;height:10.5rem;top:14rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gvAwXh9IMCicW1qll1A4PstTZmsEcw2i { width:14.625rem;height:22.5rem;top:5.3125rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTnaowO9bsaW5NvLBZO3vqs8crH3AN1T { width:13.3125rem;height:3.9rem;top:9.375rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F3FiCem2QxOV71SmPbaoziTHk3oG8IAX { width:13.0625rem;height:13.125rem;top:14rem;left:33.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxcmsNtqbXQqi8fpPd3Csbash258hLQp { width:10.625rem;height:7.0625rem;top:30.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pp4rpltUTbEF5D9549Lc28TBAPgEnm7k { width:3.125rem;height:3.125rem;top:6.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t6tdhcAN261nlmr82JDTs2wCviN4lqBo { width:3.125rem;height:3.125rem;top:6.0625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCtxQKQhlRMr2JbdzVJnGJ5DlsAsecuT { width:3.3125rem;height:3.3125rem;top:6.0625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O { display:block; }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O > .row .container { width:47.75rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z0c89q01pzelHyH0TrkxyxTXOdxE0bT7 { width:32.9375rem;height:3.9rem;top:0.70624923706056rem;left:12.65625rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #XZhOslhvz9TSleQHJuDB07utwqHu08gK { display:block; }#XZhOslhvz9TSleQHJuDB07utwqHu08gK > .row .container { width:47.75rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ly2vetwckXvz5lDPvDKo7lbBPT8eTaMu { width:14.9375rem;height:0.6875rem;top:2.625rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zz0QVHKFMHKUDELu99umagBig4d9iTwT { width:44.5625rem;height:3.25rem;top:1.5625rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS { display:block; }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS > .row .container { width:47.75rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Psswc6TkdHPEtnl54GGrh2IoLFZk6I0F { width:17.8125rem;height:2.5rem;top:0.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WfMTBTZmrRkCzC6vAUASQbfsNZr8DNlL { width:21.9375rem;height:1.1375rem;top:1.494140625rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KMDtQ2uvROcIMumNW6Ed8Uo1C0TeWTC6 { width:12.5rem;height:0.125rem;top:3.1875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MBX9vW4LZCT8NHA0i0X7bUWSpvo381ZS { width:22.875rem;height:33rem;top:5rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #puBtG6HoySI3LQaQ7LGTcFuDUhqnBEPO { width:1.8125rem;height:1.625rem;top:6.78125rem;left:1.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #swcqqCZLOLhIG8ZTbZOSEHL94RaXLKnC { width:2.3125rem;height:2.3125rem;top:6.4375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UICn82arZqfwWxVZXOECqDpXxM81xosC { width:18.75rem;height:3.9rem;top:6.4375rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KKw9k5tpAvDDPgkVU04hbfl096K7V8JN { width:15.8125rem;height:9.1rem;top:13.25rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNbRSBZZpwtcMTbhkNXErTW15EKqwpFR { width:12.5rem;height:1.25rem;top:11.28125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frKRevvhhq4LVcOoip1QKG7XwH45ypfI { width:14.25rem;height:3.4375rem;top:32.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J5G6oGdCasa9XOOCx2TqsuNwhucMFCJs { display:block; }
 }@media only screen and (max-width: 1199px) { #n9whHyTibT0r8Nv6ZlSGhFn496e9Kb2Z { width:22.875rem;height:33rem;top:5.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mCLMURvaBVrCIr88z4Xxx2ttoOavdbWr { width:14.25rem;height:3.4375rem;top:32.6875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oP38eGiDkFs7d7PUzRhpFLvTfUBZRf2r { display:block; }
 }@media only screen and (max-width: 1199px) { #gsEiH0acb0TpIA6F3LaCydndaC7uI5IO { width:16.5625rem;height:18.2rem;top:13.25rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GvyHM42on38lPbLab0HrwPiUnJ2E07ZV { width:2.3125rem;height:2.3125rem;top:6.5625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rls1af4b0rMsq0Scp0wWZ9h49ey5hCmO { width:18.75rem;height:2.6rem;top:6.5625rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZTeKEMRXFwHlSdPAu3bEzvLdCv8GHQT { width:17.8125rem;height:2.5rem;top:0.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtXVTT0KFdggleafx3SJQXTum9E5KbOs { width:12.5rem;height:0.125rem;top:3.3125rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HVh842ytT3PsKJvWv8ZughBHq1EuGL02 { width:21.9375rem;height:1.1375rem;top:1.625rem;left:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgBTcqKzJ8DaTFmfFgR4htsbXxq393bS { width:1.8125rem;height:1.625rem;top:6.84375rem;left:25.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M4BAybWakmBkFqtzIDS7gGn8f2m11AnI { width:15.875rem;height:5.6875rem;top:23.0625rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xHxHldxsFnJv7r0VGREfe0B60X4NVyrU { width:5.125rem;height:3rem;top:23.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTZpAdS3DFm9HuAmplFkr50iohLK15Dg { width:12.5rem;height:1.25rem;top:11.1875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NcbA1VST6I1TFKwNTvpXUwlMTS3d2dmF { width:4.125rem;height:2.625rem;top:23.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ { display:block; }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ > .row .container { width:47.75rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NWKzTgeibuvGvUN9OM6ei70vQz9kc6dI { width:44.5625rem;height:1.625rem;top:1.65625rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wR2AcTvfBpR2DVkxnh7XpElLXBEKg9nE { width:14.125rem;height:0.6875rem;top:2.65625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tyqNHDFta37GA5NfIXGMgVQmivEgZTCG { display:block; }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG > .row .container { width:47.75rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AISAEOAS1r2xhwPGehvH8OozgXbPWnOr { width:17.8125rem;height:2.5rem;top:0.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsAFfTATP3geGGwxJri97uETrtS6MHTv { width:21.9375rem;height:1.1375rem;top:1.494140625rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nXSPBgtrTFNHTQEK3ZUV7aFiel8QQKoF { width:12.5rem;height:0.125rem;top:3.1875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svfEs4KisTGQ9PVqgp1rGq384g3JFTPc { width:22.875rem;height:36.0625rem;top:5rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vUf7OWhnCI05RhEOeA8z7VObu4l1sabS { width:1.8125rem;height:1.625rem;top:6.78125rem;left:1.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yHttB1kQSM8Wo7nnGuT8fS5RbmkaeIcQ { width:2.3125rem;height:2.3125rem;top:6.4375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i5NFPFo2wToR7EhH65eJv9RZtbysQiAz { width:18.75rem;height:2.6rem;top:6.4375rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bl4K5Ko0TyV6Vg1ddxgsPpyn3n83E3TS { width:16.5625rem;height:15.925rem;top:13.8857421875rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rOwIsb78XpsXukgr1Uimxo2GTST4fR8U { width:23rem;height:12.25rem;top:5.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tol1q0md0paTuCThzTrBKG78hQSBoAt0 { width:16.5625rem;height:4.55rem;top:6.78125rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qri35SOVTb8wApPP07Lc7NiqzOfFO1Ou { width:2.6875rem;height:3rem;top:6.78125rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lgmfFbhA9CzfHd10p9fRyhpl3rbpO5mH { width:4.375rem;height:5.75rem;top:32.3125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blcVOmNOdJKDT6pl1WrMaNzMTyexR23N { width:16.5625rem;height:6.825rem;top:31.77734375rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T17bdRP0RpknlTyzypKzNgSvSW7ktKKT { width:7.125rem;height:10.75rem;top:42.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CkbDNBlP9CKIPk2I22ihG95830XcCN6S { width:10.3125rem;height:10.3125rem;top:19.547916412354rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qW2HDf23pT3zDEkVEbWJ8nzTscUneo1x { width:12.5rem;height:1.25rem;top:11.27734375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVA5gzzTo3udnog7n0JHnTrsdflTGcxB { width:9.5625rem;height:9.5625rem;top:12.527083396912rem;left:36.874998092651rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d { display:block; }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d > .row .container { width:47.75rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fTF5Bnr1KpPSDUEpCi5hChXSyQ6X1hTs { width:30.1875rem;height:2.6rem;top:4.75rem;left:17.5625rem;font-size:1rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #vPCDZL3QqPnQT6CVZ4PmokNL0FgCSi0B { width:14.25rem;height:3.4375rem;top:7.6875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odrs2WDwvUFPbJywZnonLTsObXE9giEx { display:block; }
 }@media only screen and (max-width: 1199px) { #V0O1OkrChPc29LHHMPxKGNJciSedTFZz { width:17.8125rem;height:10.125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GoxfcaBksiwJzUUJahPJSJAiVCDNJ4gG { width:13.9375rem;height:8.625rem;top:3.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qNR2gmCAtnguc85TTh0NrUr8KZgXTiUP { width:12.5rem;height:1.25rem;top:7.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD { background-color:#fbfbfb;background-image:none;display:block; }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row .container { background-color: transparent; background-image: none; }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row .container > .video-iframe-container { display: none; }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row > .video-iframe-container { display: none; }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .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); }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl { position:relative;z-index:auto;display:block; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9AXkncoL5Fc8LT6aPPuzN3HMxEUq3Qi { width:20rem;height:1.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJiNiVKH8QGFob72a3K6l9kPUIFghZf4 { width:12.375rem;height:auto;top:2.375rem;left:3.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTMV2UGfh0JCefT3BKHfTu3Un854KGKO { width:12.5rem;height:3.75rem;top:4.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy1wKCvzaUJE2Tp969MTLyngc4v76wug { display:block; }
 }@media only screen and (max-width: 763px) { #w8TFTpUvLLduEm7rIl2Q1gaJ7OdVM4Xq { width:15.125rem;height:3.4375rem;top:9.5625rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Of33AIqFfXfeUzDXnso9BZczzOLy9C2T { display:block; }
 }@media only screen and (max-width: 763px) { #TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX { display:block; }#TgsbeolCL2KBL9LtsiIMMUsdpaPQOynX > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOvBH3Uh88Iti3weovqDkeSdMeeEFy8t { width:17.0625rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiRVTQ8zlxoHfnhHTLdZROGdaLuWimlO { width:19.25rem;height:1.1375rem;top:1.9375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpPDTWsBDbrJghEzJXhegE2rS451dhnT { width:18rem;height:8.9375rem;top:18.5625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx4ATA7tDhcOTVAJSCsmOL0dSqmkSSo4 { width:18.4375rem;height:3.9rem;top:28.375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnsQ3R2mFcCRbZRCrTSyh77PEoyeOvlS { width:14.25rem;height:3.4375rem;top:32.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSDRnPCeOiwHlHsbMwRLhsFNAk77RNqn { display:block; }
 }@media only screen and (max-width: 763px) { #bnKKBBsfXFtAmD640yBMemqeXL4rhFZM { width:12.5rem;height:0.125rem;top:3.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa2zPy86InVrePHBa2pKar1tcTurKJBn { width:12.5rem;height:0.625rem;top:21.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiR2g37fPag6KmToAbswAuVx7XMoEr83 { width:20rem;height:10.625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q00TA3Gcv1popO7RFw4EoKAP7GePXWva { width:15.5rem;height:9.5rem;top:5.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE { display:block; }#V38PIsHrNeUtCXOGFEQtFCz8NZR3V7vE > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqTDVSQleZZKqaXW0mBBhP8vvcLkchtS { width:19.25rem;height:1.625rem;top:1.25rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKearI1qhBV3m34fr0LgefbNKihBEgNR { width:12.875rem;height:0.625rem;top:2.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS { display:block; }#dQ9yP30UamECxVHxVUQ4K8nJNQHIN8ZS > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKxOxJbuvpqpo3dJ2J6zXoCUMTTh3BNs { width:7.9375rem;height:7.0625rem;top:1.8125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu2h5u0bIDk0fVIJTC9Wbbx7bvZ6SPE9 { width:18.6875rem;height:10.4rem;top:10.9375rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF58pTKlmwCKzTdIe21rnO6NyS9Llb8y { width:18.75rem;height:7.625rem;top:21.33749961853rem;left:0.625rem;font-size:1rem;display:block; }#SF58pTKlmwCKzTdIe21rnO6NyS9Llb8y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cce70c3c-a297-4f8e-a5d3-aaafa2c3de28/Favicon.png); }
 }@media only screen and (max-width: 763px) { #rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo { display:block; }#rPpdCC8xJ0BZOTIOLaVkwJCt9sBbvRGo > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbhgzDVLp4KG5nP9mxJFCyQ6vpcGxsPV { width:14.25rem;height:3.4375rem;top:1.59375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlvczgyDnMqxDgDEpgttlmAfIzGXVmyq { display:block; }
 }@media only screen and (max-width: 763px) { #egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH { display:block; }#egpZHOaxmSMO6C6Ur47dmWqksUWwa6AH > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxspIhX22UTaneFiwLko31JpN7WrMc8F { width:19.4375rem;height:7.6rem;top:1rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN150R55mbyXhJnUbfEh7T2TKhkJ9Ctq { width:20rem;height:8.775rem;top:9.6904296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWvVZk17MOVBprvTtSrVdJIIq2I8HXu8 { width:15.625rem;height:0.625rem;top:2rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T { display:block; }#ZAOyOPhNPodzz8s04OgNAgyVVTvwI25T > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5sq3fbEVhLnrxIssppXPNimDx5av5VT { width:19.625rem;height:18rem;top:1.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTHGO007CciL3nwv6nh17C9K2U2ETgu { width:17.5rem;height:2.275rem;top:6.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg2AQ2LP0SMqCgtyDhK259RyBqARsnRC { width:17.125rem;height:4.875rem;top:10.625rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZGDr0n0qvQXT1VF93gJw1T3E60w4X2W { width:19rem;height:14.4375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6BTaXkUylXU5oR7WPFQzW6zNekGLHk { width:17.5rem;height:2.275rem;top:25.875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQIcSrVUVqbMkGWyKIU4acTIHldLbw93 { width:17.125rem;height:6.09375rem;top:28.8125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvAwXh9IMCicW1qll1A4PstTZmsEcw2i { width:19.625rem;height:16rem;top:38.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTnaowO9bsaW5NvLBZO3vqs8crH3AN1T { width:17.5rem;height:2.275rem;top:42.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3FiCem2QxOV71SmPbaoziTHk3oG8IAX { width:17.125rem;height:8.53125rem;top:44.875rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxcmsNtqbXQqi8fpPd3Csbash258hLQp { width:10.875rem;height:7.25rem;top:55.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp4rpltUTbEF5D9549Lc28TBAPgEnm7k { display:flex;width:3.125rem;height:3.125rem;top:3.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #t6tdhcAN261nlmr82JDTs2wCviN4lqBo { display:flex;width:3.125rem;height:3.125rem;top:22.8125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #nCtxQKQhlRMr2JbdzVJnGJ5DlsAsecuT { display:flex;width:3.3125rem;height:3.3125rem;top:38.9375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O { display:block; }#lTTogpOiLzO3wI5Bk8WUIWHVFfG14N4O > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0c89q01pzelHyH0TrkxyxTXOdxE0bT7 { width:19.5rem;height:5.2rem;top:2.337890625rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZhOslhvz9TSleQHJuDB07utwqHu08gK { display:block; }#XZhOslhvz9TSleQHJuDB07utwqHu08gK > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ly2vetwckXvz5lDPvDKo7lbBPT8eTaMu { width:6.4375rem;height:0.375rem;top:1.8125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz0QVHKFMHKUDELu99umagBig4d9iTwT { width:18.25rem;height:4.875rem;top:0.75rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS { display:block; }#M7zCECFXTZBLuO5P0OBk8Xe14liEiQAS > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Psswc6TkdHPEtnl54GGrh2IoLFZk6I0F { width:14.8125rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfMTBTZmrRkCzC6vAUASQbfsNZr8DNlL { width:19.4375rem;height:1.1375rem;top:1.931640625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMDtQ2uvROcIMumNW6Ed8Uo1C0TeWTC6 { width:11rem;height:0.125rem;top:3.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBX9vW4LZCT8NHA0i0X7bUWSpvo381ZS { width:19.875rem;height:36rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puBtG6HoySI3LQaQ7LGTcFuDUhqnBEPO { width:1.8125rem;height:1.625rem;top:6.78125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swcqqCZLOLhIG8ZTbZOSEHL94RaXLKnC { width:2.3125rem;height:2.3125rem;top:6.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UICn82arZqfwWxVZXOECqDpXxM81xosC { width:16.5rem;height:3.9rem;top:6.4375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKw9k5tpAvDDPgkVU04hbfl096K7V8JN { width:12.5rem;height:12.5125rem;top:10.9609375rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNbRSBZZpwtcMTbhkNXErTW15EKqwpFR { width:7.5625rem;height:0.6875rem;top:11.586456298828rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frKRevvhhq4LVcOoip1QKG7XwH45ypfI { width:14.25rem;height:3.4375rem;top:35.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5G6oGdCasa9XOOCx2TqsuNwhucMFCJs { display:block; }
 }@media only screen and (max-width: 763px) { #n9whHyTibT0r8Nv6ZlSGhFn496e9Kb2Z { width:19.875rem;height:35.0625rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCLMURvaBVrCIr88z4Xxx2ttoOavdbWr { width:14.25rem;height:3.4375rem;top:76.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP38eGiDkFs7d7PUzRhpFLvTfUBZRf2r { display:block; }
 }@media only screen and (max-width: 763px) { #gsEiH0acb0TpIA6F3LaCydndaC7uI5IO { width:12.5rem;height:23.8875rem;top:51.775001525879rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvyHM42on38lPbLab0HrwPiUnJ2E07ZV { width:2.3125rem;height:2.3125rem;top:47.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rls1af4b0rMsq0Scp0wWZ9h49ey5hCmO { width:16.4375rem;height:3.9rem;top:47.5625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTeKEMRXFwHlSdPAu3bEzvLdCv8GHQT { width:14.8125rem;height:2.5rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtXVTT0KFdggleafx3SJQXTum9E5KbOs { width:11rem;height:0.125rem;top:44.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVh842ytT3PsKJvWv8ZughBHq1EuGL02 { width:19.3125rem;height:1.1375rem;top:43.0625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgBTcqKzJ8DaTFmfFgR4htsbXxq393bS { width:1.8125rem;height:1.625rem;top:47.90625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4BAybWakmBkFqtzIDS7gGn8f2m11AnI { width:12.5rem;height:7.9625rem;top:24.5625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHxHldxsFnJv7r0VGREfe0B60X4NVyrU { width:6.4375rem;height:3.75rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZpAdS3DFm9HuAmplFkr50iohLK15Dg { width:6.875rem;height:0.625rem;top:52rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcbA1VST6I1TFKwNTvpXUwlMTS3d2dmF { width:5.25rem;height:3.3125rem;top:24.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ { display:block; }#IIM6gK5BGaX8IiHv0vHi5WuLTi0ubLEJ > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWKzTgeibuvGvUN9OM6ei70vQz9kc6dI { width:19.3125rem;height:3.25rem;top:2.1875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR2AcTvfBpR2DVkxnh7XpElLXBEKg9nE { width:9.9375rem;height:0.625rem;top:3.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyqNHDFta37GA5NfIXGMgVQmivEgZTCG { display:block; }#tyqNHDFta37GA5NfIXGMgVQmivEgZTCG > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AISAEOAS1r2xhwPGehvH8OozgXbPWnOr { width:16.6875rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsAFfTATP3geGGwxJri97uETrtS6MHTv { width:19.4375rem;height:1.1375rem;top:1.931640625rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSPBgtrTFNHTQEK3ZUV7aFiel8QQKoF { width:11rem;height:0.125rem;top:3.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #svfEs4KisTGQ9PVqgp1rGq384g3JFTPc { width:19.9375rem;height:31.5rem;top:5rem;left:0rem;background-color:#d8e1ed;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) { #vUf7OWhnCI05RhEOeA8z7VObu4l1sabS { width:1.8125rem;height:1.625rem;top:6.78125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHttB1kQSM8Wo7nnGuT8fS5RbmkaeIcQ { width:2.3125rem;height:2.3125rem;top:6.4375rem;left:0.6875rem;background-color:#ffffff;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) { #i5NFPFo2wToR7EhH65eJv9RZtbysQiAz { width:16.5rem;height:2.6rem;top:6.4375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl4K5Ko0TyV6Vg1ddxgsPpyn3n83E3TS { width:18.4375rem;height:14.7875rem;top:9.875rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOwIsb78XpsXukgr1Uimxo2GTST4fR8U { width:19.875rem;height:36.125rem;top:48.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tol1q0md0paTuCThzTrBKG78hQSBoAt0 { width:13.1875rem;height:5.6875rem;top:25.625rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qri35SOVTb8wApPP07Lc7NiqzOfFO1Ou { width:2.6875rem;height:3rem;top:25.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgmfFbhA9CzfHd10p9fRyhpl3rbpO5mH { width:5.6875rem;height:7.75rem;top:32.6875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #blcVOmNOdJKDT6pl1WrMaNzMTyexR23N { width:13.0625rem;height:0;top:32.6875rem;left:6.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T17bdRP0RpknlTyzypKzNgSvSW7ktKKT { width:13.5rem;height:20.4375rem;top:46.1875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkbDNBlP9CKIPk2I22ihG95830XcCN6S { width:9.3125rem;height:9.3125rem;top:37.739583015442rem;left:1.7374992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW2HDf23pT3zDEkVEbWJ8nzTscUneo1x { width:16.25rem;height:1.625rem;top:53.1767578125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVA5gzzTo3udnog7n0JHnTrsdflTGcxB { width:9rem;height:9rem;top:31.3125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d { display:block; }#uN7WaDPTSXRcLPzrJhrTU9SJPVZyUQ7d > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTF5Bnr1KpPSDUEpCi5hChXSyQ6X1hTs { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPCDZL3QqPnQT6CVZ4PmokNL0FgCSi0B { width:14.25rem;height:3.4375rem;top:19.19921875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #odrs2WDwvUFPbJywZnonLTsObXE9giEx { display:block; }
 }@media only screen and (max-width: 763px) { #V0O1OkrChPc29LHHMPxKGNJciSedTFZz { width:19.75rem;height:11.226315789474rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoxfcaBksiwJzUUJahPJSJAiVCDNJ4gG { width:15.5rem;height:9.6875rem;top:5.9560546875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNR2gmCAtnguc85TTh0NrUr8KZgXTiUP { width:12.6875rem;height:1.3125rem;top:10.3935546875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD { display:block; }#O6aZg3vDHcCxOGGsV3f2WJTx29q2z1pD > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }