.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); }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK { 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; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container { background-color: transparent; background-image: none; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container > .video-iframe-container { display: none; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row > .video-iframe-container { display: none; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .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); }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container { border-width: 0; border-radius: 0; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#BlJSkF9qLNi2lEXp028XoFRD1gWzCVtq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:6.6875rem;top:0.4375rem;left:3.0625rem;overflow:hidden;display:block; }
#QB1HDvq6RLmSn0CFgz5gcnr6V6qHVR99 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.8125rem;left:57.78125rem;display:block; }
#RiKtbuwKJ8u416wALu1NCNDiGANCLqIy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qdaf0DG28RI8MDKGaKXM9ESt2nxro2F4 { 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:15023;text-align:center;text-align-last:center;top:1.3125rem;left:13.125rem;display:block; }
#v7PFmQFbDMXUHZ7coWP65EtsZhVuMilf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tkhTKn3f8MVEIWaaHtfa2H1tts4fTXgl { 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:15022;text-align:center;text-align-last:center;top:1.3125rem;left:10.5rem;display:block; }
#neMkPOCmKp3rs91uP1gMTyRBGnGN2uH9 { 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.75rem;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:11.125rem;left:1.125rem;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:41.125rem;position:absolute;font-family:lora;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:7.5rem;left:0rem;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:29.125rem;left:4rem;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:23.625rem;left:11.6875rem;overflow:hidden;display:block; }
#SVNGnKFgBXsm3v85eXmmTVTvRSh9ccfT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:34.25rem;left:12.46875rem;display:block; }
#bwo0NlO8r24o1GzZn2F3yR1P4GUw533k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn { 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; }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn > .row .container { background-color: transparent; background-image: none; }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn > .row .container > .video-iframe-container { display: none; }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn > .row > .video-iframe-container { display: none; }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn > .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); }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn > .row .container { border-width: 0; border-radius: 0; }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#puW5NELyvo656xU0itkMrW6uCizn5XfK { 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:1.4375rem;left:62.5rem;overflow:hidden;display:block; }
#AMM3xQucNhIBSKhX7KUVhOCUpCgkqkc1 { 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:1.75rem;left:51.1875rem;overflow:hidden;display:block; }
#UyTEZ7Sm0XTB03IhTvEUNIuvl5r7pOWw { 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:1.375rem;left:69.9375rem;overflow:hidden;display:block; }
#ircQp1pAy0FZ4DGqldn1Rrd1B8s3Tr73 { 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:1.8125rem;left:57.75rem;overflow:hidden;display:block; }
#SmilZTElMFU8k4yZw2I8WD8lkctXOo9k { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P2dhqhP2ToLQd0TKoOTBpJivrRMuI96r { 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:2.6875rem;left:31.5rem;overflow:hidden;display:block; }
#TUyHK9t0wUcwEyhmWS1LsVAVyHchcWUH { 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:2.8125rem;left:37.125rem;overflow:hidden;display:block; }
#tdqr2h3yyTgPidBUKlcxLD0blfcTEnby { 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:2.875rem;left:7.125rem;overflow:hidden;display:block; }
#Zh9TlBKBabzdsgLhiMUyQG4ZpV9kJ0A6 { 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:2.4375rem;left:14.75rem;overflow:hidden;display:block; }
#UaZ5VxZQ4hISRVsv5OrkkIxMJ5BhK1TG { 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:2.4375rem;left:23.5rem;overflow:hidden;display:block; }
#eaaQ6IAhGNIC4t66irB0NfUF2wVLPdPq { 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:2.375rem;left:44rem;overflow:hidden;display:block; }
#OJzSTtE7a1BJDRcrVGK7Tb7BeobTAcAF { box-sizing:content-box;height:0.125rem;width:24.4375rem;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:6.8125rem;left:25.28125rem;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:20.4375rem;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:8.875rem;left:16.03125rem;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.125rem;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; }
#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w { 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; }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w > .row .container { background-color: transparent; background-image: none; }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w > .row .container > .video-iframe-container { display: none; }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w > .row > .video-iframe-container { display: none; }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w > .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); }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w > .row .container { border-width: 0; border-radius: 0; }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;position:relative;display:block; }#Q6bCKZappEfAHOJs2oxlvCTManzKTapW { 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:6rem;left:7.75rem;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; }
#H78r4vEqX8Bmcep2yOs0ViMtQRJng7TZ { 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:9.5625rem;left:7.75rem;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; }
#QwPGSF7ORLQ0GrUWrSKsiZByuJ1eOEF4 { 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:11.75rem;left:7.75rem;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; }
#pLZlV5UhD90VlIEoZ5s3dpdV72sqtJIT { 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:24.4375rem;width:22rem;top:5.875rem;left:45.0625rem;overflow:hidden;display:block; }
#AMW5IcqBbJXp9tpeSqtPCIuOygA5WIK8 { 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:25.625rem;width:22.75rem;top:30.4375rem;left:44.625rem;overflow:hidden;display:block; }
#Diulp08SLTcdUoxAmGebR6CHaTgtJnMF { 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:15022;opacity:1;top:42rem;left:7.9375rem; }
#vmXu0JW9rrWd4tTSTaHK4zZxz2diC2aT { 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:15047;opacity:1;top:33.625rem;left:8.125rem; }
#MkB7WsqUmvn8GilcVdDUdisbIG0MhvFJ { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15049;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:31.5625rem;left:7.6875rem;display:block; }
#UMTechAFgb4wd0LyKQrS8703e6HiE5li { color:#2f2f2f;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.0625rem;left:10.5625rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lPxr2EQoOwqoX7e5lyTVK1seVr5gng9y { color:#2f2f2f;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:33.3125rem;left:10.5625rem;height:5.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D8WVe9T6oPzf5u6uE2l4OzyaSEvaVzdm { 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:15046;opacity:1;top:26.1875rem;left:7.6875rem; }
#aHdTgRETv0dEGatF2ItTx0KnwwnlTxu9 { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15050;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:24.5rem;left:7.6875rem;display:block; }
#wT3sCOw25rdIVOr5LmNOwBMiODmUZB3M { color:#2f2f2f;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.125rem;left:10.5625rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eulDl4pvBdl25Tg2WAKecPfVNpcJCVFP { 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:15046;opacity:1;top:20.5625rem;left:7.875rem; }
#TvUMuMlppSItiiwCfl47fRt6biB35cLS { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15050;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:40.3125rem;left:7.6875rem;display:block; }
#e6TSdyrwzT58463whwkFwEaWl2VpU5rB { color:#2f2f2f;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:42rem;left:10.6875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZPxRs52suKeacRnBg9dkdJ8nvcLToKuJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:46.375rem;left:7.75rem;display:block; }
#t87TR84o8xyXEdzAJWwStJvnkdVKmhGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IAHHpgyr76fFf31hR56xdXnpaTkMiDlP { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:50.625rem;left:7.75rem;height:5.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy { 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; }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy > .row .container { background-color: transparent; background-image: none; }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy > .row .container > .video-iframe-container { display: none; }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy > .row > .video-iframe-container { display: none; }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy > .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); }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy > .row .container { border-width: 0; border-radius: 0; }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#XOAHoTiw6DAuTZh2rbd0gzC62Z7g72t2 { 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:10.75rem;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; }
#a4lbX3aqmlCp0HLUJcuDMNmSUg2TkO0L { 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:18.5625rem;left:9.5rem;overflow:hidden;display:block; }
#bTyDpp18O8wbwuU5lhvXksfvLFUHXqaR { 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:4.375rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3AM7mpc5zdLaMAEqhwkF35bqT1imNEn { 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:11.0625rem;left:9.5rem;height:5.5rem;display:block; }
#sFv7185xX0OsCRJOPzIvZqb7A9QSz9C2 { 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:11.0625rem;left:37.5rem;display:block; }
#eGknH8VfUidoKpAgzKW2hmyoLnfs5R3r { 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:18.0625rem;left:37.5rem;display:block; }
#s5CTP7cxLuKV5szJhVxxZmBAsDrfdCqe { 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:27.5625rem;left:37.5rem;display:block; }
#VUBw97ICvDKBdPTGd1VVy02aIA60HOOq { 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:34.4375rem;left:37.5rem;display:block; }
#dL5XvA93tEQxc7uxFQVkdy6RMhZPaXb0 { 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:45.4375rem;left:37.5rem;display:block; }
#nEMn70fFLLhfkSEgq6h1HVs6MzBapnTV { box-sizing:content-box;height:34.5rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#d7b543;background-image:none;top:11.375rem;left:37.75rem;display:block; }
#oLEf4Tzglw8Ib8BvUB0buOP4NzUdMpTZ { 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; }
#fV2CgbIDrbnODgoJPmwHLRr0sfg23qds { 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; }
#aZ2TTbKKrdGTDVfMVxigtAmHKQyehS7L { 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; }
#I1o6r9WB2fVycmeU9hpQ1eegQFDT6NSp { 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; }
#w1xTKHFGypV7oNGT9TuEXy353wyCuVVb { 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; }
#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr { 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; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container { background-color: transparent; background-image: none; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container > .video-iframe-container { display: none; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row > .video-iframe-container { display: none; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .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); }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container { border-width: 0; border-radius: 0; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container { font-size:0.875rem;font-family:arial;height:60.6875rem;width:75rem;position:relative;display:block; }#izTuXiJJD8TeZkNI2UKDnw9SRIg66R3R { 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.3125rem;left:3.1875rem;overflow:hidden;display:block; }
#ddmTF5fDfp8hD288vt275c8UQEIOFuGZ { color:#072559;display:block;width:49rem;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.5625rem;left:14rem;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; }
#kIzFhMwOV8MTIsTtZ8DWk5dng2KkBGoo { color:rgba(var(--color-secondary-4),1);display:block;width:20.625rem;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:19.9375rem;left:3.5rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#JKESn46CJfGLIcLI1dRKz9yFlRzgqf4W { 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.3125rem;left:27.625rem;overflow:hidden;display:block; }
#Rclc9mDuNKef8R9wyeuw4AaJwTreSKHD { color:rgba(var(--color-secondary-4),1);display:block;width:14.4375rem;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:19.9375rem;left:28.1875rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#QX7KcDihdpnXDospACG3kokaH5OgT6aD { 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.3125rem;left:49rem;overflow:hidden;display:block; }
#wyl8ldQh5xg76fs4H7FfQmdm9XWeNHDK { color:#2f2f2f;display:block;width:12.4375rem;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.5rem;left:59.25rem;height:1.875rem;text-align:right;text-align-last:right;display:block; }
#EM73VNksVTSrs9WS0OSFFZUewyEPTpfD { 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:23.625rem;left:3.1875rem;overflow:hidden;display:block; }
#T908rPcORCv6CZkWvNkMVKrVl8tn6dKI { color:rgba(var(--color-secondary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:32.3125rem;left:3.5625rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#dHag2BUVsAlhTSKRmVyUg1kfkblgACgs { 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:35.75rem;left:3.1875rem;overflow:hidden;display:block; }
#SRokQbcipKDyHL69GgKFUx7ow2nw235a { color:#2f2f2f;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:36.9375rem;left:3.4375rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#ACZSIcfFWh8E4cR7dMZdQ6b9tOtORTTi { color:#2f2f2f;display:block;width:13.375rem;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.125rem;left:46.625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#k4fAvcTf19VxH2DFOu5ri4L7FgeHeVdG { 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.5625rem;left:46.1875rem;overflow:hidden;display:block; }
#KVQanH54dL2L3T83w6HcD8fyWTKRgkB1 { 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:35.8125rem;left:22.25rem;overflow:hidden;display:block; }
#kwStdhUFboGlHJV4qShqd0lmGIHOZsga { box-sizing:content-box;height:2.9375rem;width:22.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.4375rem;left:3.1875rem;display:block; }
#KkCfmzVxVqHgWDPfJxlIS9T2h45zXHNH { box-sizing:content-box;height:2.9375rem;width:15.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.4375rem;left:27.625rem;display:block; }
#RGIKniZ5dgys58STgXQtOSn9N8BGbDUd { box-sizing:content-box;height:2.9375rem;width:13.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10rem;left:59.375rem;display:block; }
#tonqOSXshTcRRuG6GpNZbQ25sKSTPxBW { box-sizing:content-box;height:2.9375rem;width:15.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.8125rem;left:3.1875rem;display:block; }
#gqiwkrgPUzV66KHPaaK1mayT6WJw0tTm { box-sizing:content-box;height:3.8125rem;width:14rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.625rem;left:46.1875rem;display:block; }
#N3l4ThLrPK3JsDTOgGAGaKehd2RwF0hA { box-sizing:content-box;height:2.75rem;width:18.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.375rem;left:2.625rem;display:block; }
#QwpuXSiMDgqVWzAQ6zdL3P8ilAHZLU6O { box-sizing:content-box;height:2.9375rem;width:21.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.9375rem;left:22.25rem;display:block; }
#LPFkrOavadyH0dMq3FcLoLrhlOVSRWJF { color:#2f2f2f;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.5625rem;left:22.5625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#a6zu8vwbKKxgMCPSwSTHd3rPedIqkD0z { 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:35.75rem;left:45.5rem;overflow:hidden;display:block; }
#mcvLOD0vDhJ7G7nMfd5Xa2KcV16OUx08 { box-sizing:content-box;height:3.5625rem;width:19.8125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.375rem;left:52.5625rem;display:block; }
#eO75AqwEQv5tiF7P7E6qrO9Bmxm9Khq5 { color:#2f2f2f;display:block;width:18.5625rem;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:45.6875rem;left:53.1875rem;height:2.8125rem;text-align:right;text-align-last:right;display:block; }
#qXI9hBJC33qhidi7V6kTryFUkkiyDaxE { color:#2f2f2f;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; }
#WSxrRoTfTfgVf2dro5J8DUad9y84f6y0 { color:#2f2f2f;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; }
#nCrBCIHoy4G67MppSDMbsC94RiyU9iqg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:52.5625rem;left:29.25rem;display:block; }
#bievRHI7GHuLBSbc6JMoNhMUlr9AII2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l63XPUwRqpSHxtUfLSA6QKRH5TGnknMP { 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; }#l63XPUwRqpSHxtUfLSA6QKRH5TGnknMP > .row .container { border-width: 0; border-radius: 0; }#l63XPUwRqpSHxtUfLSA6QKRH5TGnknMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l63XPUwRqpSHxtUfLSA6QKRH5TGnknMP > .row .container { font-size:0.875rem;font-family:arial;height:95.75rem;width:75rem;position:relative;display:none; }#RfpBNM3PqKy3NeI2t6GSwxGXDmVDFGLa { 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; }
#iwnfAFixkRAJBT99N9ILLPaeOQATCgyR { 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; }
#Crpwwnrhwk4NUKTp4vcJe9fpTSVxNVNG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;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; }
#PdKiLk7yIZa7MTU1QUnTPcyg9WvmgRuD { 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; }
#Q1Hi8Wuc9JhKFR8qIT32MTgsJJtpD93d { 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; }
#Tm2TMTH0XRIQT4407U6pfVtHzPRrSJqC { 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; }
#S0mgi4ePJhBCBCuonuMeiZV0Mx1TJoSd { 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; }
#yn3G52uI5elLfykdxOE7RCTVgxc6BIT0 { 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; }
#KvPlXChhWM2cNBgyqPTsJUkboOPu0nC7 { 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:72.6875rem;left:2.0625rem;display:block; }
#HKL2hitk2x3vE2MDqSAdRxM3ZIMMFQwN { 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.9375rem;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; }
#OFedco1mIVLpipg1Trc2kTIID2FqVzGJ { 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; }
#sVfTLeiziqUUDS8mzXBr9qxpTQXH9HgN { 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; }
#xdmotoo1VPQF8bT2Nclefp6xzIovZ7bV { 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; }
#V26zMNXOPtq3poeGdTl6aAVxqBsDAcpo { 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:73.75rem;left:2.0625rem;overflow:hidden;display:block; }
#t6ROJvGlSBa007BHCHQpg5Bb30Kbgfkc { 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; }
#BQR96i9EMtDeV6uQ9QQFlhnrKwznBngd { 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:15014;line-height:1.4;letter-spacing:0;top:61.5rem;left:2.0625rem;height:10rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BQR96i9EMtDeV6uQ9QQFlhnrKwznBngd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BQR96i9EMtDeV6uQ9QQFlhnrKwznBngd li:before{  }
#wuiwO7ibu771v399VHcLIQZdt8ZtnWvS { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;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:75.5rem;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; }
#Qm1lWVax2obuJRHazdKncftqLVaTx44Q { 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:81.375rem;left:1.9375rem;overflow:hidden;display:block; }
#fpBT2ndqHIN99c5AEc3tBMbivoTf75PA { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;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:81.375rem;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; }
#oaMHpsVunbx0XmRg4oUGWMfJgigqLqiT { 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; }
#fnaoTP7H25OiwyPP5CQ5d3VrAwwz6pl2 { 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; }
#KheATmp5cgi33lSZgkCwGZvrmmxCD3nG { 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; }
#cHH1WSyPTcyeP4NoaLFee9EUFRUaWpAg { 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; }
#T495ENifGHPG2rBb5MrwJb6Z8sWGE1si { 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; }
#lvIpfq98mU6l348wsG4Kuk9ZEaQqyTEB { 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; }
#Llb61GBGbQH5EyCBkr0t4P7J83u5WlxP { 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; }
#iaTem2VW9MywE8PoNqkTR5RL7pUbakbE { 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:20.1875rem;width:18.1875rem;top:8rem;left:35.8125rem;overflow:hidden;display:block; }
#BvqTbc6V05JVXCPQmolsn4BRPUI1XELP { 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:21.0625rem;width:18.875rem;top:7.5625rem;left:54rem;overflow:hidden;display:block; }
#nZFrMsm8NodrK8eZL1JoozXGQfCwM2o5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:19.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.625rem;left:1.9375rem;display:block; }
#OIkTrWVssDcZanZETuVWVwo7Mu4tTTXE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJvptFnL0ralyG3uTxtigTVALB6T2htN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:19.0625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:86.875rem;left:1.9375rem;display:block; }
#GrKBz8DirofdO0pbXTonFRhpT1bkGWKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB { 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; }#kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB.adaptive-delivery-prevent-bg, #kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB.lazyload, #kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB.lazyloading { background-image: none; }#kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB > .row .container { border-width: 0; border-radius: 0; }#kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB::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; }#kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:none; }#Vy8phPSM3pq9VXeNhAAUVrgrLHOTtweo { 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:block; }
#TgGEqmA6p59p963E6ZNW5bAuWWlRUDHr { 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; }
#T2gNs4Ff6oPNuulnoiaRobiCZ3qFaa5X { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8115234375rem;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:12.375rem;left:7.625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#AxmbVy05Mr9Xf9t3T9uMZcg1HZtcAX3k { 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:21.5625rem;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; }
#aJcQoEgtCP4xyKokOuFAt6UkcmsTPsnD { 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:23.8125rem;left:9.8125rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkdTG0qSkHmO75frtfmNCtr2cGqzuo0v { box-sizing:content-box;height:21.5rem;width:18.75rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:21.5625rem;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; }
#RXWNv3xdhlcKKzITT6AvfhHdZ9EaLLl7 { 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:23.8125rem;left:29.5rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DrT1JZ2DtyT6IK8cUtA0BKQyniGpoZFJ { box-sizing:content-box;height:21.5rem;width:18.75rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:21.5625rem;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; }
#ATtOsq4kNPL7nT3PzfrJJ2SClGfgl9re { 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:23.8125rem;left:48.1875rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P0oDrC0FKeEpgVvQlJVWR6J59GpavAGL { 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:28.25rem;left:14.625rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOgTNvXnNSAxkPt54GtgzDs05ftio6ps { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:34.0625rem;left:12.5625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#zevLWIfBl4ko33ibyAepempTvq0TOySM { 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:33.3125rem;left:10.75rem;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; }
#JyJul7OZUOXH5PrgHAkRaFelHziMSPlx { 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:27.125rem;left:10.3125rem;display:block; }
#x2XSfuBpTuOlZOBUApnuw6hwUTvU2RM4 { 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:33.3125rem;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; }
#ZPsDmCwIT0zvWOuxvPE4prFXDvrllMFk { color:#001342;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:34.0625rem;left:32.125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#hckxVTcLwMNULxxHyRZ2CHXGK10XPuE4 { 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:28.25rem;left:33.5rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqL1POxSMeKMIVHU6gIZMWXyHIEHOnIM { 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:27.125rem;left:30rem;display:block; }
#qAViS5s3w2SeIhA7zU5maCL2JBXrkvhv { 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:33.3125rem;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; }
#wkh65hvoNKOzfAqJE7X1nxTPRie3iPfT { color:#001342;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:34.0625rem;left:51.9375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#VCStZtN1PSFe492k3uOz63lXD48BOeU6 { 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:28.25rem;left:53.1875rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfiTx0PCEpQIis8S7KdqiWDhmATeeQyp { 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:27.125rem;left:49.6875rem;display:block; }
#D5oI1Tb9k4o4vcI6S4ukQn3wfDnZWTU3 { 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:37.625rem;left:10.6875rem;display:block; }
#bQ6pOLxfPxLgiPqmO1XHPlc9ihkKpiT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHF96G1zCzXdqqo2sBvwIZTX4NJHcQTW { 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:37.625rem;left:30.375rem;display:block; }
#VwsIMCUrmlZqADU52HT7BWc8TCI9XoWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AqgwcSwady4geXIy4Hl6i4U4VBhqiqJz { 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:37.625rem;left:50.0625rem;display:block; }
#KeUIBWO3aLcmukZLiS0wuATSGKaO3fwr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 > .row .container { background-color: transparent; background-image: none; }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 > .row .container > .video-iframe-container { display: none; }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 > .row > .video-iframe-container { display: none; }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 > .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); }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 > .row .container { border-width: 0; border-radius: 0; }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#Hq5q9r7CFtssTFhxOZxsc2X9X6QKMxfV { color:#072559;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:9.0625rem;left:39.4375rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nskAMMQ5qtbe7PI7ItIqqH3I3PZS6cKO { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.0625rem;left:39.4375rem;height:20.625rem;font-style:normal;display:block; }
#l0HPU5mM0GJaMJ6ZURirmnTGZ5mwVGi4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:31.3125rem;left:21.4375rem;height:2.125rem;font-style:normal;display:block; }
#OkTAkrgOfnh2r6TE0PXLq8sbQcaViEHP { position:absolute;display:block;z-index:15006;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:19.875rem;left:20.875rem;overflow:hidden;display:block; }
#HB8O0LriPacsVTstlQM2kU2cpmN4XJ4z { 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:12.875rem;width:12.875rem;top:21.9375rem;left:7.625rem;overflow:hidden;display:block; }
#kc7XRC9dgoT9KTh1tTSWVpLCVr1Oh7Tc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:35.4375rem;left:7.75rem;height:2.625rem;font-style:normal;display:block; }
#G8zMWGHrVbGIg8CMxvNuT6xUPbTsbkse { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:17.75rem;left:25rem;height:2.125rem;font-style:normal;display:block; }
#Qysb72Jmm5kQmJu28ZpSmctwOTXbmEBG { 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:17.625rem;width:17.625rem;top:4.3125rem;left:7.125rem;overflow:hidden;display:block; }
#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 { 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; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container { background-color: transparent; background-image: none; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container > .video-iframe-container { display: none; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row > .video-iframe-container { display: none; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .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); }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container { border-width: 0; border-radius: 0; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#eUCEq3kd451df2ovRF3CR32n1MzsEgOx { 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.0625rem;left:46.5rem; }
#eUCEq3kd451df2ovRF3CR32n1MzsEgOx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 { 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.125rem;left:50.0625rem; }
#rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#uCne6O1V20eZ5T5difaOR6U5RoiT9XkO { 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.0625rem;left:38.3125rem;display:block; }
#xEUGrgyweTomaoAuW2t9aHTmwsmX2swc { 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; }
#l5Z2wZ7DdSH1xts7eflwndkH9udUe1QE { 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:2.75rem;left:40.25rem;overflow:hidden;display:block; }
#Hx2HylQkBVFZcAK934iX7l21DxHzpK5e { 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.0625rem;left:33.8125rem; }
#Hx2HylQkBVFZcAK934iX7l21DxHzpK5e > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU { 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.0625rem;left:30.3125rem; }
#mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#T4voNl4kAhIQz6EV5yGUvW0paKn4a4ei { position:absolute;display:block;z-index:15011;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.1875rem;width:6.5rem;top:3.75rem;left:22.9375rem;overflow:hidden;display:block; }
#Av7L7ISc6lQWTrXmS46uITnPsXpWNvs5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;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:12.4375rem;left:22.125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#btyl8P7dno3qs2q03olmCrQ02My4dUMS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;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:12.4375rem;left:34.5rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#qUJrU8ms1FP0y2nTbZJ0BexxGbU6Ifz4 { 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.0625rem;left:33.9375rem;display:block; }
#tBUficNtriECBaprBKDUZIfVmm2ElTFP { 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.0625rem;left:45.1875rem;display:block; }
#O8sqh1VDJ2qlTCulKKig2hSZcX7pt9aM { 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:12.375rem;left:45.3125rem;height:0;text-align:center;text-align-last:center;display:block; }
#tkd14oJHE8EMFenReV9OKSD13gxrErQb { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;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.4375rem;left:25.125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZqANdSwqUgMntcduyVyETuMtA2lgyfUK { display:block; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlJSkF9qLNi2lEXp028XoFRD1gWzCVtq { top:0.4375rem;left:0rem;width:6.6875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB1HDvq6RLmSn0CFgz5gcnr6V6qHVR99 { width:15.625rem;height:3.4375rem;top:0.8125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiKtbuwKJ8u416wALu1NCNDiGANCLqIy { display:block; }
 }@media only screen and (max-width: 763px) { #Qdaf0DG28RI8MDKGaKXM9ESt2nxro2F4 { width:2.4375rem;height:2.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7PFmQFbDMXUHZ7coWP65EtsZhVuMilf { display:block; }
 }@media only screen and (max-width: 763px) { #tkhTKn3f8MVEIWaaHtfa2H1tts4fTXgl { width:2.4375rem;height:2.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neMkPOCmKp3rs91uP1gMTyRBGnGN2uH9 { 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:11.125rem;left:0rem;width:38.8125rem;height:11.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQm7IXAu7HOTss7y9m3D0Ls0uo0UFuku { top:7.5rem;left:0rem;width:41.125rem;height:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAqxXT7awng7FDmps4h0sqpL2O0tWphw { top:29.125rem;left:0rem;width:33.125rem;height:2.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #US9cAR4Z8bGRqAQmNnXfiwIEBAuutalw { top:23.625rem;left:0rem;width:17.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVNGnKFgBXsm3v85eXmmTVTvRSh9ccfT { width:16.125rem;height:3.4375rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwo0NlO8r24o1GzZn2F3yR1P4GUw533k { display:block; }
 }@media only screen and (max-width: 763px) { #zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn { display:block; }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puW5NELyvo656xU0itkMrW6uCizn5XfK { top:1.4375rem;left:39.125rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMM3xQucNhIBSKhX7KUVhOCUpCgkqkc1 { top:1.75rem;left:37.5625rem;width:7.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyTEZ7Sm0XTB03IhTvEUNIuvl5r7pOWw { top:1.375rem;left:42.6875rem;width:5.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ircQp1pAy0FZ4DGqldn1Rrd1B8s3Tr73 { top:1.8125rem;left:40.25rem;width:7.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmilZTElMFU8k4yZw2I8WD8lkctXOo9k { top:2.8125rem;left:0rem;width:6.375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2dhqhP2ToLQd0TKoOTBpJivrRMuI96r { top:2.6875rem;left:17.875rem;width:4.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUyHK9t0wUcwEyhmWS1LsVAVyHchcWUH { top:2.8125rem;left:23.5rem;width:5.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdqr2h3yyTgPidBUKlcxLD0blfcTEnby { top:2.875rem;left:0rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh9TlBKBabzdsgLhiMUyQG4ZpV9kJ0A6 { top:2.4375rem;left:1.125rem;width:8.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaZ5VxZQ4hISRVsv5OrkkIxMJ5BhK1TG { top:2.4375rem;left:9.875rem;width:7.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaaQ6IAhGNIC4t66irB0NfUF2wVLPdPq { top:2.375rem;left:30.375rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJzSTtE7a1BJDRcrVGK7Tb7BeobTAcAF { top:6.8125rem;left:11.65625rem;width:24.4375rem;height:0.125rem;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:8.875rem;left:2.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aITmRhzJ6HRVFNyIEiAAXHwwIhFE0RD9 { width:38.4375rem;height:5.5rem;top:2.125rem;left:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w { display:block; }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6bCKZappEfAHOJs2oxlvCTManzKTapW { width:30.1875rem;height:2.5625rem;top:6rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H78r4vEqX8Bmcep2yOs0ViMtQRJng7TZ { width:28.4375rem;height:1.4375rem;top:9.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwPGSF7ORLQ0GrUWrSKsiZByuJ1eOEF4 { width:31.1875rem;height:6.25rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLZlV5UhD90VlIEoZ5s3dpdV72sqtJIT { top:5.875rem;left:25.75rem;width:22rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMW5IcqBbJXp9tpeSqtPCIuOygA5WIK8 { width:22.75rem;height:25.625rem;top:30.4375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diulp08SLTcdUoxAmGebR6CHaTgtJnMF { top:42rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmXu0JW9rrWd4tTSTaHK4zZxz2diC2aT { top:33.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkB7WsqUmvn8GilcVdDUdisbIG0MhvFJ { top:31.5625rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTechAFgb4wd0LyKQrS8703e6HiE5li { top:26.0625rem;left:0rem;width:14.25rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPxr2EQoOwqoX7e5lyTVK1seVr5gng9y { top:33.3125rem;left:0rem;width:24.5rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8WVe9T6oPzf5u6uE2l4OzyaSEvaVzdm { top:26.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdTgRETv0dEGatF2ItTx0KnwwnlTxu9 { top:24.5rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT3sCOw25rdIVOr5LmNOwBMiODmUZB3M { top:20.125rem;left:0rem;width:13.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eulDl4pvBdl25Tg2WAKecPfVNpcJCVFP { top:20.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvUMuMlppSItiiwCfl47fRt6biB35cLS { top:40.3125rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6TSdyrwzT58463whwkFwEaWl2VpU5rB { top:42rem;left:0rem;width:9.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPxRs52suKeacRnBg9dkdJ8nvcLToKuJ { width:16.125rem;height:3.4375rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t87TR84o8xyXEdzAJWwStJvnkdVKmhGr { display:block; }
 }@media only screen and (max-width: 763px) { #IAHHpgyr76fFf31hR56xdXnpaTkMiDlP { top:50.625rem;left:0rem;width:25rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy { display:block; }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOAHoTiw6DAuTZh2rbd0gzC62Z7g72t2 { top:10.75rem;left:20.1875rem;width:27.5625rem;height:41.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4lbX3aqmlCp0HLUJcuDMNmSUg2TkO0L { top:18.5625rem;left:0rem;width:24.375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTyDpp18O8wbwuU5lhvXksfvLFUHXqaR { top:4.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3AM7mpc5zdLaMAEqhwkF35bqT1imNEn { top:11.0625rem;left:0rem;width:24.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFv7185xX0OsCRJOPzIvZqb7A9QSz9C2 { top:11.0625rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGknH8VfUidoKpAgzKW2hmyoLnfs5R3r { top:18.0625rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5CTP7cxLuKV5szJhVxxZmBAsDrfdCqe { top:27.5625rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUBw97ICvDKBdPTGd1VVy02aIA60HOOq { top:34.4375rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL5XvA93tEQxc7uxFQVkdy6RMhZPaXb0 { top:45.4375rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEMn70fFLLhfkSEgq6h1HVs6MzBapnTV { top:11.375rem;left:24.125rem;width:0.125rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLEf4Tzglw8Ib8BvUB0buOP4NzUdMpTZ { display:none; }
 }@media only screen and (max-width: 763px) { #fV2CgbIDrbnODgoJPmwHLRr0sfg23qds { display:none; }
 }@media only screen and (max-width: 763px) { #aZ2TTbKKrdGTDVfMVxigtAmHKQyehS7L { display:none; }
 }@media only screen and (max-width: 763px) { #I1o6r9WB2fVycmeU9hpQ1eegQFDT6NSp { display:none; }
 }@media only screen and (max-width: 763px) { #w1xTKHFGypV7oNGT9TuEXy353wyCuVVb { display:none; }
 }@media only screen and (max-width: 763px) { #S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr { display:block; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izTuXiJJD8TeZkNI2UKDnw9SRIg66R3R { width:23.875rem;height:13.875rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddmTF5fDfp8hD288vt275c8UQEIOFuGZ { top:2.5625rem;left:0rem;width:47.75rem;height:5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzFhMwOV8MTIsTtZ8DWk5dng2KkBGoo { top:19.9375rem;left:0rem;width:20.625rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKESn46CJfGLIcLI1dRKz9yFlRzgqf4W { width:20.8125rem;height:13.875rem;top:9.3125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rclc9mDuNKef8R9wyeuw4AaJwTreSKHD { top:19.9375rem;left:14.5625rem;width:14.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX7KcDihdpnXDospACG3kokaH5OgT6aD { width:23.1875rem;height:13.9375rem;top:9.3125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyl8ldQh5xg76fs4H7FfQmdm9XWeNHDK { top:10.5rem;left:35.3125rem;width:12.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM73VNksVTSrs9WS0OSFFZUewyEPTpfD { width:42.5rem;height:11.625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T908rPcORCv6CZkWvNkMVKrVl8tn6dKI { top:32.3125rem;left:0rem;width:15.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHag2BUVsAlhTSKRmVyUg1kfkblgACgs { width:18.625rem;height:13.9375rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRokQbcipKDyHL69GgKFUx7ow2nw235a { top:36.9375rem;left:0rem;width:17.6875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACZSIcfFWh8E4cR7dMZdQ6b9tOtORTTi { top:25.125rem;left:33rem;width:13.375rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4fAvcTf19VxH2DFOu5ri4L7FgeHeVdG { width:26rem;height:11.75rem;top:23.5625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVQanH54dL2L3T83w6HcD8fyWTKRgkB1 { width:22.8125rem;height:13.9375rem;top:35.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwStdhUFboGlHJV4qShqd0lmGIHOZsga { top:19.4375rem;left:0rem;width:22.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkCfmzVxVqHgWDPfJxlIS9T2h45zXHNH { top:19.4375rem;left:14rem;width:15.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGIKniZ5dgys58STgXQtOSn9N8BGbDUd { top:10rem;left:34.6875rem;width:13.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tonqOSXshTcRRuG6GpNZbQ25sKSTPxBW { top:31.8125rem;left:0rem;width:15.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqiwkrgPUzV66KHPaaK1mayT6WJw0tTm { top:24.625rem;left:32.5625rem;width:14rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3l4ThLrPK3JsDTOgGAGaKehd2RwF0hA { top:36.375rem;left:0rem;width:18.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwpuXSiMDgqVWzAQ6zdL3P8ilAHZLU6O { top:45.9375rem;left:8.625rem;width:21.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPFkrOavadyH0dMq3FcLoLrhlOVSRWJF { top:46.5625rem;left:8.9375rem;width:21.4375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6zu8vwbKKxgMCPSwSTHd3rPedIqkD0z { width:26.75rem;height:13.875rem;top:35.75rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcvLOD0vDhJ7G7nMfd5Xa2KcV16OUx08 { top:45.375rem;left:27.9375rem;width:19.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO75AqwEQv5tiF7P7E6qrO9Bmxm9Khq5 { top:45.6875rem;left:29.1875rem;width:18.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXI9hBJC33qhidi7V6kTryFUkkiyDaxE { top:102.5rem;left:0rem;width:20rem;height:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSxrRoTfTfgVf2dro5J8DUad9y84f6y0 { top:87.5625rem;left:0rem;width:19.5625rem;height:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCrBCIHoy4G67MppSDMbsC94RiyU9iqg { width:16.5rem;height:3.4375rem;top:52.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bievRHI7GHuLBSbc6JMoNhMUlr9AII2u { display:block; }
 }@media only screen and (max-width: 763px) { #l63XPUwRqpSHxtUfLSA6QKRH5TGnknMP { display:block; }#l63XPUwRqpSHxtUfLSA6QKRH5TGnknMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfpBNM3PqKy3NeI2t6GSwxGXDmVDFGLa { width:30.1875rem;height:2.5625rem;top:5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwnfAFixkRAJBT99N9ILLPaeOQATCgyR { top:19.75rem;left:0rem;width:1.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crpwwnrhwk4NUKTp4vcJe9fpTSVxNVNG { width:13.0625rem;height:1.5625rem;top:19.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdKiLk7yIZa7MTU1QUnTPcyg9WvmgRuD { width:28.4375rem;height:1.4375rem;top:8.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Hi8Wuc9JhKFR8qIT32MTgsJJtpD93d { width:31.1875rem;height:6.25rem;top:10.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2TMTH0XRIQT4407U6pfVtHzPRrSJqC { top:22.375rem;left:0rem;width:1.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0mgi4ePJhBCBCuonuMeiZV0Mx1TJoSd { width:18.875rem;height:3.125rem;top:22.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn3G52uI5elLfykdxOE7RCTVgxc6BIT0 { top:18.5rem;left:0rem;width:20.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvPlXChhWM2cNBgyqPTsJUkboOPu0nC7 { top:72.6875rem;left:0rem;width:20.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKL2hitk2x3vE2MDqSAdRxM3ZIMMFQwN { width:16.5rem;height:1.5625rem;top:73.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFedco1mIVLpipg1Trc2kTIID2FqVzGJ { width:31.0625rem;height:12.5rem;top:45.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVfTLeiziqUUDS8mzXBr9qxpTQXH9HgN { width:28.4375rem;height:1.4375rem;top:43.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdmotoo1VPQF8bT2Nclefp6xzIovZ7bV { width:30.1875rem;height:5.125rem;top:36.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V26zMNXOPtq3poeGdTl6aAVxqBsDAcpo { top:73.75rem;left:0rem;width:1.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6ROJvGlSBa007BHCHQpg5Bb30Kbgfkc { width:17.1875rem;height:1.4375rem;top:59.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQR96i9EMtDeV6uQ9QQFlhnrKwznBngd { width:31.0625rem;height:10rem;top:61.5rem;left:0rem;font-size:1.125rem;display:block; }#BQR96i9EMtDeV6uQ9QQFlhnrKwznBngd li:before{  }
 }@media only screen and (max-width: 763px) { #wuiwO7ibu771v399VHcLIQZdt8ZtnWvS { width:26.3125rem;height:4.6875rem;top:75.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm1lWVax2obuJRHazdKncftqLVaTx44Q { top:81.375rem;left:0rem;width:1.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBT2ndqHIN99c5AEc3tBMbivoTf75PA { width:27rem;height:3.125rem;top:81.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaMHpsVunbx0XmRg4oUGWMfJgigqLqiT { top:36.625rem;left:22.1875rem;width:18.1875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnaoTP7H25OiwyPP5CQ5d3VrAwwz6pl2 { top:36.625rem;left:29.6875rem;width:18.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KheATmp5cgi33lSZgkCwGZvrmmxCD3nG { top:47rem;left:22.125rem;width:18.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHH1WSyPTcyeP4NoaLFee9EUFRUaWpAg { top:46.9375rem;left:29.4375rem;width:18.3125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T495ENifGHPG2rBb5MrwJb6Z8sWGE1si { top:57.25rem;left:10.9375rem;width:36.8125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvIpfq98mU6l348wsG4Kuk9ZEaQqyTEB { top:76.125rem;left:11rem;width:36.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llb61GBGbQH5EyCBkr0t4P7J83u5WlxP { width:20rem;height:2.625rem;top:62.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaTem2VW9MywE8PoNqkTR5RL7pUbakbE { top:8rem;left:22.1875rem;width:18.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvqTbc6V05JVXCPQmolsn4BRPUI1XELP { width:18.875rem;height:21.0625rem;top:7.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZFrMsm8NodrK8eZL1JoozXGQfCwM2o5 { width:19.5rem;height:3.4375rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIkTrWVssDcZanZETuVWVwo7Mu4tTTXE { display:block; }
 }@media only screen and (max-width: 763px) { #CJvptFnL0ralyG3uTxtigTVALB6T2htN { width:19.0625rem;height:3.4375rem;top:86.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrKBz8DirofdO0pbXTonFRhpT1bkGWKh { display:block; }
 }@media only screen and (max-width: 763px) { #kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB { display:block; }#kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vy8phPSM3pq9VXeNhAAUVrgrLHOTtweo { top:6.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgGEqmA6p59p963E6ZNW5bAuWWlRUDHr { top:10.625rem;left:13.5rem;width:20.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gNs4Ff6oPNuulnoiaRobiCZ3qFaa5X { top:12.375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxmbVy05Mr9Xf9t3T9uMZcg1HZtcAX3k { top:21.5625rem;left:0rem;width:18.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJcQoEgtCP4xyKokOuFAt6UkcmsTPsnD { top:23.8125rem;left:0rem;width:16rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkdTG0qSkHmO75frtfmNCtr2cGqzuo0v { top:21.5625rem;left:14.5rem;width:18.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXWNv3xdhlcKKzITT6AvfhHdZ9EaLLl7 { top:23.8125rem;left:15.875rem;width:16rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrT1JZ2DtyT6IK8cUtA0BKQyniGpoZFJ { top:21.5625rem;left:29rem;width:18.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATtOsq4kNPL7nT3PzfrJJ2SClGfgl9re { top:23.8125rem;left:29.6875rem;width:18.0625rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0oDrC0FKeEpgVvQlJVWR6J59GpavAGL { top:28.25rem;left:1rem;width:6.4375rem;height:4.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOgTNvXnNSAxkPt54GtgzDs05ftio6ps { top:34.0625rem;left:0rem;width:10.5625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zevLWIfBl4ko33ibyAepempTvq0TOySM { top:33.3125rem;left:0rem;width:13.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyJul7OZUOXH5PrgHAkRaFelHziMSPlx { top:27.125rem;left:0rem;width:15.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2XSfuBpTuOlZOBUApnuw6hwUTvU2RM4 { top:33.3125rem;left:16.8125rem;width:13.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPsDmCwIT0zvWOuxvPE4prFXDvrllMFk { top:34.0625rem;left:18.5rem;width:10.5625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hckxVTcLwMNULxxHyRZ2CHXGK10XPuE4 { top:28.25rem;left:19.875rem;width:9.4375rem;height:4.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqL1POxSMeKMIVHU6gIZMWXyHIEHOnIM { top:27.125rem;left:16.375rem;width:15.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAViS5s3w2SeIhA7zU5maCL2JBXrkvhv { top:33.3125rem;left:33.8125rem;width:13.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkh65hvoNKOzfAqJE7X1nxTPRie3iPfT { top:34.0625rem;left:37.1875rem;width:10.5625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCStZtN1PSFe492k3uOz63lXD48BOeU6 { top:28.25rem;left:38.3125rem;width:9.4375rem;height:4.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfiTx0PCEpQIis8S7KdqiWDhmATeeQyp { top:27.125rem;left:32.6875rem;width:15.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5oI1Tb9k4o4vcI6S4ukQn3wfDnZWTU3 { width:14rem;height:3.0625rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ6pOLxfPxLgiPqmO1XHPlc9ihkKpiT0 { display:block; }
 }@media only screen and (max-width: 763px) { #lHF96G1zCzXdqqo2sBvwIZTX4NJHcQTW { width:14rem;height:3.0625rem;top:37.625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwsIMCUrmlZqADU52HT7BWc8TCI9XoWT { display:block; }
 }@media only screen and (max-width: 763px) { #AqgwcSwady4geXIy4Hl6i4U4VBhqiqJz { width:14rem;height:3.0625rem;top:37.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeUIBWO3aLcmukZLiS0wuATSGKaO3fwr { display:block; }
 }@media only screen and (max-width: 763px) { #pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 { display:block; }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hq5q9r7CFtssTFhxOZxsc2X9X6QKMxfV { width:30rem;height:2.3125rem;top:9.0625rem;left:1.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nskAMMQ5qtbe7PI7ItIqqH3I3PZS6cKO { top:13.0625rem;left:2.625rem;width:29.125rem;height:20.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0HPU5mM0GJaMJ6ZURirmnTGZ5mwVGi4 { width:15.625rem;height:2.0625rem;top:31.3125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkTAkrgOfnh2r6TE0PXLq8sbQcaViEHP { width:11.3125rem;height:11.3125rem;top:19.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB8O0LriPacsVTstlQM2kU2cpmN4XJ4z { width:12.875rem;height:12.875rem;top:21.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc7XRC9dgoT9KTh1tTSWVpLCVr1Oh7Tc { width:12.875rem;height:3.9375rem;top:35.4375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8zMWGHrVbGIg8CMxvNuT6xUPbTsbkse { width:8.5rem;height:2.0625rem;top:17.75rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qysb72Jmm5kQmJu28ZpSmctwOTXbmEBG { width:17.625rem;height:17.625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 { display:block; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUCEq3kd451df2ovRF3CR32n1MzsEgOx { top:4.0625rem;left:32.875rem;width:2.625rem;height:2.625rem;display:block; }
#eUCEq3kd451df2ovRF3CR32n1MzsEgOx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 { top:4.125rem;left:36.4375rem;width:2.625rem;height:2.625rem;display:block; }
#rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #uCne6O1V20eZ5T5difaOR6U5RoiT9XkO { top:3.0625rem;left:24.6875rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEUGrgyweTomaoAuW2t9aHTmwsmX2swc { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #l5Z2wZ7DdSH1xts7eflwndkH9udUe1QE { top:2.75rem;left:26.625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx2HylQkBVFZcAK934iX7l21DxHzpK5e { top:4.0625rem;left:20.1875rem;width:2.625rem;height:2.625rem;display:block; }
#Hx2HylQkBVFZcAK934iX7l21DxHzpK5e > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU { top:4.0625rem;left:16.6875rem;width:2.625rem;height:2.625rem;display:block; }
#mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #T4voNl4kAhIQz6EV5yGUvW0paKn4a4ei { top:3.75rem;left:9.3125rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av7L7ISc6lQWTrXmS46uITnPsXpWNvs5 { top:12.4375rem;left:8.5rem;width:12.0625rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btyl8P7dno3qs2q03olmCrQ02My4dUMS { top:12.4375rem;left:20.875rem;width:10.1875rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUJrU8ms1FP0y2nTbZJ0BexxGbU6Ifz4 { top:13.0625rem;left:20.3125rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBUficNtriECBaprBKDUZIfVmm2ElTFP { top:13.0625rem;left:31.5625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8sqh1VDJ2qlTCulKKig2hSZcX7pt9aM { top:12.375rem;left:31.6875rem;width:7.5625rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkd14oJHE8EMFenReV9OKSD13gxrErQb { top:10.4375rem;left:11.5rem;width:26.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZqANdSwqUgMntcduyVyETuMtA2lgyfUK { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlJSkF9qLNi2lEXp028XoFRD1gWzCVtq { width:6.0625rem;height:3.625rem;top:0.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB1HDvq6RLmSn0CFgz5gcnr6V6qHVR99 { width:15.5rem;height:3.4375rem;top:4.5625rem;left:2.25rem;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) { #RiKtbuwKJ8u416wALu1NCNDiGANCLqIy { display:block; }
 }@media only screen and (max-width: 763px) { #Qdaf0DG28RI8MDKGaKXM9ESt2nxro2F4 { width:2.4375rem;height:2.5rem;top:1.125rem;left:13.4375rem;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) { #v7PFmQFbDMXUHZ7coWP65EtsZhVuMilf { display:block; }
 }@media only screen and (max-width: 763px) { #tkhTKn3f8MVEIWaaHtfa2H1tts4fTXgl { width:2.4375rem;height:2.5rem;top:1.125rem;left:10.75rem;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) { #neMkPOCmKp3rs91uP1gMTyRBGnGN2uH9 { display:block; }
 }@media only screen and (max-width: 763px) { #mS4OukpRC4KbFelVrdttdLxXGzVxV6bb { display:block; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container { width:20rem;height:0.8125rem;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:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSF6gNoJDpUBAkhXTAT8HJLWy2N1Ms8K { width:20rem;height:5.5rem;top:40.6875rem;left:0rem;font-size:2.5rem;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:38.6875rem;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:49.9375rem;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:47.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVNGnKFgBXsm3v85eXmmTVTvRSh9ccfT { width:18.4375rem;height:3.4375rem;top:52.75rem;left:0.78125rem;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) { #bwo0NlO8r24o1GzZn2F3yR1P4GUw533k { display:block; }
 }@media only screen and (max-width: 763px) { #zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn { display:block; }#zd00ZUK1voO7vmZbWBzaRy9ThzOTSWkn > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puW5NELyvo656xU0itkMrW6uCizn5XfK { width:4.1875rem;height:1.8125rem;top:9.5rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMM3xQucNhIBSKhX7KUVhOCUpCgkqkc1 { width:5.9375rem;height:2.75rem;top:4.9375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyTEZ7Sm0XTB03IhTvEUNIuvl5r7pOWw { width:3.125rem;height:2.75rem;top:9rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ircQp1pAy0FZ4DGqldn1Rrd1B8s3Tr73 { width:4.375rem;height:1.9375rem;top:5.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmilZTElMFU8k4yZw2I8WD8lkctXOo9k { width:5.25rem;height:1.4375rem;top:1.1875rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2dhqhP2ToLQd0TKoOTBpJivrRMuI96r { width:3.375rem;height:1.5625rem;top:3.6875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUyHK9t0wUcwEyhmWS1LsVAVyHchcWUH { width:4.375rem;height:1.3125rem;top:5.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdqr2h3yyTgPidBUKlcxLD0blfcTEnby { width:4.5rem;height:1.125rem;top:3.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh9TlBKBabzdsgLhiMUyQG4ZpV9kJ0A6 { width:5.375rem;height:1.5625rem;top:3.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaZ5VxZQ4hISRVsv5OrkkIxMJ5BhK1TG { width:3.9375rem;height:1.375rem;top:3.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaaQ6IAhGNIC4t66irB0NfUF2wVLPdPq { width:4.625rem;height:1.5625rem;top:5.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJzSTtE7a1BJDRcrVGK7Tb7BeobTAcAF { width:20rem;height:0.125rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm { display:block; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container { width:20rem;height:29.3125rem;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) { #xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w { display:block; }#xNLu1cXEy2JoZTb65Q6rlq12KIa85R8w > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6bCKZappEfAHOJs2oxlvCTManzKTapW { width:20rem;height:4rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #H78r4vEqX8Bmcep2yOs0ViMtQRJng7TZ { width:16.25rem;height:1.3125rem;top:8.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QwPGSF7ORLQ0GrUWrSKsiZByuJ1eOEF4 { width:20rem;height:9.375rem;top:10.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLZlV5UhD90VlIEoZ5s3dpdV72sqtJIT { width:20rem;height:22.1875rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMW5IcqBbJXp9tpeSqtPCIuOygA5WIK8 { width:20rem;height:22.527472527473rem;top:30.4375rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Diulp08SLTcdUoxAmGebR6CHaTgtJnMF { display:flex;width:1.4375rem;height:1.4375rem;top:78.625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #vmXu0JW9rrWd4tTSTaHK4zZxz2diC2aT { display:flex;width:1.4375rem;height:1.4375rem;top:64rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #MkB7WsqUmvn8GilcVdDUdisbIG0MhvFJ { width:20rem;height:0.125rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTechAFgb4wd0LyKQrS8703e6HiE5li { width:14.25rem;height:4.3125rem;top:57.0625rem;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) { #lPxr2EQoOwqoX7e5lyTVK1seVr5gng9y { width:20rem;height:8.625rem;top:66.6875rem;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) { #D8WVe9T6oPzf5u6uE2l4OzyaSEvaVzdm { display:flex;width:1.875rem;height:1.875rem;top:53.9375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #aHdTgRETv0dEGatF2ItTx0KnwwnlTxu9 { width:20rem;height:0.125rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT3sCOw25rdIVOr5LmNOwBMiODmUZB3M { width:13.75rem;height:2.875rem;top:48.4375rem;left:3.125rem;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) { #eulDl4pvBdl25Tg2WAKecPfVNpcJCVFP { display:flex;width:1.5625rem;height:1.5625rem;top:45.625rem;left:9.1875rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #TvUMuMlppSItiiwCfl47fRt6biB35cLS { width:20rem;height:0.125rem;top:76.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6TSdyrwzT58463whwkFwEaWl2VpU5rB { width:9.9375rem;height:2.875rem;top:80.875rem;left:5.0625rem;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) { #ZPxRs52suKeacRnBg9dkdJ8nvcLToKuJ { width:16.125rem;height:3.4375rem;top:85.8125rem;left:1.9375rem;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) { #t87TR84o8xyXEdzAJWwStJvnkdVKmhGr { display:block; }
 }@media only screen and (max-width: 763px) { #IAHHpgyr76fFf31hR56xdXnpaTkMiDlP { width:20rem;height:5rem;top:90.1875rem;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) { #N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy { display:block; }#N7iKiB3qPUmpIWHCoCWDe6yq00XJkhmy > .row .container { width:20rem;height:94rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOAHoTiw6DAuTZh2rbd0gzC62Z7g72t2 { width:18.8125rem;height:50rem;top:42.1875rem;left:1.1875rem;font-size:1rem;z-index:15000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a4lbX3aqmlCp0HLUJcuDMNmSUg2TkO0L { width:20rem;height:25.6875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTyDpp18O8wbwuU5lhvXksfvLFUHXqaR { width:20rem;height:2.3125rem;top:3.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3AM7mpc5zdLaMAEqhwkF35bqT1imNEn { 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) { #sFv7185xX0OsCRJOPzIvZqb7A9QSz9C2 { width:0.6875rem;height:0.6875rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGknH8VfUidoKpAgzKW2hmyoLnfs5R3r { width:0.6875rem;height:0.6875rem;top:61.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5CTP7cxLuKV5szJhVxxZmBAsDrfdCqe { width:0.6875rem;height:0.6875rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUBw97ICvDKBdPTGd1VVy02aIA60HOOq { width:0.6875rem;height:0.6875rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL5XvA93tEQxc7uxFQVkdy6RMhZPaXb0 { width:0.6875rem;height:0.6875rem;top:83.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEMn70fFLLhfkSEgq6h1HVs6MzBapnTV { width:0.125rem;height:41.4375rem;top:42.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLEf4Tzglw8Ib8BvUB0buOP4NzUdMpTZ { top:81.125rem;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) { #fV2CgbIDrbnODgoJPmwHLRr0sfg23qds { top:68.6875rem;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) { #aZ2TTbKKrdGTDVfMVxigtAmHKQyehS7L { top:59.8125rem;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) { #I1o6r9WB2fVycmeU9hpQ1eegQFDT6NSp { top:48.6875rem;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) { #w1xTKHFGypV7oNGT9TuEXy353wyCuVVb { top:42.4375rem;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) { #S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr { display:block; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izTuXiJJD8TeZkNI2UKDnw9SRIg66R3R { width:20rem;height:11.623036649215rem;top:9.9375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ddmTF5fDfp8hD288vt275c8UQEIOFuGZ { width:20rem;height:6.5rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzFhMwOV8MTIsTtZ8DWk5dng2KkBGoo { width:19.25rem;height:1.75rem;top:17.9375rem;left:0.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JKESn46CJfGLIcLI1dRKz9yFlRzgqf4W { width:20rem;height:13.333333333333rem;top:22rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Rclc9mDuNKef8R9wyeuw4AaJwTreSKHD { width:17.0625rem;height:1.875rem;top:32.1875rem;left:0.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QX7KcDihdpnXDospACG3kokaH5OgT6aD { width:20rem;height:12.021563342318rem;top:35.875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wyl8ldQh5xg76fs4H7FfQmdm9XWeNHDK { width:11.75rem;height:1.875rem;top:37.125rem;left:7.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EM73VNksVTSrs9WS0OSFFZUewyEPTpfD { width:20rem;height:5.9375rem;top:48.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #T908rPcORCv6CZkWvNkMVKrVl8tn6dKI { width:20rem;height:1.875rem;top:55.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHag2BUVsAlhTSKRmVyUg1kfkblgACgs { width:20rem;height:13.9375rem;top:68.3125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #SRokQbcipKDyHL69GgKFUx7ow2nw235a { width:19rem;height:1.875rem;top:69.5rem;left:0.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ACZSIcfFWh8E4cR7dMZdQ6b9tOtORTTi { width:16.125rem;height:2.8125rem;top:59.75rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k4fAvcTf19VxH2DFOu5ri4L7FgeHeVdG { width:20rem;height:9.0384615384615rem;top:58.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #KVQanH54dL2L3T83w6HcD8fyWTKRgkB1 { width:20rem;height:12.219178082192rem;top:82.875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #kwStdhUFboGlHJV4qShqd0lmGIHOZsga { width:19.0625rem;height:3.25rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkCfmzVxVqHgWDPfJxlIS9T2h45zXHNH { width:14.1875rem;height:2.8125rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGIKniZ5dgys58STgXQtOSn9N8BGbDUd { width:12.5rem;height:2.9375rem;top:36.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tonqOSXshTcRRuG6GpNZbQ25sKSTPxBW { width:20rem;height:2.9375rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqiwkrgPUzV66KHPaaK1mayT6WJw0tTm { width:14rem;height:3.375rem;top:59.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3l4ThLrPK3JsDTOgGAGaKehd2RwF0hA { width:19.125rem;height:2.9375rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwpuXSiMDgqVWzAQ6zdL3P8ilAHZLU6O { width:20rem;height:3.3125rem;top:91.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPFkrOavadyH0dMq3FcLoLrhlOVSRWJF { 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) { #a6zu8vwbKKxgMCPSwSTHd3rPedIqkD0z { width:20rem;height:10.373831775701rem;top:95.9375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #mcvLOD0vDhJ7G7nMfd5Xa2KcV16OUx08 { width:20rem;height:3.5625rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO75AqwEQv5tiF7P7E6qrO9Bmxm9Khq5 { 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) { #qXI9hBJC33qhidi7V6kTryFUkkiyDaxE { width:19.6875rem;height:2.8125rem;top:102.5rem;left:0.375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #WSxrRoTfTfgVf2dro5J8DUad9y84f6y0 { width:19.5625rem;height:2.8125rem;top:91.5625rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15021;color:#3baeed;display:block; }
 }@media only screen and (max-width: 763px) { #nCrBCIHoy4G67MppSDMbsC94RiyU9iqg { width:15.25rem;height:3.4375rem;top:108.935546875rem;left:2.375rem;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) { #bievRHI7GHuLBSbc6JMoNhMUlr9AII2u { display:block; }
 }@media only screen and (max-width: 763px) { #l63XPUwRqpSHxtUfLSA6QKRH5TGnknMP { display:none; }#l63XPUwRqpSHxtUfLSA6QKRH5TGnknMP > .row .container { width:20rem;height:192.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RfpBNM3PqKy3NeI2t6GSwxGXDmVDFGLa { width:20rem;height:4rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iwnfAFixkRAJBT99N9ILLPaeOQATCgyR { width:1.4375rem;height:1.875rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crpwwnrhwk4NUKTp4vcJe9fpTSVxNVNG { width:13.0625rem;height:1.375rem;top:21.875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdKiLk7yIZa7MTU1QUnTPcyg9WvmgRuD { width:16.25rem;height:1.3125rem;top:8.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Hi8Wuc9JhKFR8qIT32MTgsJJtpD93d { width:20rem;height:8.25rem;top:10.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2TMTH0XRIQT4407U6pfVtHzPRrSJqC { width:1.5625rem;height:2.0625rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0mgi4ePJhBCBCuonuMeiZV0Mx1TJoSd { width:15.75rem;height:2.75rem;top:24.1875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn3G52uI5elLfykdxOE7RCTVgxc6BIT0 { width:20rem;height:0.125rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvPlXChhWM2cNBgyqPTsJUkboOPu0nC7 { width:20rem;height:0.125rem;top:150.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKL2hitk2x3vE2MDqSAdRxM3ZIMMFQwN { width:16.5rem;height:1.375rem;top:151.8125rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFedco1mIVLpipg1Trc2kTIID2FqVzGJ { width:20rem;height:15.125rem;top:69.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVfTLeiziqUUDS8mzXBr9qxpTQXH9HgN { 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) { #xdmotoo1VPQF8bT2Nclefp6xzIovZ7bV { width:20rem;height:4rem;top:60.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #V26zMNXOPtq3poeGdTl6aAVxqBsDAcpo { width:1.4375rem;height:1.875rem;top:151.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6ROJvGlSBa007BHCHQpg5Bb30Kbgfkc { width:17.1875rem;height:1.3125rem;top:132.9375rem;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) { #BQR96i9EMtDeV6uQ9QQFlhnrKwznBngd { width:20rem;height:13rem;top:135.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#BQR96i9EMtDeV6uQ9QQFlhnrKwznBngd li:before{  }
 }@media only screen and (max-width: 763px) { #wuiwO7ibu771v399VHcLIQZdt8ZtnWvS { width:17.0625rem;height:4.125rem;top:153.1875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm1lWVax2obuJRHazdKncftqLVaTx44Q { width:1.5625rem;height:2.0625rem;top:158.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBT2ndqHIN99c5AEc3tBMbivoTf75PA { width:17.9375rem;height:4.125rem;top:158.1875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaMHpsVunbx0XmRg4oUGWMfJgigqLqiT { width:20rem;height:10.9375rem;top:86.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnaoTP7H25OiwyPP5CQ5d3VrAwwz6pl2 { width:20rem;height:10.875rem;top:97.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KheATmp5cgi33lSZgkCwGZvrmmxCD3nG { width:20rem;height:10.6875rem;top:108.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHH1WSyPTcyeP4NoaLFee9EUFRUaWpAg { width:20rem;height:10.8125rem;top:119.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T495ENifGHPG2rBb5MrwJb6Z8sWGE1si { width:20rem;height:10.1181640625rem;top:163.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvIpfq98mU6l348wsG4Kuk9ZEaQqyTEB { width:20rem;height:8.5029296875rem;top:174.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llb61GBGbQH5EyCBkr0t4P7J83u5WlxP { width:20rem;height:2.625rem;top:66.0625rem;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) { #iaTem2VW9MywE8PoNqkTR5RL7pUbakbE { width:20rem;height:22.1875rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvqTbc6V05JVXCPQmolsn4BRPUI1XELP { width:18.875rem;height:21.0625rem;top:7.5625rem;left:0.5625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #nZFrMsm8NodrK8eZL1JoozXGQfCwM2o5 { width:18.5rem;height:3.4375rem;top:28.6904296875rem;left:0.75rem;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) { #OIkTrWVssDcZanZETuVWVwo7Mu4tTTXE { display:block; }
 }@media only screen and (max-width: 763px) { #CJvptFnL0ralyG3uTxtigTVALB6T2htN { width:18.875rem;height:3.4375rem;top:185.3154296875rem;left:0.5625rem;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) { #GrKBz8DirofdO0pbXTonFRhpT1bkGWKh { display:block; }
 }@media only screen and (max-width: 763px) { #kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB { 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; }#kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB.adaptive-delivery-prevent-bg, #kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB.lazyload, #kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB.lazyloading { background-image: none; }#kcBsAKfZvT1NPRfEhtnD6aeMeGasrIaB > .row .container { width:20rem;height:95.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vy8phPSM3pq9VXeNhAAUVrgrLHOTtweo { width:20rem;height:3.25rem;top:4.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgGEqmA6p59p963E6ZNW5bAuWWlRUDHr { width:20rem;height:0.125rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gNs4Ff6oPNuulnoiaRobiCZ3qFaa5X { width:20rem;height:12.9375rem;top:9.125rem;left:0.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AxmbVy05Mr9Xf9t3T9uMZcg1HZtcAX3k { width:20rem;height:21.3125rem;top:24.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJcQoEgtCP4xyKokOuFAt6UkcmsTPsnD { width:16rem;height:2.1875rem;top:26.5625rem;left:2rem;font-size:2rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #TkdTG0qSkHmO75frtfmNCtr2cGqzuo0v { width:20rem;height:21.3125rem;top:46.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXWNv3xdhlcKKzITT6AvfhHdZ9EaLLl7 { width:16rem;height:2.1875rem;top:49.0625rem;left:2rem;font-size:2rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #DrT1JZ2DtyT6IK8cUtA0BKQyniGpoZFJ { width:20rem;height:21.375rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATtOsq4kNPL7nT3PzfrJJ2SClGfgl9re { width:18.0625rem;height:2.1875rem;top:71.375rem;left:1rem;font-size:2rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #P0oDrC0FKeEpgVvQlJVWR6J59GpavAGL { width:6.4375rem;height:3.125rem;top:31rem;left:6.8125rem;font-size:2.875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #uOgTNvXnNSAxkPt54GtgzDs05ftio6ps { width:10.5625rem;height:2.5rem;top:35.75rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zevLWIfBl4ko33ibyAepempTvq0TOySM { width:13.8125rem;height:3.5625rem;top:35.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyJul7OZUOXH5PrgHAkRaFelHziMSPlx { width:15.0625rem;height:0.125rem;top:29.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2XSfuBpTuOlZOBUApnuw6hwUTvU2RM4 { width:13.8125rem;height:3.5625rem;top:57.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPsDmCwIT0zvWOuxvPE4prFXDvrllMFk { width:10.5625rem;height:2.5rem;top:58.375rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hckxVTcLwMNULxxHyRZ2CHXGK10XPuE4 { width:9.4375rem;height:3.125rem;top:53.6875rem;left:5.3125rem;font-size:2.875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #hqL1POxSMeKMIVHU6gIZMWXyHIEHOnIM { width:15.0625rem;height:0.125rem;top:52.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAViS5s3w2SeIhA7zU5maCL2JBXrkvhv { width:13.8125rem;height:3.5625rem;top:80rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkh65hvoNKOzfAqJE7X1nxTPRie3iPfT { width:10.5625rem;height:2.5rem;top:80.5rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCStZtN1PSFe492k3uOz63lXD48BOeU6 { width:9.4375rem;height:3.125rem;top:75.875rem;left:5.3125rem;font-size:2.875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #lfiTx0PCEpQIis8S7KdqiWDhmATeeQyp { width:15.0625rem;height:0.125rem;top:74.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5oI1Tb9k4o4vcI6S4ukQn3wfDnZWTU3 { width:14rem;height:3.0625rem;top:39.4375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ6pOLxfPxLgiPqmO1XHPlc9ihkKpiT0 { display:block; }
 }@media only screen and (max-width: 763px) { #lHF96G1zCzXdqqo2sBvwIZTX4NJHcQTW { width:14rem;height:3.0625rem;top:62rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwsIMCUrmlZqADU52HT7BWc8TCI9XoWT { display:block; }
 }@media only screen and (max-width: 763px) { #AqgwcSwady4geXIy4Hl6i4U4VBhqiqJz { width:14rem;height:3.0625rem;top:84.1875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeUIBWO3aLcmukZLiS0wuATSGKaO3fwr { display:block; }
 }@media only screen and (max-width: 763px) { #pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 { display:block; }#pgiyH3NyFTety8DglqQbRTNNh8y6Z1s4 > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hq5q9r7CFtssTFhxOZxsc2X9X6QKMxfV { width:19.375rem;height:4.625rem;top:3.4375rem;left:0.3125rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nskAMMQ5qtbe7PI7ItIqqH3I3PZS6cKO { width:20rem;height:28.875rem;top:9.0476531982425rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0HPU5mM0GJaMJ6ZURirmnTGZ5mwVGi4 { width:4.625rem;height:1.6875rem;top:60.13671875rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #OkTAkrgOfnh2r6TE0PXLq8sbQcaViEHP { width:13.1875rem;height:13.1875rem;top:39.5859375rem;left:6.6123046875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HB8O0LriPacsVTstlQM2kU2cpmN4XJ4z { width:11.5rem;height:11.5rem;top:48.03515625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kc7XRC9dgoT9KTh1tTSWVpLCVr1Oh7Tc { width:10.375rem;height:3.75rem;top:63.3125rem;left:8.2998046875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #G8zMWGHrVbGIg8CMxvNuT6xUPbTsbkse { width:3.875rem;height:1.6875rem;top:46.359375rem;left:1.849609375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #Qysb72Jmm5kQmJu28ZpSmctwOTXbmEBG { width:11.0625rem;height:11.0625rem;top:51.640625rem;left:7.6748046875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 { display:block; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 { border-width: 0; border-radius: 0; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container { width:20rem;height:17.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUCEq3kd451df2ovRF3CR32n1MzsEgOx { display:flex;width:2.625rem;height:2.625rem;top:7.125rem;left:10.5rem;font-size:1.3125rem; }
#eUCEq3kd451df2ovRF3CR32n1MzsEgOx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 { display:flex;width:2.75rem;height:2.75rem;top:7.0625rem;left:13.5rem;font-size:1.3125rem; }
#rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #uCne6O1V20eZ5T5difaOR6U5RoiT9XkO { width:0.125rem;height:5.5rem;top:6.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEUGrgyweTomaoAuW2t9aHTmwsmX2swc { top:5.8125rem;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) { #l5Z2wZ7DdSH1xts7eflwndkH9udUe1QE { width:3.6875rem;height:3.6875rem;top:6.5625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx2HylQkBVFZcAK934iX7l21DxHzpK5e { display:flex;width:2.625rem;height:2.625rem;top:2.5625rem;left:13.5625rem; }
#Hx2HylQkBVFZcAK934iX7l21DxHzpK5e > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU { display:flex;width:2.625rem;height:2.625rem;top:2.5625rem;left:10.375rem; }
#mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #T4voNl4kAhIQz6EV5yGUvW0paKn4a4ei { width:5.5625rem;height:2.6875rem;top:2.5rem;left:3.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Av7L7ISc6lQWTrXmS46uITnPsXpWNvs5 { width:6.75rem;height:1.625rem;top:13.5625rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btyl8P7dno3qs2q03olmCrQ02My4dUMS { width:6.375rem;height:1.625rem;top:13.625rem;left:8rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qUJrU8ms1FP0y2nTbZJ0BexxGbU6Ifz4 { width:0.125rem;height:1.25rem;top:13.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBUficNtriECBaprBKDUZIfVmm2ElTFP { width:0.125rem;height:1.25rem;top:13.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8sqh1VDJ2qlTCulKKig2hSZcX7pt9aM { width:4.5625rem;height:0;top:13.625rem;left:14.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkd14oJHE8EMFenReV9OKSD13gxrErQb { width:18.9375rem;height:1rem;top:11.8125rem;left:0.5625rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }