.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,247,228;--color-primary-1:255,228,165;--color-primary-2:255,201,75;--color-primary-3:128,101,38;--color-primary-4:38,30,11;--color-secondary-0:217,220,227;--color-secondary-1:128,137,161;--color-secondary-2:0,19,66;--color-secondary-3:0,10,33;--color-secondary-4:0,3,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work 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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(13,104,157,0.95);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ > .row .container { background-color: transparent; background-image: none; }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ > .row .container > .video-iframe-container { display: none; }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ > .row > .video-iframe-container { display: none; }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ > .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); }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ > .row .container { border-width: 0; border-radius: 0; }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#sZWAAl31U7yu8bE0pFLpNxk6OhyBSQQC { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#2f2f2f;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:15.0625rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.03125rem;left:59.1875rem;display:block; }
#Jrklg7sPaN2LTNpMr4Q2VFKgo1ZpWiQo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtphn7hakRsrQDie6uKRqqZwLx38umKr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.9375rem;top:1rem;left:1rem;overflow:hidden;display:block; }
#w0Ec17s5yv7lbAidicmTDmnvBatTFoUc { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.4375rem;height:2.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.125rem;left:12.25rem;display:block; }
#BZq70upsAZcbbmT2Kmph7KdnuIzsHX4n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ylqGwpWPicp80u1TFvHeOZsBEzQCux3E { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.4375rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.125rem;left:9.625rem;display:block; }
#bRxoOrUk2q3g1Ldddq22JWmgO0oMcGBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container { background-color: transparent; background-image: none; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container > .video-iframe-container { display: none; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row > .video-iframe-container { display: none; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .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); }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container { border-width: 0; border-radius: 0; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58695257-635f-47c0-a2e1-1dff832d46ed/BannerGurudevParis2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.adaptive-delivery-prevent-bg, #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.lazyload, #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.lazyloading { background-image: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { background-color: transparent; background-image: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container > .video-iframe-container { display: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row > .video-iframe-container { display: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .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); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { border-width: 0; border-radius: 0; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d::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; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:block; }#VSF6gNoJDpUBAkhXTAT8HJLWy2N1Ms8K { color:#b5dbf0;display:block;width:38.8125rem;position:absolute;font-family:lora;font-size:5.3125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:10.3125rem;left:1.75rem;height:11.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQm7IXAu7HOTss7y9m3D0Ls0uo0UFuku { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:lora;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.75rem;left:6.3125rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAqxXT7awng7FDmps4h0sqpL2O0tWphw { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:28.3125rem;left:4.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#US9cAR4Z8bGRqAQmNnXfiwIEBAuutalw { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:17.6875rem;top:22.8125rem;left:12.3125rem;overflow:hidden;display:block; }
#rpy1f44gilKGyegZpIqXfooKLzS9du3c { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#2f2f2f;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:15.875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.6875rem;left:13.21875rem;display:block; }
#qtwo9OxJsqrOqUqUCzE8IDgcrIRvq32k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl > .row .container { background-color: transparent; background-image: none; }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl > .row .container > .video-iframe-container { display: none; }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl > .row > .video-iframe-container { display: none; }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl > .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); }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl > .row .container { border-width: 0; border-radius: 0; }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#yZKAuIEIEKp1bDZSzHV4mNhliflqAgxO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:8.625rem;top:3rem;left:61.125rem;overflow:hidden;display:block; }
#ITBPxsOEuP7s6MqvzD7tSadalJfFsqKt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.5rem;top:3.3125rem;left:48.5625rem;overflow:hidden;display:block; }
#TFh0UNK9LR1fHUQowHTrTwie2XZPO9nN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:5.0625rem;top:2.8125rem;left:69.6875rem;overflow:hidden;display:block; }
#kSKoJ3Ou0aWSlTlhyM8JgJrXrhdRK2DP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:7.5rem;top:3.3125rem;left:55.625rem;overflow:hidden;display:block; }
#nP0XTzwRAaoZWgPU6SLXRWbJb0EPJSBq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:32.78125rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkvd0hABu2U6CWn88NPi4RR0FJZ8xUGX { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.875rem;top:4rem;left:26.8125rem;overflow:hidden;display:block; }
#gSn526tZZU3qpduMFOn451e4NeTQTony { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.9375rem;top:4.1875rem;left:33.25rem;overflow:hidden;display:block; }
#eMw3QhnhE9Pf3t4VnylaLGduAS9HTxJI { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7rem;top:4.25rem;left:0.3125rem;overflow:hidden;display:block; }
#z2wORsAzxJo6r7aE85v3MmKw1hWiN8um { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.4375rem;top:3.875rem;left:8.5625rem;overflow:hidden;display:block; }
#Zow3GSkJsz567qVhMRlr5l0CuWd7IQ8h { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.4375rem;top:3.75rem;left:18.4375rem;overflow:hidden;display:block; }
#GFPEv5cEOGJnRRBE802KgtXCmO8XPLs6 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.6875rem;top:4rem;left:40.6875rem;overflow:hidden;display:block; }
#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container { background-color: transparent; background-image: none; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container > .video-iframe-container { display: none; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row > .video-iframe-container { display: none; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .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); }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container { border-width: 0; border-radius: 0; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#pzhfqX1xR4tAmvOHmMInGfM36SiS0csu { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.25rem;left:16.0625rem;height:7.8125rem;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; }
#aITmRhzJ6HRVFNyIEiAAXHwwIhFE0RD9 { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:18.3125rem;height:5.5rem;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; }
#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn > .row .container { background-color: transparent; background-image: none; }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn > .row .container > .video-iframe-container { display: none; }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn > .row > .video-iframe-container { display: none; }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn > .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); }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn > .row .container { border-width: 0; border-radius: 0; }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;position:relative;display:block; }#mOSyWruhJWTKtOKEQIHfPMmsmGV2q6F2 { color:#072559;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.1875rem;left:10.1875rem;height:2.5625rem;text-align:left;text-align-last:left;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; }
#yRzI9hoK6JtEPNax3WJ9C9rUbzLLLH1E { color:#072559;display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:7.75rem;left:10.1875rem;height:1.4375rem;text-align:left;text-align-last:left;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; }
#tmVDNAfute6GgQuQ5eb6uegI6rid2p8z { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:9.9375rem;left:10.1875rem;height:6.25rem;text-align:left;text-align-last:left;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; }
#rqit0in5zvVwQp0pRDTJvWDhcRM23qL1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:22.5625rem;top:29.25rem;left:43.612584415296rem;overflow:hidden;display:block; }
#J7Mr364Qf5ppuXgC2B2R1hRz0CXnQiv2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:24.1875rem;width:21.625rem;top:4.75rem;left:44.12109375rem;overflow:hidden;display:block; }
#CawmWqV4ZAtstbhZRv8osTlrTBxgPqyU { color:#2f2f2f;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:31.75rem;left:13.0625rem;height:5.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uIDUUipHb5KEScm7gair4z8b6FyivdBU { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15061;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.125rem;left:10.1875rem;display:block; }
#L4uRK1vBI3brTsVwR7hcKAq4TyKev43Q { color:#2f2f2f;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:40.8125rem;left:13.25rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UtJbmdfrGZ5KkJfpbh21Xz7F1l8dE9rM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:40.8125rem;left:10.4375rem; }
#Gzkt1cJMRd0k24FiNpnEEwB1LMAoXQKA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:32.0625rem;left:10.625rem; }
#GZB4gLG0Lrq3G5HfAA6QaBA60kMAmRGa { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15060;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30rem;left:10.1875rem;display:block; }
#NAndRfaBEMwaLmOCTlZ7vw4h9vbmm9pa { color:#2f2f2f;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:24.3125rem;left:13.0625rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XE8ckZfTQPHeHbwT1HA2J5Oa8Znftv8D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:24.4375rem;left:10.1875rem; }
#DLzayPMqDZ6qMb8ATeGBGQnK5SiDtT7X { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15061;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.625rem;left:10.1875rem;display:block; }
#EXB8ldP1k3PlFpQMc0yppT2pSJbBFGO2 { color:#2f2f2f;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:18.25rem;left:13.0625rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTm9QJcMgOT4MVdCQmQLR3TrJQAtqqIp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:18.6875rem;left:10.375rem; }
#vtEmSVC1TmtRRsvlxTEH2GurfiLdPD8q { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#2f2f2f;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:15.875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.9375rem;left:10.1875rem;display:block; }
#yBC26qG0WEMadZGnzt7hpcBBFwdxORwi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bor6mIC0uFJl3ZZ8dUt45lvZG3bDM9yT { color:#2f2f2f;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:49.75rem;left:10.1875rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 > .row .container { background-color: transparent; background-image: none; }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 > .row .container > .video-iframe-container { display: none; }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 > .row > .video-iframe-container { display: none; }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 > .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); }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 > .row .container { border-width: 0; border-radius: 0; }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;position:relative;display:block; }#ks6Rkfk8LTspCJ3M8eNPgyedQS32XC4H { color:#2f2f2f;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.9375rem;left:39.3125rem;height:41.25rem;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; }
#BeJrZuIoaNRwrIofBEl7hiUoXcuMKEkS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.32) ;height:31.1875rem;width:24.375rem;top:17.75rem;left:9.5rem;overflow:hidden;display:block; }
#dzwovDVXOBv5ntZ99T2Te9xU1KgWE3wo { color:#072559;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.5625rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STXrkBkkrlzSezniOEfkENpbQ3NEb9kg { color:#2f2f2f;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:9.5rem;height:5.5rem;display:block; }
#zLwBTMdcgJsV20VTo5UXLBJRXwevaLZ5 { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#d7b543;background-image:none;top:10.3125rem;left:37.9375rem;display:block; }
#xksCfFaEuUALnElASlsBKsuJwmdJEXks { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#d7b543;background-image:none;top:17.25rem;left:37.9375rem;display:block; }
#qHku4KSd9SC5ffTETFiAHClmk1Vtq2Ci { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#d7b543;background-image:none;top:28.1875rem;left:37.9375rem;display:block; }
#vspDnvcQaQx0keh7PwBRSLWvbnDnmpiR { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#d7b543;background-image:none;top:35.1875rem;left:37.9375rem;display:block; }
#VTQHT7C8X7kR8Kmx9Vn0MXphMQs6fyQz { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#d7b543;background-image:none;top:44.625rem;left:38rem;display:block; }
#f1bJuDpel553pTqFElUdz7AuBkD0ykTm { box-sizing:content-box;height:34.5rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#d7b543;background-image:none;top:10.5625rem;left:38.25rem;display:block; }
#hwLOqmQ78F1G4RL2SStUiN0cqugSyfOw { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#leIpMGEVnZEwzhztMiTGJg0yL6eV7dOk { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#aJC8PKpq0xbFh4PcFK45iKJUh2Cda8Kq { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#FiKfR8Ozd6lMNg1CR5DAul95TFOJWp0l { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Fs3Jg9F9TJvLefp61QZJ4ZJWuRzvGoLd { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc { position:relative;display:block; }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc { background-color: transparent; background-image: none; }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc > .row .container > .video-iframe-container { display: none; }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc > .row > .video-iframe-container { display: none; }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc > .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); }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc { border-width: 0; border-radius: 0; }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc > .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; }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.8125rem;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; }#LkhPbU8IBJDSGogoUnSk4NRWZKks7FPE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:23.875rem;top:9.6875rem;left:3rem;overflow:hidden;display:block; }
#UX30Wi0JPAGRIHDzvrxg2VycberrCqn5 { color:rgba(var(--color-secondary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:20.34375rem;left:3.4375rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#hoIzIhpSrhNxIUQVzzaoZb5mXvqo6Bnh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:20.8125rem;top:9.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#RezUHCeQ98sHkaTP0b8b3mvvkpJbh7XS { color:rgba(var(--color-secondary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:20.34375rem;left:28rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#e2ZHubK2uO3ha2hlMltmuT98RpTETvAN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:23.1875rem;top:9.6875rem;left:48.8125rem;overflow:hidden;display:block; }
#n08T1ECZLMUFrTZnqLza84x03BwnXQvM { color:rgba(var(--color-tertiary-3),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:10.9365234375rem;left:51.25rem;height:1.875rem;text-align:right;text-align-last:right;display:block; }
#SeUEzAJCGrdSEZUbD2EgrifBrMCJkhvg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.625rem;width:42.5rem;top:24rem;left:3rem;overflow:hidden;display:block; }
#lIhX28FSnc01iCqTk9UAMqCFd76HQl8q { color:rgba(var(--color-secondary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:32.78125rem;left:3.8125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#DUL99bd8gbRt6cQnb7FwAk8hxNgmJB31 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:18.625rem;top:36.125rem;left:3rem;overflow:hidden;display:block; }
#elmtUnqVvKrPfayJ7oEWupPBt9zPxiBc { color:rgba(var(--color-tertiary-3),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:37.31201171875rem;left:3.25rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#QlhIRNq645uKfB3ZsbUsQlhLyPOMqtAK { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:25.5rem;left:46.4375rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#BFHovZP1dKmiq8MH7Ik2rIAw5Dbs6d3D { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.75rem;width:26rem;top:23.9375rem;left:46rem;overflow:hidden;display:block; }
#IRWPTATZ9150a7DZregBFQnAAgTF17dJ { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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:15.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:52.8125rem;left:29.9375rem;display:block; }
#G7mVoTTxhRgcPJvNmD6yVovGXfxIOBih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kHyQxdSzpRPWHFly97rJF5tbznN246Pt { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:22.8125rem;top:36.1875rem;left:22.0625rem;overflow:hidden;display:block; }
#MOwxSCWJNeEqDgBe7m17INmQrHDUTIwN { box-sizing:content-box;height:2.9375rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.83740234375rem;left:3rem;display:block; }
#bzn7sVMEtGNAyvvopctc8AuSTp7dSp1E { box-sizing:content-box;height:2.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.83740234375rem;left:27.4375rem;display:block; }
#ibTteqeeCOxXOQntye7GSVJwSt4nmapW { box-sizing:content-box;height:2.9375rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.43017578125rem;left:54.25rem;display:block; }
#te9qAFSrlXNKwgadgS8az8mrGaWduqlO { box-sizing:content-box;height:2.9375rem;width:20.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.1875rem;left:3rem;display:block; }
#sOTpKXnfXAc8mdFsKFocvrr6GC3I91Ns { box-sizing:content-box;height:2.9375rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:46rem;display:block; }
#pX9NEM98pL9KdCT1PdVJ0TN2ubuGbcCc { box-sizing:content-box;height:2.9375rem;width:17.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.8056640625rem;left:2.4375rem;display:block; }
#Vy02ugcT0mnymdM5fwqrR1frSwpk83P4 { box-sizing:content-box;height:2.9375rem;width:20.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.3681640625rem;left:22.0625rem;display:block; }
#HzS5iQiiq1zwGVTpIaLBUD8yfJGciTsw { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.87451171875rem;left:22.5625rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#meATU3f8K9tDP77IaefWXrsIvST00nLo { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:26.75rem;top:36.125rem;left:45.3125rem;overflow:hidden;display:block; }
#nVLuXh2gGmOyP4fduUQq71ofRtTFvQn4 { box-sizing:content-box;height:2.9375rem;width:22.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.375rem;left:49.3125rem;display:block; }
#ec66gqaJL6neNc7Ku3WFbmGcQvHE3zoO { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.875rem;left:49.375rem;height:1.875rem;text-align:right;text-align-last:right;display:block; }
#krHTVMQ0wGwU8VavRI4wy3JBC2yNWhwi { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.87451171875rem;left:22.4375rem;height:1.9248rem;text-align:left;text-align-last:left;display:none; }
#mdESZLlPSQoMTK0WAxxItzn2h1szzeZG { color:#072559;display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.25rem;left:22.875rem;height: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;font-style:normal;display:block; }
#t11cpKA75vIctCXdGwUb5cp5xgxruVM6 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.875rem;left:49.375rem;height:1.9248rem;text-align:right;text-align-last:right;display:none; }
#FAcR4uXUtQGWFWFXTes31lon8bnKV0JU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FAcR4uXUtQGWFWFXTes31lon8bnKV0JU > .row .container { border-width: 0; border-radius: 0; }#FAcR4uXUtQGWFWFXTes31lon8bnKV0JU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FAcR4uXUtQGWFWFXTes31lon8bnKV0JU > .row .container { font-size:0.875rem;font-family:arial;height:95.75rem;width:75rem;position:relative;display:none; }#Vd9X0GtVfGWgr1dv47PzvTKUL5Poz1xG { color:#072559;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5rem;left:1.9375rem;height:2.5625rem;text-align:left;text-align-last:left;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; }
#K6GZ8OXBuXXx9wDil2ziEc2eyrUfioxn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.875rem;width:1.4375rem;top:19.75rem;left:2rem;overflow:hidden;display:block; }
#ym1pXCLPDBPfwbeH096eRJptKWnNPmVy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:19.9375rem;left:4.0625rem;height:1.5625rem;text-align:left;text-align-last:left;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; }
#FA8ziRdqKbdOG10OAZMdsA3cWxIpPK94 { color:#072559;display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:8.5625rem;left:1.9375rem;height:1.4375rem;text-align:left;text-align-last:left;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; }
#EG5cffmlql6dIkdAskr7UxM047udGm1X { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:10.75rem;left:1.9375rem;height:6.25rem;text-align:left;text-align-last:left;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; }
#WQ53boaDS7I6pBT5TB2lz6m6O0lDHvsF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.0625rem;width:1.5625rem;top:22.375rem;left:1.9375rem;overflow:hidden;display:block; }
#y5TeOKv0vok4AmZhLdTnrcJm1PsT0MDy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.625rem;left:4.0625rem;height:3.125rem;text-align:left;text-align-last:left;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; }
#TkpbUDVT6Vnmc8RFeI4Tucg09D34r87u { box-sizing:content-box;height:0.125rem;width:20.8125rem;position:absolute;display:block;z-index:15018;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:1.9375rem;display:block; }
#hoeKxQf5zoHv7yzgyLN36uP2n5cHTyAu { box-sizing:content-box;height:0.125rem;width:20.8125rem;position:absolute;display:block;z-index:15026;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.625rem;left:2.0625rem;display:block; }
#notkPUH031ghaPLNNIopIadHiINLwaBN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:73.1875rem;left:4rem;height:1.5625rem;text-align:left;text-align-last:left;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; }
#bmyMQbBJqHw5gIQm2q9xE0KSl2LBMNVw { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:45.3125rem;left:2.0625rem;height:12.5rem;text-align:left;text-align-last:left;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; }
#AhXMKdyOSzcIahSTXXGSQ8tSCZtKdTxi { color:#072559;display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:43.125rem;left:2.0625rem;height:1.4375rem;text-align:left;text-align-last:left;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; }
#Xwi1USH9ZNWyWTiuJT5h4KsuvgLZeEnK { color:#072559;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:36.625rem;left:1.9375rem;height:5.125rem;text-align:left;text-align-last:left;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; }
#amLyd1g4REBMLONIJfTuvHPTziHzVz5C { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.875rem;width:1.4375rem;top:73rem;left:2.0625rem;overflow:hidden;display:block; }
#MVdoveqebbhrb9J39Bzzo8fHGTTm8hMp { color:#072559;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:59.1875rem;left:2.0625rem;height:1.4375rem;text-align:left;text-align-last:left;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; }
#ssDMxdlZNnHpoVWFIdBgWkI6LkMeH55L { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:61.5rem;left:2.0625rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ssDMxdlZNnHpoVWFIdBgWkI6LkMeH55L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ssDMxdlZNnHpoVWFIdBgWkI6LkMeH55L li:before{  }
#t7eqZHEcJo5aEg3QaFKdQETb9bXoB3Sg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:74.75rem;left:4rem;height:4.6875rem;text-align:left;text-align-last:left;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; }
#GlyR16mCN7c86ikWBPiGvTS050ivb3m2 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.0625rem;width:1.5625rem;top:80.625rem;left:1.9375rem;overflow:hidden;display:block; }
#JTpD5mtxlzShcn7s85NxqU43q87774Nd { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:80.625rem;left:4.0625rem;height:3.125rem;text-align:left;text-align-last:left;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; }
#qiElWplJBVXMNdyRKsFKOwcHsSvmRGAN { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#2f2f2f;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.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:85.6875rem;left:2rem;display:block; }
#I3yBi4yWnzzGAO8fXoegFkf4rWNDwwy9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZLATL2e3FmweWAhLyMSmZcTqmhpVvkX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:18.875rem;top:8.25rem;left:53.786755480201rem;overflow:hidden;display:block; }
#P7mE3nGUyIEuwlORA1EOhg3WOk5TfKXl { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:20.1875rem;width:18.1875rem;top:8.6875rem;left:35.6875rem;overflow:hidden;display:block; }
#xcyRKtxOSsTCDgJwlo4bPI4E9rok2R07 { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#2f2f2f;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:16.9375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.1875rem;left:1.9375rem;display:block; }
#McBeaynHTOHeTWBN0giq02GRVLGFOlQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3UJo3XK8S8RUUQ7QpDZUEN1wkZqTXZ5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:18.1875rem;top:36.625rem;left:35.8125rem;overflow:hidden;display:block; }
#ot76C3s71c5WBCIKLHPnDKms3uwhhMMJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.875rem;width:18.0625rem;top:36.625rem;left:54.3125rem;overflow:hidden;display:block; }
#wxzIn8O0byKKFggAt5ZBBgzNKOH2yOKq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.8125rem;width:18.25rem;top:47rem;left:35.75rem;overflow:hidden;display:block; }
#bKZ2m13NB2ymZ3m8x2JibH55MH4sB6Fe { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.9375rem;width:18.3125rem;top:46.9375rem;left:54.3125rem;overflow:hidden;display:block; }
#wEcK7BI8GqVHzRouJAS6aqFBTTcb895V { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.625rem;width:36.8125rem;top:57.25rem;left:35.8125rem;overflow:hidden;display:block; }
#qSU8mcPJttGTpn14NhCurp4FH3MCb2tn { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:36.75rem;top:76.125rem;left:35.8125rem;overflow:hidden;display:block; }
#RpceifRqk6dCSybbD0kmETwtoxwBiRsc { color:#072559;display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:41.3125rem;left:2.0625rem;height:1.4375rem;text-align:left;text-align-last:left;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:none; }
#uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1607e3a-ad7a-4828-ac54-2195ad59ddaa/BannerGurudevParis2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB.adaptive-delivery-prevent-bg, #uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB.lazyload, #uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB.lazyloading { background-image: none; }#uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB > .row .container { border-width: 0; border-radius: 0; }#uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB::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; }#uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:none; }#gOKBJTLJ6ON3yfLukrc3VfIb6OFAzf0T { color:#ffffff;display:block;width:55.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.5625rem;left:9.9375rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fnxp4JfvsvM50iqLMece9GIPk8gSBLm8 { box-sizing:content-box;height:0.125rem;width:20.8125rem;position:absolute;display:block;z-index:15027;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:27.125rem;display:block; }
#wV2CG40Dg31F8VWSIaCT1hd31odvJgA2 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:12rem;left:9.6875rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#FIrJEbcLlavcMZE7TwcPTnAqzZ2ZVPRX { box-sizing:content-box;height:21.5rem;width:18.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.1875rem;left:8.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#tC3U1VS9Q90ilb8qk4hbis0kBTNcHZ0R { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15086;line-height:1.1;letter-spacing:0;top:25.4375rem;left:9.8125rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ySPFDW0TOTQZP2MJ23M9QOJCb7p2IH4V { box-sizing:content-box;height:21.5rem;width:18.75rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:23.1875rem;left:28.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#naUgDH7vcyhriq7iogXTTefvNC99gO5l { color:#001342;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;top:25.4375rem;left:29.5rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTbpWilgpRkPSwPDmQqnt3vqpLSpM7e6 { box-sizing:content-box;height:21.5rem;width:18.75rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:23.1875rem;left:47.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#V4rb3byXRuawNkB0Ush6Tf0EGAavb2uz { color:#001342;display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15100;line-height:1.1;letter-spacing:0;top:25.4375rem;left:48.1875rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZ5Px3pZ3zDZWiqAEOaf0oyGE0QAWUqW { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:29.875rem;left:14.625rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJHNJn3J4Dtk0iZaODlrRpi4SvpBFUbd { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:35.6875rem;left:12.5625rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#pODksTUTB1QqerqQiJ8dgi2ey14cHPe7 { box-sizing:content-box;height:3.5625rem;width:13.8125rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:34.9375rem;left:10.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#zNm5wFIH95OmVin6bzht72XIM7QsicDH { box-sizing:content-box;height:0.125rem;width:15.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.75rem;left:10.3125rem;display:block; }
#lV42E5H5XXDRcKOuK69gIlyPuuLcUzQ2 { box-sizing:content-box;height:3.5625rem;width:13.8125rem;position:absolute;display:block;z-index:15091;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,19,66,0.22);border-left:0.0625rem solid rgba(0,19,66,0.22);border-right:0.0625rem solid rgba(0,19,66,0.22);border-bottom:0.0625rem solid rgba(0,19,66,0.22);top:34.9375rem;left:30.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#AExzV3D7XH36AWGqiyoUDm172PTQ7s1Q { color:#001342;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:36.25rem;left:31.8125rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
#Z5O4fgKQerZ8hTtuT792VHKxVoFWZ5Xq { color:#001342;display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:29.875rem;left:33.5rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUJxJGz7bhM7onQLy21DDWLOqp9bhPMI { box-sizing:content-box;height:0.125rem;width:15.0625rem;position:absolute;display:block;z-index:15035;background-color:rgba(0,19,66,0.22);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.75rem;left:30rem;display:block; }
#aGclnyZ52xhVkbHiqk4PgIZV6l3mDgqK { box-sizing:content-box;height:3.5625rem;width:13.8125rem;position:absolute;display:block;z-index:15098;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,19,66,0.22);border-left:0.0625rem solid rgba(0,19,66,0.22);border-right:0.0625rem solid rgba(0,19,66,0.22);border-bottom:0.0625rem solid rgba(0,19,66,0.22);top:34.9375rem;left:50.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#xgxqCI8DWdyDLbOTLKDsGtRIqNOFq0XW { color:#001342;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:36.25rem;left:51.9375rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
#K5dg2Am0nhDcVypkcAhDFnR3Qn1fVorw { color:#001342;display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:29.875rem;left:53.1875rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUn3G4dEvNUL0aFSh8ImQtRXsoai0gKB { box-sizing:content-box;height:0.125rem;width:15.0625rem;position:absolute;display:block;z-index:15042;background-color:rgba(0,19,66,0.22);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.75rem;left:49.6875rem;display:block; }
#DzhQAsqdyl3NT2gJ0FyZS5kkzBnfwSWh { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:39.25rem;left:10.6875rem;display:block; }
#ruARloVgXvNy7D1zuRChAFX4aD28Vw9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCZXEasDvBaSrb4ItRzMhK8OlTrP8GsJ { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:39.25rem;left:30.375rem;display:block; }
#wt3o5s3Qm6FnUPoKIUpr7hKTTfPVn1Ag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BfSe6pWc4vSCVrIMQ3lAz8vGgw4u6guU { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:39.25rem;left:50.0625rem;display:block; }
#GIROsfR9VPvGuB5FkQwT4gQn1O0E7wU8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQIt78XU34AXfTLyULWVE9mDeNxTkQg2 { color:#ffffff;display:block;width:55.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:6.1875rem;left:9.9375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uI2tD39o9h0lmfqyRUXqghCzareEDecw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#uI2tD39o9h0lmfqyRUXqghCzareEDecw > .row .container { background-color: transparent; background-image: none; }#uI2tD39o9h0lmfqyRUXqghCzareEDecw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI2tD39o9h0lmfqyRUXqghCzareEDecw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI2tD39o9h0lmfqyRUXqghCzareEDecw > .row .container > .video-iframe-container { display: none; }#uI2tD39o9h0lmfqyRUXqghCzareEDecw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI2tD39o9h0lmfqyRUXqghCzareEDecw > .row > .video-iframe-container { display: none; }#uI2tD39o9h0lmfqyRUXqghCzareEDecw > .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); }#uI2tD39o9h0lmfqyRUXqghCzareEDecw > .row .container { border-width: 0; border-radius: 0; }#uI2tD39o9h0lmfqyRUXqghCzareEDecw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uI2tD39o9h0lmfqyRUXqghCzareEDecw > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#LgDQ3vDX5Uz7qRTXcgoMiwlAyTxUmzub { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#LiVzeq68RBBM2anTQrdhx7qCnLuMWqci { color:#2f2f2f;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.23828125rem;left:41.25rem;height:18.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z13tLHoTIhlGxgL8JoaHuMcTaamHAc31 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.125rem;font-style:normal;display:block; }
#Ag8o3akEZaUpBIIzfqA6XRLsFXHRGzsh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#fwuoxEJylK8gsyp0t6CO0BVLwr1l817F { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#KdTZ3FwNAn6JtyroOqCuRKupsnPxO40Z { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#y9epF5RLt1y4wFdOGvBF9mVGJTzgRpuc { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.125rem;font-style:normal;display:block; }
#sEWWMWyQtvLeWsshTFyrJ3oz9KmMeG8r { color:#3d4051;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.625rem;font-style:normal;display:block; }
#Hce3eNznPgvqAOP57yseJQ1iV5SMDXNm { color:rgba(var(--color-secondary-2),1);display:block;width:28.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:41.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben > .row .container { background-color: transparent; background-image: none; }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben > .row .container > .video-iframe-container { display: none; }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben > .row > .video-iframe-container { display: none; }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben > .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); }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben > .row .container { border-width: 0; border-radius: 0; }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#dSEpHWvypkfsTPW8iWaxPTcIB2QW9TTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.6875rem;left:46.6875rem; }
#dSEpHWvypkfsTPW8iWaxPTcIB2QW9TTp > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#H90SLRrstexVQFJZXUDOHD9ALqUD8WuK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.75rem;left:50.25rem; }
#H90SLRrstexVQFJZXUDOHD9ALqUD8WuK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#vUFJ4RIPMi2o4zQEEBiQHLiUqX0ZnMCr { box-sizing:content-box;height:4.6875rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.6875rem;left:38.75rem;display:block; }
#ASLbD983JIUPdvHe5gbsoHM2d8PmRabL { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pHeC8E7uBm30rTX9yVBMBnbtaUMTB83u { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:3.375rem;left:40.4375rem;overflow:hidden;display:block; }
#b8V9oeNtdKWGpM2QOIPCBQDSn9iBUG3P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.75rem;left:34.375rem; }
#b8V9oeNtdKWGpM2QOIPCBQDSn9iBUG3P > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#XHzS9f5HRr5l8fZvbKxwFTiuJVz51Tty { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.75rem;left:30.875rem; }
#XHzS9f5HRr5l8fZvbKxwFTiuJVz51Tty > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#SybBS7eMlo3FAaOezqF1uhK7gkDHJop6 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.6875rem;left:26.375rem;height:0;text-align:center;text-align-last:center;display:block; }
#AvVwhbQPvI5lLoKTFQ7lFcPxlxoBEze4 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.75rem;left:35.0625rem;height:0;text-align:center;text-align-last:center;display:block; }
#QnNE93vtTlT8gcvQFnNTzux1kDC1watP { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.75rem;left:34.4375rem;display:block; }
#TcSLqMhN1wbGzcl6uiN65SrbUL5W6hOX { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.8125rem;left:43.0625rem;display:block; }
#QAGeDheP8BA21hRJOVZpacdaJpiokQWt { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:13.75rem;left:43.8125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#z9HQgndeeDHhZO8yr6ASBrHH1zXazX86 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.6875rem;left:25.625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#ekHNprO8suSfISe9nsml15tgGgUJBMFE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.75rem;top:4.625rem;left:22.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ { display:block; }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZWAAl31U7yu8bE0pFLpNxk6OhyBSQQC { width:15.0625rem;height:3rem;top:1rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrklg7sPaN2LTNpMr4Q2VFKgo1ZpWiQo { display:block; }
 }@media only screen and (max-width: 763px) { #dtphn7hakRsrQDie6uKRqqZwLx38umKr { top:1rem;left:0rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0Ec17s5yv7lbAidicmTDmnvBatTFoUc { width:2.4375rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZq70upsAZcbbmT2Kmph7KdnuIzsHX4n { display:block; }
 }@media only screen and (max-width: 763px) { #ylqGwpWPicp80u1TFvHeOZsBEzQCux3E { width:2.4375rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRxoOrUk2q3g1Ldddq22JWmgO0oMcGBg { display:block; }
 }@media only screen and (max-width: 763px) { #mS4OukpRC4KbFelVrdttdLxXGzVxV6bb { display:block; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d { display:block; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSF6gNoJDpUBAkhXTAT8HJLWy2N1Ms8K { top:10.3125rem;left:0rem;width:38.8125rem;height:11.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQm7IXAu7HOTss7y9m3D0Ls0uo0UFuku { top:6.75rem;left:0rem;width:29.75rem;height:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAqxXT7awng7FDmps4h0sqpL2O0tWphw { top:28.3125rem;left:0rem;width:33.125rem;height:2.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #US9cAR4Z8bGRqAQmNnXfiwIEBAuutalw { top:22.8125rem;left:0rem;width:17.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpy1f44gilKGyegZpIqXfooKLzS9du3c { width:15.875rem;height:3.4375rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtwo9OxJsqrOqUqUCzE8IDgcrIRvq32k { display:block; }
 }@media only screen and (max-width: 763px) { #vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl { display:block; }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZKAuIEIEKp1bDZSzHV4mNhliflqAgxO { top:3rem;left:39.125rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBPxsOEuP7s6MqvzD7tSadalJfFsqKt { top:3.3125rem;left:34.9375rem;width:7.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFh0UNK9LR1fHUQowHTrTwie2XZPO9nN { top:2.8125rem;left:42.6875rem;width:5.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSKoJ3Ou0aWSlTlhyM8JgJrXrhdRK2DP { top:3.3125rem;left:40.25rem;width:7.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP0XTzwRAaoZWgPU6SLXRWbJb0EPJSBq { top:1.625rem;left:19.15625rem;width:9.4375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkvd0hABu2U6CWn88NPi4RR0FJZ8xUGX { top:4rem;left:13.1875rem;width:4.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSn526tZZU3qpduMFOn451e4NeTQTony { top:4.1875rem;left:19.625rem;width:5.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMw3QhnhE9Pf3t4VnylaLGduAS9HTxJI { top:4.25rem;left:0rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wORsAzxJo6r7aE85v3MmKw1hWiN8um { top:3.875rem;left:0rem;width:8.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zow3GSkJsz567qVhMRlr5l0CuWd7IQ8h { top:3.75rem;left:4.8125rem;width:7.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFPEv5cEOGJnRRBE802KgtXCmO8XPLs6 { top:4rem;left:27.0625rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm { display:block; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzhfqX1xR4tAmvOHmMInGfM36SiS0csu { width:42.9375rem;height:7.8125rem;top:9.25rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aITmRhzJ6HRVFNyIEiAAXHwwIhFE0RD9 { width:38.4375rem;height:5.5rem;top:2.5rem;left:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C807x0kgEReqqEwgBMM0iCsFyxq4yPMn { display:block; }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOSyWruhJWTKtOKEQIHfPMmsmGV2q6F2 { width:30.1875rem;height:2.5625rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRzI9hoK6JtEPNax3WJ9C9rUbzLLLH1E { width:28.4375rem;height:1.4375rem;top:7.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmVDNAfute6GgQuQ5eb6uegI6rid2p8z { width:30.75rem;height:6.25rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqit0in5zvVwQp0pRDTJvWDhcRM23qL1 { width:22.5625rem;height:25.375rem;top:29.25rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Mr364Qf5ppuXgC2B2R1hRz0CXnQiv2 { top:4.75rem;left:26rem;width:21.625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CawmWqV4ZAtstbhZRv8osTlrTBxgPqyU { top:31.75rem;left:0rem;width:24.5rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIDUUipHb5KEScm7gair4z8b6FyivdBU { top:39.125rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4uRK1vBI3brTsVwR7hcKAq4TyKev43Q { top:40.8125rem;left:0rem;width:9.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtJbmdfrGZ5KkJfpbh21Xz7F1l8dE9rM { top:40.8125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzkt1cJMRd0k24FiNpnEEwB1LMAoXQKA { top:32.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZB4gLG0Lrq3G5HfAA6QaBA60kMAmRGa { top:30rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAndRfaBEMwaLmOCTlZ7vw4h9vbmm9pa { top:24.3125rem;left:0rem;width:14.25rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE8ckZfTQPHeHbwT1HA2J5Oa8Znftv8D { top:24.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLzayPMqDZ6qMb8ATeGBGQnK5SiDtT7X { top:22.625rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXB8ldP1k3PlFpQMc0yppT2pSJbBFGO2 { top:18.25rem;left:0rem;width:16.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTm9QJcMgOT4MVdCQmQLR3TrJQAtqqIp { top:18.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtEmSVC1TmtRRsvlxTEH2GurfiLdPD8q { width:15.875rem;height:3.4375rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBC26qG0WEMadZGnzt7hpcBBFwdxORwi { display:block; }
 }@media only screen and (max-width: 763px) { #bor6mIC0uFJl3ZZ8dUt45lvZG3bDM9yT { top:49.75rem;left:0rem;width:28.25rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJyRleSN2SSTZS7CSSS86X8NknZLsS17 { display:block; }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks6Rkfk8LTspCJ3M8eNPgyedQS32XC4H { top:9.9375rem;left:20.1875rem;width:27.5625rem;height:41.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeJrZuIoaNRwrIofBEl7hiUoXcuMKEkS { top:17.75rem;left:0rem;width:24.375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzwovDVXOBv5ntZ99T2Te9xU1KgWE3wo { top:3.5625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STXrkBkkrlzSezniOEfkENpbQ3NEb9kg { top:10.25rem;left:0rem;width:24.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLwBTMdcgJsV20VTo5UXLBJRXwevaLZ5 { top:10.3125rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xksCfFaEuUALnElASlsBKsuJwmdJEXks { top:17.25rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHku4KSd9SC5ffTETFiAHClmk1Vtq2Ci { top:28.1875rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vspDnvcQaQx0keh7PwBRSLWvbnDnmpiR { top:35.1875rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTQHT7C8X7kR8Kmx9Vn0MXphMQs6fyQz { top:44.625rem;left:24.375rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1bJuDpel553pTqFElUdz7AuBkD0ykTm { top:10.5625rem;left:24.625rem;width:0.125rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwLOqmQ78F1G4RL2SStUiN0cqugSyfOw { display:none; }
 }@media only screen and (max-width: 763px) { #leIpMGEVnZEwzhztMiTGJg0yL6eV7dOk { display:none; }
 }@media only screen and (max-width: 763px) { #aJC8PKpq0xbFh4PcFK45iKJUh2Cda8Kq { display:none; }
 }@media only screen and (max-width: 763px) { #FiKfR8Ozd6lMNg1CR5DAul95TFOJWp0l { display:none; }
 }@media only screen and (max-width: 763px) { #Fs3Jg9F9TJvLefp61QZJ4ZJWuRzvGoLd { display:none; }
 }@media only screen and (max-width: 763px) { #SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc { display:block; }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkhPbU8IBJDSGogoUnSk4NRWZKks7FPE { width:23.875rem;height:13.875rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX30Wi0JPAGRIHDzvrxg2VycberrCqn5 { top:20.3125rem;left:0rem;width:17.8125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoIzIhpSrhNxIUQVzzaoZb5mXvqo6Bnh { width:20.8125rem;height:13.875rem;top:9.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RezUHCeQ98sHkaTP0b8b3mvvkpJbh7XS { top:20.3125rem;left:14.375rem;width:17.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ZHubK2uO3ha2hlMltmuT98RpTETvAN { width:23.1875rem;height:13.9375rem;top:9.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n08T1ECZLMUFrTZnqLza84x03BwnXQvM { top:10.875rem;left:27.5rem;width:20.25rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeUEzAJCGrdSEZUbD2EgrifBrMCJkhvg { width:42.5rem;height:11.625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIhX28FSnc01iCqTk9UAMqCFd76HQl8q { top:32.75rem;left:0rem;width:21.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUL99bd8gbRt6cQnb7FwAk8hxNgmJB31 { width:18.625rem;height:13.9375rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elmtUnqVvKrPfayJ7oEWupPBt9zPxiBc { top:37.25rem;left:0rem;width:18.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlhIRNq645uKfB3ZsbUsQlhLyPOMqtAK { top:25.5rem;left:24rem;width:23.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFHovZP1dKmiq8MH7Ik2rIAw5Dbs6d3D { width:26rem;height:11.75rem;top:23.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRWPTATZ9150a7DZregBFQnAAgTF17dJ { width:15.125rem;height:3.4375rem;top:52.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7mVoTTxhRgcPJvNmD6yVovGXfxIOBih { display:block; }
 }@media only screen and (max-width: 763px) { #kHyQxdSzpRPWHFly97rJF5tbznN246Pt { width:22.8125rem;height:13.9375rem;top:36.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOwxSCWJNeEqDgBe7m17INmQrHDUTIwN { top:19.8125rem;left:0rem;width:18.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzn7sVMEtGNAyvvopctc8AuSTp7dSp1E { top:19.8125rem;left:13.8125rem;width:15.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTteqeeCOxXOQntye7GSVJwSt4nmapW { top:10.375rem;left:29.9375rem;width:17.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te9qAFSrlXNKwgadgS8az8mrGaWduqlO { top:32.1875rem;left:0rem;width:20.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOTpKXnfXAc8mdFsKFocvrr6GC3I91Ns { top:25rem;left:29rem;width:18.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX9NEM98pL9KdCT1PdVJ0TN2ubuGbcCc { top:36.75rem;left:0rem;width:17.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy02ugcT0mnymdM5fwqrR1frSwpk83P4 { top:46.3125rem;left:8.4375rem;width:20.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzS5iQiiq1zwGVTpIaLBUD8yfJGciTsw { top:46.8125rem;left:8.9375rem;width:22rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meATU3f8K9tDP77IaefWXrsIvST00nLo { width:26.75rem;height:13.875rem;top:36.125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVLuXh2gGmOyP4fduUQq71ofRtTFvQn4 { top:46.375rem;left:25rem;width:22.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec66gqaJL6neNc7Ku3WFbmGcQvHE3zoO { top:46.875rem;left:25.625rem;width:22.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krHTVMQ0wGwU8VavRI4wy3JBC2yNWhwi { top:87.0625rem;left:0rem;width:19.5625rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdESZLlPSQoMTK0WAxxItzn2h1szzeZG { top:2.25rem;left:9.25rem;width:29.25rem;height:5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t11cpKA75vIctCXdGwUb5cp5xgxruVM6 { top:99.9375rem;left:0rem;width:19.3125rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAcR4uXUtQGWFWFXTes31lon8bnKV0JU { display:block; }#FAcR4uXUtQGWFWFXTes31lon8bnKV0JU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vd9X0GtVfGWgr1dv47PzvTKUL5Poz1xG { width:30.1875rem;height:5.125rem;top:5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6GZ8OXBuXXx9wDil2ziEc2eyrUfioxn { top:19.75rem;left:0rem;width:1.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1pXCLPDBPfwbeH096eRJptKWnNPmVy { width:16.25rem;height:1.5625rem;top:19.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA8ziRdqKbdOG10OAZMdsA3cWxIpPK94 { width:28.4375rem;height:1.4375rem;top:8.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG5cffmlql6dIkdAskr7UxM047udGm1X { width:31.1875rem;height:6.25rem;top:10.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ53boaDS7I6pBT5TB2lz6m6O0lDHvsF { top:22.375rem;left:0rem;width:1.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TeOKv0vok4AmZhLdTnrcJm1PsT0MDy { width:18.875rem;height:3.125rem;top:22.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpbUDVT6Vnmc8RFeI4Tucg09D34r87u { top:18.5rem;left:0rem;width:20.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoeKxQf5zoHv7yzgyLN36uP2n5cHTyAu { top:71.625rem;left:0rem;width:20.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #notkPUH031ghaPLNNIopIadHiINLwaBN { width:16.5rem;height:1.5625rem;top:73.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmyMQbBJqHw5gIQm2q9xE0KSl2LBMNVw { width:31.0625rem;height:12.5rem;top:45.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhXMKdyOSzcIahSTXXGSQ8tSCZtKdTxi { width:28.4375rem;height:1.4375rem;top:43.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwi1USH9ZNWyWTiuJT5h4KsuvgLZeEnK { width:30.1875rem;height:5.125rem;top:36.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amLyd1g4REBMLONIJfTuvHPTziHzVz5C { top:73rem;left:0rem;width:1.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVdoveqebbhrb9J39Bzzo8fHGTTm8hMp { width:17.1875rem;height:1.4375rem;top:59.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssDMxdlZNnHpoVWFIdBgWkI6LkMeH55L { width:30.0625rem;height:8.4375rem;top:61.5rem;left:0rem;font-size:1.125rem;display:block; }#ssDMxdlZNnHpoVWFIdBgWkI6LkMeH55L li:before{  }
 }@media only screen and (max-width: 763px) { #t7eqZHEcJo5aEg3QaFKdQETb9bXoB3Sg { width:17.75rem;height:4.6875rem;top:74.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlyR16mCN7c86ikWBPiGvTS050ivb3m2 { top:80.625rem;left:0rem;width:1.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTpD5mtxlzShcn7s85NxqU43q87774Nd { width:22.25rem;height:3.125rem;top:80.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiElWplJBVXMNdyRKsFKOwcHsSvmRGAN { width:17.25rem;height:3.4375rem;top:85.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3yBi4yWnzzGAO8fXoegFkf4rWNDwwy9 { display:block; }
 }@media only screen and (max-width: 763px) { #zZLATL2e3FmweWAhLyMSmZcTqmhpVvkX { width:18.875rem;height:21.0625rem;top:8.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7mE3nGUyIEuwlORA1EOhg3WOk5TfKXl { top:8.6875rem;left:22.0625rem;width:18.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcyRKtxOSsTCDgJwlo4bPI4E9rok2R07 { width:16.9375rem;height:3.4375rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McBeaynHTOHeTWBN0giq02GRVLGFOlQI { display:block; }
 }@media only screen and (max-width: 763px) { #C3UJo3XK8S8RUUQ7QpDZUEN1wkZqTXZ5 { top:36.625rem;left:22.1875rem;width:18.1875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot76C3s71c5WBCIKLHPnDKms3uwhhMMJ { top:36.625rem;left:29.6875rem;width:18.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxzIn8O0byKKFggAt5ZBBgzNKOH2yOKq { top:47rem;left:22.125rem;width:18.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKZ2m13NB2ymZ3m8x2JibH55MH4sB6Fe { top:46.9375rem;left:29.4375rem;width:18.3125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEcK7BI8GqVHzRouJAS6aqFBTTcb895V { top:57.25rem;left:10.9375rem;width:36.8125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSU8mcPJttGTpn14NhCurp4FH3MCb2tn { top:76.125rem;left:11rem;width:36.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpceifRqk6dCSybbD0kmETwtoxwBiRsc { width:20rem;height:1.3125rem;top:62.8125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB { display:block; }#uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOKBJTLJ6ON3yfLukrc3VfIb6OFAzf0T { top:3.5625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnxp4JfvsvM50iqLMece9GIPk8gSBLm8 { top:10.625rem;left:13.5rem;width:20.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV2CG40Dg31F8VWSIaCT1hd31odvJgA2 { top:12rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIrJEbcLlavcMZE7TwcPTnAqzZ2ZVPRX { top:23.1875rem;left:0rem;width:18.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC3U1VS9Q90ilb8qk4hbis0kBTNcHZ0R { top:25.4375rem;left:0rem;width:16rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySPFDW0TOTQZP2MJ23M9QOJCb7p2IH4V { top:23.1875rem;left:14.5rem;width:18.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #naUgDH7vcyhriq7iogXTTefvNC99gO5l { top:25.4375rem;left:15.875rem;width:16rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTbpWilgpRkPSwPDmQqnt3vqpLSpM7e6 { top:23.1875rem;left:29rem;width:18.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4rb3byXRuawNkB0Ush6Tf0EGAavb2uz { top:25.4375rem;left:29.6875rem;width:18.0625rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ5Px3pZ3zDZWiqAEOaf0oyGE0QAWUqW { top:29.875rem;left:1rem;width:6.4375rem;height:4.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJHNJn3J4Dtk0iZaODlrRpi4SvpBFUbd { top:35.6875rem;left:0rem;width:10.5625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pODksTUTB1QqerqQiJ8dgi2ey14cHPe7 { top:34.9375rem;left:0rem;width:13.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNm5wFIH95OmVin6bzht72XIM7QsicDH { top:28.75rem;left:0rem;width:15.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV42E5H5XXDRcKOuK69gIlyPuuLcUzQ2 { top:34.9375rem;left:16.8125rem;width:13.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AExzV3D7XH36AWGqiyoUDm172PTQ7s1Q { top:36.25rem;left:18.1875rem;width:11.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5O4fgKQerZ8hTtuT792VHKxVoFWZ5Xq { top:29.875rem;left:19.875rem;width:9.4375rem;height:4.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUJxJGz7bhM7onQLy21DDWLOqp9bhPMI { top:28.75rem;left:16.375rem;width:15.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGclnyZ52xhVkbHiqk4PgIZV6l3mDgqK { top:34.9375rem;left:33.8125rem;width:13.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgxqCI8DWdyDLbOTLKDsGtRIqNOFq0XW { top:36.25rem;left:37.1875rem;width:10.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5dg2Am0nhDcVypkcAhDFnR3Qn1fVorw { top:29.875rem;left:38.3125rem;width:9.4375rem;height:4.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUn3G4dEvNUL0aFSh8ImQtRXsoai0gKB { top:28.75rem;left:32.6875rem;width:15.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzhQAsqdyl3NT2gJ0FyZS5kkzBnfwSWh { width:14rem;height:3.0625rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruARloVgXvNy7D1zuRChAFX4aD28Vw9k { display:block; }
 }@media only screen and (max-width: 763px) { #TCZXEasDvBaSrb4ItRzMhK8OlTrP8GsJ { width:14rem;height:3.0625rem;top:39.25rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt3o5s3Qm6FnUPoKIUpr7hKTTfPVn1Ag { display:block; }
 }@media only screen and (max-width: 763px) { #BfSe6pWc4vSCVrIMQ3lAz8vGgw4u6guU { width:14rem;height:3.0625rem;top:39.25rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIROsfR9VPvGuB5FkQwT4gQn1O0E7wU8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZQIt78XU34AXfTLyULWVE9mDeNxTkQg2 { top:4.375rem;left:0rem;width:17.6875rem;height:3.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uI2tD39o9h0lmfqyRUXqghCzareEDecw { display:block; }#uI2tD39o9h0lmfqyRUXqghCzareEDecw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgDQ3vDX5Uz7qRTXcgoMiwlAyTxUmzub { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVzeq68RBBM2anTQrdhx7qCnLuMWqci { top:13.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z13tLHoTIhlGxgL8JoaHuMcTaamHAc31 { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag8o3akEZaUpBIIzfqA6XRLsFXHRGzsh { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwuoxEJylK8gsyp0t6CO0BVLwr1l817F { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdTZ3FwNAn6JtyroOqCuRKupsnPxO40Z { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9epF5RLt1y4wFdOGvBF9mVGJTzgRpuc { width:8.4375rem;height:2.125rem;top:18.625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEWWMWyQtvLeWsshTFyrJ3oz9KmMeG8r { width:8.3125rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hce3eNznPgvqAOP57yseJQ1iV5SMDXNm { width:28.5625rem;height:2.5rem;top:8.6875rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben { display:block; }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSEpHWvypkfsTPW8iWaxPTcIB2QW9TTp { top:4.6875rem;left:33.0625rem;width:2.625rem;height:2.625rem;display:block; }
#dSEpHWvypkfsTPW8iWaxPTcIB2QW9TTp > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #H90SLRrstexVQFJZXUDOHD9ALqUD8WuK { top:4.75rem;left:36.625rem;width:2.625rem;height:2.625rem;display:block; }
#H90SLRrstexVQFJZXUDOHD9ALqUD8WuK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #vUFJ4RIPMi2o4zQEEBiQHLiUqX0ZnMCr { top:3.6875rem;left:25.125rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASLbD983JIUPdvHe5gbsoHM2d8PmRabL { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #pHeC8E7uBm30rTX9yVBMBnbtaUMTB83u { top:3.375rem;left:26.8125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8V9oeNtdKWGpM2QOIPCBQDSn9iBUG3P { top:4.75rem;left:20.75rem;width:2.625rem;height:2.625rem;display:block; }
#b8V9oeNtdKWGpM2QOIPCBQDSn9iBUG3P > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #XHzS9f5HRr5l8fZvbKxwFTiuJVz51Tty { top:4.75rem;left:17.25rem;width:2.625rem;height:2.625rem;display:block; }
#XHzS9f5HRr5l8fZvbKxwFTiuJVz51Tty > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #SybBS7eMlo3FAaOezqF1uhK7gkDHJop6 { top:13.6875rem;left:12.75rem;width:7.6875rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvVwhbQPvI5lLoKTFQ7lFcPxlxoBEze4 { top:13.75rem;left:21.4375rem;width:7.4375rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnNE93vtTlT8gcvQFnNTzux1kDC1watP { top:13.75rem;left:20.8125rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcSLqMhN1wbGzcl6uiN65SrbUL5W6hOX { top:13.8125rem;left:29.4375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAGeDheP8BA21hRJOVZpacdaJpiokQWt { top:13.75rem;left:30.1875rem;width:7.5625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9HQgndeeDHhZO8yr6ASBrHH1zXazX86 { top:10.6875rem;left:12rem;width:26.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekHNprO8suSfISe9nsml15tgGgUJBMFE { top:4.625rem;left:8.5rem;width:7.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TTAqStHZa4R2EJoiNFNiDNBVKPsnOZbJ > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZWAAl31U7yu8bE0pFLpNxk6OhyBSQQC { width:11.875rem;height:3rem;top:1.25rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrklg7sPaN2LTNpMr4Q2VFKgo1ZpWiQo { display:block; }
 }@media only screen and (max-width: 763px) { #dtphn7hakRsrQDie6uKRqqZwLx38umKr { width:5.25rem;height:1.8125rem;top:1rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0Ec17s5yv7lbAidicmTDmnvBatTFoUc { width:2.4375rem;height:2.875rem;top:1.3125rem;left:16.125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.0625rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #BZq70upsAZcbbmT2Kmph7KdnuIzsHX4n { display:block; }
 }@media only screen and (max-width: 763px) { #ylqGwpWPicp80u1TFvHeOZsBEzQCux3E { width:2.4375rem;height:2.875rem;top:1.3125rem;left:13.5625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.0625rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #bRxoOrUk2q3g1Ldddq22JWmgO0oMcGBg { display:block; }
 }@media only screen and (max-width: 763px) { #mS4OukpRC4KbFelVrdttdLxXGzVxV6bb { display:block; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d72d063c-7997-425e-9073-2474f6f44901/BannerGurudevParis5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.adaptive-delivery-prevent-bg, #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.lazyload, #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.lazyloading { background-image: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { background-color: transparent; background-image: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container > .video-iframe-container { display: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row > .video-iframe-container { display: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .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); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSF6gNoJDpUBAkhXTAT8HJLWy2N1Ms8K { width:20rem;height:5.75rem;top:38.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#b5dbf0;display:block; }
 }@media only screen and (max-width: 763px) { #iQm7IXAu7HOTss7y9m3D0Ls0uo0UFuku { width:20rem;height:1.5625rem;top:36.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AAqxXT7awng7FDmps4h0sqpL2O0tWphw { width:20rem;height:1.5625rem;top:47.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #US9cAR4Z8bGRqAQmNnXfiwIEBAuutalw { width:7.875rem;height:1.125rem;top:45rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpy1f44gilKGyegZpIqXfooKLzS9du3c { width:14.5625rem;height:3.4375rem;top:51.3125rem;left:2.71875rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtwo9OxJsqrOqUqUCzE8IDgcrIRvq32k { display:block; }
 }@media only screen and (max-width: 763px) { #vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl { display:block; }#vmQ9RDTzcHWhsE1fCgwdlM9co7Z1uDhl > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZKAuIEIEKp1bDZSzHV4mNhliflqAgxO { width:4.1875rem;height:1.8125rem;top:9.5rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITBPxsOEuP7s6MqvzD7tSadalJfFsqKt { width:5.9375rem;height:2.75rem;top:5.625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFh0UNK9LR1fHUQowHTrTwie2XZPO9nN { width:3.125rem;height:2.75rem;top:9rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSKoJ3Ou0aWSlTlhyM8JgJrXrhdRK2DP { width:4.375rem;height:1.9375rem;top:6.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP0XTzwRAaoZWgPU6SLXRWbJb0EPJSBq { width:8.0625rem;height:1.4375rem;top:1.9375rem;left:5.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkvd0hABu2U6CWn88NPi4RR0FJZ8xUGX { width:3.375rem;height:1.5625rem;top:4.375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSn526tZZU3qpduMFOn451e4NeTQTony { width:4.375rem;height:1.3125rem;top:6.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMw3QhnhE9Pf3t4VnylaLGduAS9HTxJI { width:4.5rem;height:1.125rem;top:4.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wORsAzxJo6r7aE85v3MmKw1hWiN8um { width:5.375rem;height:1.5625rem;top:4.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zow3GSkJsz567qVhMRlr5l0CuWd7IQ8h { width:3.9375rem;height:1.375rem;top:4.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFPEv5cEOGJnRRBE802KgtXCmO8XPLs6 { width:4.625rem;height:1.5625rem;top:6.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm { display:block; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzhfqX1xR4tAmvOHmMInGfM36SiS0csu { width:20rem;height:17.1875rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aITmRhzJ6HRVFNyIEiAAXHwwIhFE0RD9 { width:20rem;height:5.0625rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #C807x0kgEReqqEwgBMM0iCsFyxq4yPMn { display:block; }#C807x0kgEReqqEwgBMM0iCsFyxq4yPMn > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOSyWruhJWTKtOKEQIHfPMmsmGV2q6F2 { width:20rem;height:4rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yRzI9hoK6JtEPNax3WJ9C9rUbzLLLH1E { width:20rem;height:1.1875rem;top:8.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tmVDNAfute6GgQuQ5eb6uegI6rid2p8z { width:20rem;height:9.375rem;top:10.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqit0in5zvVwQp0pRDTJvWDhcRM23qL1 { width:13.9375rem;height:13.9375rem;top:39.9375rem;left:6.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #J7Mr364Qf5ppuXgC2B2R1hRz0CXnQiv2 { width:20rem;height:22.1875rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CawmWqV4ZAtstbhZRv8osTlrTBxgPqyU { width:20rem;height:8.625rem;top:66.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #uIDUUipHb5KEScm7gair4z8b6FyivdBU { width:20rem;height:0.125rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4uRK1vBI3brTsVwR7hcKAq4TyKev43Q { width:9.9375rem;height:2.875rem;top:80.9375rem;left:5rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #UtJbmdfrGZ5KkJfpbh21Xz7F1l8dE9rM { display:flex;width:1.6875rem;height:1.6875rem;top:78rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #Gzkt1cJMRd0k24FiNpnEEwB1LMAoXQKA { display:flex;width:1.4375rem;height:1.4375rem;top:63.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #GZB4gLG0Lrq3G5HfAA6QaBA60kMAmRGa { width:20rem;height:0.125rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAndRfaBEMwaLmOCTlZ7vw4h9vbmm9pa { width:14.25rem;height:4.3125rem;top:56.75rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #XE8ckZfTQPHeHbwT1HA2J5Oa8Znftv8D { display:flex;width:1.875rem;height:1.875rem;top:53.625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #DLzayPMqDZ6qMb8ATeGBGQnK5SiDtT7X { width:20rem;height:0.125rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXB8ldP1k3PlFpQMc0yppT2pSJbBFGO2 { width:14.6875rem;height:2.875rem;top:48rem;left:2.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #QTm9QJcMgOT4MVdCQmQLR3TrJQAtqqIp { display:flex;width:1.5625rem;height:1.5625rem;top:45.1875rem;left:9.1875rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #vtEmSVC1TmtRRsvlxTEH2GurfiLdPD8q { width:15.875rem;height:3.4375rem;top:85.9375rem;left:2.0625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBC26qG0WEMadZGnzt7hpcBBFwdxORwi { display:block; }
 }@media only screen and (max-width: 763px) { #bor6mIC0uFJl3ZZ8dUt45lvZG3bDM9yT { width:20rem;height:5rem;top:90.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #rJyRleSN2SSTZS7CSSS86X8NknZLsS17 { display:block; }#rJyRleSN2SSTZS7CSSS86X8NknZLsS17 > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks6Rkfk8LTspCJ3M8eNPgyedQS32XC4H { width:18.6875rem;height:48.75rem;top:42.125rem;left:1.3125rem;font-size:1rem;z-index:15000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BeJrZuIoaNRwrIofBEl7hiUoXcuMKEkS { width:20rem;height:25.6875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzwovDVXOBv5ntZ99T2Te9xU1KgWE3wo { width:20rem;height:2.75rem;top:3.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STXrkBkkrlzSezniOEfkENpbQ3NEb9kg { width:20rem;height:6.25rem;top:35rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zLwBTMdcgJsV20VTo5UXLBJRXwevaLZ5 { width:0.6875rem;height:0.6875rem;top:49.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xksCfFaEuUALnElASlsBKsuJwmdJEXks { width:0.6875rem;height:0.6875rem;top:63.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHku4KSd9SC5ffTETFiAHClmk1Vtq2Ci { width:0.6875rem;height:0.6875rem;top:71.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vspDnvcQaQx0keh7PwBRSLWvbnDnmpiR { width:0.6875rem;height:0.6875rem;top:42.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTQHT7C8X7kR8Kmx9Vn0MXphMQs6fyQz { width:0.6875rem;height:0.6875rem;top:83.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1bJuDpel553pTqFElUdz7AuBkD0ykTm { width:0.125rem;height:41.1875rem;top:42.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwLOqmQ78F1G4RL2SStUiN0cqugSyfOw { top:79.8125rem;left:0rem;width:20rem;height:0.125rem;z-index:15015;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #leIpMGEVnZEwzhztMiTGJg0yL6eV7dOk { top:68.625rem;left:0rem;width:20rem;height:0.125rem;z-index:15016;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #aJC8PKpq0xbFh4PcFK45iKJUh2Cda8Kq { top:61.1875rem;left:0rem;width:20rem;height:0.125rem;z-index:15017;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #FiKfR8Ozd6lMNg1CR5DAul95TFOJWp0l { top:48.75rem;left:0rem;width:20rem;height:0.125rem;z-index:15018;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Fs3Jg9F9TJvLefp61QZJ4ZJWuRzvGoLd { top:42.375rem;left:0rem;width:20rem;height:0.125rem;z-index:15019;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc { display:block; }#SV436zFxv0dQtpTW3k72ZxJXwfhBuHhc > .row .container { width:20rem;height:112.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkhPbU8IBJDSGogoUnSk4NRWZKks7FPE { width:20rem;height:11.623036649215rem;top:7.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #UX30Wi0JPAGRIHDzvrxg2VycberrCqn5 { width:17.8125rem;height:1.875rem;top:16.0625rem;left:0.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hoIzIhpSrhNxIUQVzzaoZb5mXvqo6Bnh { width:20rem;height:13.333333333333rem;top:19.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RezUHCeQ98sHkaTP0b8b3mvvkpJbh7XS { width:15.125rem;height:1.875rem;top:29.8125rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e2ZHubK2uO3ha2hlMltmuT98RpTETvAN { width:20rem;height:12.021563342318rem;top:33.5rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #n08T1ECZLMUFrTZnqLza84x03BwnXQvM { width:17rem;height:1.875rem;top:34.75rem;left:2.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SeUEzAJCGrdSEZUbD2EgrifBrMCJkhvg { width:20rem;height:5.9375rem;top:46.1875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #lIhX28FSnc01iCqTk9UAMqCFd76HQl8q { width:19.625rem;height:1.75rem;top:52.75rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DUL99bd8gbRt6cQnb7FwAk8hxNgmJB31 { width:20rem;height:13.9375rem;top:65.1875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #elmtUnqVvKrPfayJ7oEWupPBt9zPxiBc { width:16.8125rem;height:1.875rem;top:66.375rem;left:0.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QlhIRNq645uKfB3ZsbUsQlhLyPOMqtAK { width:17.9375rem;height:1.875rem;top:57.125rem;left:0.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BFHovZP1dKmiq8MH7Ik2rIAw5Dbs6d3D { width:20rem;height:9.0384615384615rem;top:55.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #IRWPTATZ9150a7DZregBFQnAAgTF17dJ { width:15.3125rem;height:3.4375rem;top:106rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7mVoTTxhRgcPJvNmD6yVovGXfxIOBih { display:block; }
 }@media only screen and (max-width: 763px) { #kHyQxdSzpRPWHFly97rJF5tbznN246Pt { width:20rem;height:12.219178082192rem;top:79.75rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #MOwxSCWJNeEqDgBe7m17INmQrHDUTIwN { width:18.125rem;height:2.9375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzn7sVMEtGNAyvvopctc8AuSTp7dSp1E { width:15.6875rem;height:2.9375rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTteqeeCOxXOQntye7GSVJwSt4nmapW { width:17.8125rem;height:2.9375rem;top:34.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #te9qAFSrlXNKwgadgS8az8mrGaWduqlO { width:20rem;height:2.9375rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOTpKXnfXAc8mdFsKFocvrr6GC3I91Ns { width:18.3125rem;height:2.9375rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX9NEM98pL9KdCT1PdVJ0TN2ubuGbcCc { width:17rem;height:2.9375rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy02ugcT0mnymdM5fwqrR1frSwpk83P4 { width:16.8125rem;height:2.9375rem;top:88.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzS5iQiiq1zwGVTpIaLBUD8yfJGciTsw { width:19.5625rem;height:0;top:87.06884765625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #meATU3f8K9tDP77IaefWXrsIvST00nLo { width:20rem;height:10.373831775701rem;top:92.8125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #nVLuXh2gGmOyP4fduUQq71ofRtTFvQn4 { width:20rem;height:2.9375rem;top:99.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec66gqaJL6neNc7Ku3WFbmGcQvHE3zoO { width:20rem;height:0;top:101.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #krHTVMQ0wGwU8VavRI4wy3JBC2yNWhwi { width:16.625rem;height:1.875rem;top:89rem;left:0.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #mdESZLlPSQoMTK0WAxxItzn2h1szzeZG { width:20rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t11cpKA75vIctCXdGwUb5cp5xgxruVM6 { width:19.3125rem;height:1.875rem;top:99.96875rem;left:0.21875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #FAcR4uXUtQGWFWFXTes31lon8bnKV0JU { display:none; }#FAcR4uXUtQGWFWFXTes31lon8bnKV0JU > .row .container { width:20rem;height:186.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vd9X0GtVfGWgr1dv47PzvTKUL5Poz1xG { width:20rem;height:4rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #K6GZ8OXBuXXx9wDil2ziEc2eyrUfioxn { width:1.4375rem;height:1.875rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1pXCLPDBPfwbeH096eRJptKWnNPmVy { width:13.0625rem;height:1.375rem;top:21.5625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA8ziRdqKbdOG10OAZMdsA3cWxIpPK94 { width:20rem;height:1.1875rem;top:8.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EG5cffmlql6dIkdAskr7UxM047udGm1X { width:20rem;height:8.25rem;top:10.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ53boaDS7I6pBT5TB2lz6m6O0lDHvsF { width:1.5625rem;height:2.0625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TeOKv0vok4AmZhLdTnrcJm1PsT0MDy { width:16.25rem;height:2.75rem;top:23.875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpbUDVT6Vnmc8RFeI4Tucg09D34r87u { width:20rem;height:0.125rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoeKxQf5zoHv7yzgyLN36uP2n5cHTyAu { width:20rem;height:0.125rem;top:143.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #notkPUH031ghaPLNNIopIadHiINLwaBN { width:16.5rem;height:1.375rem;top:144.5625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmyMQbBJqHw5gIQm2q9xE0KSl2LBMNVw { width:20rem;height:15.125rem;top:67.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhXMKdyOSzcIahSTXXGSQ8tSCZtKdTxi { width:20rem;height:2.625rem;top:62.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #Xwi1USH9ZNWyWTiuJT5h4KsuvgLZeEnK { width:20rem;height:3.875rem;top:60.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #amLyd1g4REBMLONIJfTuvHPTziHzVz5C { width:1.4375rem;height:1.875rem;top:144.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVdoveqebbhrb9J39Bzzo8fHGTTm8hMp { width:17.1875rem;height:1.3125rem;top:130.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ssDMxdlZNnHpoVWFIdBgWkI6LkMeH55L { width:20rem;height:8.875rem;top:132.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ssDMxdlZNnHpoVWFIdBgWkI6LkMeH55L li:before{  }
 }@media only screen and (max-width: 763px) { #t7eqZHEcJo5aEg3QaFKdQETb9bXoB3Sg { width:17.0625rem;height:4.125rem;top:145.9375rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlyR16mCN7c86ikWBPiGvTS050ivb3m2 { width:1.5625rem;height:2.0625rem;top:150.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTpD5mtxlzShcn7s85NxqU43q87774Nd { width:16.875rem;height:4.125rem;top:150.9375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiElWplJBVXMNdyRKsFKOwcHsSvmRGAN { width:16.9375rem;height:3.4375rem;top:178.375rem;left:1.53125rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3yBi4yWnzzGAO8fXoegFkf4rWNDwwy9 { display:block; }
 }@media only screen and (max-width: 763px) { #zZLATL2e3FmweWAhLyMSmZcTqmhpVvkX { width:13.9375rem;height:13.9375rem;top:39.9375rem;left:6.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #P7mE3nGUyIEuwlORA1EOhg3WOk5TfKXl { width:20rem;height:22.1875rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcyRKtxOSsTCDgJwlo4bPI4E9rok2R07 { width:16.625rem;height:3.4375rem;top:29.3125rem;left:1.6875rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McBeaynHTOHeTWBN0giq02GRVLGFOlQI { display:block; }
 }@media only screen and (max-width: 763px) { #C3UJo3XK8S8RUUQ7QpDZUEN1wkZqTXZ5 { width:20rem;height:10.9375rem;top:84.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot76C3s71c5WBCIKLHPnDKms3uwhhMMJ { width:20rem;height:10.875rem;top:95.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxzIn8O0byKKFggAt5ZBBgzNKOH2yOKq { width:20rem;height:10.6875rem;top:106.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKZ2m13NB2ymZ3m8x2JibH55MH4sB6Fe { width:20rem;height:10.8125rem;top:117.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEcK7BI8GqVHzRouJAS6aqFBTTcb895V { width:20rem;height:10.1181640625rem;top:156.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSU8mcPJttGTpn14NhCurp4FH3MCb2tn { width:20rem;height:8.5029296875rem;top:167.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpceifRqk6dCSybbD0kmETwtoxwBiRsc { width:20rem;height:1.3125rem;top:65.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f4947ad-97f7-4c84-8e2c-3b784d73d77e/BannerGurudevParis3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB.adaptive-delivery-prevent-bg, #uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB.lazyload, #uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB.lazyloading { background-image: none; }#uLfTmOkJzlbyFCNFh7VxGD6wUw1bGZsB > .row .container { width:20rem;height:96.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gOKBJTLJ6ON3yfLukrc3VfIb6OFAzf0T { width:17.6875rem;height:3.25rem;top:4rem;left:1.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Fnxp4JfvsvM50iqLMece9GIPk8gSBLm8 { width:20rem;height:0.125rem;top:42.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wV2CG40Dg31F8VWSIaCT1hd31odvJgA2 { width:20rem;height:12.9375rem;top:9.25rem;left:0.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FIrJEbcLlavcMZE7TwcPTnAqzZ2ZVPRX { width:20rem;height:21.3125rem;top:26.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC3U1VS9Q90ilb8qk4hbis0kBTNcHZ0R { width:16rem;height:2.1875rem;top:28.4375rem;left:2rem;font-size:2rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #ySPFDW0TOTQZP2MJ23M9QOJCb7p2IH4V { width:20rem;height:21.3125rem;top:48.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naUgDH7vcyhriq7iogXTTefvNC99gO5l { width:16rem;height:2.1875rem;top:50.9375rem;left:2rem;font-size:2rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #wTbpWilgpRkPSwPDmQqnt3vqpLSpM7e6 { width:20rem;height:21.375rem;top:70.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4rb3byXRuawNkB0Ush6Tf0EGAavb2uz { width:18.0625rem;height:2.1875rem;top:73.25rem;left:1rem;font-size:2rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #HZ5Px3pZ3zDZWiqAEOaf0oyGE0QAWUqW { width:6.4375rem;height:3.125rem;top:32.875rem;left:6.8125rem;font-size:2.875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #WJHNJn3J4Dtk0iZaODlrRpi4SvpBFUbd { width:10.5625rem;height:2.5rem;top:37.625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pODksTUTB1QqerqQiJ8dgi2ey14cHPe7 { width:13.8125rem;height:3.5625rem;top:37.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNm5wFIH95OmVin6bzht72XIM7QsicDH { width:15.0625rem;height:0.125rem;top:31.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV42E5H5XXDRcKOuK69gIlyPuuLcUzQ2 { width:13.8125rem;height:3.5625rem;top:59.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AExzV3D7XH36AWGqiyoUDm172PTQ7s1Q { width:12.75rem;height:1.25rem;top:60.9375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5O4fgKQerZ8hTtuT792VHKxVoFWZ5Xq { width:9.4375rem;height:3.125rem;top:55.5625rem;left:5.3125rem;font-size:2.875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #ZUJxJGz7bhM7onQLy21DDWLOqp9bhPMI { width:15.0625rem;height:0.125rem;top:54.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGclnyZ52xhVkbHiqk4PgIZV6l3mDgqK { width:13.8125rem;height:3.5625rem;top:81.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgxqCI8DWdyDLbOTLKDsGtRIqNOFq0XW { width:10.5625rem;height:1.25rem;top:83.125rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5dg2Am0nhDcVypkcAhDFnR3Qn1fVorw { width:9.4375rem;height:3.125rem;top:77.75rem;left:5.3125rem;font-size:2.875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #FUn3G4dEvNUL0aFSh8ImQtRXsoai0gKB { width:15.0625rem;height:0.125rem;top:76.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzhQAsqdyl3NT2gJ0FyZS5kkzBnfwSWh { width:14rem;height:3.0625rem;top:41.3125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruARloVgXvNy7D1zuRChAFX4aD28Vw9k { display:block; }
 }@media only screen and (max-width: 763px) { #TCZXEasDvBaSrb4ItRzMhK8OlTrP8GsJ { width:14rem;height:3.0625rem;top:63.875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt3o5s3Qm6FnUPoKIUpr7hKTTfPVn1Ag { display:block; }
 }@media only screen and (max-width: 763px) { #BfSe6pWc4vSCVrIMQ3lAz8vGgw4u6guU { width:14rem;height:3.0625rem;top:86.0625rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIROsfR9VPvGuB5FkQwT4gQn1O0E7wU8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZQIt78XU34AXfTLyULWVE9mDeNxTkQg2 { width:19.875rem;height:3.625rem;top:4.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uI2tD39o9h0lmfqyRUXqghCzareEDecw { display:block; }#uI2tD39o9h0lmfqyRUXqghCzareEDecw > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgDQ3vDX5Uz7qRTXcgoMiwlAyTxUmzub { width:12.5rem;height:0;top:49.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVzeq68RBBM2anTQrdhx7qCnLuMWqci { width:20rem;height:23.75rem;top:5.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #z13tLHoTIhlGxgL8JoaHuMcTaamHAc31 { width:6.75rem;height:1.6875rem;top:45.8125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ag8o3akEZaUpBIIzfqA6XRLsFXHRGzsh { width:11.25rem;height:11.25rem;top:42.75rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #fwuoxEJylK8gsyp0t6CO0BVLwr1l817F { width:15.125rem;height:15.125rem;top:31rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #KdTZ3FwNAn6JtyroOqCuRKupsnPxO40Z { width:10.8125rem;height:10.8125rem;top:48.5rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #y9epF5RLt1y4wFdOGvBF9mVGJTzgRpuc { width:4.25rem;height:1.6875rem;top:54.125rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sEWWMWyQtvLeWsshTFyrJ3oz9KmMeG8r { width:8.2495rem;height:2rem;top:59.5625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Hce3eNznPgvqAOP57yseJQ1iV5SMDXNm { width:20rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben { display:block; }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben { border-width: 0; border-radius: 0; }#TAEJkBlb7wH99EoLAbMQ7nDWLEJfIben > .row .container { width:20rem;height:18.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSEpHWvypkfsTPW8iWaxPTcIB2QW9TTp { display:flex;width:2.625rem;height:2.625rem;top:7.5625rem;left:11rem;font-size:1.3125rem; }
#dSEpHWvypkfsTPW8iWaxPTcIB2QW9TTp > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #H90SLRrstexVQFJZXUDOHD9ALqUD8WuK { display:flex;width:2.75rem;height:2.75rem;top:7.5rem;left:14rem;font-size:1.3125rem; }
#H90SLRrstexVQFJZXUDOHD9ALqUD8WuK > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #vUFJ4RIPMi2o4zQEEBiQHLiUqX0ZnMCr { width:0.125rem;height:5.5rem;top:6.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASLbD983JIUPdvHe5gbsoHM2d8PmRabL { top:6.25rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pHeC8E7uBm30rTX9yVBMBnbtaUMTB83u { width:3.6875rem;height:3.6875rem;top:7rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8V9oeNtdKWGpM2QOIPCBQDSn9iBUG3P { display:flex;width:2.625rem;height:2.625rem;top:3rem;left:14.0625rem; }
#b8V9oeNtdKWGpM2QOIPCBQDSn9iBUG3P > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #XHzS9f5HRr5l8fZvbKxwFTiuJVz51Tty { display:flex;width:2.625rem;height:2.625rem;top:3rem;left:10.875rem; }
#XHzS9f5HRr5l8fZvbKxwFTiuJVz51Tty > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #SybBS7eMlo3FAaOezqF1uhK7gkDHJop6 { width:5.1875rem;height:0;top:14.8125rem;left:1.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvVwhbQPvI5lLoKTFQ7lFcPxlxoBEze4 { width:5.75rem;height:0;top:14.8125rem;left:7.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnNE93vtTlT8gcvQFnNTzux1kDC1watP { width:0.125rem;height:1.25rem;top:14.6875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcSLqMhN1wbGzcl6uiN65SrbUL5W6hOX { width:0.125rem;height:1.25rem;top:14.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAGeDheP8BA21hRJOVZpacdaJpiokQWt { width:4.5625rem;height:0.8125rem;top:14.8125rem;left:14rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z9HQgndeeDHhZO8yr6ASBrHH1zXazX86 { width:20rem;height:1rem;top:12.5rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ekHNprO8suSfISe9nsml15tgGgUJBMFE { width:6.875rem;height:2.3125rem;top:3.0625rem;left:3.1875rem;display:block; }
 }