.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,237,218;--color-primary-1:251,201,145;--color-primary-2:249,165,71;--color-primary-3:255,171,0;--color-primary-4:50,33,14;--color-secondary-0:226,233,240;--color-secondary-1:159,183,204;--color-secondary-2:63,110,153;--color-secondary-3:32,55,77;--color-secondary-4:9,17,23;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }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); }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 { position:relative;display:block; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 { background-color: transparent; background-image: none; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row .container > .video-iframe-container { display: none; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row > .video-iframe-container { display: none; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .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); }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 { border-width: 0; border-radius: 0; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .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; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .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: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; }#tGqMMPqrHHT2E6Tunsergqh4x0r8pysn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:7.5rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #696cff, #3f4199);background-image: -moz-linear-gradient(180deg, #696cff, #3f4199);background-image: -ms-linear-gradient(180deg, #696cff, #3f4199);background-image: -o-linear-gradient(180deg, #696cff, #3f4199);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );";background-image: linear-gradient(180deg, #696cff, #3f4199);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { background-color:#696cff;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.21875rem;left:0.9375rem;display:block; }
#KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { 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:24.6875rem;width:33.4375rem;top:4.625rem;left:41.5625rem;overflow:hidden;display:block; }
#BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { color:#696cff;display:block;width:29.25rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:4.125rem;left:0.9375rem;height:5.0371125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I7NkKOxzm9rqGJHIKTfLqHrREirO8sAH { box-sizing:content-box;height:30.1875rem;width:36.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FdWw9dsTCWifxlkf7bKTcCmQxUzQdxm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:9.763671875rem;left:0.9375rem;height:5.84765625rem;font-style:normal;display:block; }
#mZhCSE2I2ShMdlG5zDkGWQJ9tH1Fymcs { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.9375rem;height:3.25rem;display:block; }
#quXbXLQEWFVmoIWtWCvzF9wbTtQXNLtH { color:#696cff;display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:21.125rem;left:0.9375rem;height:2.5996125rem;display:block; }
#zuywBtEd9OWlnWVnQkbeIUAkBLVX9f9G { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:26.25rem;left:22.625rem;overflow:hidden;display:block; }
#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW { position:relative;display:block; }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW { background-color: transparent; background-image: none; }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW > .row .container > .video-iframe-container { display: none; }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW > .row > .video-iframe-container { display: none; }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW > .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); }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW { border-width: 0; border-radius: 0; }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW > .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; }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW > .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:33rem;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; }#tfnqNd8HHf4wQ4VZQtMt0wHQu7XxW6Gg { box-sizing:content-box;height:13.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.625rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XZONO8VMfIPIximd4lpyeS4fgDukwXau { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.5rem;top:4.3125rem;left:7.65625rem;overflow:hidden;display:block; }
#kr1NRkLwl8GkJ5r4TbyLTVqyhOZ66wtd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.34375rem;left:1.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#saOVQrFECAyH0u4u1WnsOQcZrs50UD9G { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.494140625rem;left:0.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#xmzOinGVlUZAl1XlDEvDWnsmbvuJvaXy { box-sizing:content-box;height:13.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.625rem;left:18.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yXsgbCgWuy3TSzOWpIXD7rBCoTHSDX0g { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.375rem;left:19.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHgyX9ktuUkxdQF8kK0hsH8F8EZwng3y { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.5rem;left:19.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#fwVRU5n402oyhAhhp8X2cRMWP9p9vS84 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.3125rem;top:4.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#SyxOiuGP3lyGET2TeGWwZZiRIBTsnqXG { box-sizing:content-box;height:13.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.9375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TFZkbUBlX7g97zQEh2WxBqFGh4T6wQA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.9375rem;left:0.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#q9Aeo5sd9JAuhupUADsCipIXnBGKAeMi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.8125rem;left:1.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IVcg1gMJlSrU9oIf6QuU5DeaEqnEMFLM { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:18.9375rem;left:7.75rem;overflow:hidden;display:block; }
#eQyCSd0htAEhfQMRe2pfhKplZ50XvGNJ { box-sizing:content-box;height:13.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.9375rem;left:18.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XMrHXWgw9cg6ygL8wIk6EwUyoSM10Exo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.65625rem;left:19.96875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XpATZOOlBfkmJVIr8py8ATZfXoHv9dJs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.9375rem;left:19.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#NzITeWaLtc8bAKI5AXBMqmrrqKKlWUKB { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.0625rem;top:18.9375rem;left:26.4375rem;overflow:hidden;display:block; }
#VSqKisgtqqz7qM9PdcKlE4VcoRlsMsAw { box-sizing:content-box;height:13.0625rem;width:36.875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.625rem;left:37.53125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gPzXJrp0HEGxahWNQJaNvEAgLmQooaHE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.73828125rem;left:39.15625rem;height:3.8984375rem;font-style:normal;display:block; }
#WA4uugsblONnigUUVWuiI6UDW85K1Tbb { color:#696cff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.90625rem;left:39.15625rem;height:1.625rem;font-style:normal;display:block; }
#SCsA8aKixChebVxVHwwlIg1udQ2vCvQd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.96875rem;left:39.15625rem;height:3.8994125rem;display:block; }
#N77PwOnnOdNEoL3lUeOIeNH3KOrLmuho { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:15.375rem;top:3.5625rem;left:55.84375rem;overflow:hidden;display:block; }
#zhkDeobU45Tz4Fk7q9uCy7d1RFN1bIPR { background-color:#696cff;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:4.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18rem;left:43.3125rem;display:block; }
#sFrXVTnPTHNGdaRqQkBMLWJniJasvewo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oin1fr8DTUUU0VKZsQGhTJm5A8SexOBF { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:19.03125rem;left:64.1875rem;overflow:hidden;display:block; }
#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { 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; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { background-color: transparent; background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .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); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { border-width: 0; border-radius: 0; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { position:absolute;z-index:15011;top:0.5rem;left:0rem;width:75rem;height:28.875rem;display:block; }
#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi { position:relative;display:block; }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi { background-color: transparent; background-image: none; }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi > .row .container > .video-iframe-container { display: none; }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi > .row > .video-iframe-container { display: none; }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi > .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); }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi { border-width: 0; border-radius: 0; }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi > .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; }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi > .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:33rem;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; }#PkcznHphq5zTL3fqB15VuNBMzT7LHtJC { box-sizing:content-box;height:18.4375rem;width:21rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.625rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#msDOKnta7k6uzuioSTtWk2Gyp3OK168S { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:3.5rem;top:4.40625rem;left:8.75rem;overflow:hidden;display:block; }
#fffInv8trTVXX9ylxf2IU07fIUaF8X3e { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.78125rem;left:5.65625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BtcQnv3UqvdofJXhRTbtLqTPvhmVcsTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.931640625rem;left:1.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#pDDphzJsr22qaPkd0epZOWSNVeCAcwXi { box-sizing:content-box;height:18.4375rem;width:21rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.625rem;left:22.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Teiu0Q7swSdsLFhTM2yaKc8Kl3wynPzS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.1875rem;left:24.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JpJPxTn5262Q8bvKqTFqsKUuwyJqPwHh { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.375rem;left:23.3125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#BVlepeZMCeNnSx9pt0MJB6FAPaPbLlTo { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.9375rem;top:4.28125rem;left:31.40625rem;overflow:hidden;display:block; }
#DEi3GBv9366HRavKfAI7Ec8zFQykFRL1 { box-sizing:content-box;height:18.4375rem;width:30.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.625rem;left:44.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ADmBpXPpfau3oK5T6cKfholFpx5qiOsO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.40625rem;left:51.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PcbR8ppu5q9WR8SVHubOyZq3H4kgSakP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.037109375rem;left:46.1875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#pJN3mDgc8ZSapVT0unwudwgEWZkU3BsQ { background-color:#696cff;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:4.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26.3125rem;left:20.25rem;display:block; }
#EmsatgS89PFD31tOP6mQNrOUd3mUARRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfZTCw2tKS0xrILhi4zCIxkiTBc0nFh0 { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:27.375rem;left:40.125rem;overflow:hidden;display:block; }
#LRzTME5OJma7AT4QeCxsHeaoh5s2dF0V { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:21.25rem;top:7.78125rem;left:49.15625rem;overflow:hidden;display:block; }
#JE5JTdSQp1JPlrGvs7pqCSN5dqioZT6F { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.037109375rem;left:55.03125rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#RH8BhtvrQgTcylQBrcOqUzxfW3qEpiIz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.037109375rem;left:64.53125rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#696cff;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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:2.275390625rem;left:1.6875rem;height:3.199225rem;display:block; }
#yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:59.625rem;height:1.29980625rem;display:block; }
#rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:59.75rem;height:1.29980625rem;display:block; }
#Xtv4mNs9hR8MZWCyzVGCQpTE19ZDbOfp { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1rem;top:2.125rem;left:57.78125rem;overflow:hidden;display:block; }
#ra9pKulBdoirFu0NUWlkkG2Gpk1N4iGV { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:1rem;top:4.287109375rem;left:57.90625rem;overflow:hidden;display:block; }
#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti > .row .container { background-color: transparent; background-image: none; }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti > .row .container > .video-iframe-container { display: none; }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti > .row > .video-iframe-container { display: none; }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti > .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); }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti > .row .container { border-width: 0; border-radius: 0; }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#goMoeUteePcwqhhhXslwbi9auhqCGqod { color:#212121;display:block;width:35.5625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:19.71875rem;height:8.7715125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #s2eHhkEApepTs4CCHGq9iSJi59c07zW0 { display:block; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tGqMMPqrHHT2E6Tunsergqh4x0r8pysn { width:7.5rem;height:4.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #696cff, #3f4199);background-image: -moz-linear-gradient(180deg, #696cff, #3f4199);background-image: -ms-linear-gradient(180deg, #696cff, #3f4199);background-image: -o-linear-gradient(180deg, #696cff, #3f4199);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );";background-image: linear-gradient(180deg, #696cff, #3f4199);background-size:cover !important;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:24.6875rem;height:3.3125rem;top:22.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 1199px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:11.4375rem;height:8.4375rem;top:1.3125rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:21.625rem;height:3.0859375rem;top:4rem;left:6.8125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #I7NkKOxzm9rqGJHIKTfLqHrREirO8sAH { width:34.9375rem;height:28.5625rem;top:1rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FdWw9dsTCWifxlkf7bKTcCmQxUzQdxm8 { width:31.875rem;height:5.84765625rem;top:8.4375rem;left:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mZhCSE2I2ShMdlG5zDkGWQJ9tH1Fymcs { width:33.6875rem;height:3.25rem;top:15.0625rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #quXbXLQEWFVmoIWtWCvzF9wbTtQXNLtH { width:28.4375rem;height:2.5996125rem;top:19.5625rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuywBtEd9OWlnWVnQkbeIUAkBLVX9f9G { width:1.8125rem;height:1.8125rem;top:23.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW { display:block; }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW > .row .container { width:47.75rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tfnqNd8HHf4wQ4VZQtMt0wHQu7XxW6Gg { width:17.8125rem;height:13.0625rem;top:1rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZONO8VMfIPIximd4lpyeS4fgDukwXau { width:2.5rem;height:2.75rem;top:2.6875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kr1NRkLwl8GkJ5r4TbyLTVqyhOZ66wtd { width:15.25rem;height:1.625rem;top:6.75rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #saOVQrFECAyH0u4u1WnsOQcZrs50UD9G { width:16.3125rem;height:3.8994125rem;top:8.875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmzOinGVlUZAl1XlDEvDWnsmbvuJvaXy { width:17.8125rem;height:13.0625rem;top:1rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXsgbCgWuy3TSzOWpIXD7rBCoTHSDX0g { width:15.25rem;height:1.625rem;top:6.75rem;left:26.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHgyX9ktuUkxdQF8kK0hsH8F8EZwng3y { width:16.3125rem;height:3.8994125rem;top:8.875rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwVRU5n402oyhAhhp8X2cRMWP9p9vS84 { width:2.3125rem;height:2.75rem;top:2.6875rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyxOiuGP3lyGET2TeGWwZZiRIBTsnqXG { width:17.8125rem;height:13.0625rem;top:15.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFZkbUBlX7g97zQEh2WxBqFGh4T6wQA4 { width:16.3125rem;height:3.8994125rem;top:23.4375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9Aeo5sd9JAuhupUADsCipIXnBGKAeMi { width:15.25rem;height:1.625rem;top:21.3125rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVcg1gMJlSrU9oIf6QuU5DeaEqnEMFLM { width:2.3125rem;height:2.3125rem;top:17.25rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eQyCSd0htAEhfQMRe2pfhKplZ50XvGNJ { width:17.8125rem;height:13.0625rem;top:15.5625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMrHXWgw9cg6ygL8wIk6EwUyoSM10Exo { width:15.25rem;height:1.625rem;top:21.3125rem;left:26.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XpATZOOlBfkmJVIr8py8ATZfXoHv9dJs { width:16.3125rem;height:3.8994125rem;top:23.4375rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NzITeWaLtc8bAKI5AXBMqmrrqKKlWUKB { width:2.0625rem;height:2.3125rem;top:17.25rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VSqKisgtqqz7qM9PdcKlE4VcoRlsMsAw { width:37.5rem;height:13.0625rem;top:29.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gPzXJrp0HEGxahWNQJaNvEAgLmQooaHE { width:16.6875rem;height:3.8984375rem;top:30.875rem;left:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WA4uugsblONnigUUVWuiI6UDW85K1Tbb { width:12.5rem;height:1.625rem;top:35.5625rem;left:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCsA8aKixChebVxVHwwlIg1udQ2vCvQd { width:14.9375rem;height:3.8994125rem;top:37.8125rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N77PwOnnOdNEoL3lUeOIeNH3KOrLmuho { width:15.375rem;height:11.1875rem;top:30.875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zhkDeobU45Tz4Fk7q9uCy7d1RFN1bIPR { width:24.6875rem;height:3.3125rem;top:44.3125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFrXVTnPTHNGdaRqQkBMLWJniJasvewo { display:block; }
 }@media only screen and (max-width: 1199px) { #oin1fr8DTUUU0VKZsQGhTJm5A8SexOBF { width:1.8125rem;height:1.8125rem;top:45.0625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:47.75rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:47.75rem;height:42.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi { display:block; }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi > .row .container { width:47.75rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PkcznHphq5zTL3fqB15VuNBMzT7LHtJC { width:17.8125rem;height:16.6875rem;top:1rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #msDOKnta7k6uzuioSTtWk2Gyp3OK168S { width:2.5rem;height:1.875rem;top:2.6875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fffInv8trTVXX9ylxf2IU07fIUaF8X3e { width:15.25rem;height:3.25rem;top:6.75rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BtcQnv3UqvdofJXhRTbtLqTPvhmVcsTQ { width:16.3125rem;height:5.19921875rem;top:11.625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDDphzJsr22qaPkd0epZOWSNVeCAcwXi { width:17.8125rem;height:16.6875rem;top:1rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Teiu0Q7swSdsLFhTM2yaKc8Kl3wynPzS { width:15.25rem;height:4.875rem;top:5.9375rem;left:26.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpJPxTn5262Q8bvKqTFqsKUuwyJqPwHh { width:16.3125rem;height:5.19921875rem;top:11.625rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVlepeZMCeNnSx9pt0MJB6FAPaPbLlTo { width:2.3125rem;height:2.25rem;top:2.6875rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DEi3GBv9366HRavKfAI7Ec8zFQykFRL1 { width:37.5rem;height:18.8125rem;top:19.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ADmBpXPpfau3oK5T6cKfholFpx5qiOsO { width:16.6875rem;height:1.94921875rem;top:20.8125rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcbR8ppu5q9WR8SVHubOyZq3H4kgSakP { width:7.875rem;height:2.923825rem;top:31.875rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJN3mDgc8ZSapVT0unwudwgEWZkU3BsQ { width:24.6875rem;height:3.3125rem;top:40.625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmsatgS89PFD31tOP6mQNrOUd3mUARRA { display:block; }
 }@media only screen and (max-width: 1199px) { #VfZTCw2tKS0xrILhi4zCIxkiTBc0nFh0 { width:1.8125rem;height:1.8125rem;top:41.375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRzTME5OJma7AT4QeCxsHeaoh5s2dF0V { width:21.25rem;height:6.1875rem;top:24.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JE5JTdSQp1JPlrGvs7pqCSN5dqioZT6F { width:7.6875rem;height:5.84765625rem;top:31.875rem;left:20.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RH8BhtvrQgTcylQBrcOqUzxfW3qEpiIz { width:8.3125rem;height:4.87305rem;top:31.875rem;left:29.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:16.375rem;height:3.5996125rem;top:2.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:12.8125rem;height:1.4619125rem;top:1.8515625rem;left:34.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:9.25rem;height:1.4619125rem;top:3.9375rem;left:34.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Xtv4mNs9hR8MZWCyzVGCQpTE19ZDbOfp { width:1rem;height:1.125rem;top:2.125rem;left:32.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ra9pKulBdoirFu0NUWlkkG2Gpk1N4iGV { width:1rem;height:0.6875rem;top:4.25rem;left:33.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti { display:block; }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #goMoeUteePcwqhhhXslwbi9auhqCGqod { width:28.5625rem;height:8.9355625rem;top:1.4375rem;left:9.59375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s2eHhkEApepTs4CCHGq9iSJi59c07zW0 { display:block; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGqMMPqrHHT2E6Tunsergqh4x0r8pysn { width:6.3125rem;height:3.6875rem;top:0.53125rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #696cff, #3f4199);background-image: -moz-linear-gradient(180deg, #696cff, #3f4199);background-image: -ms-linear-gradient(180deg, #696cff, #3f4199);background-image: -o-linear-gradient(180deg, #696cff, #3f4199);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );";background-image: linear-gradient(180deg, #696cff, #3f4199);background-size:cover !important;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:18.625rem;height:3.625rem;top:41.32421875rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 763px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:13.8125rem;height:10.1875rem;top:29.01171875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:17.5625rem;height:3.25rem;top:3.19921875rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7NkKOxzm9rqGJHIKTfLqHrREirO8sAH { width:20rem;height:46rem;top:1.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdWw9dsTCWifxlkf7bKTcCmQxUzQdxm8 { width:18.9375rem;height:9.746125rem;top:7.5625rem;left:0.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZhCSE2I2ShMdlG5zDkGWQJ9tH1Fymcs { width:18.75rem;height:4.875rem;top:18.10546875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #quXbXLQEWFVmoIWtWCvzF9wbTtQXNLtH { width:18.375rem;height:3.8994125rem;top:24.17578125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuywBtEd9OWlnWVnQkbeIUAkBLVX9f9G { width:2.125rem;height:2.125rem;top:60.26171875rem;left:17.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW { display:block; }#AlGFnVUJTfMkhe8lQqFaIyUJ6weWvIJW > .row .container { width:20rem;height:91.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfnqNd8HHf4wQ4VZQtMt0wHQu7XxW6Gg { width:17.8125rem;height:13.0625rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZONO8VMfIPIximd4lpyeS4fgDukwXau { width:2.5rem;height:2.75rem;top:2.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr1NRkLwl8GkJ5r4TbyLTVqyhOZ66wtd { width:15.25rem;height:1.625rem;top:7rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #saOVQrFECAyH0u4u1WnsOQcZrs50UD9G { width:16.3125rem;height:3.8994125rem;top:9.125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmzOinGVlUZAl1XlDEvDWnsmbvuJvaXy { width:17.8125rem;height:13.0625rem;top:15.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXsgbCgWuy3TSzOWpIXD7rBCoTHSDX0g { width:15.25rem;height:1.625rem;top:21.3125rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHgyX9ktuUkxdQF8kK0hsH8F8EZwng3y { width:16.3125rem;height:3.8994125rem;top:23.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwVRU5n402oyhAhhp8X2cRMWP9p9vS84 { width:2.3125rem;height:2.75rem;top:17.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyxOiuGP3lyGET2TeGWwZZiRIBTsnqXG { width:17.8125rem;height:13.0625rem;top:29.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZkbUBlX7g97zQEh2WxBqFGh4T6wQA4 { width:16.3125rem;height:3.8994125rem;top:37.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Aeo5sd9JAuhupUADsCipIXnBGKAeMi { width:15.25rem;height:1.625rem;top:35.625rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVcg1gMJlSrU9oIf6QuU5DeaEqnEMFLM { width:2.3125rem;height:2.3125rem;top:31.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQyCSd0htAEhfQMRe2pfhKplZ50XvGNJ { width:17.8125rem;height:13.0625rem;top:44.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMrHXWgw9cg6ygL8wIk6EwUyoSM10Exo { width:15.25rem;height:1.625rem;top:49.9375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpATZOOlBfkmJVIr8py8ATZfXoHv9dJs { width:16.3125rem;height:3.8994125rem;top:52.0625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzITeWaLtc8bAKI5AXBMqmrrqKKlWUKB { width:2.0625rem;height:2.3125rem;top:45.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSqKisgtqqz7qM9PdcKlE4VcoRlsMsAw { width:20rem;height:24.4375rem;top:58.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPzXJrp0HEGxahWNQJaNvEAgLmQooaHE { width:16.6875rem;height:3.8984375rem;top:59.5rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA4uugsblONnigUUVWuiI6UDW85K1Tbb { width:12.5rem;height:1.625rem;top:64.1875rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCsA8aKixChebVxVHwwlIg1udQ2vCvQd { width:14.9375rem;height:3.8994125rem;top:66.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N77PwOnnOdNEoL3lUeOIeNH3KOrLmuho { width:15.375rem;height:11.1875rem;top:70.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhkDeobU45Tz4Fk7q9uCy7d1RFN1bIPR { width:19rem;height:4.1875rem;top:84.375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFrXVTnPTHNGdaRqQkBMLWJniJasvewo { display:block; }
 }@media only screen and (max-width: 763px) { #oin1fr8DTUUU0VKZsQGhTJm5A8SexOBF { width:2.125rem;height:2.125rem;top:19rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:20rem;height:43.75rem;top:0.8056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi { display:block; }#EoV5F5KAQ0gQ7mHelVpUhiQqW50pmEqi > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkcznHphq5zTL3fqB15VuNBMzT7LHtJC { width:17.8125rem;height:15.4375rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msDOKnta7k6uzuioSTtWk2Gyp3OK168S { width:2.5rem;height:1.875rem;top:2.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fffInv8trTVXX9ylxf2IU07fIUaF8X3e { width:15.25rem;height:3.25rem;top:7rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtcQnv3UqvdofJXhRTbtLqTPvhmVcsTQ { width:16.3125rem;height:5.19921875rem;top:10.25rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDDphzJsr22qaPkd0epZOWSNVeCAcwXi { width:17.8125rem;height:17rem;top:18.32421875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teiu0Q7swSdsLFhTM2yaKc8Kl3wynPzS { width:15.25rem;height:4.875rem;top:23.26171875rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpJPxTn5262Q8bvKqTFqsKUuwyJqPwHh { width:16.3125rem;height:5.19921875rem;top:28.94921875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVlepeZMCeNnSx9pt0MJB6FAPaPbLlTo { width:2.3125rem;height:2.25rem;top:20.01171875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEi3GBv9366HRavKfAI7Ec8zFQykFRL1 { width:20rem;height:24.4375rem;top:38.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADmBpXPpfau3oK5T6cKfholFpx5qiOsO { width:16.6875rem;height:1.94921875rem;top:37.4375rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcbR8ppu5q9WR8SVHubOyZq3H4kgSakP { width:4.6875rem;height:2.921875rem;top:46.3125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJN3mDgc8ZSapVT0unwudwgEWZkU3BsQ { width:19rem;height:4.1875rem;top:52.0625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmsatgS89PFD31tOP6mQNrOUd3mUARRA { display:block; }
 }@media only screen and (max-width: 763px) { #VfZTCw2tKS0xrILhi4zCIxkiTBc0nFh0 { width:2.125rem;height:2.125rem;top:27.375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRzTME5OJma7AT4QeCxsHeaoh5s2dF0V { width:18.75rem;height:5.4375rem;top:40.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE5JTdSQp1JPlrGvs7pqCSN5dqioZT6F { width:7.25rem;height:3.65234375rem;top:46.3125rem;left:6.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH8BhtvrQgTcylQBrcOqUzxfW3qEpiIz { width:5.8125rem;height:4.3828125rem;top:46.3125rem;left:14.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:16.375rem;height:3.5996125rem;top:1.25rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:12.8125rem;height:1.4619125rem;top:8.4746125rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:9.25rem;height:1.4619125rem;top:13.12305rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xtv4mNs9hR8MZWCyzVGCQpTE19ZDbOfp { width:1rem;height:1.125rem;top:6.0996125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra9pKulBdoirFu0NUWlkkG2Gpk1N4iGV { width:1rem;height:0.6875rem;top:11.18555rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti { display:block; }#Arhr6aFm6teoNwOxpl9SxkD9pDl7NCti > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goMoeUteePcwqhhhXslwbi9auhqCGqod { width:20rem;height:9.82911875rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }