.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:#f3efe4;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(61,34,42,1);; } #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:transparent;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: #f3efe4; }#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: #f3efe4; }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:#3d222a;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.5rem;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:#3d222a;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:6.5rem;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:rgba(0,0,0,0);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:#f3efe4;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:#bb7e8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #3d222a;border-left:0.25rem solid #3d222a;border-right:0.25rem solid #3d222a;border-bottom:0.25rem solid #3d222a;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:#f3efe4;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.0620125rem;width:49.999rem;top:2.625rem;left:12.50048828125rem;display:block; }
#rBVfVx2wsO921sr6qI4gZ2ZctVNVu26W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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:#3d222a;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.51855625rem;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; }
#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 > .row .container { background-color: transparent; background-image: none; }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 > .row .container > .video-iframe-container { display: none; }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 > .row > .video-iframe-container { display: none; }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 > .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); }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 > .row .container { border-width: 0; border-radius: 0; }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#if2k9R5nH5PaCGphqVaLM9oACKf4TKnb { position:absolute;display:block;z-index:15030;height:13.5605625rem;width:24.375rem;top:0.93896484375rem;left:25.375rem;display:block; }
#wuQFyOXS8nTH1z7FAAlaKelcE7SBlGKt { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cb69e3eb-14fc-4212-b341-620169283cb1/Kulwinder.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.90625rem;left:25.25rem;display:block; }#wuQFyOXS8nTH1z7FAAlaKelcE7SBlGKt.adaptive-delivery-prevent-bg, #wuQFyOXS8nTH1z7FAAlaKelcE7SBlGKt.lazyload, #wuQFyOXS8nTH1z7FAAlaKelcE7SBlGKt.lazyloading { background-image: none; }
#sQfpNVNLwiv8EET14k5xZ4I01GCGN9g5 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c940a70c-6f9d-4d54-863e-b9b9a1031209/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.5625rem;width:24.375rem;top:0.9375rem;left:50.25rem;display:block; }#sQfpNVNLwiv8EET14k5xZ4I01GCGN9g5.adaptive-delivery-prevent-bg, #sQfpNVNLwiv8EET14k5xZ4I01GCGN9g5.lazyload, #sQfpNVNLwiv8EET14k5xZ4I01GCGN9g5.lazyloading { background-image: none; }
#pmbDCXaPTx7lHSGdO5gfeyQyiz6GH6Ua { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1dc3edd-af50-47aa-816a-52840c55f27d/minathumbnail.jpg");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:0.25rem;display:block; }#pmbDCXaPTx7lHSGdO5gfeyQyiz6GH6Ua.adaptive-delivery-prevent-bg, #pmbDCXaPTx7lHSGdO5gfeyQyiz6GH6Ua.lazyload, #pmbDCXaPTx7lHSGdO5gfeyQyiz6GH6Ua.lazyloading { background-image: none; }
#SDGF3Uqr5TN6oaHShGEnxexxLgb0VJuK { position:absolute;display:block;z-index:15031;height:13.5605625rem;width:24.375rem;top:0.93896484375rem;left:0.3125rem;display:block; }
#OQyx3VSkm8Fs6wVpstC6kMFdGvz1ADtK { position:absolute;display:block;z-index:15026;height:13.5605625rem;width:24.375rem;top:0.93896484375rem;left:50.3125rem;display:block; }
#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb > .row .container { background-color: transparent; background-image: none; }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb > .row .container > .video-iframe-container { display: none; }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb > .row > .video-iframe-container { display: none; }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb > .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); }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb > .row .container { border-width: 0; border-radius: 0; }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#ysvnhbk7gLc3huCS3bAqCcId566ICooH { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/01176ac2-3d34-4e40-aaf6-b0d4a285da2b/Shikha.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; }#ysvnhbk7gLc3huCS3bAqCcId566ICooH.adaptive-delivery-prevent-bg, #ysvnhbk7gLc3huCS3bAqCcId566ICooH.lazyload, #ysvnhbk7gLc3huCS3bAqCcId566ICooH.lazyloading { background-image: none; }
#GMeO5gtWQw651BdscozvoUTWeOrZnt0p { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3e138ead-a8b0-439a-b99b-4313848e492f/Uzmathumbnail.jpg");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; }#GMeO5gtWQw651BdscozvoUTWeOrZnt0p.adaptive-delivery-prevent-bg, #GMeO5gtWQw651BdscozvoUTWeOrZnt0p.lazyload, #GMeO5gtWQw651BdscozvoUTWeOrZnt0p.lazyloading { background-image: none; }
#TAagCyRoSlRRhc4gllCFHoAnn6g2N1ED { position:absolute;display:block;z-index:14986;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.5625rem;width:24.375rem;top:0.21875rem;left:0.25rem;display:block; }#TAagCyRoSlRRhc4gllCFHoAnn6g2N1ED.adaptive-delivery-prevent-bg, #TAagCyRoSlRRhc4gllCFHoAnn6g2N1ED.lazyload, #TAagCyRoSlRRhc4gllCFHoAnn6g2N1ED.lazyloading { background-image: none; }
#hITKnxEZ2OwC5v4LqX0SnBN7fkIey2aN { position:absolute;display:block;z-index:15031;height:13.5610625rem;width:24.375rem;top:0.28173828125rem;left:50.3125rem;display:block; }
#J4Ikk7GveEkH3emd5TKdnaASpeg5o8m1 { position:absolute;display:block;z-index:15026;height:13.5610625rem;width:24.375rem;top:0.28173828125rem;left:25.3125rem;display:block; }
#tR0VTMRluLLmASFJuvtqS5STa8v3JlEN { position:absolute;display:block;z-index:15029;height:13.562rem;width:24.375rem;top:0.28125rem;left:0.3125rem;display:block; }
#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 > .row .container { background-color: transparent; background-image: none; }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 > .row .container > .video-iframe-container { display: none; }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 > .row > .video-iframe-container { display: none; }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 > .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); }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 > .row .container { border-width: 0; border-radius: 0; }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#bimMByAPVp3SuxHniXim2pbvGS4mHRnd { position:absolute;display:block;z-index:15019;height:13.5615rem;width:24.375rem;top:0.3125rem;left:25.3125rem;display:block; }
#lfiw4hAgl8aaSu7Qd0NLLqhtCsw5CUed { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aa4af1e0-6329-454e-b698-53d602bfabad/Tasleemthumbnail.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:25.25rem;display:block; }#lfiw4hAgl8aaSu7Qd0NLLqhtCsw5CUed.adaptive-delivery-prevent-bg, #lfiw4hAgl8aaSu7Qd0NLLqhtCsw5CUed.lazyload, #lfiw4hAgl8aaSu7Qd0NLLqhtCsw5CUed.lazyloading { background-image: none; }
#vzEC9vosKGVOVVfpDUVbT6fbEWWNr6ok { position:absolute;display:block;z-index:14986;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.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#vzEC9vosKGVOVVfpDUVbT6fbEWWNr6ok.adaptive-delivery-prevent-bg, #vzEC9vosKGVOVVfpDUVbT6fbEWWNr6ok.lazyload, #vzEC9vosKGVOVVfpDUVbT6fbEWWNr6ok.lazyloading { background-image: none; }
#z2UJ0UXorh0i7k9MxgTEmEN6Bm5dMx9K { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d2e3b290-c851-4c78-a919-2c8bb4730230/Syedthumbnail.jpg");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.3125rem;left:0.25rem;display:block; }#z2UJ0UXorh0i7k9MxgTEmEN6Bm5dMx9K.adaptive-delivery-prevent-bg, #z2UJ0UXorh0i7k9MxgTEmEN6Bm5dMx9K.lazyload, #z2UJ0UXorh0i7k9MxgTEmEN6Bm5dMx9K.lazyloading { background-image: none; }
#VM2hQmgmJaqkVPEokBVlo85azMquhw7z { position:absolute;display:block;z-index:15026;height:13.562rem;width:24.375rem;top:0.28125rem;left:50.3125rem;display:block; }
#n5tHG9BlBXLkb8MRaZ7QlpSdmM1ehTU5 { position:absolute;display:block;z-index:15023;height:13.5615rem;width:24.375rem;top:0.28173828125rem;left:0.375rem;display:block; }
#oLip79QZPeCNkgb3699pHr8ko6eaivCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }
#A09hkfZzw8D41lZJHEQBB9orNTashy1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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.63036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KP6VL9Cz9QnI5kipJMPOt0rfIfxQDu2E { background-color:#bb7e8c;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; }
#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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:#25d366;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.63036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpeaMk7HkkDZmMs9hhiPTwH9ZnGWlpQO { background-color:#bb7e8c;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; }
#aDblze25RBxGnLkOgOG9SBT6UTie7pPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcAW27nCb6vIJyaJ3fgpH3IcMiA087kU { background-color:#3d222a;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; }
#Nce1sLzXFFf6ccfTQLv3DlMFvWlD0TWJ { position:absolute;display:block;z-index:15034;height:4.5rem;width:20.9375rem;top:1.875rem;left:40.09326171875rem;display:block; }
#TZTczZCcSeK2H786tPxcErJBIa8zhQWW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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:#f3efe4;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.35595625rem;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:#bb7e8c;background-image:none;top:2.75rem;left:12.625rem;border-top:0.25rem solid #3d222a;border-left:0.25rem solid #3d222a;border-right:0.25rem solid #3d222a;border-bottom:0.25rem solid #3d222a;display:block; }
#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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:29.5rem;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.1875rem;left:5.875rem; }
#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.625rem;left:6.3125rem;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.1875rem;left:5.875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#da7e85a5cc4a09ea0fff2d7969327ec0 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1875rem;left:9.625rem;height:1.94970625rem;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.9375rem;left:5.875rem; }
#fa65dd9590dfd1bcf9c56faad4320202 { color:#000000;display:block;width:58.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.9375rem;left:9.625rem;height:1.94970625rem;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.375rem;left:6.25rem;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.4375rem;left:5.875rem; }
#d564473c341154646abe4c3f8801d4be { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.4375rem;left:9.625rem;height:1.94970625rem;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.875rem;left:6.25rem;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.6875rem;left:5.875rem; }
#Cd48d0082464ce729f9615acafda138e { color:#000000;display:block;width:58.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.6875rem;left:9.625rem;height:1.94970625rem;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:15rem;left:6.3125rem;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.1875rem;left:5.875rem; }
#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.625rem;left:6.3125rem;display:block; }
#y629b9c80d595b5133178cef1d6fecc3 { color:#000000;display:block;width:64.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.1875rem;left:9.625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LLJZqZbMyWcVZcNqo6osWsmmJKCrReXA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.875rem;left:5.875rem; }
#lX4AUMlThDBaXGWFhlIfnmlLBtiJe3IU { color:#000000;display:block;width:64.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.05615234375rem;left:9.625rem;height:1.94970625rem;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:rgba(0,0,0,0);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:31.5625rem;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.12451171875rem;left:5.81201171875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4adaf52ff1e53f89bf967523769e237 { color:#000000;display:block;width:60.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:9.625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d471ece98dca258315597cf81771d9b4 { color:#000000;display:block;width:57.125rem;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.8125rem;left:9.625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R9783d2b4dbec8fa774ac3b70ad61a3e { color:#000000;display:block;width:56.625rem;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.3125rem;left:9.625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zde373bf77eeaaeaf80b66ecff2fe051 { color:#000000;display:block;width:51.25rem;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.5625rem;left:9.625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t9e4995b081f08a1bfaaafb857bf7520 { color:#000000;display:block;width:54.125rem;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.0625rem;left:9.625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o8aab5c2f0ed1dd15226b9c361328851 { color:#000000;display:block;width:57.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.875rem;left:9.625rem;height:4.0625rem;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.9375rem;left:5.875rem; }
#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.6875rem;left:5.875rem; }
#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.4375rem;left:5.8125rem; }
#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.1875rem;left:5.875rem; }
#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.9375rem;left:5.875rem; }
#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.75rem;left:5.875rem; }
#lokck1HcJZf8KSsASkmg2MwetMJnXziQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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:12.375rem;width:75rem;position:relative;display:block; }#bf690d49255f94fd6bd489a6a512fcff { background-color:#bb7e8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #3d222a;border-left:0.25rem solid #3d222a;border-right:0.25rem solid #3d222a;border-bottom:0.25rem solid #3d222a;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:#f3efe4;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.625rem;left:12.5rem;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.625rem;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) { #bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 { display:block; }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if2k9R5nH5PaCGphqVaLM9oACKf4TKnb { top:0.9375rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuQFyOXS8nTH1z7FAAlaKelcE7SBlGKt { top:0.875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQfpNVNLwiv8EET14k5xZ4I01GCGN9g5 { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmbDCXaPTx7lHSGdO5gfeyQyiz6GH6Ua { top:0.9375rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDGF3Uqr5TN6oaHShGEnxexxLgb0VJuK { top:0.9375rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQyx3VSkm8Fs6wVpstC6kMFdGvz1ADtK { top:0.9375rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb { display:block; }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysvnhbk7gLc3huCS3bAqCcId566ICooH { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMeO5gtWQw651BdscozvoUTWeOrZnt0p { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAagCyRoSlRRhc4gllCFHoAnn6g2N1ED { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITKnxEZ2OwC5v4LqX0SnBN7fkIey2aN { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4Ikk7GveEkH3emd5TKdnaASpeg5o8m1 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR0VTMRluLLmASFJuvtqS5STa8v3JlEN { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 { display:block; }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bimMByAPVp3SuxHniXim2pbvGS4mHRnd { top:0.3125rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfiw4hAgl8aaSu7Qd0NLLqhtCsw5CUed { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzEC9vosKGVOVVfpDUVbT6fbEWWNr6ok { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2UJ0UXorh0i7k9MxgTEmEN6Bm5dMx9K { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM2hQmgmJaqkVPEokBVlo85azMquhw7z { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5tHG9BlBXLkb8MRaZ7QlpSdmM1ehTU5 { top:0.25rem;left:0rem;width:24.375rem;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) { #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) { #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) { #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) { #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) { #Nce1sLzXFFf6ccfTQLv3DlMFvWlD0TWJ { top:1.875rem;left:26.46826171875rem;width:20.9375rem;height:4.5rem;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.1875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcbcc5b990b71e2375bdba5fc91fd706 { top:7.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d84aaf539c9d06d3744228c97cff79e6 { top:2.1875rem;left:0rem;width:32.625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #da7e85a5cc4a09ea0fff2d7969327ec0 { top:7.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5b6e9deeac3b59396d91baf2bbc527d { top:10.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa65dd9590dfd1bcf9c56faad4320202 { top:10.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e00ebea9bb8fc463a8cd31f9fb5cd74d { top:11.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R512d0af5061bce0ffc159691af473ad { top:18.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d564473c341154646abe4c3f8801d4be { top:18.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q84b3ccc607361e584a1df121358b628 { top:18.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ace2fd4cb59b5697784db19d677a3b { top:14.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd48d0082464ce729f9615acafda138e { top:14.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncda4ac559d07d49b8542c6667c0c144 { top:15rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5d4619fe206b9e5d0e45263e79b47ba { top:22.1875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db254c2454c99aebfcf16aa03afdfcb2 { top:22.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y629b9c80d595b5133178cef1d6fecc3 { top:22.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLJZqZbMyWcVZcNqo6osWsmmJKCrReXA { top:25.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4AUMlThDBaXGWFhlIfnmlLBtiJe3IU { top:26rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;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.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4adaf52ff1e53f89bf967523769e237 { top:7.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d471ece98dca258315597cf81771d9b4 { top:10.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9783d2b4dbec8fa774ac3b70ad61a3e { top:18.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zde373bf77eeaaeaf80b66ecff2fe051 { top:14.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9e4995b081f08a1bfaaafb857bf7520 { top:22.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8aab5c2f0ed1dd15226b9c361328851 { top:25.875rem;left:0rem;width:47.75rem;height:4.0625rem;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) { #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.625rem;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:#f3efe4;background-image:none;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.09375rem;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.25rem;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) { #bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 { display:block; }#bD0HcgP7n11Q5vaQ7xFRqEiI0iLp75u6 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if2k9R5nH5PaCGphqVaLM9oACKf4TKnb { width:20rem;height:13.5625rem;top:15.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wuQFyOXS8nTH1z7FAAlaKelcE7SBlGKt { width:19.875rem;height:13.5625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQfpNVNLwiv8EET14k5xZ4I01GCGN9g5 { width:19.875rem;height:13.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmbDCXaPTx7lHSGdO5gfeyQyiz6GH6Ua { width:19.875rem;height:13.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDGF3Uqr5TN6oaHShGEnxexxLgb0VJuK { width:20rem;height:13.5625rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #OQyx3VSkm8Fs6wVpstC6kMFdGvz1ADtK { width:20rem;height:13.5625rem;top:30.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb { display:block; }#NtdMWMsE0z6fnU5z8JF0C6UWIkI19fSb > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysvnhbk7gLc3huCS3bAqCcId566ICooH { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMeO5gtWQw651BdscozvoUTWeOrZnt0p { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAagCyRoSlRRhc4gllCFHoAnn6g2N1ED { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITKnxEZ2OwC5v4LqX0SnBN7fkIey2aN { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #J4Ikk7GveEkH3emd5TKdnaASpeg5o8m1 { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tR0VTMRluLLmASFJuvtqS5STa8v3JlEN { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 { display:block; }#W3CgiO1giUf7hcx9uSWDZhQARCP6Ck17 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bimMByAPVp3SuxHniXim2pbvGS4mHRnd { width:20rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lfiw4hAgl8aaSu7Qd0NLLqhtCsw5CUed { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzEC9vosKGVOVVfpDUVbT6fbEWWNr6ok { width:19.875rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2UJ0UXorh0i7k9MxgTEmEN6Bm5dMx9K { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM2hQmgmJaqkVPEokBVlo85azMquhw7z { width:20rem;height:13.5625rem;top:31.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #n5tHG9BlBXLkb8MRaZ7QlpSdmM1ehTU5 { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;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) { #A09hkfZzw8D41lZJHEQBB9orNTashy1o { display:block; }#A09hkfZzw8D41lZJHEQBB9orNTashy1o > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyvndR4A8lZv5p5XM7Z3tbeiQoaa1sPv { width:5.3125rem;height:5.3125rem;top:1.5rem;left:7.34375rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfTn89WMCFoqqMDOFS0J2FgVASXiQ5Ex { width:19.25rem;height:7.312rem;top:6.53125rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;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) { #ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI { display:block; }#ylV2ef0gQaHvkzmIuhwt0dAqso0fJqGI > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGSbKx0LS9P5EHpuOmOLP0CCeIy5GpCO { width:5.3125rem;height:5.3125rem;top:1.625rem;left:7.34375rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1SiuFO5PPoxLrKXkZnqScC6MWqu7eNv { width:19rem;height:7.312rem;top:6.875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;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) { #aDblze25RBxGnLkOgOG9SBT6UTie7pPV { background-color:#f3efe4;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:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5M8xs2UTLgz1EaaaLn5G3KlrXwRU23U { width:15.5rem;height:4.986325rem;top:2.875rem;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) { #bcAW27nCb6vIJyaJ3fgpH3IcMiA087kU { width:17.4375rem;height:3.375rem;top:8.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLv6RfsgtFnmAyTVal9LKPzqZ77mW48 { display:block; }
 }@media only screen and (max-width: 763px) { #Nce1sLzXFFf6ccfTQLv3DlMFvWlD0TWJ { width:20rem;height:4.5rem;top:8.1875rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #TZTczZCcSeK2H786tPxcErJBIa8zhQWW { display:block; }#TZTczZCcSeK2H786tPxcErJBIa8zhQWW > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fbe8c51d5ba6841f8b74181ba4f1fa52 { width:20rem;height:3.4121125rem;top:4.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcd18ee80b420266a8616f172f66cea8 { width:19.5rem;height:3.875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq9VntDftStG4Bc193TVLaKr89ZXWXRf { display:block; }#Jq9VntDftStG4Bc193TVLaKr89ZXWXRf > .row .container { width:20rem;height:37.5rem;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.94970625rem;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:15.875rem;height:3.8994125rem;top:5.5rem;left:3.1875rem;font-size:1rem;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:16.875rem;height:3.8994125rem;top:10.5rem;left:3.1875rem;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:17rem;height:3.8994125rem;top:20.5625rem;left:2.9375rem;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:17.0625rem;height:3.8994125rem;top:15.4375rem;left:2.9375rem;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:17rem;height:3.8994125rem;top:25.5625rem;left:2.9375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LLJZqZbMyWcVZcNqo6osWsmmJKCrReXA { display:flex;width:2.25rem;height:2.25rem;top:31.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lX4AUMlThDBaXGWFhlIfnmlLBtiJe3IU { width:16.9375rem;height:3.8994125rem;top:31.0625rem;left:3.0625rem;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.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afa5a0cbd89231007444c26c29b671a8 { width:20rem;height:3.8994125rem;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) { #I4adaf52ff1e53f89bf967523769e237 { width:17.1875rem;height:3.8994125rem;top:6.80419921875rem;left:2.93701171875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d471ece98dca258315597cf81771d9b4 { width:17.0625rem;height:3.8994125rem;top:12.1982421875rem;left:2.93701171875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R9783d2b4dbec8fa774ac3b70ad61a3e { width:17.125rem;height:3.8994125rem;top:22.89794921875rem;left:2.875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zde373bf77eeaaeaf80b66ecff2fe051 { width:17.0625rem;height:3.8994125rem;top:17.685546875rem;left:2.9375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t9e4995b081f08a1bfaaafb857bf7520 { width:16.875rem;height:3.8994125rem;top:28.0859375rem;left:3.125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o8aab5c2f0ed1dd15226b9c361328851 { width:17rem;height:5.19921875rem;top:33.4345703125rem;left:3rem;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.1982421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6Ck2uzcMXDqtEoJBB3HtelbhcCpfRaT { display:flex;width:2.25rem;height:2.25rem;top:17.685546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #flN201V6eCdydETUHtnp9JgSVuVH00z3 { display:flex;width:2.25rem;height:2.25rem;top:22.89794921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tPLMV1SyPV6XNIt9uiKFrfBEvtZ5ngNT { display:flex;width:2.25rem;height:2.25rem;top:28.0859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gNbC2Tx38XI3en1T5HMA7tnJKowS1pzw { display:flex;width:2.25rem;height:2.25rem;top:33.4345703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lokck1HcJZf8KSsASkmg2MwetMJnXziQ { display:block; }#lokck1HcJZf8KSsASkmg2MwetMJnXziQ > .row .container { width:20rem;height:9.25rem;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; }
 }