.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 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaec;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; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;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:2.4375rem;width:4.8125rem;top:0.87456601858137rem;left:0rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:21.875rem;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: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;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.0625rem;height:3.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.875rem;left:0rem;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:18.5rem;width:28.625rem;top:1.3118491172791rem;left:46.375871658325rem;overflow:hidden;display:block; }
#BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { color:rgba(var(--color-primary-4),1);display:block;width:39.3125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.57421875rem;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; }
#LTBHqM2EtQ221x8tdTJs8xJn2JdG9tMb { color:rgba(var(--color-tertiary-4),1);display:block;width:39.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#z50mQtxqkBn0HROiTfRd1L3hJ5ztpHmx { position:absolute;display:block;z-index:15020;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.5625rem;width:1.5625rem;top:13.9375rem;left:15.9375rem;overflow:hidden;display:block; }
#ck3TbcMMg9EZANQIRT9520omKA9Clptg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ece7fa, #fae5e8);background-image: -moz-linear-gradient(90deg, #ece7fa, #fae5e8);background-image: -ms-linear-gradient(90deg, #ece7fa, #fae5e8);background-image: -o-linear-gradient(90deg, #ece7fa, #fae5e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece7fa', endColorstr='#fae5e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece7fa', endColorstr='#fae5e8' );";background-image: linear-gradient(90deg, #ece7fa, #fae5e8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ck3TbcMMg9EZANQIRT9520omKA9Clptg > .row .container { background-color: transparent; background-image: none; }#ck3TbcMMg9EZANQIRT9520omKA9Clptg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ck3TbcMMg9EZANQIRT9520omKA9Clptg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ck3TbcMMg9EZANQIRT9520omKA9Clptg > .row .container > .video-iframe-container { display: none; }#ck3TbcMMg9EZANQIRT9520omKA9Clptg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ck3TbcMMg9EZANQIRT9520omKA9Clptg > .row > .video-iframe-container { display: none; }#ck3TbcMMg9EZANQIRT9520omKA9Clptg > .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); }#ck3TbcMMg9EZANQIRT9520omKA9Clptg > .row .container { border-width: 0; border-radius: 0; }#ck3TbcMMg9EZANQIRT9520omKA9Clptg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ck3TbcMMg9EZANQIRT9520omKA9Clptg > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#lsV82VioxXIXzpFv2rZGVJfSaw6q6bZE { position:absolute;display:block;z-index:15000;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:14.75rem;width:17.8125rem;top:1.5299472808838rem;left:13.540582656861rem;overflow:hidden;display:block; }
#hbC2aKbsQRmBPBIf3NxQrXHWNHmk8VCS { box-sizing:content-box;height:4.3125rem;width:19.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #31b08a, #6149f7);background-image: -moz-linear-gradient(90deg, #31b08a, #6149f7);background-image: -ms-linear-gradient(90deg, #31b08a, #6149f7);background-image: -o-linear-gradient(90deg, #31b08a, #6149f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b08a', endColorstr='#6149f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b08a', endColorstr='#6149f7' );";background-image: linear-gradient(90deg, #31b08a, #6149f7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5256077051162rem;left:32.728952407837rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dm5PzeSfLHMxQ3VRPQm7IPVALzsxCvdA { color:#ffffff;display:block;width:18.0620625rem;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:2.1126302480697rem;left:33.414716720581rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bo5pq2Le5DommfflCwTG0mvQI4g9fzZU { color:#ffffff;display:block;width:21.0623125rem;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:3.9214409589768rem;left:31.853300094604rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QWn8akbXappTkQquLQa0f1ht8TC46Ml3 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:6.8446187973025rem;left:32.728952407837rem;height:3.5rem;display:block; }
#Zkn4MD3O7PC2CHgkGrTPm9u8epCUuMnb { color:rgba(var(--color-tertiary-4),1);display:block;width:29.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.888237953186rem;left:32.728952407837rem;height:1.2999125rem;display:block; }
#vXqahDy3AcV3wZ17abAuoddFvqVSBRnW { color:rgba(var(--color-tertiary-4),1);display:block;width:29.2480625rem;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:13.450522422791rem;left:32.728952407837rem;height:1.29980625rem;display:block; }
#wQdoatQEVc1czIbWrf7plQH5EzirkiJL { position:relative;display:block; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL { background-color: transparent; background-image: none; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row .container > .video-iframe-container { display: none; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row > .video-iframe-container { display: none; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .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); }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL { border-width: 0; border-radius: 0; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .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; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;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; }#U89URHtvR3wOGHqwysg8GfX6D6xO34VJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3875865936279rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#gP8upKDeO35vdhJU4cNTRRZXaxdJN7gP { box-sizing:content-box;height:5.625rem;width:36.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #31b08a, #6149f7);background-image: -moz-linear-gradient(90deg, #31b08a, #6149f7);background-image: -ms-linear-gradient(90deg, #31b08a, #6149f7);background-image: -o-linear-gradient(90deg, #31b08a, #6149f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b08a', endColorstr='#6149f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b08a', endColorstr='#6149f7' );";background-image: linear-gradient(90deg, #31b08a, #6149f7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9487848281863rem;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; }
#bHuLdHHEHTuNGJSSiphAqh1TpFW0ntT3 { position:absolute;display:block;z-index:15002;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.3125rem;width:1.375rem;top:8.1998701095581rem;left:1.1653652191162rem;overflow:hidden;display:block; }
#rpO0FIfEIom0zuplRBEtXQGm4k4oM5bc { color:#ffffff;display:block;width:15.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.0436201095581rem;left:3.7901477813721rem;height:1.625rem;font-style:normal;display:block; }
#lT8WeVrBPMWTDAZioMvOJz38DGLRQJeC { color:#ffffff;display:block;width:22.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.7927517890931rem;left:3.7901477813721rem;height:1.2999125rem;font-style:normal;display:block; }
#BvnTd58AVzI5tlNgc7mZbEuXZ9PrPsHA { box-sizing:content-box;height:5.625rem;width:36.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #31b08a, #6149f7);background-image: -moz-linear-gradient(90deg, #31b08a, #6149f7);background-image: -ms-linear-gradient(90deg, #31b08a, #6149f7);background-image: -o-linear-gradient(90deg, #31b08a, #6149f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b08a', endColorstr='#6149f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b08a', endColorstr='#6149f7' );";background-image: linear-gradient(90deg, #31b08a, #6149f7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.499349355698rem;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; }
#Tdwoe92kmp2i8486Lv1sR6IpT8gefD9J { color:#ffffff;display:block;width:22.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.311849370599rem;left:3.8118495941162rem;height:1.2999125rem;font-style:normal;display:block; }
#AUOCTCPKJNBANFWfRhuiQxsEidhEFmKL { color:#ffffff;display:block;width:15.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.561632275581rem;left:3.8118495941162rem;height:1.625rem;font-style:normal;display:block; }
#O7XL0CPGwTvDzgP3LBzq5FRNBbdtB3OD { position:absolute;display:block;z-index:15006;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.3125rem;width:1.375rem;top:14.749349355698rem;left:1.1870670318604rem;overflow:hidden;display:block; }
#Rrxlb8X7LWUMiiV0sg5VNumkalVeut6I { box-sizing:content-box;height:4rem;width:36.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #31b08a, #6149f7);background-image: -moz-linear-gradient(90deg, #31b08a, #6149f7);background-image: -ms-linear-gradient(90deg, #31b08a, #6149f7);background-image: -o-linear-gradient(90deg, #31b08a, #6149f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b08a', endColorstr='#6149f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b08a', endColorstr='#6149f7' );";background-image: linear-gradient(90deg, #31b08a, #6149f7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.061849594116rem;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; }
#xyyTS0Qz4VTtarlMyu9z04sRZrrlXAsV { color:#ffffff;display:block;width:7.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.285808086395rem;left:25.872396469116rem;height:1.2999125rem;font-style:normal;display:block; }
#ilWOaieZGtzk2fWeAvwitoJb1Hcb6prD { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.124132633209rem;left:3.8118495941162rem;height:1.625rem;font-style:normal;display:block; }
#fFSOE8gERbm8OAyWKvQT9pItuHyx3Q3O { position:absolute;display:block;z-index:15010;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.3125rem;width:1.375rem;top:21.311849594116rem;left:1.1870670318604rem;overflow:hidden;display:block; }
#fT0wlAC4pXfGMRGOWLJD4OqBdkF626B1 { box-sizing:content-box;height:4rem;width:36.875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #31b08a, #6149f7);background-image: -moz-linear-gradient(90deg, #31b08a, #6149f7);background-image: -ms-linear-gradient(90deg, #31b08a, #6149f7);background-image: -o-linear-gradient(90deg, #31b08a, #6149f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b08a', endColorstr='#6149f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b08a', endColorstr='#6149f7' );";background-image: linear-gradient(90deg, #31b08a, #6149f7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.061849594116rem;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; }
#BDoHrahOptbyxMnkepJc9uOFZXHRl3C3 { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.124133110046rem;left:3.8118495941162rem;height:1.625rem;font-style:normal;display:block; }
#MAnr1sITPyOcGmk7N364hMFIEhCoauWr { position:absolute;display:block;z-index:15014;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.3125rem;width:1.375rem;top:26.311849594116rem;left:1.1870670318604rem;overflow:hidden;display:block; }
#UBxXsT0LOXodweRNL9Uz3BMlSDVXuAnl { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;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.3843326568604rem;left:48.165147781372rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUcN3eR4LieOiiLeEloN06prTnQBgkkw { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:38.625rem;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; }
#ThiMvwa0mI3KzX3uCEebXrDuk86vpfON { position:absolute;display:block;z-index:15017;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:2rem;width:1.8125rem;top:8.4375rem;left:43.4375rem;overflow:hidden;display:block; }
#EmCTCb8ZtRGWD2znLE2R555KUSA0XgpB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9370625rem;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:11.8125rem;left:39.375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#f2OpVn7HtZZyErynntfuEVBlm6b6K2Uz { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:51.0625rem;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; }
#rSN4DfkWzGX2oDVOogwsxfGHHsBBu2HJ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:11.8125rem;left:51.8125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#ncqudIr55DdlEocTSVkVCX1pklTrkAgm { position:absolute;display:block;z-index:15020;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.75rem;width:1.75rem;top:8.4375rem;left:55.875rem;overflow:hidden;display:block; }
#SKGSqbIOkN5QvQGI7VROD57w0opGofIA { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:63.5rem;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; }
#IE1IwmXesLU7pZ4ILHECB2zW3019NFdG { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.812067031861rem;left:64.342454910281rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#eCGmblOvI7oIubcgVfL5J4pkaSGhp4Ia { position:absolute;display:block;z-index:15023;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.6875rem;width:1.6875rem;top:8.4375rem;left:68.3125rem;overflow:hidden;display:block; }
#TvwLH9CT6Q93bOlQx4OeXvb0sIoMar8J { box-sizing:content-box;height:8.5rem;width:17.8125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75rem;left:38.625rem;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; }
#uQipMxxAKIsJTK26OWv830EmVTWh8TMm { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:24.311416625976rem;left:38.624132156372rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#zRGZ7L6dub1pWEEOfxXsHwRUpXDnKfcG { position:absolute;display:block;z-index:15020;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.875rem;width:1.5625rem;top:21.285808563233rem;left:46.421442031861rem;overflow:hidden;display:block; }
#Un35ISEQJ2dpQP5TSuaBMmIFqJ6Sbarp { box-sizing:content-box;height:8.5rem;width:17.8125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.15) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75rem;left:57.1875rem;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; }
#zseZdAkZFdOQX5uCG8rinh1UpUJ1QcJQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.311416625976rem;left:57.187501907349rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#qyT1IyiuHFUWXApxNKkLSVAapA3SWAMu { position:absolute;display:block;z-index:15023;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:2rem;width:2rem;top:21.060113906861rem;left:65.092233657837rem;overflow:hidden;display:block; }
#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp { position:relative;display:block; }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp { background-color: transparent; background-image: none; }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp > .row .container > .video-iframe-container { display: none; }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp > .row > .video-iframe-container { display: none; }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp > .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); }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp { border-width: 0; border-radius: 0; }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp > .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; }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#OOREvv6ozcCgFhUG3SiTVx40JZK6Nf3d { position:absolute;display:block;z-index:15000;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:15.6875rem;width:20.375rem;top:1.3943138122559rem;left:11.040582656861rem;overflow:hidden;display:block; }
#wnxvhUuPbS6OySuOtDMTd3r4QR3eZtro { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:4.125rem;left:35.375rem;height:1.625rem;font-style:normal;display:block; }
#Tt3H0OiiMA7pBtKS6mhLEhPN2pDaZ6c5 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.624125rem;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.1875rem;left:37.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#fR2NdeKqNTZ7A3WaHafls9aFhGb3g8iq { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:37.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#nNeP1kaXmTP1G7VHcNLiyGV6FSDUts6p { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13rem;left:37.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#LznNtTJ2E3DU62WB1KBF4gU3Nq4VkTfw { 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:1.5rem;width:1.5rem;top:7.0625rem;left:35.375rem;overflow:hidden;display:block; }
#T5ncIwvPMOTeRTibU2TuLddDUDUKtfdx { position:absolute;display:block;z-index:15006;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.5rem;width:1.5rem;top:9.9375rem;left:35.375rem;overflow:hidden;display:block; }
#z8KDI6NnbogTFGKTfx68SFkqb9xqRudJ { position:absolute;display:block;z-index:15007;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.5rem;width:1.25rem;top:12.9375rem;left:35.375rem;overflow:hidden;display:block; }
#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s { position:relative;display:block; }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s { background-color: transparent; background-image: none; }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s > .row .container > .video-iframe-container { display: none; }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s > .row > .video-iframe-container { display: none; }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s > .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); }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s { border-width: 0; border-radius: 0; }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s > .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; }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s > .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:12.4375rem;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; }#uklIFy9fAMHO4zUOIPvSRCsc176wq0rs { color:rgba(var(--color-tertiary-4),1);display:block;width:41.6873125rem;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:2.0627174377441rem;left:16.655817031861rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D2K8UKlFEDKe9dL9tP4fh6iUEOUIZQlr { 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: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;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.0625rem;height:3.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:6.1875rem;left:28.4375rem;display:block; }
#S6OAIpGITN3Kmf3rce88b8bsH8zobzy7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uhfDkoS0sTmtM4d1Dg6TT1RUz1fTTU8r { position:absolute;display:block;z-index:15022;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.5625rem;width:1.5625rem;top:7.25rem;left:44.375rem;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:url("https://images.assets-landingi.com/uc/96843456-3ba9-4998-b216-f24253240b89/bgbottom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3.adaptive-delivery-prevent-bg, #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3.lazyload, #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3.lazyloading { background-image: none; }#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:60.125rem;width:75rem;position:relative;display:block; }#MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { position:absolute;z-index:15011;top:18.811851501465rem;left:18.624132156372rem;width:38.25rem;height:35.875rem;display:block; }
#NqrtlTPbML5wf09Aiw1Ah7kR02zHwvx6 { color:#192855;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;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; }
#TwSTsKP9sNdClX6T9c7gLFaGoaqOMwhw { color:#192855;display:block;width:71.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:1.625rem;height:1.2999125rem;text-align:center;text-align-last:center;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; }
#dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { 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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:46.8125rem;width:41.0625rem;top:10.749786376953rem;left:16.999784469604rem;display:block; }
#rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { color:#192855;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.25rem;left:18.125rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { 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; }#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:#121212;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.3;letter-spacing:0;top:3.25rem;left:25.3125rem;height:1.3rem;display:block; }
#yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { color:#121212;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:3.25rem;left:42.125rem;height:1.3rem;display:block; }
#rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { color:#121212;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.25rem;left:55.5rem;height:1.3rem;display:block; }
#A8WwN64xwqduQWvzI4TFCvW8iW9DOam3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.1875rem;top:2.75rem;left:10.25rem;overflow:hidden;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:4.8125rem;height:2.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;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:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:18.4375rem;height:3.3125rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 1199px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:22.8125rem;height:14.6875rem;top:2.3125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:25.3125rem;height:2.5996125rem;top:3.625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #LTBHqM2EtQ221x8tdTJs8xJn2JdG9tMb { width:21.3748125rem;height:3.57421875rem;top:6.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z50mQtxqkBn0HROiTfRd1L3hJ5ztpHmx { width:1.5625rem;height:1.5625rem;top:12.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ck3TbcMMg9EZANQIRT9520omKA9Clptg { display:block; }#ck3TbcMMg9EZANQIRT9520omKA9Clptg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lsV82VioxXIXzpFv2rZGVJfSaw6q6bZE { width:17.8125rem;height:14.749375rem;top:1.531033039093rem;left:1.7350261211395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hbC2aKbsQRmBPBIf3NxQrXHWNHmk8VCS { width:19.4375rem;height:4.3125rem;top:1.4995663166046rem;left:21.041448593139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dm5PzeSfLHMxQ3VRPQm7IPVALzsxCvdA { width:18rem;height:1.625rem;top:2.0616319179535rem;left:21.727212905884rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bo5pq2Le5DommfflCwTG0mvQI4g9fzZU { width:21rem;height:1.2999125rem;top:3.8747832775116rem;left:20.165798187256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWn8akbXappTkQquLQa0f1ht8TC46Ml3 { width:25.125rem;height:3.5rem;top:6.8120667934419rem;left:21.041448593139rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zkn4MD3O7PC2CHgkGrTPm9u8epCUuMnb { width:26.311875rem;height:1.2999125rem;top:10.999348640442rem;left:21.040582418442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXqahDy3AcV3wZ17abAuoddFvqVSBRnW { width:25.7498125rem;height:1.2999125rem;top:13.311633110046rem;left:21.040582418442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQdoatQEVc1czIbWrf7plQH5EzirkiJL { display:block; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row .container { width:47.75rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U89URHtvR3wOGHqwysg8GfX6D6xO34VJ { width:20.3125rem;height:1.625rem;top:2.7495651245117rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gP8upKDeO35vdhJU4cNTRRZXaxdJN7gP { width:36.875rem;height:5.625rem;top:5.3743476867676rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bHuLdHHEHTuNGJSSiphAqh1TpFW0ntT3 { width:1.375rem;height:1.3125rem;top:6.6243476867675rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rpO0FIfEIom0zuplRBEtXQGm4k4oM5bc { width:15.625rem;height:1.625rem;top:6.4366302490238rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lT8WeVrBPMWTDAZioMvOJz38DGLRQJeC { width:22.875rem;height:1.2999125rem;top:8.0620651245119rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BvnTd58AVzI5tlNgc7mZbEuXZ9PrPsHA { width:36.875rem;height:5.625rem;top:11.748264074326rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tdwoe92kmp2i8486Lv1sR6IpT8gefD9J { width:22.875rem;height:1.2999125rem;top:14.43598151207rem;left:3.4375002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUOCTCPKJNBANFWfRhuiQxsEidhEFmKL { width:15.625rem;height:1.625rem;top:12.810547590256rem;left:3.4375002384186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O7XL0CPGwTvDzgP3LBzq5FRNBbdtB3OD { width:1.375rem;height:1.3125rem;top:12.998264074326rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rrxlb8X7LWUMiiV0sg5VNumkalVeut6I { width:36.875rem;height:4rem;top:17.998047590256rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xyyTS0Qz4VTtarlMyu9z04sRZrrlXAsV { width:7.5rem;height:1.2999125rem;top:19.346788883209rem;left:25.624349355698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ilWOaieZGtzk2fWeAvwitoJb1Hcb6prD { width:22.5625rem;height:1.625rem;top:19.185114383697rem;left:3.4375002384186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fFSOE8gERbm8OAyWKvQT9pItuHyx3Q3O { width:1.375rem;height:1.3125rem;top:19.248047590256rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fT0wlAC4pXfGMRGOWLJD4OqBdkF626B1 { width:36.875rem;height:4rem;top:22.937497375488rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDoHrahOptbyxMnkepJc9uOFZXHRl3C3 { width:27.125rem;height:1.625rem;top:24.1245625rem;left:3.4375002384186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MAnr1sITPyOcGmk7N364hMFIEhCoauWr { width:1.375rem;height:1.3125rem;top:24.187497375488rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UBxXsT0LOXodweRNL9Uz3BMlSDVXuAnl { width:20.3125rem;height:1.625rem;top:29.248049259186rem;left:13.717448949814rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cUcN3eR4LieOiiLeEloN06prTnQBgkkw { width:11.5rem;height:11.5rem;top:32.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThiMvwa0mI3KzX3uCEebXrDuk86vpfON { width:1.8125rem;height:2rem;top:33.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmCTCb8ZtRGWD2znLE2R555KUSA0XgpB { width:9.875rem;height:5.19965625rem;top:37.0625rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f2OpVn7HtZZyErynntfuEVBlm6b6K2Uz { width:11.5rem;height:11.5rem;top:32.1875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rSN4DfkWzGX2oDVOogwsxfGHHsBBu2HJ { width:9.875rem;height:5.19965625rem;top:37.0625rem;left:18.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ncqudIr55DdlEocTSVkVCX1pklTrkAgm { width:1.75rem;height:1.75rem;top:33.6875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SKGSqbIOkN5QvQGI7VROD57w0opGofIA { width:11.5rem;height:11.5rem;top:32.1875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IE1IwmXesLU7pZ4ILHECB2zW3019NFdG { width:9.875rem;height:5.19965625rem;top:37.0625rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCGmblOvI7oIubcgVfL5J4pkaSGhp4Ia { width:1.6875rem;height:1.6875rem;top:33.6875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvwLH9CT6Q93bOlQx4OeXvb0sIoMar8J { width:11.5rem;height:11.5rem;top:44.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQipMxxAKIsJTK26OWv830EmVTWh8TMm { width:9.875rem;height:5.19965625rem;top:49.125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRGZ7L6dub1pWEEOfxXsHwRUpXDnKfcG { width:1.5625rem;height:1.9375rem;top:45.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Un35ISEQJ2dpQP5TSuaBMmIFqJ6Sbarp { width:11.5rem;height:11.5rem;top:44.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zseZdAkZFdOQX5uCG8rinh1UpUJ1QcJQ { width:9.875rem;height:3.8997375rem;top:49.25rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyT1IyiuHFUWXApxNKkLSVAapA3SWAMu { width:1.5625rem;height:1.5625rem;top:45.875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp { display:block; }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp > .row .container { width:47.75rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OOREvv6ozcCgFhUG3SiTVx40JZK6Nf3d { width:20.375rem;height:15.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wnxvhUuPbS6OySuOtDMTd3r4QR3eZtro { width:12.5rem;height:1.625rem;top:4.125rem;left:21.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tt3H0OiiMA7pBtKS6mhLEhPN2pDaZ6c5 { width:20.0625rem;height:2.599825rem;top:6.76150226593rem;left:23.624133825302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fR2NdeKqNTZ7A3WaHafls9aFhGb3g8iq { width:24.125rem;height:1.2999125rem;top:9.9375rem;left:23.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nNeP1kaXmTP1G7VHcNLiyGV6FSDUts6p { width:24.125rem;height:1.2999125rem;top:13rem;left:23.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LznNtTJ2E3DU62WB1KBF4gU3Nq4VkTfw { width:1.5rem;height:1.5rem;top:7.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5ncIwvPMOTeRTibU2TuLddDUDUKtfdx { width:1.5rem;height:1.5rem;top:9.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8KDI6NnbogTFGKTfx68SFkqb9xqRudJ { width:1.25rem;height:1.5rem;top:12.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s { display:block; }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s > .row .container { width:47.75rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uklIFy9fAMHO4zUOIPvSRCsc176wq0rs { width:41.625rem;height:1.625rem;top:2.0625rem;left:3.0308170318604rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2K8UKlFEDKe9dL9tP4fh6iUEOUIZQlr { width:18.4375rem;height:3.3125rem;top:5.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6OAIpGITN3Kmf3rce88b8bsH8zobzy7 { display:block; }
 }@media only screen and (max-width: 1199px) { #uhfDkoS0sTmtM4d1Dg6TT1RUz1fTTU8r { width:1.5625rem;height:1.5625rem;top:5.9375rem;left:31rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:38.875rem;height:37rem;top:15.3125rem;left:4.4368493556976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NqrtlTPbML5wf09Aiw1Ah7kR02zHwvx6 { width:47.75rem;height:1.7068125rem;top:1.5rem;left:0rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #TwSTsKP9sNdClX6T9c7gLFaGoaqOMwhw { width:47.75rem;height:2.76171875rem;top:4.4375rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:41.0625rem;height:46.1875rem;top:8.8747825622556rem;left:3.3745660781861rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:47.75rem;height:2.11263125rem;top:11.4375rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:16.375rem;height:1.462675rem;top:5.5390625rem;left:15.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:12.8125rem;height:1.462675rem;top:7.8125rem;left:17.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:9.25rem;height:1.462675rem;top:9.2734375rem;left:19.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #A8WwN64xwqduQWvzI4TFCvW8iW9DOam3 { width:6.9375rem;height:3.625rem;top:1.25rem;left:20.40625rem;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.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGqMMPqrHHT2E6Tunsergqh4x0r8pysn { width:4.1875rem;height:2.25rem;top:1.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;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:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:18.624125rem;height:3.62413125rem;top:22.064888000488rem;left:0.68793410062787rem;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:14.124375rem;height:9.124375rem;top:11.634115219116rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:19.9370625rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTBHqM2EtQ221x8tdTJs8xJn2JdG9tMb { width:20rem;height:3.57421875rem;top:6.4463977813719rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z50mQtxqkBn0HROiTfRd1L3hJ5ztpHmx { width:1.5625rem;height:1.5625rem;top:13.82161875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ck3TbcMMg9EZANQIRT9520omKA9Clptg { display:block; }#ck3TbcMMg9EZANQIRT9520omKA9Clptg > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsV82VioxXIXzpFv2rZGVJfSaw6q6bZE { width:17.8125rem;height:14.749375rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbC2aKbsQRmBPBIf3NxQrXHWNHmk8VCS { width:19.436875rem;height:4.31206875rem;top:17.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm5PzeSfLHMxQ3VRPQm7IPVALzsxCvdA { width:17.9980625rem;height:1.625rem;top:18.3125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo5pq2Le5DommfflCwTG0mvQI4g9fzZU { width:20rem;height:1.2999125rem;top:19.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWn8akbXappTkQquLQa0f1ht8TC46Ml3 { width:20rem;height:3.5rem;top:23.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zkn4MD3O7PC2CHgkGrTPm9u8epCUuMnb { width:20rem;height:2.599825rem;top:28.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXqahDy3AcV3wZ17abAuoddFvqVSBRnW { width:20rem;height:2.599825rem;top:31.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQdoatQEVc1czIbWrf7plQH5EzirkiJL { display:block; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U89URHtvR3wOGHqwysg8GfX6D6xO34VJ { width:20rem;height:1.625rem;top:1.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gP8upKDeO35vdhJU4cNTRRZXaxdJN7gP { width:20rem;height:5.625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHuLdHHEHTuNGJSSiphAqh1TpFW0ntT3 { width:1.375rem;height:1.3125rem;top:2.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpO0FIfEIom0zuplRBEtXQGm4k4oM5bc { width:15.625rem;height:1.625rem;top:4.8187937736511rem;left:2.1875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT8WeVrBPMWTDAZioMvOJz38DGLRQJeC { width:20rem;height:1.2999125rem;top:6.4431424140931rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvnTd58AVzI5tlNgc7mZbEuXZ9PrPsHA { width:20rem;height:5.625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdwoe92kmp2i8486Lv1sR6IpT8gefD9J { width:20rem;height:1.2999125rem;top:13.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUOCTCPKJNBANFWfRhuiQxsEidhEFmKL { width:15.625rem;height:1.625rem;top:11.875rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7XL0CPGwTvDzgP3LBzq5FRNBbdtB3OD { width:1.3125rem;height:1.2524197031346rem;top:14.6875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rrxlb8X7LWUMiiV0sg5VNumkalVeut6I { width:20rem;height:5.625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyTS0Qz4VTtarlMyu9z04sRZrrlXAsV { width:7.8125rem;height:1.2999125rem;top:21.498263835907rem;left:6.0937502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilWOaieZGtzk2fWeAvwitoJb1Hcb6prD { width:20rem;height:3.25rem;top:18.249566793442rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFSOE8gERbm8OAyWKvQT9pItuHyx3Q3O { width:1.3125rem;height:1.2524197031346rem;top:18.75rem;left:0.62500011920931rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT0wlAC4pXfGMRGOWLJD4OqBdkF626B1 { width:20rem;height:5.625rem;top:24.375003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDoHrahOptbyxMnkepJc9uOFZXHRl3C3 { width:20rem;height:3.25rem;top:25.562068939209rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAnr1sITPyOcGmk7N364hMFIEhCoauWr { width:1.3125rem;height:1.2524197031346rem;top:25.625003814698rem;left:0.62500011920931rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBxXsT0LOXodweRNL9Uz3BMlSDVXuAnl { width:20rem;height:1.625rem;top:31.250003814698rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cUcN3eR4LieOiiLeEloN06prTnQBgkkw { width:11.5rem;height:11.5rem;top:34.124353814697rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiMvwa0mI3KzX3uCEebXrDuk86vpfON { width:1.8125rem;height:2rem;top:35.624353814697rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmCTCb8ZtRGWD2znLE2R555KUSA0XgpB { width:9.874125rem;height:5.19965625rem;top:38.999353814697rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2OpVn7HtZZyErynntfuEVBlm6b6K2Uz { width:11.4375rem;height:11.4375rem;top:46.873914001465rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSN4DfkWzGX2oDVOogwsxfGHHsBBu2HJ { width:9.874125rem;height:5.19965625rem;top:51.748914001465rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncqudIr55DdlEocTSVkVCX1pklTrkAgm { width:1.75rem;height:1.75rem;top:48.373914001465rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKGSqbIOkN5QvQGI7VROD57w0opGofIA { width:11.4375rem;height:11.4375rem;top:59.559456344604rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE1IwmXesLU7pZ4ILHECB2zW3019NFdG { width:9.749375rem;height:5.19965625rem;top:64.434456344606rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCGmblOvI7oIubcgVfL5J4pkaSGhp4Ia { width:1.6875rem;height:1.6875rem;top:61.059456344604rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvwLH9CT6Q93bOlQx4OeXvb0sIoMar8J { width:11.4375rem;height:11.4375rem;top:72.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQipMxxAKIsJTK26OWv830EmVTWh8TMm { width:11.25rem;height:5.19965625rem;top:76.875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRGZ7L6dub1pWEEOfxXsHwRUpXDnKfcG { width:1.5625rem;height:1.9375rem;top:73.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un35ISEQJ2dpQP5TSuaBMmIFqJ6Sbarp { width:11.4375rem;height:11.4375rem;top:84.747180461881rem;left:4.2805994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #zseZdAkZFdOQX5uCG8rinh1UpUJ1QcJQ { width:10.686875rem;height:3.8997375rem;top:90.435115814206rem;left:4.6560333371163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyT1IyiuHFUWXApxNKkLSVAapA3SWAMu { width:2rem;height:2rem;top:86.7480506897rem;left:8.9984810948375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp { display:block; }#lLhKFT5nTm1m7vIbyGOO7gghvvKi51Wp > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOREvv6ozcCgFhUG3SiTVx40JZK6Nf3d { width:20rem;height:15.398773006135rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnxvhUuPbS6OySuOtDMTd3r4QR3eZtro { width:12.5rem;height:1.625rem;top:17.89825rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tt3H0OiiMA7pBtKS6mhLEhPN2pDaZ6c5 { width:17.4370625rem;height:2.599825rem;top:21.25rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR2NdeKqNTZ7A3WaHafls9aFhGb3g8iq { width:14.436875rem;height:2.599825rem;top:25.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNeP1kaXmTP1G7VHcNLiyGV6FSDUts6p { width:14.1873125rem;height:2.599825rem;top:29.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LznNtTJ2E3DU62WB1KBF4gU3Nq4VkTfw { width:1.5rem;height:1.5rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ncIwvPMOTeRTibU2TuLddDUDUKtfdx { width:1.5rem;height:1.5rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8KDI6NnbogTFGKTfx68SFkqb9xqRudJ { width:1.25rem;height:1.5rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s { display:block; }#h3g4tbGODz1qa4HGQatFyS5Ok4TJ5K4s > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uklIFy9fAMHO4zUOIPvSRCsc176wq0rs { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2K8UKlFEDKe9dL9tP4fh6iUEOUIZQlr { width:18rem;height:3.625rem;top:5.7487rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6OAIpGITN3Kmf3rce88b8bsH8zobzy7 { display:block; }
 }@media only screen and (max-width: 763px) { #uhfDkoS0sTmtM4d1Dg6TT1RUz1fTTU8r { width:1.5625rem;height:1.5625rem;top:7.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:18.75rem;height:41.875rem;top:19.30624961853rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqrtlTPbML5wf09Aiw1Ah7kR02zHwvx6 { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwSTsKP9sNdClX6T9c7gLFaGoaqOMwhw { width:18.75rem;height:5.19965625rem;top:5.425rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:20rem;height:44.8125rem;top:17.837509155274rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:20rem;height:2.11263125rem;top:12.473964691162rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:16.375rem;height:1.462675rem;top:4.6875rem;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.462675rem;top:7.3984375rem;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.462675rem;top:10.109375rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8WwN64xwqduQWvzI4TFCvW8iW9DOam3 { width:4.1875rem;height:2.1880630630631rem;top:1.25rem;left:7.875rem;display:block; }
 }