.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;
}
@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { position:relative;z-index:auto;display:none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { border-width: 0; border-radius: 0; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ad75fUlFTfdhmli7ezqtdWhUiuiPWHTl { 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:3.6875rem;width:3.625rem;top:0.34375rem;left:2.72265625rem;overflow:hidden;display:block; }
#mPNTF1VHdNeq2l0h4G9X83QG28uFRLhl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Qm7S5tbUA85zXrcto2QW0SOt1CaMgExW { background-color:#ff008a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.9375rem;left:65.625000953675rem;display:block; }
#ZPuZbfVDa8FiUmahAhoD5NN1kPDPqqmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WmplytNH4TntS6e9IMAe6A2Tsta6rR83 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #274537;border-left:0.125rem solid #274537;border-right:0.125rem solid #274537;border-bottom:0.125rem solid #274537;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.78125rem;left:56.474999427796rem;display:block; }
#UeuNWQlCCzoeT2PFdSHEgLo0h8D0w5Tv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOAMrZFd2pCyyAovUK2EOIhy9s2EDQzQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.8125rem;left:22.849999427796rem;display:block; }
#OGEFmiD1n06uWss4qWD9ObpyVPADQ2IB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWEr7C9PbwXBXTQHKl8bKSwcXI4VcZDZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:33.662499427796rem;display:block; }
#UG8MJ2qrE5AaF85GsiSy6wku7AFbbxfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTsECWIAO2uHQPkA9epzOxDSKn0Q67OX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.8125rem;left:40.849999427796rem;display:block; }
#yNmeRrwudlAskoyfJe1rfm4thJXWGKLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wnPn3Q80KH4MM4V50aWJViROb8TTUFLK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.8125rem;left:49.474999427796rem;display:block; }
#CwTMknclbwtZWKVAli2ydKLitN6VxTz2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMggUlhe4klbCUwXRB6MP7SUDHCXp8nL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.8125rem;left:49.474999427796rem;display:none; }
#MNl4wDtB6D0vE4pl4TSXv2zuUlRx0mlF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJI8Ur57TZvCSxuFdNcycUcPPNJGRznf { position:relative;display:none; }#HJI8Ur57TZvCSxuFdNcycUcPPNJGRznf { border-width: 0; border-radius: 0; }#HJI8Ur57TZvCSxuFdNcycUcPPNJGRznf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HJI8Ur57TZvCSxuFdNcycUcPPNJGRznf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { background-color: transparent; background-image: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container > .video-iframe-container { display: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container { display: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .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); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { border-width: 0; border-radius: 0; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#KyJMCKOrXTTUIe3zLCntTmckxtVDFcJT { 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:3.6875rem;width:3.625rem;top:0.34375rem;left:2.72265625rem;overflow:hidden;display:block; }
#USUcQhwisqxZTRlwPgXS5pIZMQZpC0u9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI { background-color:#ff008a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.9375rem;left:65.625000953675rem;display:block; }
#n8uIfTQ5TuzQmO2reHy7QqnQFgKMDhQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eokS6FTFFqvJWcFxDq58xezGrHuc6rAs { background-color:#274537;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9875rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.9375rem;left:56.537499427796rem;display:block; }
#vdK0KXxpUdecoZxGsBx09dfzqhxJ2y1r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCKXFgqVd94963U7PanFFaHcIHxbe76z { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1873125rem;height:2.74946875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.81143474578856rem;left:15.473188400269rem;display:block; }
#ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.74946875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.81143474578856rem;left:26.848363876342rem;display:block; }
#Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.7494375rem;height:2.74946875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.81143474578856rem;left:34.748754501343rem;display:block; }
#ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.99964375rem;height:2.74946875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.81143474578856rem;left:43.088598251343rem;display:block; }
#O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#woDz9glXmvRNAoRPXgDFsWRT5p2VHaE5 { background-color:rgba(255,215,89,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.0617885589599rem;left:49.710577011108rem;display:block; }
#T1wlxFHCle5f7NeLiFyrv1x9Hiy43DZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;position:relative;display:block; }#yeS9ekJWsNMfCEHkg1eP00Vb5CgwR2pZ { 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:13.875rem;width:14.4375rem;top:5.125rem;left:30.3125rem;overflow:hidden;display:block; }
#COaRCbupz1gpcWin5UohPhqiw5PBVBuR { color:#ffffff;display:block;width:70.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.25rem;left:2.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aAC66ThXayXPEXcofNlc9e4PbPffAwsL { color:#ffffff;display:block;width:70.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.5625rem;left:2.0625rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b { background-color:#ff008a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.1875rem;left:39.125rem;display:block; }
#SZO2E5WT8VkVLTdfw5ZxP1VP6sgPCfOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXQd0pTybZRAJ4IAFqh3PGzSQDQCCGI5 { background-color:#274537;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.1875rem;left:21.875rem;display:block; }
#b2HDeqFalrUnq8XZwopdkGT48nAcMomR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 { border-top:0.125rem solid #c1a866;border-left:0;border-right:0;border-bottom:0.125rem solid #c1a866;background-color:#274537;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; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container { background-color: transparent; background-image: none; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container > .video-iframe-container { display: none; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row > .video-iframe-container { display: none; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .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); }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container { border-width: 0; border-radius: 0; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container { font-size:0.875rem;font-family:arial;height:17.3rem;width:75rem;position:relative;display:block; }#GRpSDO6PF6mxtDwbcODPHlx68sUOql8p { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:42.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xEbfwTVliqd5DrwElII16co4dBTLXw7w { color:#ffd759;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:57.4375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EZMvTMvQlTJTHT1T0disHP4pXgbuTX4s { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:25.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XsN374dP9LfzPKWHXnepTWHpDPDSCSWc { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.8125rem;left:39.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cygrEqrTA3BRUf1TJvyGAHui8tkgWdxT { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.8125rem;left:57.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k9NtserNFeGqDcctgzulTO8ESeQ4saXw { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.8125rem;left:22.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pa5k0FdKuyINbCPC8sga6WNGW2sOXu4y { color:#ffd759;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:4.6875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4qC7rl0msGBLkMygIOly84VXCDfbJb5 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.8125rem;left:5.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b574edad-484d-4e7d-9c6b-d86366a2addd/ToAkademiaAsysdent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:block; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9.adaptive-delivery-prevent-bg, #avXkchh1PmeIm5VHuhAto7zQu71VtPw9.lazyload, #avXkchh1PmeIm5VHuhAto7zQu71VtPw9.lazyloading { background-image: none; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row .container { background-color: transparent; background-image: none; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row .container > .video-iframe-container { display: none; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row > .video-iframe-container { display: none; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .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); }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row .container { border-width: 0; border-radius: 0; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;position:relative;display:block; }#oRhxAATKncWLPxTKHFLxpbQtDGnbOi6X { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.2976570129394rem;left:13.624218940735rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XOqdCL9lTsXkTCbTD7SodnUqf1gHNfyL { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.9375rem;left:9.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2M2T6evUR7Cb9fOJtJJd0D0UcTF9FkX { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.625rem;left:13.624218940735rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r9P74Dr4D2qxT3WR0OwlfreTy8TCBfM5 { 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:7.5625rem;width:6.25rem;top:41.0625rem;left:7.375rem;overflow:hidden;display:block; }
#p2ipRtEdLpwR2eKHovk4X4kmMpKE3yFN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:41.6875rem;left:24.8125rem;overflow:hidden;display:block; }
#c2m3WveALLL9UuVmGK3aJZdUMttBIA2m { 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:6.3125rem;width:6.25rem;top:41.6875rem;left:61rem;overflow:hidden;display:block; }
#lM5l2MKcHGhyidU27MCneEi2rOE8O7yp { 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:5.9375rem;width:6.25rem;top:41.875rem;left:42.6875rem;overflow:hidden;display:block; }
#KVu24ZeTZ9A1H0yPN35eLGm2bwXgO53F { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:50.375rem;left:4rem;height:5.8494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EOI01MW1a9lF70WFV2z1CMDaNJgwaoWe { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:50.375rem;left:20.3125rem;height:4.387075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F2d70QsVa5TftH6HM6xsKpJ8aeP29AUf { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:50.375rem;left:38.1875rem;height:5.84960625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xiJH4w2hQDZ1IslVagaNIm49pGJiBgfb { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:50.375rem;left:57.25rem;height:4.38706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iLJT3JA0TJRMqkIrI9e8rGObADUi7D2a { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.9375rem;left:31.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fz7cX4EACEMZ1lWEz8x2Ez05soVX1ucs { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:19.9375rem;left:53.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U8vKerRpTx66MO5hAQQSO31EDwlKg6H1 { position:absolute;display:block;z-index:15023;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:8.125rem;width:8.125rem;top:10.75rem;left:55.4375rem;overflow:hidden;display:block; }
#tzk0M5AczS3fOx1nGMRe22EdhRtigKzV { position:absolute;display:block;z-index:15024;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:8.5618125rem;width:8.5618125rem;top:10.530013084412rem;left:11.680751800537rem;overflow:hidden;display:block; }
#yhNukwPvJ6JfIRrAx0HnDkpaeEZiuWrg { position:absolute;display:block;z-index:15025;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:8.5625rem;width:8.5625rem;top:10.5625rem;left:33.25rem;overflow:hidden;display:block; }
#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn { border-top:0.125rem solid #c1a866;border-left:0;border-right:0;border-bottom:0.125rem solid #c1a866;background-color:#274537;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; }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn > .row .container { background-color: transparent; background-image: none; }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn > .row .container > .video-iframe-container { display: none; }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn > .row > .video-iframe-container { display: none; }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn > .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); }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn > .row .container { border-width: 0; border-radius: 0; }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#wx0iSaDHiqodggPSeg7yyG7HOgFbHzZb { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3117203712463rem;left:9.061718940735rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vVQxoVywwZJw2gLHLFGRc9ohBQZ1qeV8 { 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:6.25rem;width:6.25rem;top:12.125rem;left:11.875rem;overflow:hidden;display:block; }
#NQO8uPtudN20KUIkogCnKsEZabyoPwJs { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.374290466309rem;left:21.874998092651rem;height:7.716625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UAiktRgTDhtl5C4CRotTHiVMRPmnQUIB { 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:5.875rem;width:5.875rem;top:23.1875rem;left:12.0625rem;overflow:hidden;display:block; }
#Sne4DumOyN45XypMnfXsO5bxm2MvKQcT { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.1875rem;left:21.875rem;height:6.1733rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#274537;background-image:url("https://images.assets-landingi.com/uc/b574edad-484d-4e7d-9c6b-d86366a2addd/ToAkademiaAsysdent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:block; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07.adaptive-delivery-prevent-bg, #X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07.lazyload, #X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07.lazyloading { background-image: none; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row .container { background-color: transparent; background-image: none; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row .container > .video-iframe-container { display: none; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row > .video-iframe-container { display: none; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .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); }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row .container { border-width: 0; border-radius: 0; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row .container { font-size:0.875rem;font-family:arial;height:84.9375rem;width:75rem;position:relative;display:block; }#H7XVsGMHmO4VdPsQwrUiccfHcxzvsffi { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1726570129394rem;left:10.342968940735rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UdZy5TCgbVG8Ld2q7pBcQObBsHccxwLD { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14976;background-color:#ffffff;background-image:none;top:20.125rem;left:0.625rem;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#VQpwB6QHmJF70v1IOhFydTXn0oNTKqo5 { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14978;background-color:#ffffff;background-image:none;top:20.124999761581rem;left:19.311718940735rem;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Qr6tkNQaTHRlEPhBf9OK2fOeZNPrrTeR { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14974;background-color:#ffffff;background-image:none;top:20.124999761581rem;left:38.125000953674rem;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#dW9VZ9Rq467fAOdID3Q9MQzz3DDtfoLD { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14972;background-color:#ffffff;background-image:none;top:20.124999761581rem;left:56.875000953674rem;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#xJaeAFV5if4OxT6v7aRsZwXIa1DF0NCK { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.718749761581rem;left:5.671875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D0Zev5VZSZZVRsqLgeWBnlaPHWT1iTFg { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:21.71875rem;left:24.624218940735rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NudrtcPIlp4BrCJv5Q0ueJGpqD3mWXML { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.718749761581rem;left:43.625000953674rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XezdS2N6kJdcoTWM58hkPBT1UlKumLrW { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.71875rem;left:62.112504005432rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vkg2fvDCN8R6FS2kBB8gZAKeTlONxmuv { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25rem;left:2rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XTL5yGbNKnnsX0dtw70i0NwAWN2LNDal { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25rem;left:20.686718940735rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tLZ0OvJpTQPWl9cqLhRoVNXyOJfIULmI { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25rem;left:39.500000953674rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ho48rQZD1VTwUwVv1m2Z1CibaHzXROn4 { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:25rem;left:58.250000953674rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MgcmQlNdp7gwvL0U0On9foVTmkcQrqQi { position:absolute;display:block;z-index:15001;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.125rem;width:3.125rem;top:21.374999761581rem;left:2rem;overflow:hidden;display:block; }
#G3EBVTXCpwdBlNQASA5HkXVTIMKvaNS2 { position:absolute;display:block;z-index:14997;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.125rem;width:3.125rem;top:21.374999761581rem;left:20.686718940735rem;overflow:hidden;display:block; }
#la8WZ8RqIAcHDtHf7FLdgutlPspzDlgi { position:absolute;display:block;z-index:14993;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.125rem;width:3.125rem;top:21.374999761581rem;left:39.500000953674rem;overflow:hidden;display:block; }
#ZZxnvALtv4guADa6w87hiFJv4fsKEAZ8 { position:absolute;display:block;z-index:14989;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.125rem;width:3.125rem;top:21.374999761581rem;left:58.250000953674rem;overflow:hidden;display:block; }
#t42I3dZKF1bba1dNgxk7SBugIWBr4Oln { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14968;background-color:#ffffff;background-image:none;top:45.125rem;left:38.125rem;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#kJwKyA7SK0ZR82y267BlMgf9JhKwqmmI { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:50rem;left:39.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OXmOApOOtxm7IbbN6142dDLZJ18HDwyW { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:46.6875rem;left:43.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LtS9iNabtrTvQGP29bpcZxrA2QRpnxAh { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14969;background-color:#ffffff;background-image:none;top:45.125rem;left:19.3125rem;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#bJOAex9Bul6cSL8BFqtuQfWW5A5dCycT { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:46.6875rem;left:24.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VG9G5emJi9iIy7dOWyyorG3ChfRLFm3D { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:50rem;left:20.6875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sr5kpULfapHmd6Mr6S5E6RWCTULTWTkf { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14971;background-color:#ffffff;background-image:none;top:45.125rem;left:0.625rem;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#PfRblKT3ShTt1IKUqWM6fqXGu4PwWmqK { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:46.6875rem;left:5.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IZhvERKFtOvoovQrS7A3koqKACDpiFze { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:50rem;left:2rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uTrRnt5F74IbgUlF732R8iy4S2nwlDFW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:46.375rem;left:2rem;overflow:hidden;display:block; }
#cVPO0GRcKa9Ct2qxqvDFUOqOr7f0wc76 { position:absolute;display:block;z-index:14985;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.125rem;width:3.125rem;top:46.34375rem;left:20.686718940735rem;overflow:hidden;display:block; }
#gDpyTKBTlSTEqEHV2PwfNkesb6KSCEai { position:absolute;display:block;z-index:14981;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.125rem;width:3.125rem;top:46.34375rem;left:39.500000953674rem;overflow:hidden;display:block; }
#HcOVuaoKWwMbyhJa1xTgS6dLzgVxlJAb { position:absolute;display:block;z-index:14977;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:17.5rem;top:10.625000953674rem;left:0.625rem;overflow:hidden;display:block; }
#AeEfVTeq7ZTVw0ip2sJ9CwWMfqZD4za9 { position:absolute;display:block;z-index:15046;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:17.5rem;top:10.624999761581rem;left:19.311718940735rem;overflow:hidden;display:block; }
#kxLTAl2dHbtFTlMP0SNNcqFAXlzXVROt { position:absolute;display:block;z-index:14975;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:17.5rem;top:10.624999761581rem;left:38.125000953674rem;overflow:hidden;display:block; }
#cDfTuKU3oukd2hKBKLbTo5taD0rt5gfl { position:absolute;display:block;z-index:14973;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:17.5rem;top:10.624999761581rem;left:56.875000953674rem;overflow:hidden;display:block; }
#uTmSTLESeJTMKH6EXnh34EwBNovsF73X { position:absolute;display:block;z-index:14978;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:17.5rem;top:35.625000953674rem;left:0.625rem;overflow:hidden;display:block; }
#Ven2XJdc8v0ZVMo9fQovK23lvp7kNrnb { position:absolute;display:block;z-index:14970;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:17.5rem;top:35.625rem;left:19.311718940735rem;overflow:hidden;display:block; }
#Nc0w6Mc2igOodXIOFHgdsIPo7cX0zkJM { position:absolute;display:block;z-index:15047;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:17.5rem;top:35.625000953674rem;left:38.125000953674rem;overflow:hidden;display:block; }
#TIFdI0foTPe4ePIibNPGwrs7PQ3Sb0dZ { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14969;background-color:#ffffff;background-image:none;top:45.125001907349rem;left:56.875000953674rem;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#aV9q2gZEODSp7Ng7hWEEhdCkqkDI0MwT { position:absolute;display:block;z-index:15048;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:17.5rem;top:35.625000953674rem;left:56.875000953674rem;overflow:hidden;display:block; }
#ROad9bMQGxrJmSpT1ZcF993bLNtf4ip1 { position:absolute;display:block;z-index:14982;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.125rem;width:3.125rem;top:46.343751907349rem;left:58.250000953674rem;overflow:hidden;display:block; }
#onbILcmcpKynvcArNALFaQaVTMs7Q7lf { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:46.687501907349rem;left:62.112504005432rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aBayMfdtJ2zJ5LbeJGniGD48Iv7wRAQR { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:50.000001907349rem;left:58.349999427796rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bpoUy3mrdGr7mkMRWbTm5BOBQR9OFkHL { box-sizing:content-box;height:12.5rem;width:17.5rem;position:absolute;display:block;z-index:14974;background-color:#ffffff;background-image:none;top:70.125rem;left:28.75rem;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#gsByV6impPkL12wuxlDwVnIhiNGunKh5 { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:75rem;left:30.25rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mvnU006NNCGhUOyQU1p7pfuUamZC8F33 { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:71.6875rem;left:34rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xI8gzbVl9vK5ndvb5RD6DneukrGHLS5W { position:absolute;display:block;z-index:15053;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:17.5rem;top:60.625rem;left:28.75rem;overflow:hidden;display:block; }
#TRxqmRNsmtgWiS5UpwrpRfCcF9c5RHkA { position:absolute;display:block;z-index:14987;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.125rem;width:3.125rem;top:71.375rem;left:30.125rem;overflow:hidden;display:block; }
#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b574edad-484d-4e7d-9c6b-d86366a2addd/ToAkademiaAsysdent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:block; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD.adaptive-delivery-prevent-bg, #a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD.lazyload, #a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD.lazyloading { background-image: none; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row .container { background-color: transparent; background-image: none; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row .container > .video-iframe-container { display: none; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row > .video-iframe-container { display: none; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .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); }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row .container { border-width: 0; border-radius: 0; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#o6mOqAmXiKn6a7EwN7lK4UicD1vVsAM1 { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.2976570129394rem;left:13.624218940735rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQRgsQAgIXf76PP7fFKAoHvHBUb93zl0 { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.375rem;left:8.5054693222044rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sztr3SwzbWXaW1UBit7BtTqfUOse2GvO { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.59375rem;left:8.5054693222044rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JgtdMeCwtMXUrmbrKbtn5XKqCyz4cbId { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:22.375rem;left:53.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#msX0nCWLW9gwuRCWBxeHy3Z4kgiMx9lx { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.375rem;left:23.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r48xxdP4u8Ugggt0TRcIAgmsn76zzKIt { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:41.375rem;left:8.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HQcZhz70TO0cZ249x62inrcSz4tMh828 { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.625rem;left:53.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MWDWCFS2hxGRy0y7PeqFeETmOF81SiXA { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.625rem;left:23.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ukH8VQEW1DWUEy8eeE8Hg88Vh8DACvkE { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:42.625rem;left:8.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PQl4gPbqrniCcGcyynlLHo6FqGsaNBtu { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.625rem;left:38.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#copnBVoObTGUv7th3G64GXEDobvGDBng { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.375rem;left:38.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTQGgWTun4rKSSgCD0F3rGWi821nh4iz { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:42.875rem;left:23.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bwkDpC7ou7SRIZGrp6wEpXZ8Wl0MoxmX { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:41.625rem;left:23.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xexaO3pDegSu2lkCTHC0T6LQHSwJTipK { position:absolute;display:block;z-index:15004;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;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;height:11.25rem;width:11.25rem;top:9.6250004768369rem;left:9.374218940735rem;overflow:hidden;display:block; }
#D9mHFWfyamy7JeTBvM3uMGJoqyRNFbMT { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;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;height:11.25rem;width:11.25rem;top:9.6250004768369rem;left:24.312500953674rem;overflow:hidden;display:block; }
#U1mvvb1zEQQKpyKxN29aamvMiDFk0FRs { position:absolute;display:block;z-index:15002;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;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;height:11.25rem;width:11.25rem;top:9.6250002384187rem;left:39.437500953674rem;overflow:hidden;display:block; }
#dolWXMxP8Or1hF7TZ0C57DhgCgEdxsbG { position:absolute;display:block;z-index:14998;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;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;height:11.25rem;width:11.25rem;top:9.6250002384187rem;left:54.375000953674rem;overflow:hidden;display:block; }
#TQMrlM3CrDyq2VaNt5Xn1sNDzNEwLOuv { position:absolute;display:block;z-index:14997;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;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;height:11.25rem;width:11.25rem;top:28.812500953674rem;left:9.374218940735rem;overflow:hidden;display:block; }
#vRG79wFTxC89T66rJVkcPFiEAZttm3gI { position:absolute;display:block;z-index:14996;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;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;height:11.25rem;width:11.25rem;top:28.812500953674rem;left:24.312500953674rem;overflow:hidden;display:block; }
#UiZ19pPk7EkxmPQwnMQUUpsfXxZSgsJQ { position:absolute;display:block;z-index:14997;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;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;height:11.25rem;width:11.25rem;top:28.812500953674rem;left:39.431248664856rem;overflow:hidden;display:block; }
#PlgFnINqdk9mIfzs6pwoUQGgfWxWSf6n { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:41.375000953674rem;left:38.562500953674rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d8THsME18rdK6uQs710Iwqm6oPWSuiy0 { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:42.593750953674rem;left:38.562500953674rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fgOXFUFVrJTNswORhkU5GB5g86FCP0wr { position:absolute;display:block;z-index:14998;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;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;height:11.25rem;width:11.25rem;top:28.842329502106rem;left:54.295454502106rem;overflow:hidden;display:block; }
#dxkM5SMPAk86wgfHX816Dfr7XXtNXaTK { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:41.43039894104rem;left:53.750002384186rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f57Tv8uL0dtrw73CUucTIoNgKC2dIANx { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:42.64914894104rem;left:53.750002384186rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U { border-top:0.125rem solid #c1a866;border-left:0;border-right:0;border-bottom:0.125rem solid #c1a866;background-color:#274537;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; }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U > .row .container { background-color: transparent; background-image: none; }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U > .row .container > .video-iframe-container { display: none; }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U > .row > .video-iframe-container { display: none; }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U > .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); }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U > .row .container { border-width: 0; border-radius: 0; }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#B233rhyMSfFiFRTNMZVoOZHM2hnaTyIP { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1726565361023rem;left:13.624218940735rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gyGbZhtIl5UO39zAXtVRiZccFT6kpccG { box-sizing:content-box;height:26.375rem;width:21.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:10.625rem;left:26.750000953674rem;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;display:block; }
#IXey37cmAWzVJuA9G4GyA0NRTozvmDg3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.8125rem;left:35.937500953674rem; }
#ak5uAJLIT9AgeRcoeSQ2EzGw1ckTaggu { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.596876144409rem;left:28.812500953674rem;height:11.04548125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iTeFTpTtWcVU0W1KgAqkv8CkDnmRdgfA { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.9375rem;left:32.937500953674rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBJp3HKzFCa7r7AoAy61xrnmbKVThIwI { box-sizing:content-box;height:26.375rem;width:21.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:10.625rem;left:0rem;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;display:block; }
#rCFxkWUa6uw7fVTKAyKoww1zO5uUTv0J { box-sizing:content-box;height:26.375rem;width:21.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:10.625rem;left:53.500000953674rem;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;display:block; }
#aRPUdQrfUPiSPqnzVMEZF0stIdOFwntN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.8125rem;left:9.186718940735rem; }
#Oik1eqzHVvpVnO7BOXUTWaCNX25JlUX1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.8125rem;left:62.687500953675rem; }
#LMvNfL9H2i81TdvpKqMRMms2AQpNDHnk { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.596876144409rem;left:2.0625rem;height:13.8068125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BDgeDPorFXdGNa6vqwgxCzADJtbORfKS { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.596876144409rem;left:55.562500953674rem;height:13.8068125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#luoRuWnSAUNWI3o04AB1DwdLKLQPpQ6k { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.9375rem;left:6.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sKT6ckXCURBTqp5D6gqr6x3OT9BFoI7T { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.9375rem;left:59.687500953674rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcCA8tJclGni1NzduUP151RVcvJzuMbZ { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #c1a866;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row .container { background-color: transparent; background-image: none; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row .container > .video-iframe-container { display: none; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row > .video-iframe-container { display: none; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .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); }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row .container { border-width: 0; border-radius: 0; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#fXoNzGs0bE1MmG8GmUsW3ca4a0QxRIXF { display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.3125rem;left:21.125rem;height:6.44925rem;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;color:#f7d494;text-align:center;text-align-last:center;display:block; }
#gnlCqxhqPC4s4qScV8Bvdzp26VC4XaMr { display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:11.75rem;left:21.6875rem;height:1.6621125rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#kcu8Ns50kkFqktNUzhDgCrfbHS2EVnZ9 { background-color:#274537;background-image:none;border-top:0.125rem solid #f7d494;border-left:0.125rem solid #f7d494;border-right:0.125rem solid #f7d494;border-bottom:0.125rem solid #f7d494;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f7d494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:15.3125rem;left:27.75rem;display:block; }
#vPUn5TdxoJfNfUKqFtl3JBsgXkVVcZsH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#274537;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; }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row .container { background-color: transparent; background-image: none; }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row .container > .video-iframe-container { display: none; }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row > .video-iframe-container { display: none; }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .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); }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row .container { border-width: 0; border-radius: 0; }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;position:relative;display:block; }#nE3G1v2aMfaGHDTITM7LldwKL28GaA2H { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6085910797119rem;left:13.624218940735rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ececec;background-image:none;vertical-align:top; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.1875rem;font-family:"open sans";color:#7c0244;height:auto; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"open sans";line-height:1.5;overflow:hidden;height:auto;color:#000000; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_cc26292b8dccf6d108026beb87dc3af01c3cbd53.svg");background-size:contain !important; }#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-trigger.adaptive-delivery-prevent-bg, #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-trigger.lazyload, #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-trigger.lazyloading { background-image: none; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t { box-sizing:content-box;height:auto;width:50.4993125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.3350620269775rem;left:10.998756408691rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #oNWoPxRfueeXJE2RfZmGXE1IVipEmXyp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #iWqf2W0nZu93NpfP4viWUIu94tSOU6Lk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #rp3PFuVKzdf8UptG3APaZnv2k40rGyVf { display:block;position:relative; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #QC0APWucifXXJg6vLLtu7InSiHNdl2vq {  }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #CGygnii7U4Hl9CV9MwAXTrpINutSVacn {  }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #uEffsHwuVrtut83s62mM8gWvCTTeedBE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #n2ThLEzwm3ppL6vREFu11nvsZbrZizWQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #JGnHdV2F46biIMqW6yZgskDBlWELZVWT { display:block;position:relative; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #Tl6uETkB46ndt8070PDBK1ipUTV29Rda {  }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #u1fPH8QpLAQSqQhx6nWF2HcdDUrfHOnT { display:none; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #Uslt26uSMGZRZX10VSViBnXgB8L04xBh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #hPNtBMubbz9hbkXtTSnUNFaXkp2u8zFO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #TqbtGQ9uAFmcELVIwIB3CzRLimpNqAc2 { display:block;position:relative; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #xgdGqzxE68qVuXiEbJuTIZVR02oDeazm {  }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #vMcLBir7wNPxuNISg0duLk7yKpB5r8tM { display:none; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #IPRslEAkTE3ygOUGlIDqbSirhWBP8ATH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #aeFA17uhvZcFxzU4cKgaPC1t4x9JyveZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #zzxwpOCsJ8WggVxG2pWZ9a5B58SWT8KC { display:block;position:relative; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #PlGpuoTg08sIqoSGnPtuWwfoygU5rUzm {  }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #BSgUO6JITutwdOeTMqD0fgb90mx6s5bU { display:none; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #iPC8fifroExVZUtS8UMMni9pfd1RzoXy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #zZ1fkUEuuOhxOTUB8dIi4rgBQHZr1JCP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #vDzOzybNMgWiVBK9SMk7BEGwMZ2HfpMS { display:block;position:relative; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #B8NTp0UfN9pSsWuptIi9pd7xqBrdnf6D {  }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #l8ZhAx8LrzKh6Jgt4eMnnAeT19W0h8nS { display:none; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #RRFfQUM0qlFmx07PJw21fE2Quwx20FOO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #OGrZcZvTMNdkt2NvC4ckWXpTltuX6vA7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #VgE9Km2T7GA5S9lwqvNIfL3TV9VPnZZU { display:block;position:relative; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #T9ZTfdeEIUW29kaPEsQ3fhlCAA1y5vRL {  }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #wGskZUb8gIqc1ucI7OC1PzoH5bHG809C { display:none; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #LDCqy4tK4Abh9SFDLrNLqVgzIVUJMgPp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #TJaqdhVVbFAF21k0wkk54wITUhP0ITHF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #l9asGNOQRuw0OkbBdD36bT0f6QHztc1n { display:block;position:relative; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #mzamV0NipQtFaIrrvc1MivO40hxcHxhs {  }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #UE7uCKTwO6LR2QWqmXo0b1yQ40Mbs6e9 { display:none; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #qAcOypQBV5bIGAkOD9CzeQ5X6lUpz7ao { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #CW3l9qNAiz0TSvO1dPMApEUBwIXRolA8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #PDZbeL4SXM7KQLiFr8fQdQGWUeDy54bX { display:block;position:relative; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #ciqDz8SpTZhrHv7OCLSNl7LZHL5iWcaw {  }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #mk6GqtvhZl78sTNcG3JiCgq9yKRRpOHJ { display:none; }
#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b574edad-484d-4e7d-9c6b-d86366a2addd/ToAkademiaAsysdent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd.adaptive-delivery-prevent-bg, #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd.lazyload, #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd.lazyloading { background-image: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { background-color: transparent; background-image: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container > .video-iframe-container { display: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container { display: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .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); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { border-width: 0; border-radius: 0; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#WQhEqLpfL6u754hU1uGOKQqa7yTQ4c1E { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6889371871948rem;left:13.750000476837rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOHVXAs10t1TiMEUPI9glBn2MWfhMllB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:21.438921451569rem;left:15.000000476837rem;overflow:hidden;display:block; }
#W60rzzk31gTeM93ubWCVb0hJafVrnGnK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:8.9389204978944rem;left:40.000002384186rem;overflow:hidden;display:block; }
#p7kb1TyqZpdLAPTp1uJsHa3r3HJvU9P5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:8.9389204978944rem;left:15.000000476837rem;overflow:hidden;display:block; }
#HawtO5bVdghaqcT6T8f0Idbq63otc6sx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:8.9389204978944rem;left:27.500002384186rem;overflow:hidden;display:block; }
#fJ1bTZRaztnZzzU0aaGOcX7kC0584xSq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:21.438921451569rem;left:27.500002384186rem;overflow:hidden;display:block; }
#mBI6MeGuXaF4F468HXhDbAd44fdB9NCt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:8.9389204978944rem;left:52.500002384186rem;overflow:hidden;display:block; }
#pEUT0uxkN4dXGqpU9UJl29lg0bmkTXHI { color:#c1a866;display:block;width:22.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.25rem;left:3.1250004768372rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fb7gFBo9ZmVvXxCCXanzIJWQQu7dKq8q { color:#c1a866;display:block;width:28.6875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:42.375rem;left:3.1250004768372rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c8qOatuPpzW6L8hzIw9lQH2h7vallTr2 { 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.75rem;width:12.5rem;top:34.703125rem;left:27.812502384186rem;overflow:hidden;display:block; }
#KJZCImug0omN3qLC0eIwaq4TDTeQd9it { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:21.438921451569rem;left:40.000002384186rem;overflow:hidden;display:block; }
#tEl3isfGraUvHEsiCrnlxrS2L9unkTTK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:15.4375rem;top:42.609375rem;left:33.724432468414rem;overflow:hidden;display:block; }
#sBcXpyT2ihU13nHfrZVusNgrXZy50c8W { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:21.438921451569rem;left:52.500002384186rem;overflow:hidden;display:block; }
#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { border-top:0.125rem solid #c1a866;border-left:0;border-right:0;border-bottom:0.125rem solid #c1a866;background-color:#274537;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; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { background-color: transparent; background-image: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container > .video-iframe-container { display: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container { display: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .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); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { border-width: 0; border-radius: 0; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#GBIHVGomg3pEFaGKo7yye2T6WAw4GF76 { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3124995231628rem;left:13.624218940735rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNAZTlSHK9ZBMHv30kfseJuaQ1F2UUDC { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.4375rem;left:22.375rem; }
#amHy0Hho06CrmkRMGaveHyvA1H7fcaiP { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.4375rem;left:47.625rem; }
#A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.875rem;left:40.4375rem;height:5.849425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:14.875rem;left:15.1875rem;height:7.31178125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#970051;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; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { background-color: transparent; background-image: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container > .video-iframe-container { display: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container { display: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .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); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { border-width: 0; border-radius: 0; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#culm2pD528sNIrPwJTe41cwipeR7o60B { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:5.6179695129394rem;left:13.249218940735rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qu64DOkglRv3zf4Bu30TRaSCQECqazE2 { position:absolute;display:block;z-index:15015;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:7.4375rem;width:7.75rem;top:4.09375rem;left:3.796875rem;overflow:hidden;display:block; }
#WlJZr64cXmg7LmmN45ucrcRSHqxbTCGE { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.04296875rem;left:43.186718940735rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mI5W7MaDWrIm0WzWXkpH1bUogG6g3KgO { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.04296875rem;left:59.936722755432rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ul0waAafge2ni0KEuC4FcgUL1fl5uIhZ { box-sizing:content-box;height:11.125rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:#274537;background-image:none;top:2.25rem;left:37.406250953674rem;display:block; }
#zhW27VJ0mx2v57tBFTGUTT6bMCcvFpnp { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:#274537;background-image:none;top:5.79296875rem;left:43.186718940735rem;display:block; }
#hmbZ2RZ2Cfsm2bCboM9fZlsUbt1pgKNa { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:6.56875038147rem;left:43.186718940735rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CliDpO7CNSHJXUlTD3J309BlDGv1A1sV { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:6.56875038147rem;left:51.061718940735rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Owg4ndWdQRwEvTrbF2lxEBCdMETRTQk6 { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15018;background-color:#274537;background-image:none;top:5.85546875rem;left:59.936722755432rem;display:block; }
#anGPxDtKTs2Pa1FFF5IU7UA8T2BEeOx1 { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:6.56875038147rem;left:59.936722755432rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7c0244;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; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { background-color: transparent; background-image: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container > .video-iframe-container { display: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container { display: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .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); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { border-width: 0; border-radius: 0; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:1.125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:7.875rem;top:0.5rem;left:7.125rem;overflow:hidden;display:block; }
#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 { position:relative;display:none; }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 { border-width: 0; border-radius: 0; }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vpNaUDDP5bqUDloN3CPcykL4O8fmHq4T { background-color:#ff008a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.1875rem;left:39.125rem;display:none; }
#yum2iAFMMIPMNliw1Gp11oOl6J9A4Fag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { display:none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ad75fUlFTfdhmli7ezqtdWhUiuiPWHTl { width:3.625rem;height:3.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPNTF1VHdNeq2l0h4G9X83QG28uFRLhl { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qm7S5tbUA85zXrcto2QW0SOt1CaMgExW { width:9.375rem;height:2.5rem;top:0.9375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPuZbfVDa8FiUmahAhoD5NN1kPDPqqmQ { display:block; }
 }@media only screen and (max-width: 763px) { #WmplytNH4TntS6e9IMAe6A2Tsta6rR83 { width:8.0625rem;height:2.8125rem;top:0.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeuNWQlCCzoeT2PFdSHEgLo0h8D0w5Tv { display:block; }
 }@media only screen and (max-width: 763px) { #sOAMrZFd2pCyyAovUK2EOIhy9s2EDQzQ { width:10.1875rem;height:2.75rem;top:0.8125rem;left:9.2249994277956rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGEFmiD1n06uWss4qWD9ObpyVPADQ2IB { display:block; }
 }@media only screen and (max-width: 763px) { #sWEr7C9PbwXBXTQHKl8bKSwcXI4VcZDZ { width:6.5625rem;height:2.75rem;top:0.8125rem;left:20.037499427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG8MJ2qrE5AaF85GsiSy6wku7AFbbxfI { display:block; }
 }@media only screen and (max-width: 763px) { #PTsECWIAO2uHQPkA9epzOxDSKn0Q67OX { width:7.75rem;height:2.75rem;top:0.8125rem;left:27.224999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNmeRrwudlAskoyfJe1rfm4thJXWGKLT { display:block; }
 }@media only screen and (max-width: 763px) { #wnPn3Q80KH4MM4V50aWJViROb8TTUFLK { width:6rem;height:2.75rem;top:0.8125rem;left:35.849999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTMknclbwtZWKVAli2ydKLitN6VxTz2 { display:block; }
 }@media only screen and (max-width: 763px) { #wMggUlhe4klbCUwXRB6MP7SUDHCXp8nL { width:6rem;height:2.75rem;top:0.8125rem;left:35.849999427796rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNl4wDtB6D0vE4pl4TSXv2zuUlRx0mlF { display:block; }
 }@media only screen and (max-width: 763px) { #HJI8Ur57TZvCSxuFdNcycUcPPNJGRznf { display:none; }#HJI8Ur57TZvCSxuFdNcycUcPPNJGRznf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { display:block; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyJMCKOrXTTUIe3zLCntTmckxtVDFcJT { width:3.625rem;height:3.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USUcQhwisqxZTRlwPgXS5pIZMQZpC0u9 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI { width:9.375rem;height:2.5rem;top:0.9375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8uIfTQ5TuzQmO2reHy7QqnQFgKMDhQl { display:block; }
 }@media only screen and (max-width: 763px) { #eokS6FTFFqvJWcFxDq58xezGrHuc6rAs { width:7.9375rem;height:2.5rem;top:0.9375rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdK0KXxpUdecoZxGsBx09dfzqhxJ2y1r { display:block; }
 }@media only screen and (max-width: 763px) { #yCKXFgqVd94963U7PanFFaHcIHxbe76z { width:10.125rem;height:2.6875rem;top:0.75rem;left:1.8481884002686rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block; }
 }@media only screen and (max-width: 763px) { #LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { width:6.5625rem;height:2.6875rem;top:0.75rem;left:13.223363876342rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block; }
 }@media only screen and (max-width: 763px) { #AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { width:7.6875rem;height:2.6875rem;top:0.75rem;left:21.123754501342rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block; }
 }@media only screen and (max-width: 763px) { #kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { width:5.9375rem;height:2.6875rem;top:0.75rem;left:29.463598251342rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block; }
 }@media only screen and (max-width: 763px) { #woDz9glXmvRNAoRPXgDFsWRT5p2VHaE5 { width:5.5rem;height:2.25rem;top:1rem;left:36.085577011108rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wlxFHCle5f7NeLiFyrv1x9Hiy43DZw { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeS9ekJWsNMfCEHkg1eP00Vb5CgwR2pZ { width:14.4375rem;height:13.875rem;top:5.125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COaRCbupz1gpcWin5UohPhqiw5PBVBuR { width:47.75rem;height:3.625rem;top:20.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAC66ThXayXPEXcofNlc9e4PbPffAwsL { width:47.75rem;height:2.1875rem;top:24.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b { width:14rem;height:3.75rem;top:30.1875rem;left:25.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZO2E5WT8VkVLTdfw5ZxP1VP6sgPCfOU { display:block; }
 }@media only screen and (max-width: 763px) { #uXQd0pTybZRAJ4IAFqh3PGzSQDQCCGI5 { width:14rem;height:3.75rem;top:30.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2HDeqFalrUnq8XZwopdkGT48nAcMomR { display:block; }
 }@media only screen and (max-width: 763px) { #XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 { display:block; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRpSDO6PF6mxtDwbcODPHlx68sUOql8p { width:6.6875rem;height:4.875rem;top:4.8125rem;left:28.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEbfwTVliqd5DrwElII16co4dBTLXw7w { width:12.8125rem;height:4.8125rem;top:4.75rem;left:34.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZMvTMvQlTJTHT1T0disHP4pXgbuTX4s { width:6.875rem;height:4.8125rem;top:4.75rem;left:11.999998092651rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsN374dP9LfzPKWHXnepTWHpDPDSCSWc { width:12.375rem;height:1.625rem;top:10.8125rem;left:26rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cygrEqrTA3BRUf1TJvyGAHui8tkgWdxT { width:12.375rem;height:1.625rem;top:10.8125rem;left:35.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9NtserNFeGqDcctgzulTO8ESeQ4saXw { width:12.375rem;height:1.625rem;top:10.8125rem;left:9.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa5k0FdKuyINbCPC8sga6WNGW2sOXu4y { width:13.75rem;height:4.8125rem;top:4.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4qC7rl0msGBLkMygIOly84VXCDfbJb5 { width:12.375rem;height:1.625rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avXkchh1PmeIm5VHuhAto7zQu71VtPw9 { display:block; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRhxAATKncWLPxTKHFLxpbQtDGnbOi6X { width:47.75rem;height:3.625rem;top:3.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOqdCL9lTsXkTCbTD7SodnUqf1gHNfyL { width:11.875rem;height:2rem;top:19.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2M2T6evUR7Cb9fOJtJJd0D0UcTF9FkX { width:47.75rem;height:7.3125rem;top:28.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9P74Dr4D2qxT3WR0OwlfreTy8TCBfM5 { width:6.25rem;height:7.5625rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ipRtEdLpwR2eKHovk4X4kmMpKE3yFN { width:6.25rem;height:6.25rem;top:41.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2m3WveALLL9UuVmGK3aJZdUMttBIA2m { width:6.25rem;height:6.3125rem;top:41.6875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM5l2MKcHGhyidU27MCneEi2rOE8O7yp { width:6.25rem;height:5.9375rem;top:41.875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVu24ZeTZ9A1H0yPN35eLGm2bwXgO53F { width:13.1875rem;height:5.8125rem;top:50.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOI01MW1a9lF70WFV2z1CMDaNJgwaoWe { width:15.3125rem;height:4.375rem;top:50.375rem;left:6.6875004768369rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2d70QsVa5TftH6HM6xsKpJ8aeP29AUf { width:15.3125rem;height:5.8125rem;top:50.375rem;left:24.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiJH4w2hQDZ1IslVagaNIm49pGJiBgfb { width:13.75rem;height:4.375rem;top:50.375rem;left:34rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLJT3JA0TJRMqkIrI9e8rGObADUi7D2a { width:11.875rem;height:2rem;top:19.875rem;left:17.937498092651rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz7cX4EACEMZ1lWEz8x2Ez05soVX1ucs { width:11.875rem;height:2rem;top:19.875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8vKerRpTx66MO5hAQQSO31EDwlKg6H1 { width:8.125rem;height:8.125rem;top:10.75rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzk0M5AczS3fOx1nGMRe22EdhRtigKzV { width:8.5rem;height:8.5rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhNukwPvJ6JfIRrAx0HnDkpaeEZiuWrg { width:8.5625rem;height:8.5625rem;top:10.5625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn { display:block; }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx0iSaDHiqodggPSeg7yyG7HOgFbHzZb { width:47.75rem;height:3.625rem;top:3.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVQxoVywwZJw2gLHLFGRc9ohBQZ1qeV8 { width:6.25rem;height:6.25rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQO8uPtudN20KUIkogCnKsEZabyoPwJs { width:42.1875rem;height:7.6875rem;top:11.3125rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAiktRgTDhtl5C4CRotTHiVMRPmnQUIB { width:5.875rem;height:5.875rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sne4DumOyN45XypMnfXsO5bxm2MvKQcT { width:40.1875rem;height:6.125rem;top:23.125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 { display:block; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7XVsGMHmO4VdPsQwrUiccfHcxzvsffi { width:47.75rem;height:3.625rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdZy5TCgbVG8Ld2q7pBcQObBsHccxwLD { width:17.5rem;height:12.5rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQpwB6QHmJF70v1IOhFydTXn0oNTKqo5 { width:17.5rem;height:12.5rem;top:20.0625rem;left:5.6867189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr6tkNQaTHRlEPhBf9OK2fOeZNPrrTeR { width:17.5rem;height:12.5rem;top:20.0625rem;left:24.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW9VZ9Rq467fAOdID3Q9MQzz3DDtfoLD { width:17.5rem;height:12.5rem;top:20.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJaeAFV5if4OxT6v7aRsZwXIa1DF0NCK { width:10.625rem;height:2.4375rem;top:21.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Zev5VZSZZVRsqLgeWBnlaPHWT1iTFg { width:11.375rem;height:2.4375rem;top:21.6875rem;left:10.999218940735rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NudrtcPIlp4BrCJv5Q0ueJGpqD3mWXML { width:9.3125rem;height:2.4375rem;top:21.6875rem;left:30.000000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XezdS2N6kJdcoTWM58hkPBT1UlKumLrW { width:9.75rem;height:2.4375rem;top:21.6875rem;left:38rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkg2fvDCN8R6FS2kBB8gZAKeTlONxmuv { width:14.75rem;height:3.25rem;top:24.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTL5yGbNKnnsX0dtw70i0NwAWN2LNDal { width:14.75rem;height:3.25rem;top:24.9375rem;left:7.061718940735rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLZ0OvJpTQPWl9cqLhRoVNXyOJfIULmI { width:14.75rem;height:3.25rem;top:24.9375rem;left:25.875000953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho48rQZD1VTwUwVv1m2Z1CibaHzXROn4 { width:14.75rem;height:6.5rem;top:24.9375rem;left:33rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgcmQlNdp7gwvL0U0On9foVTmkcQrqQi { width:3.125rem;height:3.125rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3EBVTXCpwdBlNQASA5HkXVTIMKvaNS2 { width:3.125rem;height:3.125rem;top:21.3125rem;left:7.061718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #la8WZ8RqIAcHDtHf7FLdgutlPspzDlgi { width:3.125rem;height:3.125rem;top:21.3125rem;left:25.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZxnvALtv4guADa6w87hiFJv4fsKEAZ8 { width:3.125rem;height:3.125rem;top:21.3125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t42I3dZKF1bba1dNgxk7SBugIWBr4Oln { width:17.5rem;height:12.5rem;top:45.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJwKyA7SK0ZR82y267BlMgf9JhKwqmmI { width:14.75rem;height:3.25rem;top:50rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXmOApOOtxm7IbbN6142dDLZJ18HDwyW { width:11rem;height:2.4375rem;top:46.6875rem;left:30rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtS9iNabtrTvQGP29bpcZxrA2QRpnxAh { width:17.5rem;height:12.5rem;top:45.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJOAex9Bul6cSL8BFqtuQfWW5A5dCycT { width:10.375rem;height:2.4375rem;top:46.6875rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG9G5emJi9iIy7dOWyyorG3ChfRLFm3D { width:14.75rem;height:4.875rem;top:50rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr5kpULfapHmd6Mr6S5E6RWCTULTWTkf { width:17.5rem;height:12.5rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfRblKT3ShTt1IKUqWM6fqXGu4PwWmqK { width:11.75rem;height:2.4375rem;top:46.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZhvERKFtOvoovQrS7A3koqKACDpiFze { width:13.5625rem;height:4.875rem;top:50rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrRnt5F74IbgUlF732R8iy4S2nwlDFW { width:3.125rem;height:3.125rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVPO0GRcKa9Ct2qxqvDFUOqOr7f0wc76 { width:3.125rem;height:3.125rem;top:46.3125rem;left:7.061718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDpyTKBTlSTEqEHV2PwfNkesb6KSCEai { width:3.125rem;height:3.125rem;top:46.3125rem;left:25.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOVuaoKWwMbyhJa1xTgS6dLzgVxlJAb { width:17.5rem;height:9.8125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeEfVTeq7ZTVw0ip2sJ9CwWMfqZD4za9 { width:17.5rem;height:9.8125rem;top:10.5625rem;left:5.6867189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxLTAl2dHbtFTlMP0SNNcqFAXlzXVROt { width:17.5rem;height:9.8125rem;top:10.5625rem;left:24.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDfTuKU3oukd2hKBKLbTo5taD0rt5gfl { width:17.5rem;height:9.8125rem;top:10.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTmSTLESeJTMKH6EXnh34EwBNovsF73X { width:17.5rem;height:9.8125rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ven2XJdc8v0ZVMo9fQovK23lvp7kNrnb { width:17.5rem;height:9.8125rem;top:35.625rem;left:5.6867189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc0w6Mc2igOodXIOFHgdsIPo7cX0zkJM { width:17.5rem;height:9.8125rem;top:35.625rem;left:24.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFdI0foTPe4ePIibNPGwrs7PQ3Sb0dZ { width:17.5rem;height:12.5rem;top:45.125rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV9q2gZEODSp7Ng7hWEEhdCkqkDI0MwT { width:17.5rem;height:9.8125rem;top:35.625rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROad9bMQGxrJmSpT1ZcF993bLNtf4ip1 { width:3.125rem;height:3.125rem;top:46.3125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onbILcmcpKynvcArNALFaQaVTMs7Q7lf { width:11rem;height:2.4375rem;top:46.6875rem;left:36.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBayMfdtJ2zJ5LbeJGniGD48Iv7wRAQR { width:14.75rem;height:4.875rem;top:50rem;left:33rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpoUy3mrdGr7mkMRWbTm5BOBQR9OFkHL { width:17.5rem;height:12.5rem;top:70.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsByV6impPkL12wuxlDwVnIhiNGunKh5 { width:14.75rem;height:6.5rem;top:75rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvnU006NNCGhUOyQU1p7pfuUamZC8F33 { width:11rem;height:2.4375rem;top:71.6875rem;left:20.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI8gzbVl9vK5ndvb5RD6DneukrGHLS5W { width:17.5rem;height:9.8125rem;top:60.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRxqmRNsmtgWiS5UpwrpRfCcF9c5RHkA { width:3.125rem;height:3.125rem;top:71.375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD { display:block; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6mOqAmXiKn6a7EwN7lK4UicD1vVsAM1 { width:47.75rem;height:3.625rem;top:3.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQRgsQAgIXf76PP7fFKAoHvHBUb93zl0 { width:13.1875rem;height:1.1875rem;top:22.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sztr3SwzbWXaW1UBit7BtTqfUOse2GvO { width:13.1875rem;height:1.625rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgtdMeCwtMXUrmbrKbtn5XKqCyz4cbId { width:13.1875rem;height:1.1875rem;top:22.375rem;left:34.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msX0nCWLW9gwuRCWBxeHy3Z4kgiMx9lx { width:13.1875rem;height:1.1875rem;top:22.375rem;left:9.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r48xxdP4u8Ugggt0TRcIAgmsn76zzKIt { width:13.1875rem;height:1.1875rem;top:41.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQcZhz70TO0cZ249x62inrcSz4tMh828 { width:13.1875rem;height:1.625rem;top:23.625rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDWCFS2hxGRy0y7PeqFeETmOF81SiXA { width:13.1875rem;height:1.625rem;top:23.625rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukH8VQEW1DWUEy8eeE8Hg88Vh8DACvkE { width:13.1875rem;height:1.625rem;top:42.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQl4gPbqrniCcGcyynlLHo6FqGsaNBtu { width:13.1875rem;height:1.625rem;top:23.625rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #copnBVoObTGUv7th3G64GXEDobvGDBng { width:13.1875rem;height:1.1875rem;top:22.375rem;left:24.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTQGgWTun4rKSSgCD0F3rGWi821nh4iz { width:13.1875rem;height:3.25rem;top:42.875rem;left:9.8125009536744rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwkDpC7ou7SRIZGrp6wEpXZ8Wl0MoxmX { width:13.1875rem;height:1.1875rem;top:41.625rem;left:9.8125009536744rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xexaO3pDegSu2lkCTHC0T6LQHSwJTipK { width:11.25rem;height:11.25rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9mHFWfyamy7JeTBvM3uMGJoqyRNFbMT { width:11.25rem;height:11.25rem;top:9.625rem;left:10.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1mvvb1zEQQKpyKxN29aamvMiDFk0FRs { width:11.25rem;height:11.25rem;top:9.625rem;left:25.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dolWXMxP8Or1hF7TZ0C57DhgCgEdxsbG { width:11.25rem;height:11.25rem;top:9.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQMrlM3CrDyq2VaNt5Xn1sNDzNEwLOuv { width:11.25rem;height:11.25rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRG79wFTxC89T66rJVkcPFiEAZttm3gI { width:11.25rem;height:11.25rem;top:28.8125rem;left:10.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiZ19pPk7EkxmPQwnMQUUpsfXxZSgsJQ { width:11.25rem;height:11.25rem;top:28.8125rem;left:25.806248664856rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlgFnINqdk9mIfzs6pwoUQGgfWxWSf6n { width:13.1875rem;height:1.1875rem;top:41.375rem;left:24.937500953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8THsME18rdK6uQs710Iwqm6oPWSuiy0 { width:13.1875rem;height:3.25rem;top:42.5625rem;left:24.937500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgOXFUFVrJTNswORhkU5GB5g86FCP0wr { width:11.25rem;height:11.25rem;top:28.8125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxkM5SMPAk86wgfHX816Dfr7XXtNXaTK { width:13.1875rem;height:1.1875rem;top:41.375rem;left:34.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f57Tv8uL0dtrw73CUucTIoNgKC2dIANx { width:13.1875rem;height:3.25rem;top:42.625rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U { display:block; }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B233rhyMSfFiFRTNMZVoOZHM2hnaTyIP { width:47.75rem;height:3.625rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyGbZhtIl5UO39zAXtVRiZccFT6kpccG { width:21.5rem;height:26.375rem;top:10.625rem;left:13.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXey37cmAWzVJuA9G4GyA0NRTozvmDg3 { width:3.125rem;height:3.125rem;top:12.8125rem;left:22.312500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak5uAJLIT9AgeRcoeSQ2EzGw1ckTaggu { width:17.375rem;height:12.375rem;top:17.5625rem;left:15.187500953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTeFTpTtWcVU0W1KgAqkv8CkDnmRdgfA { width:9.125rem;height:1.625rem;top:32.9375rem;left:19.312500953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBJp3HKzFCa7r7AoAy61xrnmbKVThIwI { width:21.5rem;height:26.375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCFxkWUa6uw7fVTKAyKoww1zO5uUTv0J { width:21.5rem;height:26.375rem;top:10.625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRPUdQrfUPiSPqnzVMEZF0stIdOFwntN { width:3.125rem;height:3.125rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oik1eqzHVvpVnO7BOXUTWaCNX25JlUX1 { width:3.125rem;height:3.125rem;top:12.8125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMvNfL9H2i81TdvpKqMRMms2AQpNDHnk { width:17.3125rem;height:13.8125rem;top:17.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDgeDPorFXdGNa6vqwgxCzADJtbORfKS { width:17.375rem;height:13.8125rem;top:17.5625rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luoRuWnSAUNWI3o04AB1DwdLKLQPpQ6k { width:9.125rem;height:1.625rem;top:32.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKT6ckXCURBTqp5D6gqr6x3OT9BFoI7T { width:9.125rem;height:1.625rem;top:32.9375rem;left:38.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcCA8tJclGni1NzduUP151RVcvJzuMbZ { display:block; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXoNzGs0bE1MmG8GmUsW3ca4a0QxRIXF { width:46.75rem;height:6.1875rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnlCqxhqPC4s4qScV8Bvdzp26VC4XaMr { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcu8Ns50kkFqktNUzhDgCrfbHS2EVnZ9 { width:19.4375rem;height:3.625rem;top:15.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPUn5TdxoJfNfUKqFtl3JBsgXkVVcZsH { display:block; }
 }@media only screen and (max-width: 763px) { #yJViMJfTCVBdSvw09SEpD6M2vpEe53fX { display:block; }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nE3G1v2aMfaGHDTITM7LldwKL28GaA2H { width:47.75rem;height:3.625rem;top:3.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t { display:flex;height:auto;width:39.375rem;top:10.5625rem;left:2.9367189407349rem; }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #oNWoPxRfueeXJE2RfZmGXE1IVipEmXyp {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #iWqf2W0nZu93NpfP4viWUIu94tSOU6Lk {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #rp3PFuVKzdf8UptG3APaZnv2k40rGyVf {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #QC0APWucifXXJg6vLLtu7InSiHNdl2vq {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #CGygnii7U4Hl9CV9MwAXTrpINutSVacn {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #uEffsHwuVrtut83s62mM8gWvCTTeedBE {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #n2ThLEzwm3ppL6vREFu11nvsZbrZizWQ {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #JGnHdV2F46biIMqW6yZgskDBlWELZVWT {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #Tl6uETkB46ndt8070PDBK1ipUTV29Rda {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #u1fPH8QpLAQSqQhx6nWF2HcdDUrfHOnT {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #Uslt26uSMGZRZX10VSViBnXgB8L04xBh {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #hPNtBMubbz9hbkXtTSnUNFaXkp2u8zFO {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #TqbtGQ9uAFmcELVIwIB3CzRLimpNqAc2 {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #xgdGqzxE68qVuXiEbJuTIZVR02oDeazm {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #vMcLBir7wNPxuNISg0duLk7yKpB5r8tM {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #IPRslEAkTE3ygOUGlIDqbSirhWBP8ATH {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #aeFA17uhvZcFxzU4cKgaPC1t4x9JyveZ {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #zzxwpOCsJ8WggVxG2pWZ9a5B58SWT8KC {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #PlGpuoTg08sIqoSGnPtuWwfoygU5rUzm {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #BSgUO6JITutwdOeTMqD0fgb90mx6s5bU {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #iPC8fifroExVZUtS8UMMni9pfd1RzoXy {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #zZ1fkUEuuOhxOTUB8dIi4rgBQHZr1JCP {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #vDzOzybNMgWiVBK9SMk7BEGwMZ2HfpMS {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #B8NTp0UfN9pSsWuptIi9pd7xqBrdnf6D {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #l8ZhAx8LrzKh6Jgt4eMnnAeT19W0h8nS {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #RRFfQUM0qlFmx07PJw21fE2Quwx20FOO {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #OGrZcZvTMNdkt2NvC4ckWXpTltuX6vA7 {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #VgE9Km2T7GA5S9lwqvNIfL3TV9VPnZZU {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #T9ZTfdeEIUW29kaPEsQ3fhlCAA1y5vRL {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #wGskZUb8gIqc1ucI7OC1PzoH5bHG809C {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #LDCqy4tK4Abh9SFDLrNLqVgzIVUJMgPp {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #TJaqdhVVbFAF21k0wkk54wITUhP0ITHF {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #l9asGNOQRuw0OkbBdD36bT0f6QHztc1n {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #mzamV0NipQtFaIrrvc1MivO40hxcHxhs {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #UE7uCKTwO6LR2QWqmXo0b1yQ40Mbs6e9 {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #qAcOypQBV5bIGAkOD9CzeQ5X6lUpz7ao {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #CW3l9qNAiz0TSvO1dPMApEUBwIXRolA8 {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #PDZbeL4SXM7KQLiFr8fQdQGWUeDy54bX {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #ciqDz8SpTZhrHv7OCLSNl7LZHL5iWcaw {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #mk6GqtvhZl78sTNcG3JiCgq9yKRRpOHJ {  }
 }@media only screen and (max-width: 763px) { #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQhEqLpfL6u754hU1uGOKQqa7yTQ4c1E { width:47.75rem;height:3.625rem;top:2.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHVXAs10t1TiMEUPI9glBn2MWfhMllB { width:8.75rem;height:8.75rem;top:21.4375rem;left:1.3750004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #W60rzzk31gTeM93ubWCVb0hJafVrnGnK { width:8.75rem;height:8.75rem;top:8.9375rem;left:26.375002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7kb1TyqZpdLAPTp1uJsHa3r3HJvU9P5 { width:8.75rem;height:8.75rem;top:8.9375rem;left:1.3750004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #HawtO5bVdghaqcT6T8f0Idbq63otc6sx { width:8.75rem;height:8.75rem;top:8.9375rem;left:13.875002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ1bTZRaztnZzzU0aaGOcX7kC0584xSq { width:8.75rem;height:8.75rem;top:21.4375rem;left:13.875002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBI6MeGuXaF4F468HXhDbAd44fdB9NCt { width:8.75rem;height:8.75rem;top:8.9375rem;left:38.875002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEUT0uxkN4dXGqpU9UJl29lg0bmkTXHI { width:22.75rem;height:3.6875rem;top:35.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb7gFBo9ZmVvXxCCXanzIJWQQu7dKq8q { width:28.6875rem;height:3.6875rem;top:42.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8qOatuPpzW6L8hzIw9lQH2h7vallTr2 { width:12.5rem;height:4.75rem;top:34.6875rem;left:14.187502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJZCImug0omN3qLC0eIwaq4TDTeQd9it { width:8.75rem;height:8.75rem;top:21.4375rem;left:26.375002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEl3isfGraUvHEsiCrnlxrS2L9unkTTK { width:15.4375rem;height:3.1875rem;top:42.5625rem;left:20.099432468414rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBcXpyT2ihU13nHfrZVusNgrXZy50c8W { width:8.75rem;height:8.75rem;top:21.4375rem;left:38.875002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBIHVGomg3pEFaGKo7yye2T6WAw4GF76 { width:47.75rem;height:3.625rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNAZTlSHK9ZBMHv30kfseJuaQ1F2UUDC { width:5rem;height:5rem;top:8.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #amHy0Hho06CrmkRMGaveHyvA1H7fcaiP { width:5rem;height:5rem;top:8.4375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { width:19.375rem;height:7.25rem;top:14.875rem;left:26.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { width:19.375rem;height:7.25rem;top:14.8125rem;left:1.5623207092285rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #culm2pD528sNIrPwJTe41cwipeR7o60B { width:17.875rem;height:4.375rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu64DOkglRv3zf4Bu30TRaSCQECqazE2 { width:7.75rem;height:7.4375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlJZr64cXmg7LmmN45ucrcRSHqxbTCGE { width:6.75rem;height:1.625rem;top:4rem;left:29.561718940735rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI5W7MaDWrIm0WzWXkpH1bUogG6g3KgO { width:11.3125rem;height:1.625rem;top:4rem;left:36.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul0waAafge2ni0KEuC4FcgUL1fl5uIhZ { width:0.0625rem;height:11.125rem;top:2.25rem;left:23.781250953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhW27VJ0mx2v57tBFTGUTT6bMCcvFpnp { width:14.375rem;height:0.0625rem;top:5.75rem;left:29.561718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmbZ2RZ2Cfsm2bCboM9fZlsUbt1pgKNa { width:7.125rem;height:4.5rem;top:6.5625rem;left:29.561718940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CliDpO7CNSHJXUlTD3J309BlDGv1A1sV { width:7.125rem;height:4.5rem;top:6.5625rem;left:37.436718940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owg4ndWdQRwEvTrbF2lxEBCdMETRTQk6 { width:14.375rem;height:0.0625rem;top:5.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anGPxDtKTs2Pa1FFF5IU7UA8T2BEeOx1 { width:9.9375rem;height:6rem;top:6.5625rem;left:37.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { width:7.125rem;height:1.5rem;top:1.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { width:7.875rem;height:2.75rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 { display:none; }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vpNaUDDP5bqUDloN3CPcykL4O8fmHq4T { width:14rem;height:3.75rem;top:30.1875rem;left:25.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yum2iAFMMIPMNliw1Gp11oOl6J9A4Fag { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b574edad-484d-4e7d-9c6b-d86366a2addd/ToAkademiaAsysdent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { background-color:#274537;background-image:none;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;position:relative;z-index:auto;display:block; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { background-color: transparent; background-image: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container > .video-iframe-container { display: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container { display: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .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); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { border-width: 0; border-radius: 0; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ad75fUlFTfdhmli7ezqtdWhUiuiPWHTl { width:2.5rem;height:2.5625rem;top:1.0625rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPNTF1VHdNeq2l0h4G9X83QG28uFRLhl { display:flex;top:1.25rem;left:16.437501132488rem;width:2.1875rem;height:2.1875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #Qm7S5tbUA85zXrcto2QW0SOt1CaMgExW { width:9.375rem;height:2.5rem;top:21.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPuZbfVDa8FiUmahAhoD5NN1kPDPqqmQ { display:block; }
 }@media only screen and (max-width: 763px) { #WmplytNH4TntS6e9IMAe6A2Tsta6rR83 { width:9.375rem;height:2.5rem;top:18.0625rem;left:5.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#802a48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UeuNWQlCCzoeT2PFdSHEgLo0h8D0w5Tv { display:block; }
 }@media only screen and (max-width: 763px) { #sOAMrZFd2pCyyAovUK2EOIhy9s2EDQzQ { width:10.1875rem;height:2.1875rem;top:4.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGEFmiD1n06uWss4qWD9ObpyVPADQ2IB { display:block; }
 }@media only screen and (max-width: 763px) { #sWEr7C9PbwXBXTQHKl8bKSwcXI4VcZDZ { width:6.5625rem;height:2.1875rem;top:7.125rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG8MJ2qrE5AaF85GsiSy6wku7AFbbxfI { display:block; }
 }@media only screen and (max-width: 763px) { #PTsECWIAO2uHQPkA9epzOxDSKn0Q67OX { width:7.75rem;height:2.1875rem;top:9.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNmeRrwudlAskoyfJe1rfm4thJXWGKLT { display:block; }
 }@media only screen and (max-width: 763px) { #wnPn3Q80KH4MM4V50aWJViROb8TTUFLK { width:6rem;height:2.1875rem;top:14.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTMknclbwtZWKVAli2ydKLitN6VxTz2 { display:block; }
 }@media only screen and (max-width: 763px) { #wMggUlhe4klbCUwXRB6MP7SUDHCXp8nL { width:6rem;height:2.1875rem;top:12.125rem;left:7rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #MNl4wDtB6D0vE4pl4TSXv2zuUlRx0mlF { display:block; }
 }@media only screen and (max-width: 763px) { #HJI8Ur57TZvCSxuFdNcycUcPPNJGRznf { background-color:#274537;background-image:none;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;display:none; }#HJI8Ur57TZvCSxuFdNcycUcPPNJGRznf > .row .container { border-width: 0; border-radius: 0; }#HJI8Ur57TZvCSxuFdNcycUcPPNJGRznf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJI8Ur57TZvCSxuFdNcycUcPPNJGRznf > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { display:none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { border-width: 0; border-radius: 0; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { width:20rem;height:27.1875rem;background-color:#802a48;background-image:none;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;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KyJMCKOrXTTUIe3zLCntTmckxtVDFcJT { width:2.5rem;height:2.5625rem;top:1.0625rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #USUcQhwisqxZTRlwPgXS5pIZMQZpC0u9 { display:flex;top:1.25rem;left:16.437501132488rem;width:2.1875rem;height:2.1875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI { width:9.375rem;height:2.5rem;top:19.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8uIfTQ5TuzQmO2reHy7QqnQFgKMDhQl { display:block; }
 }@media only screen and (max-width: 763px) { #eokS6FTFFqvJWcFxDq58xezGrHuc6rAs { width:8.0625rem;height:2.8125rem;top:15.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdK0KXxpUdecoZxGsBx09dfzqhxJ2y1r { display:block; }
 }@media only screen and (max-width: 763px) { #yCKXFgqVd94963U7PanFFaHcIHxbe76z { width:10.1875rem;height:2.75rem;top:4.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block; }
 }@media only screen and (max-width: 763px) { #LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { width:6.5625rem;height:2.75rem;top:7.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block; }
 }@media only screen and (max-width: 763px) { #AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { width:7.75rem;height:2.75rem;top:10.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block; }
 }@media only screen and (max-width: 763px) { #kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { width:6rem;height:2.75rem;top:12.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block; }
 }@media only screen and (max-width: 763px) { #woDz9glXmvRNAoRPXgDFsWRT5p2VHaE5 { width:5.5rem;height:2.75rem;top:23.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wlxFHCle5f7NeLiFyrv1x9Hiy43DZw { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b574edad-484d-4e7d-9c6b-d86366a2addd/ToAkademiaAsysdent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeS9ekJWsNMfCEHkg1eP00Vb5CgwR2pZ { width:11.0625rem;height:10.625rem;top:2.3125rem;left:4.4687501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #COaRCbupz1gpcWin5UohPhqiw5PBVBuR { width:20rem;height:4.55rem;top:14.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAC66ThXayXPEXcofNlc9e4PbPffAwsL { width:20rem;height:5.361325rem;top:20.050001144409rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b { width:14rem;height:3.75rem;top:33.625rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZO2E5WT8VkVLTdfw5ZxP1VP6sgPCfOU { display:block; }
 }@media only screen and (max-width: 763px) { #uXQd0pTybZRAJ4IAFqh3PGzSQDQCCGI5 { width:14rem;height:3.75rem;top:28.5625rem;left:2.9999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2HDeqFalrUnq8XZwopdkGT48nAcMomR { display:block; }
 }@media only screen and (max-width: 763px) { #XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { display:flex;top:1rem;left:16.375001132488rem;width:2.1875rem;height:2.1875rem;z-index:15019;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 { display:block; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRpSDO6PF6mxtDwbcODPHlx68sUOql8p { width:5.625rem;height:3.25rem;top:16rem;left:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEbfwTVliqd5DrwElII16co4dBTLXw7w { width:6.875rem;height:3.25rem;top:22.8125rem;left:6.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZMvTMvQlTJTHT1T0disHP4pXgbuTX4s { width:4.5625rem;height:3.25rem;top:9.25rem;left:7.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsN374dP9LfzPKWHXnepTWHpDPDSCSWc { width:12.375rem;height:1.4625rem;top:19.1875rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cygrEqrTA3BRUf1TJvyGAHui8tkgWdxT { width:12.375rem;height:1.4625rem;top:26.0625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9NtserNFeGqDcctgzulTO8ESeQ4saXw { width:12.375rem;height:1.4625rem;top:12.5rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa5k0FdKuyINbCPC8sga6WNGW2sOXu4y { width:12.1875rem;height:3.25rem;top:2.4375rem;left:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4qC7rl0msGBLkMygIOly84VXCDfbJb5 { width:12.375rem;height:1.4625rem;top:5.6875rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avXkchh1PmeIm5VHuhAto7zQu71VtPw9 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b574edad-484d-4e7d-9c6b-d86366a2addd/ToAkademiaAsysdent.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9.adaptive-delivery-prevent-bg, #avXkchh1PmeIm5VHuhAto7zQu71VtPw9.lazyload, #avXkchh1PmeIm5VHuhAto7zQu71VtPw9.lazyloading { background-image: none; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row .container { background-color: transparent; background-image: none; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row .container > .video-iframe-container { display: none; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row > .video-iframe-container { display: none; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .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); }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row .container { border-width: 0; border-radius: 0; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avXkchh1PmeIm5VHuhAto7zQu71VtPw9 > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRhxAATKncWLPxTKHFLxpbQtDGnbOi6X { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOqdCL9lTsXkTCbTD7SodnUqf1gHNfyL { width:7.25rem;height:1.3808625rem;top:12.3125rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2M2T6evUR7Cb9fOJtJJd0D0UcTF9FkX { width:20rem;height:4.0625rem;top:34.606251239777rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9P74Dr4D2qxT3WR0OwlfreTy8TCBfM5 { width:3.75rem;height:4.5rem;top:41.125rem;left:8.1250001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ipRtEdLpwR2eKHovk4X4kmMpKE3yFN { width:3.75rem;height:3.75rem;top:54.36874961853rem;left:8.1250001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2m3WveALLL9UuVmGK3aJZdUMttBIA2m { width:3.75rem;height:3.75rem;top:77.681249618531rem;left:8.1250001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM5l2MKcHGhyidU27MCneEi2rOE8O7yp { width:3.75rem;height:3.5625rem;top:65.431250572206rem;left:7.8625003695487rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVu24ZeTZ9A1H0yPN35eLGm2bwXgO53F { width:13.375rem;height:3.65625rem;top:47.5rem;left:3.3125001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOI01MW1a9lF70WFV2z1CMDaNJgwaoWe { width:15.3125rem;height:2.4375rem;top:59.71875rem;left:2.3437499403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2d70QsVa5TftH6HM6xsKpJ8aeP29AUf { width:15.875rem;height:3.65625rem;top:71.293750762938rem;left:2.0624999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiJH4w2hQDZ1IslVagaNIm49pGJiBgfb { width:15.3125rem;height:3.65625rem;top:82.831251144406rem;left:2.3749999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLJT3JA0TJRMqkIrI9e8rGObADUi7D2a { width:6.9375rem;height:1.3808625rem;top:20.812320709229rem;left:6.5624998807906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz7cX4EACEMZ1lWEz8x2Ez05soVX1ucs { width:6.9375rem;height:1.3808625rem;top:29.687498092651rem;left:6.5624998807906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8vKerRpTx66MO5hAQQSO31EDwlKg6H1 { width:4.375rem;height:4.375rem;top:24.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzk0M5AczS3fOx1nGMRe22EdhRtigKzV { width:4.6875rem;height:4.6875rem;top:6.9375rem;left:7.6562501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhNukwPvJ6JfIRrAx0HnDkpaeEZiuWrg { width:4.6875rem;height:4.6875rem;top:15.625rem;left:7.7187494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn { display:block; }#tQkO48Asp6mGmdRTJ7T7W8wVm6RdDAdn > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx0iSaDHiqodggPSeg7yyG7HOgFbHzZb { width:20rem;height:4.0625rem;top:1.9367189407349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVQxoVywwZJw2gLHLFGRc9ohBQZ1qeV8 { width:5rem;height:5rem;top:8.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQO8uPtudN20KUIkogCnKsEZabyoPwJs { width:18.25rem;height:14.296875rem;top:15.3125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAiktRgTDhtl5C4CRotTHiVMRPmnQUIB { width:5rem;height:5rem;top:30.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sne4DumOyN45XypMnfXsO5bxm2MvKQcT { width:15.8125rem;height:10.397725rem;top:38.625rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 { background-color:#274537;background-image:url("https://images.assets-landingi.com/uc/b574edad-484d-4e7d-9c6b-d86366a2addd/ToAkademiaAsysdent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07.adaptive-delivery-prevent-bg, #X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07.lazyload, #X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07.lazyloading { background-image: none; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row .container { background-color: transparent; background-image: none; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row .container > .video-iframe-container { display: none; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row > .video-iframe-container { display: none; }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .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); }#X4VafRlJoOGTiVnShKuTz4Vgq5rTeM07 > .row .container { width:20rem;height:237.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7XVsGMHmO4VdPsQwrUiccfHcxzvsffi { width:18.6875rem;height:4.0625rem;top:1.875rem;left:0.65625005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdZy5TCgbVG8Ld2q7pBcQObBsHccxwLD { width:17.5rem;height:15rem;top:17.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQpwB6QHmJF70v1IOhFydTXn0oNTKqo5 { width:17.5rem;height:15rem;top:44.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr6tkNQaTHRlEPhBf9OK2fOeZNPrrTeR { width:17.5rem;height:15rem;top:70.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW9VZ9Rq467fAOdID3Q9MQzz3DDtfoLD { width:17.5rem;height:15rem;top:96.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJaeAFV5if4OxT6v7aRsZwXIa1DF0NCK { width:10.9375rem;height:2.4375rem;top:19.030469417572rem;left:6.5625001788137rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Zev5VZSZZVRsqLgeWBnlaPHWT1iTFg { width:11.375rem;height:2.4375rem;top:46.3125rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NudrtcPIlp4BrCJv5Q0ueJGpqD3mWXML { width:10rem;height:2.4375rem;top:72.999984741213rem;left:6.7500001788137rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XezdS2N6kJdcoTWM58hkPBT1UlKumLrW { width:9.75rem;height:2.4375rem;top:99.4375rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkg2fvDCN8R6FS2kBB8gZAKeTlONxmuv { width:14.75rem;height:2.9247125rem;top:23.100002288818rem;left:2.6249999403954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTL5yGbNKnnsX0dtw70i0NwAWN2LNDal { width:14.75rem;height:2.9247125rem;top:50.687499642372rem;left:2.6249999403954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLZ0OvJpTQPWl9cqLhRoVNXyOJfIULmI { width:14.75rem;height:2.925rem;top:77.100002288819rem;left:2.6249999403954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho48rQZD1VTwUwVv1m2Z1CibaHzXROn4 { width:14.75rem;height:5.84960625rem;top:103.24999904633rem;left:2.6249999403954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgcmQlNdp7gwvL0U0On9foVTmkcQrqQi { width:3.125rem;height:3.125rem;top:18.686718463897rem;left:2.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3EBVTXCpwdBlNQASA5HkXVTIMKvaNS2 { width:3.125rem;height:3.125rem;top:45.968755722046rem;left:2.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #la8WZ8RqIAcHDtHf7FLdgutlPspzDlgi { width:3.125rem;height:3.125rem;top:72.655471801756rem;left:2.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZxnvALtv4guADa6w87hiFJv4fsKEAZ8 { width:3.125rem;height:3.125rem;top:99.093749046325rem;left:2.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #t42I3dZKF1bba1dNgxk7SBugIWBr4Oln { width:17.5rem;height:14.9375rem;top:169.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJwKyA7SK0ZR82y267BlMgf9JhKwqmmI { width:14.75rem;height:2.925rem;top:177.3125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXmOApOOtxm7IbbN6142dDLZJ18HDwyW { width:11rem;height:2.4375rem;top:174rem;left:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtS9iNabtrTvQGP29bpcZxrA2QRpnxAh { width:17.5rem;height:15.625rem;top:144.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJOAex9Bul6cSL8BFqtuQfWW5A5dCycT { width:10.375rem;height:2.4375rem;top:149.6875rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG9G5emJi9iIy7dOWyyorG3ChfRLFm3D { width:14.75rem;height:4.3875rem;top:153.625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr5kpULfapHmd6Mr6S5E6RWCTULTWTkf { width:17.5rem;height:15.375rem;top:120.68748474121rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfRblKT3ShTt1IKUqWM6fqXGu4PwWmqK { width:11.75rem;height:2.4375rem;top:125.24998474121rem;left:6.3125001788137rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZhvERKFtOvoovQrS7A3koqKACDpiFze { width:12.375rem;height:4.3875rem;top:129.68748474121rem;left:2.7499999403954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrRnt5F74IbgUlF732R8iy4S2nwlDFW { width:3.125rem;height:3.125rem;top:124.93748474121rem;left:2.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVPO0GRcKa9Ct2qxqvDFUOqOr7f0wc76 { width:3.125rem;height:3.125rem;top:149.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDpyTKBTlSTEqEHV2PwfNkesb6KSCEai { width:3.125rem;height:3.125rem;top:173.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOVuaoKWwMbyhJa1xTgS6dLzgVxlJAb { width:17.5rem;height:9.8125rem;top:8.0476564168931rem;left:1.2492188811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeEfVTeq7ZTVw0ip2sJ9CwWMfqZD4za9 { width:17.5rem;height:9.8125rem;top:35.311718463897rem;left:1.2492188811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxLTAl2dHbtFTlMP0SNNcqFAXlzXVROt { width:17.5rem;height:9.8125rem;top:61.811717987061rem;left:1.2492188811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDfTuKU3oukd2hKBKLbTo5taD0rt5gfl { width:17.5rem;height:9.8125rem;top:88.124220371244rem;left:1.2492188811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTmSTLESeJTMKH6EXnh34EwBNovsF73X { width:17.5rem;height:9.8125rem;top:113.99921989441rem;left:1.2492188811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ven2XJdc8v0ZVMo9fQovK23lvp7kNrnb { width:17.5rem;height:9.8125rem;top:138.49921989441rem;left:1.2492188811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc0w6Mc2igOodXIOFHgdsIPo7cX0zkJM { width:17.5rem;height:9.8125rem;top:162.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFdI0foTPe4ePIibNPGwrs7PQ3Sb0dZ { width:17.5rem;height:14.9375rem;top:194.08672523499rem;left:1.1999999880791rem;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;display:block; }
 }@media only screen and (max-width: 763px) { #aV9q2gZEODSp7Ng7hWEEhdCkqkDI0MwT { width:17.5rem;height:9.8125rem;top:186.94998474121rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROad9bMQGxrJmSpT1ZcF993bLNtf4ip1 { width:3.125rem;height:3.125rem;top:198rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onbILcmcpKynvcArNALFaQaVTMs7Q7lf { width:11rem;height:2.4375rem;top:198.375rem;left:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBayMfdtJ2zJ5LbeJGniGD48Iv7wRAQR { width:14.75rem;height:4.387075rem;top:202.06250572204rem;left:2.6249999403954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpoUy3mrdGr7mkMRWbTm5BOBQR9OFkHL { width:17.5rem;height:12.5rem;top:221.38777690429rem;left:1.1875rem;border-top:0.125rem solid #c1a866;border-left:0.125rem solid #c1a866;border-right:0.125rem solid #c1a866;border-bottom:0.125rem solid #c1a866;display:block; }
 }@media only screen and (max-width: 763px) { #gsByV6impPkL12wuxlDwVnIhiNGunKh5 { width:14.75rem;height:5.84943125rem;top:226.26277690429rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvnU006NNCGhUOyQU1p7pfuUamZC8F33 { width:11rem;height:2.4375rem;top:222.95027690429rem;left:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI8gzbVl9vK5ndvb5RD6DneukrGHLS5W { width:17.5rem;height:9.8125rem;top:211.58095815429rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRxqmRNsmtgWiS5UpwrpRfCcF9c5RHkA { width:3.125rem;height:3.125rem;top:222.95027690429rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b574edad-484d-4e7d-9c6b-d86366a2addd/ToAkademiaAsysdent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD.adaptive-delivery-prevent-bg, #a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD.lazyload, #a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD.lazyloading { background-image: none; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row .container { background-color: transparent; background-image: none; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row .container > .video-iframe-container { display: none; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row > .video-iframe-container { display: none; }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .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); }#a8cNfTuBt5cHk8NlxxLit4vTL0QIcWQD > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6mOqAmXiKn6a7EwN7lK4UicD1vVsAM1 { width:20rem;height:2.03125rem;top:1.8124876022339rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQRgsQAgIXf76PP7fFKAoHvHBUb93zl0 { width:7.9375rem;height:1.05625rem;top:14rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sztr3SwzbWXaW1UBit7BtTqfUOse2GvO { width:8.625rem;height:2.6rem;top:15.056251049042rem;left:0.90546876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgtdMeCwtMXUrmbrKbtn5XKqCyz4cbId { width:6.875rem;height:1.05625rem;top:13.999999523163rem;left:11.218750178814rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msX0nCWLW9gwuRCWBxeHy3Z4kgiMx9lx { width:5.75rem;height:1.05625rem;top:27.8125rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r48xxdP4u8Ugggt0TRcIAgmsn76zzKIt { width:7.6875rem;height:1.05625rem;top:27.8125rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQcZhz70TO0cZ249x62inrcSz4tMh828 { width:6.4375rem;height:2.6rem;top:15.056251049042rem;left:11.437500178814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDWCFS2hxGRy0y7PeqFeETmOF81SiXA { width:7.125rem;height:2.6rem;top:28.875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukH8VQEW1DWUEy8eeE8Hg88Vh8DACvkE { width:7.4375rem;height:2.6rem;top:28.875rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQl4gPbqrniCcGcyynlLHo6FqGsaNBtu { width:9.25rem;height:2.6rem;top:42.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #copnBVoObTGUv7th3G64GXEDobvGDBng { width:8.625rem;height:1.05625rem;top:41.25rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTQGgWTun4rKSSgCD0F3rGWi821nh4iz { width:9.3125rem;height:2.6rem;top:42.3125rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwkDpC7ou7SRIZGrp6wEpXZ8Wl0MoxmX { width:7.9375rem;height:1.05625rem;top:41.3125rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xexaO3pDegSu2lkCTHC0T6LQHSwJTipK { width:6.25rem;height:6.25rem;top:6.6500000953675rem;left:1.9937500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9mHFWfyamy7JeTBvM3uMGJoqyRNFbMT { width:6.25rem;height:6.25rem;top:20.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1mvvb1zEQQKpyKxN29aamvMiDFk0FRs { width:6.25rem;height:6.25rem;top:34.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dolWXMxP8Or1hF7TZ0C57DhgCgEdxsbG { width:6.25rem;height:6.25rem;top:6.6484370231631rem;left:11.431249797344rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQMrlM3CrDyq2VaNt5Xn1sNDzNEwLOuv { width:6.25rem;height:6.25rem;top:20.625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRG79wFTxC89T66rJVkcPFiEAZttm3gI { width:6.25rem;height:6.25rem;top:34.0625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiZ19pPk7EkxmPQwnMQUUpsfXxZSgsJQ { width:6.25rem;height:6.25rem;top:47.099405288696rem;left:2.001420378685rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlgFnINqdk9mIfzs6pwoUQGgfWxWSf6n { width:5.5625rem;height:1.05610625rem;top:54.362217903137rem;left:2.4375001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8THsME18rdK6uQs710Iwqm6oPWSuiy0 { width:7.25rem;height:3.89915rem;top:55.541902542114rem;left:1.5937501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgOXFUFVrJTNswORhkU5GB5g86FCP0wr { width:6.125rem;height:6.125rem;top:47.160512924194rem;left:11.502130627632rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxkM5SMPAk86wgfHX816Dfr7XXtNXaTK { width:7.3125rem;height:1.05610625rem;top:54.362217664719rem;left:11.000000119209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f57Tv8uL0dtrw73CUucTIoNgKC2dIANx { width:7.6875rem;height:3.89915rem;top:55.604402542114rem;left:10.812500119209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U { display:block; }#p65Avs4sdfbOCNKrGW2H8ahRI6ka6Z6U > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B233rhyMSfFiFRTNMZVoOZHM2hnaTyIP { width:20rem;height:2.03125rem;top:1.8749990463257rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyGbZhtIl5UO39zAXtVRiZccFT6kpccG { width:16.25rem;height:21.875rem;top:30.637499332428rem;left:1.8749999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXey37cmAWzVJuA9G4GyA0NRTozvmDg3 { display:flex;width:2.5rem;height:2.5rem;top:32.200001716614rem;left:8.7500001788137rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ak5uAJLIT9AgeRcoeSQ2EzGw1ckTaggu { width:14.1875rem;height:10.2336625rem;top:36.456251144409rem;left:2.9062499403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTeFTpTtWcVU0W1KgAqkv8CkDnmRdgfA { width:9.125rem;height:1.3808625rem;top:48.950000762939rem;left:5.4375001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBJp3HKzFCa7r7AoAy61xrnmbKVThIwI { width:16.25rem;height:21.875rem;top:6.2289063930511rem;left:1.8749999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCFxkWUa6uw7fVTKAyKoww1zO5uUTv0J { width:16.25rem;height:21.875rem;top:55.700001716614rem;left:1.8749999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRPUdQrfUPiSPqnzVMEZF0stIdOFwntN { display:flex;width:2.5rem;height:2.5rem;top:7.7000005245206rem;left:8.7500001788137rem; }
 }@media only screen and (max-width: 763px) { #Oik1eqzHVvpVnO7BOXUTWaCNX25JlUX1 { display:flex;width:2.5rem;height:2.5rem;top:57.637499809265rem;left:8.7500001788137rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #LMvNfL9H2i81TdvpKqMRMms2AQpNDHnk { width:14.375rem;height:11.37075rem;top:12.047656774521rem;left:2.8124999403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDgeDPorFXdGNa6vqwgxCzADJtbORfKS { width:14.75rem;height:11.37074375rem;top:61.731248855591rem;left:2.6249999403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luoRuWnSAUNWI3o04AB1DwdLKLQPpQ6k { width:9.125rem;height:1.3808625rem;top:24.574999570846rem;left:5.4375001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKT6ckXCURBTqp5D6gqr6x3OT9BFoI7T { width:9.125rem;height:1.3808625rem;top:74.262498855594rem;left:5.4375001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcCA8tJclGni1NzduUP151RVcvJzuMbZ { background-color:rgba(0,0,0,0.6);background-image:url("https://images.assets-landingi.com/uc/b574edad-484d-4e7d-9c6b-d86366a2addd/ToAkademiaAsysdent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ.adaptive-delivery-prevent-bg, #TcCA8tJclGni1NzduUP151RVcvJzuMbZ.lazyload, #TcCA8tJclGni1NzduUP151RVcvJzuMbZ.lazyloading { background-image: none; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row .container { background-color: transparent; background-image: none; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row .container > .video-iframe-container { display: none; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row > .video-iframe-container { display: none; }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .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); }#TcCA8tJclGni1NzduUP151RVcvJzuMbZ > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXoNzGs0bE1MmG8GmUsW3ca4a0QxRIXF { width:20rem;height:4.0625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gnlCqxhqPC4s4qScV8Bvdzp26VC4XaMr { width:14.4375rem;height:2.8rem;top:6.875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kcu8Ns50kkFqktNUzhDgCrfbHS2EVnZ9 { width:14.6125rem;height:3.2375rem;top:11.25rem;left:2.6249999403954rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPUn5TdxoJfNfUKqFtl3JBsgXkVVcZsH { display:block; }
 }@media only screen and (max-width: 763px) { #yJViMJfTCVBdSvw09SEpD6M2vpEe53fX { background-color:#274537;background-image:none;display:block; }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row .container { background-color: transparent; background-image: none; }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row .container > .video-iframe-container { display: none; }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row > .video-iframe-container { display: none; }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .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); }#yJViMJfTCVBdSvw09SEpD6M2vpEe53fX > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nE3G1v2aMfaGHDTITM7LldwKL28GaA2H { width:20rem;height:4.0625rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-heading-text { font-size:1.0625rem;height:auto; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t .accordion-desc-text { font-size:0.875rem;height:auto; }
#uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t { display:flex;height:auto;width:17.5rem;top:7.1242179870606rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #oNWoPxRfueeXJE2RfZmGXE1IVipEmXyp {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #iWqf2W0nZu93NpfP4viWUIu94tSOU6Lk {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #rp3PFuVKzdf8UptG3APaZnv2k40rGyVf {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #QC0APWucifXXJg6vLLtu7InSiHNdl2vq {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #CGygnii7U4Hl9CV9MwAXTrpINutSVacn {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #uEffsHwuVrtut83s62mM8gWvCTTeedBE {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #n2ThLEzwm3ppL6vREFu11nvsZbrZizWQ {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #JGnHdV2F46biIMqW6yZgskDBlWELZVWT {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #Tl6uETkB46ndt8070PDBK1ipUTV29Rda {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #u1fPH8QpLAQSqQhx6nWF2HcdDUrfHOnT {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #Uslt26uSMGZRZX10VSViBnXgB8L04xBh {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #hPNtBMubbz9hbkXtTSnUNFaXkp2u8zFO {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #TqbtGQ9uAFmcELVIwIB3CzRLimpNqAc2 {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #xgdGqzxE68qVuXiEbJuTIZVR02oDeazm {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #vMcLBir7wNPxuNISg0duLk7yKpB5r8tM {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #IPRslEAkTE3ygOUGlIDqbSirhWBP8ATH {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #aeFA17uhvZcFxzU4cKgaPC1t4x9JyveZ {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #zzxwpOCsJ8WggVxG2pWZ9a5B58SWT8KC {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #PlGpuoTg08sIqoSGnPtuWwfoygU5rUzm {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #BSgUO6JITutwdOeTMqD0fgb90mx6s5bU {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #iPC8fifroExVZUtS8UMMni9pfd1RzoXy {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #zZ1fkUEuuOhxOTUB8dIi4rgBQHZr1JCP {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #vDzOzybNMgWiVBK9SMk7BEGwMZ2HfpMS {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #B8NTp0UfN9pSsWuptIi9pd7xqBrdnf6D {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #l8ZhAx8LrzKh6Jgt4eMnnAeT19W0h8nS {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #RRFfQUM0qlFmx07PJw21fE2Quwx20FOO {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #OGrZcZvTMNdkt2NvC4ckWXpTltuX6vA7 {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #VgE9Km2T7GA5S9lwqvNIfL3TV9VPnZZU {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #T9ZTfdeEIUW29kaPEsQ3fhlCAA1y5vRL {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #wGskZUb8gIqc1ucI7OC1PzoH5bHG809C {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #LDCqy4tK4Abh9SFDLrNLqVgzIVUJMgPp {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #TJaqdhVVbFAF21k0wkk54wITUhP0ITHF {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #l9asGNOQRuw0OkbBdD36bT0f6QHztc1n {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #mzamV0NipQtFaIrrvc1MivO40hxcHxhs {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #UE7uCKTwO6LR2QWqmXo0b1yQ40Mbs6e9 {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #qAcOypQBV5bIGAkOD9CzeQ5X6lUpz7ao {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #CW3l9qNAiz0TSvO1dPMApEUBwIXRolA8 {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #PDZbeL4SXM7KQLiFr8fQdQGWUeDy54bX {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #ciqDz8SpTZhrHv7OCLSNl7LZHL5iWcaw {  }
 }@media only screen and (max-width: 763px) { #uL33gCRXM1gD52T8UNp0VaiRQiyAEy2t #mk6GqtvhZl78sTNcG3JiCgq9yKRRpOHJ {  }
 }@media only screen and (max-width: 763px) { #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQhEqLpfL6u754hU1uGOKQqa7yTQ4c1E { width:20rem;height:2.03125rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHVXAs10t1TiMEUPI9glBn2MWfhMllB { width:6.25rem;height:6.25rem;top:6.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W60rzzk31gTeM93ubWCVb0hJafVrnGnK { width:6.25rem;height:6.25rem;top:23.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7kb1TyqZpdLAPTp1uJsHa3r3HJvU9P5 { width:6.25rem;height:6.25rem;top:6.75rem;left:11.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HawtO5bVdghaqcT6T8f0Idbq63otc6sx { width:6.25rem;height:6.25rem;top:15.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ1bTZRaztnZzzU0aaGOcX7kC0584xSq { width:6.25rem;height:6.25rem;top:15.5rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBI6MeGuXaF4F468HXhDbAd44fdB9NCt { width:6.25rem;height:6.25rem;top:23.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEUT0uxkN4dXGqpU9UJl29lg0bmkTXHI { width:16.5625rem;height:2.03125rem;top:42.75rem;left:1.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fb7gFBo9ZmVvXxCCXanzIJWQQu7dKq8q { width:17rem;height:2.03125rem;top:51.4375rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8qOatuPpzW6L8hzIw9lQH2h7vallTr2 { width:9.1875rem;height:3.4375rem;top:45.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJZCImug0omN3qLC0eIwaq4TDTeQd9it { width:6.25rem;height:6.25rem;top:32.437500953674rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEl3isfGraUvHEsiCrnlxrS2L9unkTTK { width:11.5625rem;height:2.25rem;top:54.875rem;left:4.2187501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBcXpyT2ihU13nHfrZVusNgrXZy50c8W { width:6.4375rem;height:6.4375rem;top:32.34375rem;left:11.156250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBIHVGomg3pEFaGKo7yye2T6WAw4GF76 { width:20rem;height:2.03125rem;top:1.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNAZTlSHK9ZBMHv30kfseJuaQ1F2UUDC { display:flex;width:3.125rem;height:3.125rem;top:5.3500003814697rem;left:8.4375001788137rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #amHy0Hho06CrmkRMGaveHyvA1H7fcaiP { display:flex;width:3.125rem;height:3.125rem;top:18.03750038147rem;left:8.4375001788137rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { width:15.125rem;height:5.685375rem;top:22.16250038147rem;left:2.4374999403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { width:19.375rem;height:5.685375rem;top:9.28750038147rem;left:0.31250005960464rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #culm2pD528sNIrPwJTe41cwipeR7o60B { width:17.875rem;height:3.8994125rem;top:9.375rem;left:1.0625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qu64DOkglRv3zf4Bu30TRaSCQECqazE2 { width:6.625rem;height:6.375rem;top:1.5rem;left:6.6875001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlJZr64cXmg7LmmN45ucrcRSHqxbTCGE { width:6.75rem;height:1.3808625rem;top:15.574999809265rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mI5W7MaDWrIm0WzWXkpH1bUogG6g3KgO { width:11.3125rem;height:1.3808625rem;top:26.075000762939rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul0waAafge2ni0KEuC4FcgUL1fl5uIhZ { width:0.0625rem;height:11.125rem;top:15.575rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhW27VJ0mx2v57tBFTGUTT6bMCcvFpnp { width:14.375rem;height:0.0625rem;top:17.637500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmbZ2RZ2Cfsm2bCboM9fZlsUbt1pgKNa { width:7.125rem;height:3.9375rem;top:19.012499809265rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CliDpO7CNSHJXUlTD3J309BlDGv1A1sV { width:7.125rem;height:3.9375rem;top:19.012499809265rem;left:8.6250001788137rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owg4ndWdQRwEvTrbF2lxEBCdMETRTQk6 { width:14.375rem;height:0.0625rem;top:28.200000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anGPxDtKTs2Pa1FFF5IU7UA8T2BEeOx1 { width:9.9375rem;height:5.25rem;top:29.074976444244rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { width:7.125rem;height:1.21875rem;top:1.421875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { width:7.875rem;height:2.75rem;top:0.65625rem;left:6.0625001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 { background-color:rgba(0,0,0,0);background-image:none;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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .row .container { background-color: transparent; background-image: none; }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .row .container > .video-iframe-container { display: none; }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .row > .video-iframe-container { display: none; }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .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); }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .row .container { border-width: 0; border-radius: 0; }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fa7DHHxSCqOMnwrEvDuN4W5tUATKCua9 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpNaUDDP5bqUDloN3CPcykL4O8fmHq4T { width:14rem;height:3.75rem;top:0.59375rem;left:2.9999999403954rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #yum2iAFMMIPMNliw1Gp11oOl6J9A4Fag { display:block; }
 }