.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:227,245,255;--color-primary-1:157,178,212;--color-primary-2:92,126,183;--color-primary-3:51,94,165;--color-primary-4:18,25,37;--color-secondary-0:255,251,236;--color-secondary-1:255,240,192;--color-secondary-2:255,225,129;--color-secondary-3:128,113,65;--color-secondary-4:38,34,19;--color-tertiary-0:255,255,255;--color-tertiary-1:241,245,248;--color-tertiary-2:57,57,57;--color-tertiary-3:2,4,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }body { background-color:#f4f4f4;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX > .row .container { background-color: transparent; background-image: none; }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX > .row .container > .video-iframe-container { display: none; }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX > .row > .video-iframe-container { display: none; }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX > .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); }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX > .row .container { border-width: 0; border-radius: 0; }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX > .row .container { font-size:0.875rem;font-family:"open sans";height:5.125rem;width:75rem;position:relative;display:block; }#K3xRoHCRACLBHZBIclef0WG7pahJqLTa { display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.837890625rem;left:32.4375rem;height:1.13769375rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.3025rem;padding-right:0.269375rem;padding-bottom:0.3025rem;padding-left:0.269375rem;display:block;align-items:center;width:1.616875rem;min-width:1.616875rem;height:1.625625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.21rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.155625rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.45375rem;font-weight:400;line-height:10.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:3.481875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.4453125rem;left:46.25rem;z-index:15001; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #afhSUv67oDlSFBqd4Cx6m4Mb0fr0o5UC { display:flex;position:relative;top:0rem;left:0rem; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #CIENgbRtRZ93eJXypuOICcK37pWG4Eb7 { width:auto; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #ROHiSm2KE7Uiq2WG7qHsKHSage0tW3mU {  }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #Pm7RgVf9A7lZcMyyxdpTeT0benGqUKFE { display:flex;position:relative;top:0rem;left:0rem; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #zFIO07lKR5NumDJFSlspMSTkKlcgVmgg {  }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #THFt9RMyFSG8qLHWovpQvexU4z3X1Qiz {  }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #H41zNn93CMn9IcOaTFSw314aJx1C4oGf { display:flex;position:relative;top:0rem;left:0rem; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #HkTk6tupzVLaLCfuGzEkEZF4IGWB6IQO {  }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #grbJhk7bDrDNdGU7HcEJgABg7ATmy6WT {  }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #wl1QUbGiHc74wCv1Cbix0U8QMvThQc80 { display:flex;position:relative;top:0rem;left:0rem; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #Ud5CpMQr4ns9ZLlwMbTrobFzO5dkBNzU {  }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #iHAIKh5dT05k0FuQxGIw2F4Zk5K2Rytd {  }
#zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));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: 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:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.75rem;left:62.271484375rem;display:block; }
#KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqHxRxQBOGUE9R4lJKvryowDNkHv7xTv { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:15.5625rem;top:0.90625rem;left:1.396484375rem;overflow:hidden;display:block; }
#PJ7bv14VyOpNETBAlO85oQl617JnsToA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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:none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { font-size:0.875rem;font-family:arial;height:81.5625rem;width:75rem;position:relative;display:none; }#ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { color:rgba(var(--color-tertiary-1),1);display:block;width:54.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.874267578125rem;left:12.310791015625rem;height:5.8483875rem;text-align:center;text-align-last:center;display:block; }
#D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { color:rgba(var(--color-tertiary-1),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1875rem;left:14.09375rem;height:7.473125rem;font-style:normal;display:block; }
#NtgfU8kTZylRLf2fd9En4wsIoiPwhq10 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.84765625rem;left:30.623046875rem;height:1.86889375rem;font-style:normal;display:block; }
#rmDa1JS83TBEJfLyIsI7kwTc3DJbJvsd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5625rem;left:22.0625rem;height:2.4375rem;font-style:normal;display:block; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.54rem;padding-right:0.4775rem;padding-bottom:0.54rem;padding-left:0.4775rem;display:block;align-items:center;width:2.863125rem;min-width:2.863125rem;height:2.901875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.16rem;font-weight:700;line-height:46.43px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.818125rem;height:1.146875rem;position:relative;font-family:"open sans";font-size:0.81rem;font-weight:400;line-height:18.35px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.25rem;height:5.46484375rem;padding-top:0.675rem;padding-right:0.681875rem;padding-bottom:0.675rem;padding-left:0.681875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:67.3125rem;left:30rem;z-index:15017; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #pZBWo3iQoOFQ38HbEq74zbtotyk23wyC { display:flex;position:relative;top:0rem;left:0rem; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #xBRWWTbwaJhL9V2FFik1euasg7zH56ct { width:auto; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #p9rR13lvAbPbMBlFn9sb2fDNZx65G39N {  }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #K9XkUMD37yIaB8aaXvbCQ2VhgdkBRbSi { display:flex;position:relative;top:0rem;left:0rem; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #DOUso6DlmM78GhNGyRG98vsBxUqmHfdk {  }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #PPpR7THUNQoGtoyCWDD0sXfJp93JGqHU {  }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #uJ3T7WKchpb4zBcCQHcxyxLAJWR6TThX { display:flex;position:relative;top:0rem;left:0rem; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #dlARer7XkyIL5xduWW4EX7X8urU7b4wu {  }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #UbB2h1TazAz1600BPJMWBKXTnfRELDoE {  }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #owNATzLuFG5ImOnp8JUJN0AMGcTf7l8v { display:flex;position:relative;top:0rem;left:0rem; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #yTm3b8bbX3xRxzTSn8gmvQ2M8aCmFHpT {  }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #nZQWCVOsMMtg5SFZgXdX7rOEU7BHHSWt {  }
#kNE5EVbuAW50uJ424Z8ymCWVBnVb703o { color:rgba(var(--color-tertiary-1),1);display:block;width:18.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:65rem;left:30.5625rem;height:1.62475625rem;display:block; }
#hP4rbSDRheZOkxPO7II6tsTEgzV7rIhB { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.624rem;width:4.499025rem;top:63.25rem;left:24.875rem;overflow:hidden;display:block; }
#HvFK6KMA49o1OJ6mW179tG3gzQRSTHzi { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));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: 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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:58.375rem;left:26.4375rem;display:block; }
#nJDaQCJel5X69GbdEeK205k4DMRWWJlP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHKpc41O22IKmbcSbNVMBykuo7fT8Xxq { 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:1.311525rem;width:1.811525rem;top:59.6875rem;left:47.1875rem;overflow:hidden;display:block; }
#xPktx8r0rUbn4H7gttvUm1d7UKBoGrvB { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:4.1875rem;width:33.375rem;top:4.6875rem;left:20.8125rem;display:block; }
#SZd2c6Io33m46OXEforV4PXgJDqKhmNH { color:rgba(var(--color-tertiary-1),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:54.6875rem;left:29.625rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#IZTgEUiWI5JGcNEWMZmas5PtONyTPwWv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.43725rem;width:35.625rem;top:26.8701171875rem;left:21.934814453125rem;overflow:hidden;display:block; }
#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row .container { background-color: transparent; background-image: none; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row .container > .video-iframe-container { display: none; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row > .video-iframe-container { display: none; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .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); }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row .container { border-width: 0; border-radius: 0; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#fQ9sXXQNavdipC2wBaah8X4nqW8kukIX { color:rgba(var(--color-tertiary-1),1);display:block;width:39.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:23.193359375rem;left:0rem;height:5.7744125rem;display:block; }
#WcQqDcVK3H8iAIIS411VBuLzPCsSgqau { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.2998046875rem;left:0rem;height:10.4795rem;font-style:normal;display:block; }
#JtcQ2agE8wJXE9yIW65rSdaILpHdA2rM { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.728515625rem;left:0.5rem;height:1.54296875rem;font-style:normal;display:block; }
#pSqtaq3tB7xVWS7eWruS1y2ecEiBSP6p { color:rgba(var(--color-tertiary-1),1);display:block;width:11.8105625rem;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:6.6240234375rem;left:63.1884765625rem;height:1.29980625rem;display:block; }
#vlqNv5THdAm86ASa0xt7ncIUNePoSUdp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.75rem;width:34.5rem;top:5.8115234375rem;left:40.5rem;overflow:hidden;display:block; }
#qMlN0AnQmDicwxWK65kSwTaCH5ReLv1o { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:11.5625rem;top:7.8623046875rem;left:63.4375rem;overflow:hidden;display:block; }
#ysn3LCRNy8mGrFTMNAlyzF6OPLr39MV4 { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));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: 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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4355625rem;height:3.936525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.0625rem;left:0rem;display:block; }
#grXedeaWptD1PSRV5u9PK7qUqV66qvN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JIU16ZW1uUstZ162yvaAK4JWBULxtK0W { 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:1.311525rem;width:1.811525rem;top:32.375rem;left:14.9375rem;overflow:hidden;display:block; }
#pNLxD3TW97dQ3TtNaHMXbc3vhB53miTx { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:3.625rem;width:22.0625rem;top:4.6875rem;left:0rem;display:block; }
#Gdccz1TC6he9fg8RbG2ogftJmhq8gb3H { color:rgba(var(--color-tertiary-1),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.8115234375rem;left:0rem;height:1.625rem;display:block; }
#KfrPM7wz1xTOmJzwZrttzNmUftVamasJ { color:rgba(var(--color-tertiary-1),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.8125rem;left:0rem;height:1.625rem;display:none; }
#Xq6EUZKk0Kz8CMXVl6ibcXxsNJ7RvTTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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:none; }#Xq6EUZKk0Kz8CMXVl6ibcXxsNJ7RvTTk > .row .container { border-width: 0; border-radius: 0; }#Xq6EUZKk0Kz8CMXVl6ibcXxsNJ7RvTTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xq6EUZKk0Kz8CMXVl6ibcXxsNJ7RvTTk > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:none; }#PW16ia2F0b3lvZUTLaW2TdLbSQspyzbH { color:rgba(var(--color-tertiary-1),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:22.880859375rem;left:0rem;height:5.7714875rem;display:block; }
#cuUFsLurltysiIhSVuAfvrmcpaIokv4m { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.2998046875rem;left:0rem;height:10.4809375rem;font-style:normal;display:block; }
#J5oVd2xfgsGxdPvcoF747mIXPUHOTKUb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.728515625rem;left:0.5rem;height:1.54296875rem;font-style:normal;display:block; }
#yqJikO4OsQQm6NCHDPlVmkoB0Lar5e7s { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.81175rem;width:37.749rem;top:9.263916015625rem;left:37.2509765625rem;overflow:hidden;display:block; }
#wN7u1AHTRIaoVSplHaFf2VyuEot5kNBA { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));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: 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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4355625rem;height:3.936525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.0625rem;left:0rem;display:block; }
#tA0wNsxL8QTN6QLOPI8EVE8HUPl907UW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLpULQCvrk4ISKbgnda1HnTz1vag0MBI { 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:1.311525rem;width:1.811525rem;top:32.375rem;left:14.9375rem;overflow:hidden;display:block; }
#ahVGmo7lziIRdnMJhtpSgNbt44blFHfO { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:3.625rem;width:22.0625rem;top:4.6875rem;left:0rem;display:block; }
#kiaZiXAtWKg7moiNeIs48WRWqzQnyeB0 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.8125rem;left:0rem;height:1.625rem;display:block; }
#tHUQ8WT42OUfOEO2AhI5Ta9JRbU8CrNW { color:rgba(var(--color-tertiary-1),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.8125rem;left:0rem;height:1.625rem;display:none; }
#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 > .row .container { background-color: transparent; background-image: none; }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 > .row .container > .video-iframe-container { display: none; }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 > .row > .video-iframe-container { display: none; }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 > .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); }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 > .row .container { border-width: 0; border-radius: 0; }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#LvBhIXU836S3Qe9cpR6EqqiTr4sPEtK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:33.3740234375rem;height:5.6875rem;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; }
#h2ohLUVH3zTg2MJhhDDVNwXrCtg4UXlW { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.15478515625rem;left:33.3740234375rem;height:15.125rem;overflow:hidden;display:block; }#h2ohLUVH3zTg2MJhhDDVNwXrCtg4UXlW li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#h2ohLUVH3zTg2MJhhDDVNwXrCtg4UXlW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#bGxdttqZUdoVQA12r12hC7H5ZPHBq7xX { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));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: 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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.43725rem;height:3.93676875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.624267578125rem;left:42.09228515625rem;display:block; }
#bZopDLVgm2pKdRZe5yoeIq2X6pGwNSAP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eClgLqf7zi1OiNWT5gMmKk4ZknHWklUw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:30.9375rem;top:3.248291015625rem;left:0rem;overflow:hidden;display:block; }
#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(244,244,244,0.94);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; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { background-color: transparent; background-image: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .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); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { border-width: 0; border-radius: 0; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.4687543511391rem;left:7.561718940735rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy { position:relative;display:block; }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy { background-color: transparent; background-image: none; }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy > .row .container > .video-iframe-container { display: none; }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy > .row > .video-iframe-container { display: none; }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy > .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); }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy { border-width: 0; border-radius: 0; }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:93.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JHtCpsMtlrzE3Foio9OVMSdaXrAfsAs4 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.75rem;width:16.3125rem;top:2.375rem;left:10.25rem;display:block; }
#GLDvJZPVtwFxU24cnfIfsAvkhXRrdT6B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.25rem;left:12.125rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u8f8cslZ347u8mntCwTdbVDZ1Ta64PDD { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:32.6875rem;top:8.3125rem;left:10.25rem;display:block; }
#wk6AaxiTVqbBTQ2qN9TBayolw4twfOx5 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8125rem;left:12.125rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M0k51e625v0ylSbxFJFJhDT0BOkru7As { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:51rem;top:15.625rem;left:10.25rem;display:block; }
#wX2ZeZUFTtk5EIJAG9v5Hnc91Ta5sM5L { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:12.125rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t1NWnT39IQctz822RRuv8S9f5bi127HL { color:rgba(var(--color-tertiary-0),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:36.25rem;left:12.1875rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MWeqvfAT2urltXTH3fgQO7lpJ52oKmru { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.6875rem;width:50.875rem;top:34.75rem;left:10.25rem;display:block; }
#otvuNxo3br9bqT9I97JtOXotRAv6dC5Z { color:rgba(var(--color-tertiary-0),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:57.5625rem;left:12.1875rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d3Gw1Hm1F7pxN70C3BvbAg58lbvez3OF { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:50.3125rem;top:56.0625rem;left:10.25rem;display:block; }
#cTAaCkdQ8wvWZVwexnZMD66p3DSqWpuN { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:32.6875rem;top:72.4375rem;left:10.25rem;display:block; }
#R6TGRxbTURXZTsz26GGxOO1DMy07ouse { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.9995125rem;top:84.3125rem;left:45.4375rem;overflow:hidden;display:block; }
#CgD0XT2FTEDEd8zJr6RzkvCn9q9MixTi { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:0.3125rem;top:2.374267578125rem;left:10.2490234375rem;display:block; }
#c1eMIxpGf63T4MC4NnkFrSKGcqE9eckn { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));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: 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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4348125rem;height:3.93555rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:83.125rem;left:30.375rem;display:block; }
#bDenyAb8aFk6VFAuHISzZsgqtPTcsZgF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IEGTPvGyzvEdLt99qg17T8xGGPyLCybe { color:rgba(var(--color-tertiary-4),1);display:block;width:38.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.686767578125rem;left:12.1240234375rem;height:10.0215rem;overflow:hidden;display:block; }#IEGTPvGyzvEdLt99qg17T8xGGPyLCybe li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#IEGTPvGyzvEdLt99qg17T8xGGPyLCybe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#MUtcywWdfWLh6yT5k07TbfdKJaRwJpUG { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:43.499755859375rem;left:12.1240234375rem;height:10.0215rem;overflow:hidden;display:block; }#MUtcywWdfWLh6yT5k07TbfdKJaRwJpUG li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#MUtcywWdfWLh6yT5k07TbfdKJaRwJpUG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#kibHJClFZyOA3NNC20sf7xdoUPdc8Ztb { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:63.49853515625rem;left:12.1240234375rem;height:6.472625rem;overflow:hidden;display:block; }#kibHJClFZyOA3NNC20sf7xdoUPdc8Ztb li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#kibHJClFZyOA3NNC20sf7xdoUPdc8Ztb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#paBCTOFTAheTPnESwePo4DrNmItI2zqt { color:rgba(var(--color-tertiary-0),1);display:block;width:42.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:73.9375rem;left:12.125rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row .container { background-color: transparent; background-image: none; }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row .container > .video-iframe-container { display: none; }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row > .video-iframe-container { display: none; }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .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); }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row .container { border-width: 0; border-radius: 0; }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row .container { font-size:0.875rem;font-family:rubik;height:38.5625rem;width:75rem;position:relative;display:block; }#Zve7rH1Tk1M475RXCgKgVbtOT0cIEzGr { position:absolute;display:block;z-index:15002;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:27.5rem;width:60.375rem;top:8.624267578125rem;left:7.31201171875rem;display:block; }
#sZ2KeUVnZx3M47WQzLCQEahGaWMITalG { color:rgba(var(--color-tertiary-3),1);display:block;width:31.875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:9.3125rem;left:24.0625rem;height:2.44995rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mgEEdDVLLR31Pnxwg5T5gehwTlesBLRB { color:rgba(var(--color-tertiary-4),1);display:block;width:41.062rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:16.06201171875rem;left:24.0625rem;height:19.33498125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#GFJkTzS6hLfvigf3NrtX0Q9BBVbefIwe { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:16.31225rem;width:12.937rem;top:6.002197265625rem;left:9.06005859375rem;overflow:hidden;display:block; }
#ye7l4Tb5UhM89ekQpEERMu6XFHzrcQr3 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.0625rem;left:24.0625rem;height:2.5996125rem;font-style:italic;display:block; }
#lClg4IuBX2B7ZNFAtmMIvunTI8XgWTgF { color:rgba(var(--color-primary-0),1);display:block;width:29.8108125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.482666015625rem;left:26.20361328125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn > .row .container { background-color: transparent; background-image: none; }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn > .row .container > .video-iframe-container { display: none; }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn > .row > .video-iframe-container { display: none; }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn > .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); }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn > .row .container { border-width: 0; border-radius: 0; }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#c84681W4NJpmlqcABEA6mTf23ecpyVSr { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.062744140625rem;left:31.683349609375rem;height:4.8125rem;font-style:normal;display:block; }
#ZrV5HJeA3LimGgJLsst3eTwphG638DF4 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:11.15625rem;left:34.5rem;height:16.25rem;overflow:hidden;display:block; }#ZrV5HJeA3LimGgJLsst3eTwphG638DF4 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZrV5HJeA3LimGgJLsst3eTwphG638DF4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#HsBpWx1sdLH2Rs6frcaMOnErE5mczA7V { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6855625rem;width:31.6855625rem;top:6.5009765625rem;left:0rem;overflow:hidden;display:block; }
#rNVrwqcdV4y36rWAbnTn4qxUCnoAy0wH { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));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: 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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.6875rem;left:34.5rem;display:block; }
#TzJdVIxbIecXv61dexTiyXWSnGm6GaKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rzDiuLx4L9Ono49R5Z55xFFfGPL403rR { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.311525rem;width:1.811525rem;top:32rem;left:50.625rem;overflow:hidden;display:block; }
#QtexsyItezCTvxPOxBRG3CZTya4nOnzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { border-width: 0; border-radius: 0; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:none; }#rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:9.4375052452087rem;left:35.062500953674rem;height:1.80625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.875rem;left:35.062500953674rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:12.300004482269rem;left:35.062500953674rem;height:12.639625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:23.6875rem;top:2.625rem;left:7.5rem;overflow:hidden;display:block; }
#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { border-width: 0; border-radius: 0; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { color:rgba(var(--color-tertiary-1),1);display:block;width:56.1853125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.43017578125rem;left:9.996337890625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bwwL0OWlC8JPekkGrd9Q0EUO9QRqlF9k { color:rgba(var(--color-tertiary-1),1);display:block;width:54.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.735595703125rem;left:10.65185546875rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),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; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { background-color: transparent; background-image: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container > .video-iframe-container { display: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container { display: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .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); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { border-width: 0; border-radius: 0; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:48.5625rem;width:47.9375rem;top:2.0625rem;left:13.5625rem;display:block; }
#gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:6.4375rem;left:20.3125rem;height:2.70019375rem;text-align:center;text-align-last:center;color:rgba(13,35,57,0.5);display:block; }
#JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { display:block;width:33.5625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:3.25rem;left:21.1875rem;height:2.0996125rem;text-align:center;text-align-last:center;color:rgba(13,35,57,0.5);display:block; }
#zoCtXr8AngwZEPDpeX93tNo4uudd0u8p { position:absolute;z-index:15029;top:10.625rem;left:21.0625rem;width:34.4375rem;height:36.875rem;display:block; }
#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { background-color: transparent; background-image: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container > .video-iframe-container { display: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container { display: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .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); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { border-width: 0; border-radius: 0; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { font-size:0.875rem;font-family:"open sans";height:9.375rem;width:75rem;position:relative;display:block; }#uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.3437442779541rem;left:7.530468940735rem;height:4.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX { display:block; }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K3xRoHCRACLBHZBIclef0WG7pahJqLTa { width:15.06225rem;height:1.29980625rem;top:1.75537109375rem;left:17.216796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH .widget-text.counter-number { padding-top:0.3125rem;padding-right:0.2775rem;padding-bottom:0.3125rem;padding-left:0.2775rem;width:1.663125rem;min-width:1.663125rem;height:1.679375rem;font-size:1.25rem;line-height:26.87px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.2175rem;height:0.66375rem;font-size:0.46875rem;line-height:10.62px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH { display:flex;width:12.875rem;height:3.16375rem;top:0.843505859375rem;left:32.27783203125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #afhSUv67oDlSFBqd4Cx6m4Mb0fr0o5UC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #CIENgbRtRZ93eJXypuOICcK37pWG4Eb7 {  }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #ROHiSm2KE7Uiq2WG7qHsKHSage0tW3mU {  }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #Pm7RgVf9A7lZcMyyxdpTeT0benGqUKFE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #zFIO07lKR5NumDJFSlspMSTkKlcgVmgg {  }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #THFt9RMyFSG8qLHWovpQvexU4z3X1Qiz {  }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #H41zNn93CMn9IcOaTFSw314aJx1C4oGf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #HkTk6tupzVLaLCfuGzEkEZF4IGWB6IQO {  }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #grbJhk7bDrDNdGU7HcEJgABg7ATmy6WT {  }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #wl1QUbGiHc74wCv1Cbix0U8QMvThQc80 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #Ud5CpMQr4ns9ZLlwMbTrobFzO5dkBNzU {  }
 }@media only screen and (max-width: 1199px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #iHAIKh5dT05k0FuQxGIw2F4Zk5K2Rytd {  }
 }@media only screen and (max-width: 1199px) { #zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { width:17.9375rem;height:3.3125rem;top:45.7646484375rem;left:15.78125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block; }
 }@media only screen and (max-width: 1199px) { #cqHxRxQBOGUE9R4lJKvryowDNkHv7xTv { width:15.5625rem;height:3.3125rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { display:none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:47.75rem;height:53.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { width:36.375rem;height:6.8213125rem;top:37.6396484375rem;left:6.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { width:34.624rem;height:9.5068125rem;top:19.9365234375rem;left:6.561279296875rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #NtgfU8kTZylRLf2fd9En4wsIoiPwhq10 { width:21.499rem;height:4.55078125rem;top:17.266845703125rem;left:7.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rmDa1JS83TBEJfLyIsI7kwTc3DJbJvsd { width:10rem;height:2.92358125rem;top:1.3812503814698rem;left:1.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 { display:flex;width:19.1875rem;height:5.4375rem;top:67.3125rem;left:16.375rem; }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #pZBWo3iQoOFQ38HbEq74zbtotyk23wyC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #xBRWWTbwaJhL9V2FFik1euasg7zH56ct {  }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #p9rR13lvAbPbMBlFn9sb2fDNZx65G39N {  }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #K9XkUMD37yIaB8aaXvbCQ2VhgdkBRbSi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #DOUso6DlmM78GhNGyRG98vsBxUqmHfdk {  }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #PPpR7THUNQoGtoyCWDD0sXfJp93JGqHU {  }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #uJ3T7WKchpb4zBcCQHcxyxLAJWR6TThX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #dlARer7XkyIL5xduWW4EX7X8urU7b4wu {  }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #UbB2h1TazAz1600BPJMWBKXTnfRELDoE {  }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #owNATzLuFG5ImOnp8JUJN0AMGcTf7l8v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #yTm3b8bbX3xRxzTSn8gmvQ2M8aCmFHpT {  }
 }@media only screen and (max-width: 1199px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #nZQWCVOsMMtg5SFZgXdX7rOEU7BHHSWt {  }
 }@media only screen and (max-width: 1199px) { #kNE5EVbuAW50uJ424Z8ymCWVBnVb703o { width:36.375rem;height:1.70605625rem;top:37.6396484375rem;left:6.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hP4rbSDRheZOkxPO7II6tsTEgzV7rIhB { width:4.4375rem;height:6.5340460688567rem;top:63.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HvFK6KMA49o1OJ6mW179tG3gzQRSTHzi { width:17.9375rem;height:3.3125rem;top:45.7646484375rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJDaQCJel5X69GbdEeK205k4DMRWWJlP { display:block; }
 }@media only screen and (max-width: 1199px) { #EHKpc41O22IKmbcSbNVMBykuo7fT8Xxq { width:2rem;height:1.5rem;top:27.0625rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPktx8r0rUbn4H7gttvUm1d7UKBoGrvB { width:33.375rem;height:4.1875rem;top:4.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZd2c6Io33m46OXEforV4PXgJDqKhmNH { width:36.375rem;height:1.70605625rem;top:37.6396484375rem;left:6.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #IZTgEUiWI5JGcNEWMZmas5PtONyTPwWv { width:34.4375rem;height:23.75rem;top:37.34375rem;left:7.65380859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3SonDeN4KSaU1kCNAcv88RIuF0vclGw { display:block; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row .container { width:47.75rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fQ9sXXQNavdipC2wBaah8X4nqW8kukIX { width:36.3745rem;height:5.511475rem;top:17.325439453125rem;left:6.71630859375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WcQqDcVK3H8iAIIS411VBuLzPCsSgqau { width:34.624rem;height:9.5068125rem;top:5.311279296875rem;left:8.389892578125rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #JtcQ2agE8wJXE9yIW65rSdaILpHdA2rM { width:27.37425rem;height:1.7858875rem;top:0.9375rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pSqtaq3tB7xVWS7eWruS1y2ecEiBSP6p { width:16.31225rem;height:1.70605625rem;top:35.638427734375rem;left:31.436767578125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vlqNv5THdAm86ASa0xt7ncIUNePoSUdp { width:34.4995rem;height:35.7495rem;top:37.34375rem;left:7.65380859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qMlN0AnQmDicwxWK65kSwTaCH5ReLv1o { width:11.5625rem;height:11.5625rem;top:37.87353515625rem;left:36.1865234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ysn3LCRNy8mGrFTMNAlyzF6OPLr39MV4 { width:20.5615rem;height:3.31176875rem;top:29.951171875rem;left:14.620361328125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #grXedeaWptD1PSRV5u9PK7qUqV66qvN6 { display:block; }
 }@media only screen and (max-width: 1199px) { #JIU16ZW1uUstZ162yvaAK4JWBULxtK0W { width:1.9995125rem;height:1.499025rem;top:30.85693359375rem;left:30.62255859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pNLxD3TW97dQ3TtNaHMXbc3vhB53miTx { width:26.9375rem;height:3.625rem;top:0rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gdccz1TC6he9fg8RbG2ogftJmhq8gb3H { width:36.3745rem;height:1.70605625rem;top:25.57373046875rem;left:6.71630859375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #KfrPM7wz1xTOmJzwZrttzNmUftVamasJ { width:36.3745rem;height:1.705325rem;top:25.57373046875rem;left:6.71630859375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #Xq6EUZKk0Kz8CMXVl6ibcXxsNJ7RvTTk { display:none; }#Xq6EUZKk0Kz8CMXVl6ibcXxsNJ7RvTTk > .row .container { width:47.75rem;height:73.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #PW16ia2F0b3lvZUTLaW2TdLbSQspyzbH { width:36.3745rem;height:5.511475rem;top:17.325439453125rem;left:6.71630859375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cuUFsLurltysiIhSVuAfvrmcpaIokv4m { width:34.624rem;height:9.5068125rem;top:5.311279296875rem;left:8.389892578125rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #J5oVd2xfgsGxdPvcoF747mIXPUHOTKUb { width:27.37425rem;height:1.7858875rem;top:0.9375rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yqJikO4OsQQm6NCHDPlVmkoB0Lar5e7s { width:34.4375rem;height:23.75rem;top:37.34375rem;left:7.65380859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wN7u1AHTRIaoVSplHaFf2VyuEot5kNBA { width:20.5615rem;height:3.31176875rem;top:29.951171875rem;left:14.620361328125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tA0wNsxL8QTN6QLOPI8EVE8HUPl907UW { display:block; }
 }@media only screen and (max-width: 1199px) { #GLpULQCvrk4ISKbgnda1HnTz1vag0MBI { width:1.9995125rem;height:1.499025rem;top:30.85693359375rem;left:30.62255859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahVGmo7lziIRdnMJhtpSgNbt44blFHfO { width:26.9375rem;height:3.625rem;top:0rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kiaZiXAtWKg7moiNeIs48WRWqzQnyeB0 { width:36.3745rem;height:1.705325rem;top:25.57373046875rem;left:6.71630859375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #tHUQ8WT42OUfOEO2AhI5Ta9JRbU8CrNW { width:36.3745rem;height:1.705325rem;top:25.57373046875rem;left:6.71630859375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 { display:block; }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 > .row .container { width:47.75rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LvBhIXU836S3Qe9cpR6EqqiTr4sPEtK6 { width:41.8125rem;height:2.4375rem;top:3.0625rem;left:2.96875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #h2ohLUVH3zTg2MJhhDDVNwXrCtg4UXlW { width:32.6245rem;height:13.9868125rem;top:7.813720703125rem;left:7.559814453125rem;font-size:1.125rem;display:block; }#h2ohLUVH3zTg2MJhhDDVNwXrCtg4UXlW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #bGxdttqZUdoVQA12r12hC7H5ZPHBq7xX { width:21.62475rem;height:3.31176875rem;top:25.887451171875rem;left:13.060302734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bZopDLVgm2pKdRZe5yoeIq2X6pGwNSAP { display:block; }
 }@media only screen and (max-width: 1199px) { #eClgLqf7zi1OiNWT5gMmKk4ZknHWklUw { width:28.374rem;height:28.374rem;top:7.498779296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:47.75rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { top:1.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1M7UqC8tezfoLCQleDlprrTPGyrMaxy { display:block; }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy > .row .container { width:47.75rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JHtCpsMtlrzE3Foio9OVMSdaXrAfsAs4 { width:16.25rem;height:3.75rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLDvJZPVtwFxU24cnfIfsAvkhXRrdT6B { width:12.5rem;height:1.9494625rem;top:3.27392578125rem;left:1.561279296875rem;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 1199px) { #u8f8cslZ347u8mntCwTdbVDZ1Ta64PDD { width:32.625rem;height:5rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wk6AaxiTVqbBTQ2qN9TBayolw4twfOx5 { width:29.4995rem;height:1.7858875rem;top:9.83642578125rem;left:1.561279296875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0k51e625v0ylSbxFJFJhDT0BOkru7As { width:47.75rem;height:5rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wX2ZeZUFTtk5EIJAG9v5Hnc91Ta5sM5L { width:43.125rem;height:1.7858875rem;top:17.232666015625rem;left:1.561279296875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1NWnT39IQctz822RRuv8S9f5bi127HL { width:42.1875rem;height:3.571775rem;top:36.2744140625rem;left:1.561279296875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MWeqvfAT2urltXTH3fgQO7lpJ52oKmru { width:47.75rem;height:6.625rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otvuNxo3br9bqT9I97JtOXotRAv6dC5Z { width:40.49925rem;height:1.9494625rem;top:57.587890625rem;left:1.561279296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3Gw1Hm1F7pxN70C3BvbAg58lbvez3OF { width:47.75rem;height:5rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTAaCkdQ8wvWZVwexnZMD66p3DSqWpuN { width:32.625rem;height:5rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R6TGRxbTURXZTsz26GGxOO1DMy07ouse { width:1.93725625rem;height:1.45141875rem;top:82.75rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgD0XT2FTEDEd8zJr6RzkvCn9q9MixTi { width:0.3125rem;height:75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1eMIxpGf63T4MC4NnkFrSKGcqE9eckn { width:17.937rem;height:3.31176875rem;top:81.8125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bDenyAb8aFk6VFAuHISzZsgqtPTcsZgF { display:block; }
 }@media only screen and (max-width: 1199px) { #IEGTPvGyzvEdLt99qg17T8xGGPyLCybe { width:32.6233125rem;height:10.0244375rem;top:22.313232421875rem;left:3.326416015625rem;font-size:1.125rem;display:block; }#IEGTPvGyzvEdLt99qg17T8xGGPyLCybe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #MUtcywWdfWLh6yT5k07TbfdKJaRwJpUG { width:32.6233125rem;height:10.0244375rem;top:43.04931640625rem;left:3.326416015625rem;font-size:1.125rem;display:block; }#MUtcywWdfWLh6yT5k07TbfdKJaRwJpUG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #kibHJClFZyOA3NNC20sf7xdoUPdc8Ztb { width:32.6233125rem;height:6.474625rem;top:62.8125rem;left:3.326416015625rem;font-size:1.125rem;display:block; }#kibHJClFZyOA3NNC20sf7xdoUPdc8Ztb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #paBCTOFTAheTPnESwePo4DrNmItI2zqt { width:10.875rem;height:1.9494625rem;top:73.96240234375rem;left:1.561279296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uf81W71SNLHkLaMxAZOeqlolaCub4rNo { display:block; }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row .container { width:47.75rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Zve7rH1Tk1M475RXCgKgVbtOT0cIEzGr { width:39.1875rem;height:33.625rem;top:4.9365234375rem;left:4.278564453125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZ2KeUVnZx3M47WQzLCQEahGaWMITalG { width:24.375rem;height:2.2744125rem;top:6rem;left:15.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mgEEdDVLLR31Pnxwg5T5gehwTlesBLRB { width:27.75rem;height:23.7817125rem;top:13.748779296875rem;left:15.12451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFJkTzS6hLfvigf3NrtX0Q9BBVbefIwe { width:7.37425rem;height:9.3115rem;top:1.875rem;left:5.811767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ye7l4Tb5UhM89ekQpEERMu6XFHzrcQr3 { width:20.375rem;height:3.8964875rem;top:8.75rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lClg4IuBX2B7ZNFAtmMIvunTI8XgWTgF { width:38.4375rem;height:1.9494625rem;top:1.875rem;left:7.24853515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LbiHC6CA5n5i7thLfsyq5iNURzqDcELn { display:block; }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn > .row .container { width:47.75rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c84681W4NJpmlqcABEA6mTf23ecpyVSr { width:47.75rem;height:6.04980625rem;top:2.374267578125rem;left:-0.0625rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrV5HJeA3LimGgJLsst3eTwphG638DF4 { width:38.31175rem;height:13.067625rem;top:12.001953125rem;left:7.623291015625rem;font-size:1.125rem;display:block; }#ZrV5HJeA3LimGgJLsst3eTwphG638DF4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #HsBpWx1sdLH2Rs6frcaMOnErE5mczA7V { width:31.62475rem;height:31.62475rem;top:35.625rem;left:8.65478515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rNVrwqcdV4y36rWAbnTn4qxUCnoAy0wH { width:17.9375rem;height:3.3125rem;top:29.0625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzJdVIxbIecXv61dexTiyXWSnGm6GaKG { display:block; }
 }@media only screen and (max-width: 1199px) { #rzDiuLx4L9Ono49R5Z55xFFfGPL403rR { width:1.9995125rem;height:1.499025rem;top:30rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:47.75rem;height:28rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { top:5.7929692268372rem;left:18.874999582768rem;width:28.0625rem;height:1.80625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { top:1.25rem;left:18.874999582768rem;width:18.625rem;height:6.2988125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { top:8.9171872138975rem;left:18.874999582768rem;width:25.875rem;height:16.251rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { top:4.8828129768372rem;left:0.88671869039537rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { width:47.7494375rem;height:2.4375rem;top:2.1608657836914rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bwwL0OWlC8JPekkGrd9Q0EUO9QRqlF9k { width:36.375rem;height:1.70605625rem;top:37.6396484375rem;left:6.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { display:block; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { width:47.75rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { width:32.8125rem;height:42.25rem;top:1.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { width:28.9375rem;height:2.70019375rem;top:7.0625rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { width:28.9375rem;height:1.800425rem;top:4.26171875rem;left:9.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zoCtXr8AngwZEPDpeX93tNo4uudd0u8p { width:47.1245625rem;height:20.625rem;top:14.716798067093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { display:block; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { width:47.5625rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LgBTRiozwZvVzAEi8ORJCMWRMULwqpKX > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3xRoHCRACLBHZBIclef0WG7pahJqLTa { width:15.3125rem;height:1.29980625rem;top:0.5625rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.253125rem;padding-bottom:0.28375rem;padding-left:0.253125rem;width:1.518125rem;min-width:1.518125rem;height:1.52625rem;font-size:1.135625rem;line-height:24.42px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02375rem;height:0.603125rem;font-size:0.425625rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH { display:flex;width:12.125rem;height:2.874375rem;top:2.5625rem;left:3.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #afhSUv67oDlSFBqd4Cx6m4Mb0fr0o5UC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #CIENgbRtRZ93eJXypuOICcK37pWG4Eb7 {  }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #ROHiSm2KE7Uiq2WG7qHsKHSage0tW3mU {  }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #Pm7RgVf9A7lZcMyyxdpTeT0benGqUKFE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #zFIO07lKR5NumDJFSlspMSTkKlcgVmgg {  }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #THFt9RMyFSG8qLHWovpQvexU4z3X1Qiz {  }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #H41zNn93CMn9IcOaTFSw314aJx1C4oGf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #HkTk6tupzVLaLCfuGzEkEZF4IGWB6IQO {  }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #grbJhk7bDrDNdGU7HcEJgABg7ATmy6WT {  }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #wl1QUbGiHc74wCv1Cbix0U8QMvThQc80 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #Ud5CpMQr4ns9ZLlwMbTrobFzO5dkBNzU {  }
 }@media only screen and (max-width: 763px) { #yQKOgniBzdxo0TiKxOr0Q3zIGpmx3rQH #iHAIKh5dT05k0FuQxGIw2F4Zk5K2Rytd {  }
 }@media only screen and (max-width: 763px) { #zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { width:19.4375rem;height:3.9375rem;top:42.7177734375rem;left:0.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block; }
 }@media only screen and (max-width: 763px) { #cqHxRxQBOGUE9R4lJKvryowDNkHv7xTv { width:13.75rem;height:2.9370125rem;top:6.685793359375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { background-color:#335ea5;background-image:url("https://images.assets-landingi.com/uc/f2df3dac-01fa-4169-a1e4-e0bbcee61c46/DarkGrayandWhiteBoldMinimalistHowToBeAGreatLeaderYouTubeThumbnail2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:20rem;height:94.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { width:20rem;height:12.9980625rem;top:19.842529296875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { width:20rem;height:9.1015625rem;top:2.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtgfU8kTZylRLf2fd9En4wsIoiPwhq10 { width:20rem;height:0;top:47.3685546875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmDa1JS83TBEJfLyIsI7kwTc3DJbJvsd { width:8.5rem;height:auto;top:5.5625rem;left:5.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 { display:flex;width:17.99925rem;height:5.06225625rem;top:37.811279296875rem;left:0.635986328125rem; }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #pZBWo3iQoOFQ38HbEq74zbtotyk23wyC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #xBRWWTbwaJhL9V2FFik1euasg7zH56ct {  }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #p9rR13lvAbPbMBlFn9sb2fDNZx65G39N {  }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #K9XkUMD37yIaB8aaXvbCQ2VhgdkBRbSi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #DOUso6DlmM78GhNGyRG98vsBxUqmHfdk {  }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #PPpR7THUNQoGtoyCWDD0sXfJp93JGqHU {  }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #uJ3T7WKchpb4zBcCQHcxyxLAJWR6TThX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #dlARer7XkyIL5xduWW4EX7X8urU7b4wu {  }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #UbB2h1TazAz1600BPJMWBKXTnfRELDoE {  }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #owNATzLuFG5ImOnp8JUJN0AMGcTf7l8v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #yTm3b8bbX3xRxzTSn8gmvQ2M8aCmFHpT {  }
 }@media only screen and (max-width: 763px) { #evzrIW2MDZXDmG4M8IQI36NzRhOaN4b7 #nZQWCVOsMMtg5SFZgXdX7rOEU7BHHSWt {  }
 }@media only screen and (max-width: 763px) { #kNE5EVbuAW50uJ424Z8ymCWVBnVb703o { width:18.25rem;height:1.625rem;top:58.3041rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP4rbSDRheZOkxPO7II6tsTEgzV7rIhB { width:4.4375rem;height:6.5324908938603rem;top:64.0541rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvFK6KMA49o1OJ6mW179tG3gzQRSTHzi { width:19rem;height:3.9375rem;top:71.83635rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJDaQCJel5X69GbdEeK205k4DMRWWJlP { display:block; }
 }@media only screen and (max-width: 763px) { #EHKpc41O22IKmbcSbNVMBykuo7fT8Xxq { width:1.75rem;height:1.2669815486952rem;top:55.7875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPktx8r0rUbn4H7gttvUm1d7UKBoGrvB { width:20rem;height:4.1875rem;top:50.35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZd2c6Io33m46OXEforV4PXgJDqKhmNH { width:20rem;height:1.625rem;top:61.1791rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZTgEUiWI5JGcNEWMZmas5PtONyTPwWv { width:20rem;height:13.71849122807rem;top:77.02270625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3SonDeN4KSaU1kCNAcv88RIuF0vclGw { background-color:#335ea5;background-image:url("https://images.assets-landingi.com/uc/f2df3dac-01fa-4169-a1e4-e0bbcee61c46/DarkGrayandWhiteBoldMinimalistHowToBeAGreatLeaderYouTubeThumbnail2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw.adaptive-delivery-prevent-bg, #c3SonDeN4KSaU1kCNAcv88RIuF0vclGw.lazyload, #c3SonDeN4KSaU1kCNAcv88RIuF0vclGw.lazyloading { background-image: none; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row .container { background-color: transparent; background-image: none; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row .container > .video-iframe-container { display: none; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row > .video-iframe-container { display: none; }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .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); }#c3SonDeN4KSaU1kCNAcv88RIuF0vclGw > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQ9sXXQNavdipC2wBaah8X4nqW8kukIX { width:20rem;height:10.495625rem;top:23.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcQqDcVK3H8iAIIS411VBuLzPCsSgqau { width:20rem;height:10.07425rem;top:11.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtcQ2agE8wJXE9yIW65rSdaILpHdA2rM { width:17.5rem;height:1.29980625rem;top:6.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSqtaq3tB7xVWS7eWruS1y2ecEiBSP6p { width:11.74925rem;height:1.29980625rem;top:52.125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlqNv5THdAm86ASa0xt7ncIUNePoSUdp { width:20rem;height:20.724637681159rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMlN0AnQmDicwxWK65kSwTaCH5ReLv1o { width:8.18725rem;height:8.18725rem;top:53.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysn3LCRNy8mGrFTMNAlyzF6OPLr39MV4 { width:19.375rem;height:3.8745125rem;top:44.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grXedeaWptD1PSRV5u9PK7qUqV66qvN6 { display:block; }
 }@media only screen and (max-width: 763px) { #JIU16ZW1uUstZ162yvaAK4JWBULxtK0W { width:1.74926875rem;height:1.26586875rem;top:45.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNLxD3TW97dQ3TtNaHMXbc3vhB53miTx { width:20rem;height:2.6875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdccz1TC6he9fg8RbG2ogftJmhq8gb3H { width:14.3103125rem;height:0;top:29.2041015625rem;left:2.84423828125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfrPM7wz1xTOmJzwZrttzNmUftVamasJ { width:14.3103125rem;height:6.499025rem;top:36.3125rem;left:2.875rem;font-size:1.25rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xq6EUZKk0Kz8CMXVl6ibcXxsNJ7RvTTk { background-color:#335ea5;background-image:url("https://images.assets-landingi.com/uc/f2df3dac-01fa-4169-a1e4-e0bbcee61c46/DarkGrayandWhiteBoldMinimalistHowToBeAGreatLeaderYouTubeThumbnail2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#Xq6EUZKk0Kz8CMXVl6ibcXxsNJ7RvTTk.adaptive-delivery-prevent-bg, #Xq6EUZKk0Kz8CMXVl6ibcXxsNJ7RvTTk.lazyload, #Xq6EUZKk0Kz8CMXVl6ibcXxsNJ7RvTTk.lazyloading { background-image: none; }#Xq6EUZKk0Kz8CMXVl6ibcXxsNJ7RvTTk > .row .container { width:20rem;height:76.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PW16ia2F0b3lvZUTLaW2TdLbSQspyzbH { width:20rem;height:10.495625rem;top:23.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuUFsLurltysiIhSVuAfvrmcpaIokv4m { width:20rem;height:10.07325rem;top:11.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5oVd2xfgsGxdPvcoF747mIXPUHOTKUb { width:17.5rem;height:1.298825rem;top:6.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqJikO4OsQQm6NCHDPlVmkoB0Lar5e7s { width:20rem;height:13.8125rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN7u1AHTRIaoVSplHaFf2VyuEot5kNBA { width:19.375rem;height:3.8745125rem;top:44.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA0wNsxL8QTN6QLOPI8EVE8HUPl907UW { display:block; }
 }@media only screen and (max-width: 763px) { #GLpULQCvrk4ISKbgnda1HnTz1vag0MBI { width:1.74926875rem;height:1.26586875rem;top:45.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahVGmo7lziIRdnMJhtpSgNbt44blFHfO { width:20rem;height:2.6875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiaZiXAtWKg7moiNeIs48WRWqzQnyeB0 { width:14.3103125rem;height:0;top:29.2041015625rem;left:2.84423828125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHUQ8WT42OUfOEO2AhI5Ta9JRbU8CrNW { width:14.3103125rem;height:6.499025rem;top:36.3125rem;left:2.875rem;font-size:1.25rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 { display:block; }#e0mHuFNs6oIQSAyygKlGkhUz8Bx5Jwb6 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvBhIXU836S3Qe9cpR6EqqiTr4sPEtK6 { width:17.4365rem;height:4.55078125rem;top:1.558837890625rem;left:1.28173828125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2ohLUVH3zTg2MJhhDDVNwXrCtg4UXlW { width:17.937rem;height:19.3359375rem;top:7.991943359375rem;left:1.0302734375rem;font-size:1rem;display:block; }#h2ohLUVH3zTg2MJhhDDVNwXrCtg4UXlW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #bGxdttqZUdoVQA12r12hC7H5ZPHBq7xX { width:19.43725rem;height:3.93676875rem;top:28.712158203125rem;left:0.28076171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZopDLVgm2pKdRZe5yoeIq2X6pGwNSAP { display:block; }
 }@media only screen and (max-width: 763px) { #eClgLqf7zi1OiNWT5gMmKk4ZknHWklUw { width:17.4365rem;height:17.4365rem;top:35.04150390625rem;left:1.280517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:20rem;height:5.135986328125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { width:20rem;height:4.19921875rem;top:0.94922065734863rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1M7UqC8tezfoLCQleDlprrTPGyrMaxy { display:block; }#J1M7UqC8tezfoLCQleDlprrTPGyrMaxy > .row .container { width:20rem;height:106.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHtCpsMtlrzE3Foio9OVMSdaXrAfsAs4 { width:16.3125rem;height:3.75rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLDvJZPVtwFxU24cnfIfsAvkhXRrdT6B { width:12.5rem;height:1.9494625rem;top:3.625rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8f8cslZ347u8mntCwTdbVDZ1Ta64PDD { width:20rem;height:5rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk6AaxiTVqbBTQ2qN9TBayolw4twfOx5 { width:18.125rem;height:1.7858875rem;top:9.794921875rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0k51e625v0ylSbxFJFJhDT0BOkru7As { width:20rem;height:7.5625rem;top:14.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX2ZeZUFTtk5EIJAG9v5Hnc91Ta5sM5L { width:18.125rem;height:5.35766875rem;top:15.6005859375rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1NWnT39IQctz822RRuv8S9f5bi127HL { width:18.75rem;height:7.1435625rem;top:42.98828125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWeqvfAT2urltXTH3fgQO7lpJ52oKmru { width:20rem;height:9.625rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otvuNxo3br9bqT9I97JtOXotRAv6dC5Z { width:16.74925rem;height:5.35766875rem;top:73.06884765625rem;left:1.624755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3Gw1Hm1F7pxN70C3BvbAg58lbvez3OF { width:20rem;height:7.375rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTAaCkdQ8wvWZVwexnZMD66p3DSqWpuN { width:20rem;height:5rem;top:91.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6TGRxbTURXZTsz26GGxOO1DMy07ouse { width:1.9995125rem;height:1.499025rem;top:101.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgD0XT2FTEDEd8zJr6RzkvCn9q9MixTi { width:0.1875rem;height:93.75rem;top:2.6865234375rem;left:0.76416015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1eMIxpGf63T4MC4NnkFrSKGcqE9eckn { width:16.74925rem;height:3.8745125rem;top:100.625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDenyAb8aFk6VFAuHISzZsgqtPTcsZgF { display:block; }
 }@media only screen and (max-width: 763px) { #IEGTPvGyzvEdLt99qg17T8xGGPyLCybe { width:17.68675rem;height:15.874rem;top:24.063720703125rem;left:1.875rem;font-size:1.125rem;display:block; }#IEGTPvGyzvEdLt99qg17T8xGGPyLCybe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #MUtcywWdfWLh6yT5k07TbfdKJaRwJpUG { width:18.31175rem;height:17.3364375rem;top:52.745361328125rem;left:1.688232421875rem;font-size:1.125rem;display:block; }#MUtcywWdfWLh6yT5k07TbfdKJaRwJpUG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #kibHJClFZyOA3NNC20sf7xdoUPdc8Ztb { width:17.75rem;height:9.3994375rem;top:80.867919921875rem;left:1.688232421875rem;font-size:1.125rem;display:block; }#kibHJClFZyOA3NNC20sf7xdoUPdc8Ztb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #paBCTOFTAheTPnESwePo4DrNmItI2zqt { width:10.874rem;height:1.9494625rem;top:93.3125rem;left:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf81W71SNLHkLaMxAZOeqlolaCub4rNo { background-color:#335ea5;background-image:none;display:block; }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row .container { background-color: transparent; background-image: none; }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row .container > .video-iframe-container { display: none; }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row > .video-iframe-container { display: none; }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .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); }#Uf81W71SNLHkLaMxAZOeqlolaCub4rNo > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zve7rH1Tk1M475RXCgKgVbtOT0cIEzGr { width:20rem;height:44.8125rem;top:12.562255859375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #sZ2KeUVnZx3M47WQzLCQEahGaWMITalG { width:10.4358125rem;height:2.798825rem;top:13.653564453125rem;left:8.951416015625rem;font-size:1rem;color:#203949;display:block; }
 }@media only screen and (max-width: 763px) { #mgEEdDVLLR31Pnxwg5T5gehwTlesBLRB { width:18.6230625rem;height:31.49415rem;top:23.9990234375rem;left:0.687255859375rem;font-size:0.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #GFJkTzS6hLfvigf3NrtX0Q9BBVbefIwe { width:7.3125rem;height:9.1875rem;top:7.186767578125rem;left:0.687255859375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ye7l4Tb5UhM89ekQpEERMu6XFHzrcQr3 { width:18.8125rem;height:3.8964875rem;top:17.79541015625rem;left:0.687255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lClg4IuBX2B7ZNFAtmMIvunTI8XgWTgF { width:20rem;height:4.55078125rem;top:1.810302734375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbiHC6CA5n5i7thLfsyq5iNURzqDcELn { display:block; }#LbiHC6CA5n5i7thLfsyq5iNURzqDcELn > .row .container { width:20rem;height:55.06103515625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c84681W4NJpmlqcABEA6mTf23ecpyVSr { width:18.75rem;height:5.77514375rem;top:1.849365234375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrV5HJeA3LimGgJLsst3eTwphG638DF4 { width:20rem;height:16.24025rem;top:9.373779296875rem;left:0rem;font-size:1rem;display:block; }#ZrV5HJeA3LimGgJLsst3eTwphG638DF4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #HsBpWx1sdLH2Rs6frcaMOnErE5mczA7V { width:20rem;height:20rem;top:35.061767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNVrwqcdV4y36rWAbnTn4qxUCnoAy0wH { width:19.4995rem;height:3.93676875rem;top:28.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJdVIxbIecXv61dexTiyXWSnGm6GaKG { display:block; }
 }@media only screen and (max-width: 763px) { #rzDiuLx4L9Ono49R5Z55xFFfGPL403rR { width:1.74926875rem;height:1.3110375rem;top:29.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { width:19.1875rem;height:1.4875rem;top:25.812491029501rem;left:0.68750005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { width:20rem;height:6.3rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { width:18.625rem;height:14.875rem;top:28.875rem;left:0.68671876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { width:16.125rem;height:16.125rem;top:8.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { background-color:#335ea5;background-image:none;display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { width:20rem;height:1.7858875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwwL0OWlC8JPekkGrd9Q0EUO9QRqlF9k { width:20rem;height:3.25rem;top:4.28466875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { display:block; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { width:20rem;height:48.0625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { width:17.9375rem;height:3.1494125rem;top:3.75rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoCtXr8AngwZEPDpeX93tNo4uudd0u8p { width:20rem;height:36.875rem;top:9.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { display:block; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { width:20rem;height:7.2119375rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }