.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,239,204;--color-primary-1:254,206,102;--color-primary-2:254,174,0;--color-primary-3:254,174,3;--color-primary-4:51,35,0;--color-secondary-0:218,237,235;--color-secondary-1:130,195,188;--color-secondary-2:5,134,120;--color-secondary-3:3,67,60;--color-secondary-4:1,20,18;--color-tertiary-0:255,252,252;--color-tertiary-1:255,244,247;--color-tertiary-2:255,232,238;--color-tertiary-3:128,116,119;--color-tertiary-4:38,35,36;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fffcfc;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); }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/N10nbWPZ/01_BACKGROUND.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW.adaptive-delivery-prevent-bg, #GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW.lazyload, #GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW.lazyloading { background-image: none; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row .container { background-color: transparent; background-image: none; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row .container > .video-iframe-container { display: none; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row > .video-iframe-container { display: none; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .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); }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row .container { border-width: 0; border-radius: 0; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row .container { font-size:0.875rem;font-family:"open sans";height:9.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ASzwB8E1iQdxErOJZHxL1MtAy9opX6D2 { color:#e3a800;display:block;width:42.5623125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.7488427162171rem;left:16.217514038086rem;height:4.49941875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns { position:relative;display:block; }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns { background-color: transparent; background-image: none; }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns > .row .container > .video-iframe-container { display: none; }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns > .row > .video-iframe-container { display: none; }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns > .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); }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns { border-width: 0; border-radius: 0; }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b9310a34ef405057f4acac5a6322d1a5 { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:42rem;width:74.9375rem;top:7.43701171875rem;left:0rem;display:block; }
#lb2a0f9f6b1bd9abfecc4155439b75a0 { color:#000000;display:block;width:55.81125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:0.672607421875rem;left:9.59326171875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b8a4e7955e377801fa07b57a5e3dec92 { box-sizing:content-box;height:7.375rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.0625rem;left:0rem;display:block; }
#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfc;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; }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX > .row .container { background-color: transparent; background-image: none; }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX > .row .container > .video-iframe-container { display: none; }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX > .row > .video-iframe-container { display: none; }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX > .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); }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX > .row .container { border-width: 0; border-radius: 0; }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Jc2d5e818132c88de9ec57302bc0da83 { background-color:#feae00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#hb182022370e488e5713dc90c2feac42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prdX0zFrVGhmKhGpRT5hg7Iy5So4VTmN { position:absolute;display:block;z-index:14990;height:4.06210625rem;width:49.999375rem;top:2.6238956451416rem;left:12.498683929443rem;display:block; }
#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfc;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; }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W > .row .container { background-color: transparent; background-image: none; }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W > .row .container > .video-iframe-container { display: none; }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W > .row > .video-iframe-container { display: none; }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W > .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); }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W > .row .container { border-width: 0; border-radius: 0; }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#o87b0c456491a0ae9b8d99e9341cc695 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.51801875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfc;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; }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH > .row .container { background-color: transparent; background-image: none; }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH > .row .container > .video-iframe-container { display: none; }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH > .row > .video-iframe-container { display: none; }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH > .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); }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH > .row .container { border-width: 0; border-radius: 0; }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#e7ea7e30170d8489d8eb0f7cecbc0d60 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3e59bfc6-e019-4f12-a8d7-45e2c9bf270d/Farhana.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5620625rem;width:24.374625rem;top:0.85166740417481rem;left:0.24989318847656rem;display:block; }#e7ea7e30170d8489d8eb0f7cecbc0d60.adaptive-delivery-prevent-bg, #e7ea7e30170d8489d8eb0f7cecbc0d60.lazyload, #e7ea7e30170d8489d8eb0f7cecbc0d60.lazyloading { background-image: none; }
#J4e1dce901d0b1dff819aa0d0b3a56d8 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cd88ec3e-77ed-4449-b1c3-7143bb958659/Mudita.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:50.25rem;display:block; }#J4e1dce901d0b1dff819aa0d0b3a56d8.adaptive-delivery-prevent-bg, #J4e1dce901d0b1dff819aa0d0b3a56d8.lazyload, #J4e1dce901d0b1dff819aa0d0b3a56d8.lazyloading { background-image: none; }
#y8021017299b8e4f3b2483a01218126d { position:absolute;display:block;z-index:15031;height:13.5625rem;width:24.4375rem;top:0.87200164794925rem;left:0.24660491943359rem;display:block; }
#P7bc5a798e7e080dc0ecd76d2d1cdf21 { position:absolute;display:block;z-index:15026;height:13.5625rem;width:24.25rem;top:0.99884223937988rem;left:50.37149810791rem;display:block; }
#x0e8rQyoOTaEoMBEtgpB1UeDv5RonE8x { position:absolute;display:block;z-index:14982;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ee679c46-e8c9-46eb-91dc-a1c5b9ec52a7/Pawanpreet.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5620625rem;width:24.374625rem;top:0.85216903686525rem;left:25.270278930664rem;display:block; }#x0e8rQyoOTaEoMBEtgpB1UeDv5RonE8x.adaptive-delivery-prevent-bg, #x0e8rQyoOTaEoMBEtgpB1UeDv5RonE8x.lazyload, #x0e8rQyoOTaEoMBEtgpB1UeDv5RonE8x.lazyloading { background-image: none; }
#b73eb68b3997f47d391fc107262fe374 { position:absolute;display:block;z-index:15030;height:13.5625rem;width:24.1875rem;top:0.936448097229rem;left:25.372291564941rem;display:block; }
#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfc;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; }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN > .row .container { background-color: transparent; background-image: none; }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN > .row .container > .video-iframe-container { display: none; }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN > .row > .video-iframe-container { display: none; }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN > .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); }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN > .row .container { border-width: 0; border-radius: 0; }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#a10514005436e1a3c6629652260b667d { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e7732efd-b70f-4005-9bd0-c24b9259687d/Maham.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#a10514005436e1a3c6629652260b667d.adaptive-delivery-prevent-bg, #a10514005436e1a3c6629652260b667d.lazyload, #a10514005436e1a3c6629652260b667d.lazyloading { background-image: none; }
#ffffd14408fe02d9fc788632f334db55 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/19104ca2-71cc-49c7-b8ec-44dbcba1017f/Khyati.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#ffffd14408fe02d9fc788632f334db55.adaptive-delivery-prevent-bg, #ffffd14408fe02d9fc788632f334db55.lazyload, #ffffd14408fe02d9fc788632f334db55.lazyloading { background-image: none; }
#O41178d564b0cae0975f9ed4197bcfc7 { position:absolute;display:block;z-index:15031;height:13.5625rem;width:24.5rem;top:0.28080368041992rem;left:50.311714172363rem;display:block; }
#c3ba926694ee87a99cf9a6ad50040c01 { position:absolute;display:block;z-index:15026;height:13.5625rem;width:24.375rem;top:0.28080368041992rem;left:25.312370300293rem;display:block; }
#tf4f1b6092459b33a8ad9f1fa8b6eb84 { position:absolute;display:block;z-index:15029;height:13.5625rem;width:24.4375rem;top:0.31239700317383rem;left:0.31171035766601rem;display:block; }
#fsAot7CfTM1Jb6CUAiut5Jw1wlzaPoWb { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4534ff0a-107d-40fb-a373-66447e2e6da0/Maria.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5620625rem;width:24.374625rem;top:0.23937225341797rem;left:0.27027893066406rem;display:block; }#fsAot7CfTM1Jb6CUAiut5Jw1wlzaPoWb.adaptive-delivery-prevent-bg, #fsAot7CfTM1Jb6CUAiut5Jw1wlzaPoWb.lazyload, #fsAot7CfTM1Jb6CUAiut5Jw1wlzaPoWb.lazyloading { background-image: none; }
#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfc;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; }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX > .row .container { background-color: transparent; background-image: none; }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX > .row .container > .video-iframe-container { display: none; }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX > .row > .video-iframe-container { display: none; }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX > .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); }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX > .row .container { border-width: 0; border-radius: 0; }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#Ad43756e0d48097c3ae7dc3888b7a9ae { position:absolute;display:block;z-index:15023;height:13.5625rem;width:24.4375rem;top:0.23871612548828rem;left:0.32749176025391rem;display:block; }
#k5sEMF51zHWyi9ZadWGoFICLIyai6pSr { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bcd384ab-6294-4b36-addc-0637b5bab9ea/Kishore.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5620625rem;width:24.374625rem;top:0.23937225341797rem;left:25.270278930664rem;display:block; }#k5sEMF51zHWyi9ZadWGoFICLIyai6pSr.adaptive-delivery-prevent-bg, #k5sEMF51zHWyi9ZadWGoFICLIyai6pSr.lazyload, #k5sEMF51zHWyi9ZadWGoFICLIyai6pSr.lazyloading { background-image: none; }
#n85466cbe080483cd387191a231afd23 { position:absolute;display:block;z-index:15019;height:13.5rem;width:24.1875rem;top:0.31302642822266rem;left:25.374183654785rem;display:block; }
#mI2R8BS0vJXfJRx1ZM3bW3VRDzv2zt2B { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/59ca63a8-5952-48bd-9b3a-c14eb4ec72ff/Nawraj.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5620625rem;width:24.374625rem;top:0.23937225341797rem;left:50.353065490722rem;display:block; }#mI2R8BS0vJXfJRx1ZM3bW3VRDzv2zt2B.adaptive-delivery-prevent-bg, #mI2R8BS0vJXfJRx1ZM3bW3VRDzv2zt2B.lazyload, #mI2R8BS0vJXfJRx1ZM3bW3VRDzv2zt2B.lazyloading { background-image: none; }
#T8eeddea98f987b299fdb0a8c4d77093 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/41b822db-8275-4f65-b80d-4ba6c7a4745b/Anjum.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.374625rem;top:0.2379264831543rem;left:0.32888412475586rem;display:block; }#T8eeddea98f987b299fdb0a8c4d77093.adaptive-delivery-prevent-bg, #T8eeddea98f987b299fdb0a8c4d77093.lazyload, #T8eeddea98f987b299fdb0a8c4d77093.lazyloading { background-image: none; }
#fb980bfdc068af4cec83e37de8e1cad5 { position:absolute;display:block;z-index:15026;height:13.5rem;width:24.4375rem;top:0.31302642822266rem;left:50.280143737793rem;display:block; }
#oLip79QZPeCNkgb3699pHr8ko6eaivCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfc;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; }#oLip79QZPeCNkgb3699pHr8ko6eaivCV > .row .container { background-color: transparent; background-image: none; }#oLip79QZPeCNkgb3699pHr8ko6eaivCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLip79QZPeCNkgb3699pHr8ko6eaivCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLip79QZPeCNkgb3699pHr8ko6eaivCV > .row .container > .video-iframe-container { display: none; }#oLip79QZPeCNkgb3699pHr8ko6eaivCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLip79QZPeCNkgb3699pHr8ko6eaivCV > .row > .video-iframe-container { display: none; }#oLip79QZPeCNkgb3699pHr8ko6eaivCV > .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); }#oLip79QZPeCNkgb3699pHr8ko6eaivCV > .row .container { border-width: 0; border-radius: 0; }#oLip79QZPeCNkgb3699pHr8ko6eaivCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLip79QZPeCNkgb3699pHr8ko6eaivCV > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#a51f41241bd86b0af9ed2fa476250771 { position:absolute;display:block;z-index:15019;height:13.5625rem;width:24.4375rem;top:0.28014373779297rem;left:50.311714172363rem;display:block; }
#d8e84d5508c85be5a228769ffa466fa9 { position:absolute;display:block;z-index:15019;height:13.5625rem;width:24.5rem;top:0.27948760986328rem;left:0.31105041503906rem;display:block; }
#xa600b8c74cbb4514451e0dd31f2c61b { position:absolute;display:block;z-index:15022;height:13.5625rem;width:24.4375rem;top:0.28014373779297rem;left:25.312370300293rem;display:block; }
#cCqreiSl7MMf57tLuLhhE3qn3lqxwXyg { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5c076fff-500b-43ee-949f-0d04525641cc/Prabjot.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5620625rem;width:24.374625rem;top:0.23937225341797rem;left:0.27027893066406rem;display:block; }#cCqreiSl7MMf57tLuLhhE3qn3lqxwXyg.adaptive-delivery-prevent-bg, #cCqreiSl7MMf57tLuLhhE3qn3lqxwXyg.lazyload, #cCqreiSl7MMf57tLuLhhE3qn3lqxwXyg.lazyloading { background-image: none; }
#fW6TqcRPVrccgJ6W2tSFUEngeZPBpP5q { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/92cda7e5-1e35-4449-99ed-679c09627018/Ramndeep_Kaur.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5620625rem;width:24.374625rem;top:0.23937225341797rem;left:25.270278930664rem;display:block; }#fW6TqcRPVrccgJ6W2tSFUEngeZPBpP5q.adaptive-delivery-prevent-bg, #fW6TqcRPVrccgJ6W2tSFUEngeZPBpP5q.lazyload, #fW6TqcRPVrccgJ6W2tSFUEngeZPBpP5q.lazyloading { background-image: none; }
#LpCH2vARbDN2CFSVoRUpClmEHkomkNTs { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5fce4c8c-a3f5-4d54-a9db-d611ea6119c9/Amar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5620625rem;width:24.374625rem;top:0.23937225341797rem;left:50.269622802734rem;display:block; }#LpCH2vARbDN2CFSVoRUpClmEHkomkNTs.adaptive-delivery-prevent-bg, #LpCH2vARbDN2CFSVoRUpClmEHkomkNTs.lazyload, #LpCH2vARbDN2CFSVoRUpClmEHkomkNTs.lazyloading { background-image: none; }
#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW > .row .container { background-color: transparent; background-image: none; }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW > .row .container > .video-iframe-container { display: none; }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW > .row > .video-iframe-container { display: none; }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW > .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); }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW > .row .container { border-width: 0; border-radius: 0; }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#kNQHyEamXPD4c1bmR121QsT1cXWeXSx1 { color:#606060;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:3.60009765625rem;left:15.1875rem;height:6.17371875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pEBTExJVsRt4DqXLIwQo75Exn6068bss { background-color:#e3a800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:4.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:4.375rem;left:47.75rem;display:block; }
#mmgsOg4kcMONKiPIopVktTfcCF0hay0I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JJZloSWfKDnNz5B2Uro9RQEvNfew3zJT { box-sizing:content-box;color:#0e9ae5;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:3.03125rem;left:7.5rem;display:block; }
#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .row .container { background-color: transparent; background-image: none; }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .row .container > .video-iframe-container { display: none; }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .row > .video-iframe-container { display: none; }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .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); }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .row .container { border-width: 0; border-radius: 0; }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#ZGSbKx0LS9P5EHpuOmOLP0CCeIy5GpCO { box-sizing:content-box;color:#0e9ae5;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.5rem;left:7.5rem;display:block; }
#n1SiuFO5PPoxLrKXkZnqScC6MWqu7eNv { color:#606060;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:15.1875rem;height:4.6302875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpeaMk7HkkDZmMs9hhiPTwH9ZnGWlpQO { background-color:#e3a800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.1875rem;left:47.75rem;display:block; }
#CVSJCMCi5KgZmEcatbVGW3vmnNM4znLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A09hkfZzw8D41lZJHEQBB9orNTashy1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .row .container { background-color: transparent; background-image: none; }#A09hkfZzw8D41lZJHEQBB9orNTashy1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .row .container > .video-iframe-container { display: none; }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .row > .video-iframe-container { display: none; }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .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); }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .row .container { border-width: 0; border-radius: 0; }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#wyvndR4A8lZv5p5XM7Z3tbeiQoaa1sPv { box-sizing:content-box;color:#0e9ae5;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.5rem;left:7.5rem;display:block; }
#dfTn89WMCFoqqMDOFS0J2FgVASXiQ5Ex { color:#606060;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:15.1875rem;height:4.6302875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KP6VL9Cz9QnI5kipJMPOt0rfIfxQDu2E { background-color:#e3a800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.1875rem;left:47.75rem;display:block; }
#GmxBu8PaZymbStnwGyKDzKhScWVSRrUv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDblze25RBxGnLkOgOG9SBT6UTie7pPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfc;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; }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row .container { background-color: transparent; background-image: none; }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row .container > .video-iframe-container { display: none; }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row > .video-iframe-container { display: none; }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .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); }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row .container { border-width: 0; border-radius: 0; }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#H5M8xs2UTLgz1EaaaLn5G3KlrXwRU23U { color:#000000;display:block;width:17.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:1.4309630393982rem;left:15.248184204101rem;height:5.2497625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nce1sLzXFFf6ccfTQLv3DlMFvWlD0TWJ { position:absolute;display:block;z-index:15034;height:4.5rem;width:20.9375rem;top:1.8125rem;left:39.75rem;display:block; }
#bcAW27nCb6vIJyaJ3fgpH3IcMiA087kU { background-color:#00aa66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499875rem;height:3.43736875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:2.3125rem;left:41.8125rem;display:block; }
#DqLv6RfsgtFnmAyTVal9LKPzqZ77mW48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZTczZCcSeK2H786tPxcErJBIa8zhQWW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfc;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; }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .row .container { background-color: transparent; background-image: none; }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .row .container > .video-iframe-container { display: none; }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .row > .video-iframe-container { display: none; }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .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); }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .row .container { border-width: 0; border-radius: 0; }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Fbe8c51d5ba6841f8b74181ba4f1fa52 { color:#000000;display:block;width:48.624625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:13.4375rem;height:2.35580625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcd18ee80b420266a8616f172f66cea8 { box-sizing:content-box;height:3.875rem;width:49.75rem;position:absolute;display:block;z-index:15001;background-color:#feae00;background-image:none;top:2.75rem;left:12.625rem;border-top:0.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;display:block; }
#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfc;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; }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .row .container { background-color: transparent; background-image: none; }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .row .container > .video-iframe-container { display: none; }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .row > .video-iframe-container { display: none; }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .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); }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .row .container { border-width: 0; border-radius: 0; }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#a4b06ab40ca5669e8768b9fd40c599dd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#dcbcc5b990b71e2375bdba5fc91fd706 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#d84aaf539c9d06d3744228c97cff79e6 { color:#000000;display:block;width:32.687125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.5rem;height:2.84288125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#da7e85a5cc4a09ea0fff2d7969327ec0 { color:#000000;display:block;width:46.6246875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.12721824646rem;left:16.249999046326rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a5b6e9deeac3b59396d91baf2bbc527d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#fa65dd9590dfd1bcf9c56faad4320202 { color:#000000;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e00ebea9bb8fc463a8cd31f9fb5cd74d { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#R512d0af5061bce0ffc159691af473ad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:12.5rem; }
#d564473c341154646abe4c3f8801d4be { color:#000000;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q84b3ccc607361e584a1df121358b628 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#b2ace2fd4cb59b5697784db19d677a3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#Cd48d0082464ce729f9615acafda138e { color:#000000;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ncda4ac559d07d49b8542c6667c0c144 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#s5d4619fe206b9e5d0e45263e79b47ba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:12.5rem; }
#Db254c2454c99aebfcf16aa03afdfcb2 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#y629b9c80d595b5133178cef1d6fecc3 { color:#000000;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.124801635743rem;left:16.249999046326rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfc;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; }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT > .row .container { background-color: transparent; background-image: none; }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT > .row .container > .video-iframe-container { display: none; }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT > .row > .video-iframe-container { display: none; }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT > .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); }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT > .row .container { border-width: 0; border-radius: 0; }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#afa5a0cbd89231007444c26c29b671a8 { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1248054504394rem;left:12.499999046326rem;height:2.84288125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4adaf52ff1e53f89bf967523769e237 { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1272163391112rem;left:16.249999046326rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d471ece98dca258315597cf81771d9b4 { color:#000000;display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R9783d2b4dbec8fa774ac3b70ad61a3e { color:#000000;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zde373bf77eeaaeaf80b66ecff2fe051 { color:#000000;display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t9e4995b081f08a1bfaaafb857bf7520 { color:#000000;display:block;width:46.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:16.25rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e514ca2960e4fddaa399f3d0d355d22c { color:#000000;display:block;width:46.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:29.6875rem;left:16.25rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o8aab5c2f0ed1dd15226b9c361328851 { color:#000000;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.9375rem;left:16.25rem;height:2.030725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uGmXZnDC9Kawbl7W5CDznbG9s2GNCbH2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3121875rem;width:2.3121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.9845600128175rem;left:12.498023986816rem; }
#vaQuzDTQ6mEz6F4qVNEA9lsfZ1vo8hKC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3121875rem;width:2.3121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10.734296798706rem;left:12.498023986816rem; }
#K6Ck2uzcMXDqtEoJBB3HtelbhcCpfRaT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3121875rem;width:2.3121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.485349655151rem;left:12.436210632324rem; }
#flN201V6eCdydETUHtnp9JgSVuVH00z3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3121875rem;width:2.3121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.23508644104rem;left:12.498023986816rem; }
#tPLMV1SyPV6XNIt9uiKFrfBEvtZ5ngNT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3121875rem;width:2.3121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.982851028443rem;left:12.498023986816rem; }
#gNbC2Tx38XI3en1T5HMA7tnJKowS1pzw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3121875rem;width:2.3121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.79506111145rem;left:12.498023986816rem; }
#qyEE92uCRkyHMkTTmmGPIp6TZPhd60im { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3121875rem;width:2.3121875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:29.544797897339rem;left:12.498023986816rem; }
#lokck1HcJZf8KSsASkmg2MwetMJnXziQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfc;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; }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .row .container { background-color: transparent; background-image: none; }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .row .container > .video-iframe-container { display: none; }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .row > .video-iframe-container { display: none; }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .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); }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .row .container { border-width: 0; border-radius: 0; }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#bf690d49255f94fd6bd489a6a512fcff { background-color:#feae00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#ra0b70f7a5e315c95f714fd59b3548a8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p539d4fbb6876ddd6b675afe30234ca1 { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.6245536804199rem;left:12.499340057373rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW { display:block; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASzwB8E1iQdxErOJZHxL1MtAy9opX6D2 { width:42.5rem;height:4.4375rem;top:2.6875rem;left:2.5925140380859rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxfnPFZiKcGRa8ucL2vVytcugQ5igpns { display:block; }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9310a34ef405057f4acac5a6322d1a5 { top:7.375rem;left:0rem;width:47.625rem;height:26.69224353628rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb2a0f9f6b1bd9abfecc4155439b75a0 { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8a4e7955e377801fa07b57a5e3dec92 { top:0.0625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX { display:block; }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc2d5e818132c88de9ec57302bc0da83 { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb182022370e488e5713dc90c2feac42 { display:block; }
 }@media only screen and (max-width: 763px) { #prdX0zFrVGhmKhGpRT5hg7Iy5So4VTmN { top:2.5625rem;left:0rem;width:47.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W { display:block; }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o87b0c456491a0ae9b8d99e9341cc695 { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH { display:block; }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7ea7e30170d8489d8eb0f7cecbc0d60 { top:0.8125rem;left:0rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4e1dce901d0b1dff819aa0d0b3a56d8 { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8021017299b8e4f3b2483a01218126d { top:0.8125rem;left:0rem;width:24.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7bc5a798e7e080dc0ecd76d2d1cdf21 { top:0.9375rem;left:23.5rem;width:24.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0e8rQyoOTaEoMBEtgpB1UeDv5RonE8x { top:0.8125rem;left:7.3125rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b73eb68b3997f47d391fc107262fe374 { top:0.875rem;left:15.875rem;width:24.1875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN { display:block; }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a10514005436e1a3c6629652260b667d { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffffd14408fe02d9fc788632f334db55 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O41178d564b0cae0975f9ed4197bcfc7 { top:0.25rem;left:23.25rem;width:24.5rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ba926694ee87a99cf9a6ad50040c01 { top:0.25rem;left:10.8125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf4f1b6092459b33a8ad9f1fa8b6eb84 { top:0.25rem;left:0rem;width:24.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsAot7CfTM1Jb6CUAiut5Jw1wlzaPoWb { top:0.1875rem;left:0rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX { display:block; }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ad43756e0d48097c3ae7dc3888b7a9ae { top:0.1875rem;left:0rem;width:24.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5sEMF51zHWyi9ZadWGoFICLIyai6pSr { top:0.1875rem;left:7.3125rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n85466cbe080483cd387191a231afd23 { top:0.3125rem;left:7.5625rem;width:24.1875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI2R8BS0vJXfJRx1ZM3bW3VRDzv2zt2B { top:0.1875rem;left:23.1875rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8eeddea98f987b299fdb0a8c4d77093 { top:0.1875rem;left:0rem;width:24.3125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb980bfdc068af4cec83e37de8e1cad5 { top:0.3125rem;left:23.1875rem;width:24.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLip79QZPeCNkgb3699pHr8ko6eaivCV { display:block; }#oLip79QZPeCNkgb3699pHr8ko6eaivCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a51f41241bd86b0af9ed2fa476250771 { top:0.25rem;left:23.3125rem;width:24.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8e84d5508c85be5a228769ffa466fa9 { top:0.25rem;left:0rem;width:24.5rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa600b8c74cbb4514451e0dd31f2c61b { top:0.25rem;left:13rem;width:24.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCqreiSl7MMf57tLuLhhE3qn3lqxwXyg { top:0.1875rem;left:0rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW6TqcRPVrccgJ6W2tSFUEngeZPBpP5q { top:0.1875rem;left:7.3125rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpCH2vARbDN2CFSVoRUpClmEHkomkNTs { top:0.1875rem;left:23.1875rem;width:24.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW { display:block; }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNQHyEamXPD4c1bmR121QsT1cXWeXSx1 { width:30.4375rem;height:6.125rem;top:3.5625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEBTExJVsRt4DqXLIwQo75Exn6068bss { width:18.5625rem;height:4.5rem;top:4.3125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmgsOg4kcMONKiPIopVktTfcCF0hay0I { display:block; }
 }@media only screen and (max-width: 763px) { #JJZloSWfKDnNz5B2Uro9RQEvNfew3zJT { top:3rem;left:0rem;width:7.6875rem;height:7.3126570249614rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI { display:block; }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGSbKx0LS9P5EHpuOmOLP0CCeIy5GpCO { top:0.4375rem;left:0rem;width:7.6875rem;height:7.3126570249614rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1SiuFO5PPoxLrKXkZnqScC6MWqu7eNv { top:2rem;left:1.5625rem;width:31.25rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpeaMk7HkkDZmMs9hhiPTwH9ZnGWlpQO { width:18.5625rem;height:4.5rem;top:2.125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVSJCMCi5KgZmEcatbVGW3vmnNM4znLq { display:block; }
 }@media only screen and (max-width: 763px) { #A09hkfZzw8D41lZJHEQBB9orNTashy1o { display:block; }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyvndR4A8lZv5p5XM7Z3tbeiQoaa1sPv { top:0.4375rem;left:0rem;width:7.6875rem;height:7.3126570249614rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfTn89WMCFoqqMDOFS0J2FgVASXiQ5Ex { top:2rem;left:1.5625rem;width:31.25rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP6VL9Cz9QnI5kipJMPOt0rfIfxQDu2E { width:18.5625rem;height:4.5rem;top:2.125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmxBu8PaZymbStnwGyKDzKhScWVSRrUv { display:block; }
 }@media only screen and (max-width: 763px) { #aDblze25RBxGnLkOgOG9SBT6UTie7pPV { display:block; }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5M8xs2UTLgz1EaaaLn5G3KlrXwRU23U { width:17.4375rem;height:5.1875rem;top:1.375rem;left:1.6231842041016rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nce1sLzXFFf6ccfTQLv3DlMFvWlD0TWJ { top:1.8125rem;left:26.125rem;width:20.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcAW27nCb6vIJyaJ3fgpH3IcMiA087kU { width:17.4375rem;height:3.375rem;top:2.3125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLv6RfsgtFnmAyTVal9LKPzqZ77mW48 { display:block; }
 }@media only screen and (max-width: 763px) { #TZTczZCcSeK2H786tPxcErJBIa8zhQWW { display:block; }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fbe8c51d5ba6841f8b74181ba4f1fa52 { top:3.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcd18ee80b420266a8616f172f66cea8 { top:2.75rem;left:0rem;width:47.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq9VntDftStG4Bc193TVLaKr89ZXWXRf { display:block; }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4b06ab40ca5669e8768b9fd40c599dd { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcbcc5b990b71e2375bdba5fc91fd706 { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d84aaf539c9d06d3744228c97cff79e6 { top:2.125rem;left:0rem;width:32.625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #da7e85a5cc4a09ea0fff2d7969327ec0 { top:7.125rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5b6e9deeac3b59396d91baf2bbc527d { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa65dd9590dfd1bcf9c56faad4320202 { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e00ebea9bb8fc463a8cd31f9fb5cd74d { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R512d0af5061bce0ffc159691af473ad { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d564473c341154646abe4c3f8801d4be { top:18.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q84b3ccc607361e584a1df121358b628 { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ace2fd4cb59b5697784db19d677a3b { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd48d0082464ce729f9615acafda138e { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncda4ac559d07d49b8542c6667c0c144 { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5d4619fe206b9e5d0e45263e79b47ba { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db254c2454c99aebfcf16aa03afdfcb2 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y629b9c80d595b5133178cef1d6fecc3 { top:22.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT { display:block; }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afa5a0cbd89231007444c26c29b671a8 { top:2.0625rem;left:0rem;width:40.0625rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4adaf52ff1e53f89bf967523769e237 { top:7.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d471ece98dca258315597cf81771d9b4 { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9783d2b4dbec8fa774ac3b70ad61a3e { top:18.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zde373bf77eeaaeaf80b66ecff2fe051 { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9e4995b081f08a1bfaaafb857bf7520 { top:22.0625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e514ca2960e4fddaa399f3d0d355d22c { top:29.6875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8aab5c2f0ed1dd15226b9c361328851 { top:25.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGmXZnDC9Kawbl7W5CDznbG9s2GNCbH2 { top:6.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaQuzDTQ6mEz6F4qVNEA9lsfZ1vo8hKC { top:10.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Ck2uzcMXDqtEoJBB3HtelbhcCpfRaT { top:14.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flN201V6eCdydETUHtnp9JgSVuVH00z3 { top:18.1875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPLMV1SyPV6XNIt9uiKFrfBEvtZ5ngNT { top:21.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNbC2Tx38XI3en1T5HMA7tnJKowS1pzw { top:25.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyEE92uCRkyHMkTTmmGPIp6TZPhd60im { top:29.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lokck1HcJZf8KSsASkmg2MwetMJnXziQ { display:block; }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf690d49255f94fd6bd489a6a512fcff { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0b70f7a5e315c95f714fd59b3548a8 { display:block; }
 }@media only screen and (max-width: 763px) { #p539d4fbb6876ddd6b675afe30234ca1 { top:2.5625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(234,166,5,0.3));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(234,166,5,0.3));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(234,166,5,0.3));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(234,166,5,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eaa6054c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eaa6054c' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(234,166,5,0.3));background-size:cover !important;position:relative;z-index:auto;display:block; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row .container { background-color: transparent; background-image: none; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row .container > .video-iframe-container { display: none; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row > .video-iframe-container { display: none; }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .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); }#GGcKtTqK9yzNZfNNHOH9Hs1nSE8nkHGW > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASzwB8E1iQdxErOJZHxL1MtAy9opX6D2 { width:20rem;height:5.3994125rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxfnPFZiKcGRa8ucL2vVytcugQ5igpns { display:block; }#rxfnPFZiKcGRa8ucL2vVytcugQ5igpns > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9310a34ef405057f4acac5a6322d1a5 { height:10.875rem;width:19.8125rem;top:8.2496747970581rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #lb2a0f9f6b1bd9abfecc4155439b75a0 { width:20rem;height:6.092175rem;top:1.4840495586395rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8a4e7955e377801fa07b57a5e3dec92 { width:19.875rem;height:7.4375rem;top:0.812255859375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX { display:block; }#zwoDrt73GFmoM15ivKl6f2Poi5JwsxuX > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc2d5e818132c88de9ec57302bc0da83 { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb182022370e488e5713dc90c2feac42 { display:block; }
 }@media only screen and (max-width: 763px) { #prdX0zFrVGhmKhGpRT5hg7Iy5So4VTmN { width:19.9995rem;height:3.99963125rem;top:1.561185836792rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W { display:block; }#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o87b0c456491a0ae9b8d99e9341cc695 { width:19.875rem;height:3.24995rem;top:0.375rem;left:-0.00146484375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH { display:block; }#DoZAwrWSsVH6yt2Ltcadb6eoMngD9pCH > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7ea7e30170d8489d8eb0f7cecbc0d60 { width:19.8745rem;height:13.5620625rem;top:0.52872467041016rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4e1dce901d0b1dff819aa0d0b3a56d8 { width:19.875rem;height:13.5625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8021017299b8e4f3b2483a01218126d { width:20rem;height:13.5625rem;top:0.57147026062012rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #P7bc5a798e7e080dc0ecd76d2d1cdf21 { width:19.9995rem;height:13.5620625rem;top:29.625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #x0e8rQyoOTaEoMBEtgpB1UeDv5RonE8x { width:19.8745rem;height:13.4995625rem;top:15.114688873291rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b73eb68b3997f47d391fc107262fe374 { width:20rem;height:13.5625rem;top:15.12455368042rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN { display:block; }#HpIQEaXscq1Z2wwZ8S7ttWEMokRDyiLN > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a10514005436e1a3c6629652260b667d { width:19.875rem;height:13.5625rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffffd14408fe02d9fc788632f334db55 { width:19.875rem;height:13.5625rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O41178d564b0cae0975f9ed4197bcfc7 { width:20rem;height:13.5625rem;top:29.5625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #c3ba926694ee87a99cf9a6ad50040c01 { width:20rem;height:13.5625rem;top:14.6875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tf4f1b6092459b33a8ad9f1fa8b6eb84 { width:20rem;height:13.5625rem;top:0rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fsAot7CfTM1Jb6CUAiut5Jw1wlzaPoWb { width:19.875rem;height:13.5rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX { display:block; }#HqAFbTuPPPpLsfDDzT8IGSExHNVTi7vX > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ad43756e0d48097c3ae7dc3888b7a9ae { width:20rem;height:13.5625rem;top:0.74965667724612rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #k5sEMF51zHWyi9ZadWGoFICLIyai6pSr { width:19.8745rem;height:13.4995625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n85466cbe080483cd387191a231afd23 { width:19.9995rem;height:13.5620625rem;top:15.634207487106rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #mI2R8BS0vJXfJRx1ZM3bW3VRDzv2zt2B { width:19.875rem;height:13.5rem;top:30.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8eeddea98f987b299fdb0a8c4d77093 { width:19.875rem;height:13.5625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb980bfdc068af4cec83e37de8e1cad5 { width:19.937rem;height:13.5620625rem;top:30.375rem;left:0.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #oLip79QZPeCNkgb3699pHr8ko6eaivCV { display:block; }#oLip79QZPeCNkgb3699pHr8ko6eaivCV > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a51f41241bd86b0af9ed2fa476250771 { width:20rem;height:13.5625rem;top:30.062164306641rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d8e84d5508c85be5a228769ffa466fa9 { width:20rem;height:13.5625rem;top:0.81214904785156rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xa600b8c74cbb4514451e0dd31f2c61b { width:19.9375rem;height:13.5625rem;top:15.31184387207rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cCqreiSl7MMf57tLuLhhE3qn3lqxwXyg { width:19.875rem;height:13.5rem;top:0.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW6TqcRPVrccgJ6W2tSFUEngeZPBpP5q { width:19.875rem;height:13.5rem;top:15.31184387207rem;left:0.062473654747009rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpCH2vARbDN2CFSVoRUpClmEHkomkNTs { width:19.875rem;height:13.5rem;top:30.062164306641rem;left:0.062473654747009rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW { display:block; }#b4G8v2msBKaM4TPTaJHtvHx9oGyxb1eW > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNQHyEamXPD4c1bmR121QsT1cXWeXSx1 { width:17.5rem;height:7.3127125rem;top:7.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pEBTExJVsRt4DqXLIwQo75Exn6068bss { width:18.5619375rem;height:4.49941875rem;top:15.936710357666rem;left:0.71811872720719rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmgsOg4kcMONKiPIopVktTfcCF0hay0I { display:block; }
 }@media only screen and (max-width: 763px) { #JJZloSWfKDnNz5B2Uro9RQEvNfew3zJT { width:7.6875rem;height:7.3125rem;top:0.625rem;left:6.125rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI { display:block; }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGSbKx0LS9P5EHpuOmOLP0CCeIy5GpCO { width:7.6875rem;height:7.3125rem;top:0.625rem;left:5.6875rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1SiuFO5PPoxLrKXkZnqScC6MWqu7eNv { width:19rem;height:7.3126875rem;top:6.875rem;left:0.625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KpeaMk7HkkDZmMs9hhiPTwH9ZnGWlpQO { width:18.5625rem;height:4.5rem;top:15.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVSJCMCi5KgZmEcatbVGW3vmnNM4znLq { display:block; }
 }@media only screen and (max-width: 763px) { #A09hkfZzw8D41lZJHEQBB9orNTashy1o { display:block; }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyvndR4A8lZv5p5XM7Z3tbeiQoaa1sPv { width:7.686875rem;height:7.3120625rem;top:3.814697265625E-6rem;left:5.6864219307899rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfTn89WMCFoqqMDOFS0J2FgVASXiQ5Ex { width:19rem;height:7.3126875rem;top:7.3125rem;left:0.5rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KP6VL9Cz9QnI5kipJMPOt0rfIfxQDu2E { width:18.5619375rem;height:4.49941875rem;top:15.603294372559rem;left:0.71811872720719rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmxBu8PaZymbStnwGyKDzKhScWVSRrUv { display:block; }
 }@media only screen and (max-width: 763px) { #aDblze25RBxGnLkOgOG9SBT6UTie7pPV { background-color:#fffcfc;background-image:none;display:block; }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row .container { background-color: transparent; background-image: none; }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row .container > .video-iframe-container { display: none; }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row > .video-iframe-container { display: none; }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .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); }#aDblze25RBxGnLkOgOG9SBT6UTie7pPV > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5M8xs2UTLgz1EaaaLn5G3KlrXwRU23U { width:15.5rem;height:4.987375rem;top:1.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Nce1sLzXFFf6ccfTQLv3DlMFvWlD0TWJ { width:20rem;height:4.5rem;top:6.75rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #bcAW27nCb6vIJyaJ3fgpH3IcMiA087kU { width:17.4375rem;height:3.375rem;top:7.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLv6RfsgtFnmAyTVal9LKPzqZ77mW48 { display:block; }
 }@media only screen and (max-width: 763px) { #TZTczZCcSeK2H786tPxcErJBIa8zhQWW { display:block; }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fbe8c51d5ba6841f8b74181ba4f1fa52 { width:20rem;height:3.41171875rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcd18ee80b420266a8616f172f66cea8 { width:19.5rem;height:3.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq9VntDftStG4Bc193TVLaKr89ZXWXRf { display:block; }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4b06ab40ca5669e8768b9fd40c599dd { display:flex;width:2.25rem;height:2.25rem;top:5.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dcbcc5b990b71e2375bdba5fc91fd706 { width:1.375rem;height:1.375rem;top:5.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d84aaf539c9d06d3744228c97cff79e6 { width:20rem;height:1.9498375rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #da7e85a5cc4a09ea0fff2d7969327ec0 { width:14.1246875rem;height:2.92508125rem;top:5.1620368361473rem;left:3.7495176196098rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a5b6e9deeac3b59396d91baf2bbc527d { display:flex;width:2.25rem;height:2.25rem;top:10.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fa65dd9590dfd1bcf9c56faad4320202 { width:13.624625rem;height:2.60030625rem;top:10.324073255062rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e00ebea9bb8fc463a8cd31f9fb5cd74d { width:1.375rem;height:1.375rem;top:10.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R512d0af5061bce0ffc159691af473ad { display:flex;width:2.25rem;height:2.25rem;top:20.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d564473c341154646abe4c3f8801d4be { width:15.8748125rem;height:2.60030625rem;top:20.386765956879rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q84b3ccc607361e584a1df121358b628 { width:1.375rem;height:1.375rem;top:21rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ace2fd4cb59b5697784db19d677a3b { display:flex;width:2.25rem;height:2.25rem;top:15.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Cd48d0082464ce729f9615acafda138e { width:12.2496875rem;height:1.30015625rem;top:16.036843717098rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ncda4ac559d07d49b8542c6667c0c144 { width:1.375rem;height:1.375rem;top:16rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5d4619fe206b9e5d0e45263e79b47ba { display:flex;width:2.25rem;height:2.25rem;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Db254c2454c99aebfcf16aa03afdfcb2 { width:1.375rem;height:1.375rem;top:26rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y629b9c80d595b5133178cef1d6fecc3 { width:15.9375rem;height:3.9004625rem;top:25.386765956879rem;left:3.7495176196098rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT { display:block; }#ZBsA17G2xaTR7pNK5hsci7TSEMbzsHCT > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afa5a0cbd89231007444c26c29b671a8 { width:20rem;height:4.2245375rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4adaf52ff1e53f89bf967523769e237 { width:11.875rem;height:3.9004625rem;top:6.8060302734375rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d471ece98dca258315597cf81771d9b4 { width:15.187125rem;height:2.60030625rem;top:12.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R9783d2b4dbec8fa774ac3b70ad61a3e { width:14.874625rem;height:2.60030625rem;top:22.537130355835rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zde373bf77eeaaeaf80b66ecff2fe051 { width:15.8748125rem;height:2.60030625rem;top:17.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t9e4995b081f08a1bfaaafb857bf7520 { width:14.4375rem;height:2.60030625rem;top:27.537601470948rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e514ca2960e4fddaa399f3d0d355d22c { width:16.1875rem;height:1.30015625rem;top:38.268218994141rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o8aab5c2f0ed1dd15226b9c361328851 { width:10.5623125rem;height:2.60030625rem;top:32.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uGmXZnDC9Kawbl7W5CDznbG9s2GNCbH2 { display:flex;width:2.25rem;height:2.25rem;top:6.8043622970581rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vaQuzDTQ6mEz6F4qVNEA9lsfZ1vo8hKC { display:flex;width:2.25rem;height:2.25rem;top:12.873550415039rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6Ck2uzcMXDqtEoJBB3HtelbhcCpfRaT { display:flex;width:2.25rem;height:2.25rem;top:17.8733959198rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #flN201V6eCdydETUHtnp9JgSVuVH00z3 { display:flex;width:2.25rem;height:2.25rem;top:22.710813522339rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tPLMV1SyPV6XNIt9uiKFrfBEvtZ5ngNT { display:flex;width:2.25rem;height:2.25rem;top:27.711360931396rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gNbC2Tx38XI3en1T5HMA7tnJKowS1pzw { display:flex;width:2.25rem;height:2.25rem;top:32.872344970703rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qyEE92uCRkyHMkTTmmGPIp6TZPhd60im { display:flex;width:2.25rem;height:2.25rem;top:37.793304443359rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lokck1HcJZf8KSsASkmg2MwetMJnXziQ { display:block; }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf690d49255f94fd6bd489a6a512fcff { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0b70f7a5e315c95f714fd59b3548a8 { display:block; }
 }@media only screen and (max-width: 763px) { #p539d4fbb6876ddd6b675afe30234ca1 { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }