.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:block; }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t > .row .container { background-color: transparent; background-image: none; }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t > .row .container > .video-iframe-container { display: none; }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t > .row > .video-iframe-container { display: none; }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t > .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); }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t > .row .container { border-width: 0; border-radius: 0; }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#vhEvmTEyfzM91xVqUXgGvOOdhQbzzDXG { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0.708984375rem;left:24.875rem;height:4.14388125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0b70e932-20af-4e29-aa91-16f282f26a93/toakademiainsta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR.adaptive-delivery-prevent-bg, #E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR.lazyload, #E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR.lazyloading { background-image: none; }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR > .row .container { background-color: transparent; background-image: none; }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR > .row .container > .video-iframe-container { display: none; }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR > .row > .video-iframe-container { display: none; }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR > .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); }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR > .row .container { border-width: 0; border-radius: 0; }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#cTdo4CylUodxsTSpVyzmBWhEJbRTCslp { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:23.875rem;top:2.1875rem;left:6.8125rem;overflow:hidden;display:block; }
#sR7X0y8TrKKOx5zoQAHDcvyKWXdpBOo9 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:27.6875rem;top:7.4375rem;left:6.8125rem;overflow:hidden;display:block; }
#p5QEnywDotBttiNsTqi8Uimxi1PnTfx0 { color:#0290ff;display:block;width:25.25rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.3125rem;left:6.8125rem;height:2.51875rem;font-style:normal;display:block; }
#NFOeg6WpgnHKlH7ZJfGxmquRWWPLMLE2 { color:#0290ff;display:block;width:33.811875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:20.194010734558rem;left:6.8120689392087rem;height:2.51875rem;font-style:normal;display:block; }
#A5HwItbuJCBaRcOihVNqCcsh1ASHvRBE { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:5.625rem;top:15.267578125rem;left:1.2500019073486rem;overflow:hidden;display:block; }
#iXO74KZQJST4yHVWeTucdW2TzraykZhA { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.06185rem;width:6.624375rem;top:12.31228351593rem;left:34.187286376953rem;overflow:hidden;display:block; }
#Mt2lVTfz5hZHL1T1gxZuu46L06RCR5RT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:4.811525rem;top:20.193359375rem;left:70.1884765625rem;overflow:hidden;display:block; }
#PtyK8Itu5ecVyV1caJ4f2iUDPRkQLkWR { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.49913125rem;width:7.9373125rem;top:2.1875004768372rem;left:45.261501312256rem;overflow:hidden;display:block; }
#obImgNJ3FVuG5aDMzCaOq9U1tLTT2a4x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.43728125rem;width:5.43728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;top:30.247397422791rem;left:34.779731750488rem; }
#obImgNJ3FVuG5aDMzCaOq9U1tLTT2a4x > img { max-width: 100%;max-height:100%; }#LoxlL98V9iAOcnwKtMQe0lArsSyZz2Th { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:8.6875rem;top:1.9375rem;left:63.2568359375rem;overflow:hidden;display:block; }
#P6FuiiDxa4XWtKl9JcTNW7yFbvpqZZLi { color:#0290ff;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:23.148873329163rem;left:6.8120689392087rem;height:5.60449375rem;font-style:normal;display:block; }
#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M { position:relative;display:none; }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M { border-width: 0; border-radius: 0; }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M > .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;position:relative;display:none; }#LoAFXCwdyI66LD32Q91nMmbymQQqLDa9 { color:#0290ff;display:block;width:25.25rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.3125rem;left:6.8125rem;height:2.51855625rem;font-style:normal;display:none; }
#QT0VHz2vnKGPc0tC7gBqD0DDSI45o7VO { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:27.6875rem;top:7.4375rem;left:6.8125rem;overflow:hidden;display:none; }
#Ppcaci5Al1kBuXko4853QfWZ63NCXm2O { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:23.875rem;top:2.1875rem;left:6.8125rem;overflow:hidden;display:none; }
#wT8JKVdKLbv8h1QeWCGlklrTa9x3q3Oe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.43728125rem;width:5.43728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;top:30.247397422791rem;left:34.779731750488rem;display:none; }
#wT8JKVdKLbv8h1QeWCGlklrTa9x3q3Oe > img { max-width: 100%;max-height:100%; }#lGhPUPVsfLv8A2fUx59MhTXeroLq8TKB { color:#0290ff;display:block;width:33.811875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:20.194010734558rem;left:6.8120689392087rem;height:2.51844375rem;font-style:normal;display:none; }
#W46BvPbyu2TW6UcJOUMb7HW28BNuvL3H { color:#0290ff;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:23.148873329163rem;left:6.8120689392087rem;height:5.60546875rem;font-style:normal;display:none; }
#cX1FfTrdeeL1nSFW3UXapeHZUTNUTKLu { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:8.6875rem;top:1.9375rem;left:63.2568359375rem;overflow:hidden;display:none; }
#IuikTKxiLvi82G2BDmn1ZKdRxLsSTdx5 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:5.625rem;top:15.267578125rem;left:1.2500019073486rem;overflow:hidden;display:none; }
#Tt2UlgFNMk6ZMUTDUkAgBZQp6aJMAhqF { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.49913125rem;width:7.9373125rem;top:2.1875004768372rem;left:45.261501312256rem;overflow:hidden;display:none; }
#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { background-color: transparent; background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .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); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { border-width: 0; border-radius: 0; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-form-header {  }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-container:first-of-type{padding-top:0;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-container:last-of-type{padding-bottom:0;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:2.1875rem;left:27.18701171875rem; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 {display:block;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:2.1875rem;left:27.18701171875rem; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #gnsq4r7v3tHLGINKZN6vXDt49wbiFnr4 { position:relative; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #iEucUq3m2Mvp41aP7SKfpEHFpCasal65 { position:relative; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #p8BKf5w2sTfz2hGMPgHhXlCw0VrsJR2k { position:relative; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #ie2ZLuJMcp6C0AEk6iDQ9ZisBLXW5Mfz { position:relative; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #alnhC1W5J5FLII7b6FdIkmNT3e1q2uyu { position:relative; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #LcthWn7P2Hw2qgtEsWbHqrJuF8k8KyGf { position:relative; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #LA5Aah7rOUJBmgWvuEzppVd41CHI2ZsU { position:relative; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #IVTtaKrunx2yX61KWEMD5Ul1J8BrU5Ie { position:relative; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #tTWQFwaJn2o2dbELtqN4ZUlyMoCnzDBV { position:relative; }
#deIatmF8LEqIAHmEMDc7RfSh6tw1QXXJ { position:relative;display:block; }
#bHCRSZ0VaQszA3zu21zJCZbZEB0kRJTM { position:relative;display:block; }
#k8xoKuAGd8f3F8Qy4QJuWzEEGyRQ6sFh { position:relative;display:block; }
#JSvZVP9bhEwuigqyWIHUfTNX66f9mmJV { position:relative;display:block; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #lvl8fV1aXWtMw87FIoNeW21Aa5X3ymJt { position:relative; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #aDk5uP98TD0CZElBbT2brLTBfdMHdZJ6 { position:relative; }
#zTcFQ3rfVyldUAncs4scW2PstULZgmFP { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.375rem;left:20.1875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sslo4TkReeyLZQVAHGb22yadsvenaeV0 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.5625rem;top:15.25rem;left:23.5rem;overflow:hidden;display:block; }
#ivVWTJQA833Hwl5GP1QMzuw9FdHgG1ZR { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:8.5rem;top:7.9375rem;left:21.625rem;overflow:hidden;display:block; }
#dbFc7Blu9vNltlo7dpwLzVfpyNrF7hGO { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:5.5625rem;top:5.9375rem;left:45.5rem;overflow:hidden;display:block; }
#nSBZX5IgLDntgkEU6WDQrbrBoM6q3oB7 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:9.125rem;top:15.75rem;left:44.3125rem;overflow:hidden;display:block; }
#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f62eb519-88b3-4d82-9209-3e490e257794/toakademiainsta2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7.adaptive-delivery-prevent-bg, #GqfQK0KoRAO6Be02TZOqXWx185m96dy7.lazyload, #GqfQK0KoRAO6Be02TZOqXWx185m96dy7.lazyloading { background-image: none; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row .container { background-color: transparent; background-image: none; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row .container > .video-iframe-container { display: none; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row > .video-iframe-container { display: none; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .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); }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row .container { border-width: 0; border-radius: 0; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#BkMJxAFvTHd18zy6lIsEIlhhcKQ6bDZ0 { position:absolute;display:block;z-index:100000;background-color:#0290ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:15.125rem;width:14.3125rem;top:14.375rem;left:9.6875rem;display:block; }
#Rn2hG6XX4xgPD2wZsFht86BwDSCLyrbx { position:absolute;display:block;z-index:100002;background-color:#0290ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:15.125rem;width:14.3125rem;top:14.375rem;left:30.34375rem;display:block; }
#ouqPowoOg4Rwsct112Pdeseh5SLrLW08 { color:#0290ff;display:block;width:25.25rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:6.8125rem;left:24.875rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#osMssB0gTRiRaWGrqczb4S7JDzgGM1m4 { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:7.75rem;width:7.75rem;top:10.4375rem;left:33.625rem;display:block; }
#IZQWpwD3T6uTABIToGk4KeTxxEelm4ty { position:absolute;display:block;z-index:100001;background-color:#0290ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:15.125rem;width:14.3125rem;top:14.375rem;left:49.4375rem;display:block; }
#CKqVrmNiXSmzJPCNR0NTfMFov8ZfOvGk { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:7.75rem;width:7.75rem;top:10.4375rem;left:52.71875rem;display:block; }
#tZCIEMlZlT6cXB0AqG8RG2UA7s1zyDlT { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:7.75rem;width:7.75rem;top:10.4375rem;left:12.96875rem;display:block; }
#haHeakXEMRf9QTxorfIT0FLBSXSPTnI4 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:19.626953125rem;left:51.125rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9XkzxWJFxPAmG7fO3sRauJo49E5pfVC { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:11.967448234558rem;left:14.498699188233rem;overflow:hidden;display:block; }
#ZBu2rXxHbDWchBcflRzmuoR74MfJP9RU { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4rem;top:11.8125rem;left:35.5rem;overflow:hidden;display:block; }
#atAHdSS91QXSMClru0aQ5HkgyGTJ0M7d { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:5.5rem;top:12.40625rem;left:53.84375rem;overflow:hidden;display:block; }
#K2S95PZ2hdPv4xyxMGhkiMdfHZztPqXP { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:19.626953125rem;left:32.4375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pK955Qztebr33Cfn6QCxsJGU2z5hdLlF { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:25.4375rem;left:32.96875rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oGaBTkQUUXgNWnmLEt7WPihWFamXDaMp { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:19.626953125rem;left:12.3125rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvazARKS4vviXGb0THIXCEJufMk2zezc { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:24.501953125rem;left:12.3125rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKTyTtsJFA44MGH5uLfbhdW2ytkxSRsK { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:25.4375rem;left:52.0625rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTQzn4bAp95VbIJMIzFod17WI5CqwMV1 { color:rgba(2,144,255,0.07);display:block;width:33.9355625rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.8233509063721rem;left:20.717231750488rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B { position:relative;display:block; }#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B { background-color: transparent; background-image: none; }#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B > .row .container > .video-iframe-container { display: none; }#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B > .row > .video-iframe-container { display: none; }#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B > .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); }#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B { border-width: 0; border-radius: 0; }#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B > .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:49.9375rem;width:75rem;position:relative;display:block; }#iHT4y0OkOz28vqoKnO8UDsVMTbvi89wx { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:12.875rem;left:35rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xKbOaWvnXtZzV2qAy7zfAAUb86dQ7F2M { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.3730625rem;width:27.6855625rem;top:10.523221969604rem;left:0rem;overflow:hidden;display:block; }
#oKh4EiJHAINEPXLuAmtbqQiwTvQhTT39 { color:#000000;display:block;width:39.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:17.436632156372rem;left:35.000003814698rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#clsV6HVFcAoaegnA4vTCc8LAGcZ5bVON { color:#000000;display:block;width:36.811rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:20.1875rem;left:35rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ksbGQBo2KlFcSbhgWaV9xeORWLIwZ75e { color:#000000;display:block;width:36.811rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:23.1875rem;left:35rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OHXKCUSoTXi63KiiBKqNJCwlSoohoLZK { color:#000000;display:block;width:36.811rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:26.4375rem;left:35rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p8GlNC68p2qxqsPGkqqHTOql79yXu7AT { color:#000000;display:block;width:39.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:31.436632156372rem;left:35.000003814698rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LqFLA0gorIgJvE7MLqhaXSt7acUIx0Py { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:34.436849594116rem;left:35.000003814698rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RHPtTihpi1mRMvWtARcGB1Jh3m7QkkKg { color:#000000;display:block;width:36.811rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:39rem;left:35.0625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u88oecfUyDECJsnW1LwRTLZZXXrtGFNT { color:#000000;display:block;width:36.811rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:42.0625rem;left:35.0625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yWBe4Kl5DHTzkisaq1oel9FSiEncP48m { color:#0290ff;display:block;width:48.0620625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.875rem;left:13.5rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6KLUWbXqwV29rZHzVgNwHVMtCn01asp { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:13.75rem;left:32.3125rem;overflow:hidden;display:block; }
#nK93mB0avfdGeKfalz8IXMUyVVMWq0qb { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:17.4375rem;left:32.25rem;overflow:hidden;display:block; }
#M1MGTxmEe0AEmf4Ha75WKqOblDZ6rOFB { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:20.25rem;left:32.25rem;overflow:hidden;display:block; }
#zPLEf3oJoGdKcTS3IzS9LCPQGV54zETe { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:23.25rem;left:32.25rem;overflow:hidden;display:block; }
#wnH2twqaA66F2q9FBBN3MyIJVUvKEd36 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:27.4375rem;left:32.25rem;overflow:hidden;display:block; }
#zq6SJOUSTyZy6HJ58O33OhLfkqTsszJk { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:31.5rem;left:32.25rem;overflow:hidden;display:block; }
#CTxAik0nJmQlXKWTNfi0Ault2oETxOT2 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:35.21788418293rem;left:32.249786376953rem;overflow:hidden;display:block; }
#XZ2qE8kX3vfmaAFz7OilBuk1QCoNn2iK { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:39.0625rem;left:32.25rem;overflow:hidden;display:block; }
#yfrrPQyybTP30PuwvGe1VGxBSMhqgT94 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:42.125rem;left:32.25rem;overflow:hidden;display:block; }
#Cl8LsmbMbPfEyhWDwlPF20mVz1SD5i6y { color:rgba(2,144,255,0.07);display:block;width:53.3745625rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.625rem;left:10.8125rem;height:8.7734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c8d8dc;background-image:url("https://images.assets-landingi.com/uc/2d697ace-5f9c-4448-837f-ebf195e37dd8/toakademiainsta3.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd.adaptive-delivery-prevent-bg, #oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd.lazyload, #oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd.lazyloading { background-image: none; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row .container { background-color: transparent; background-image: none; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row .container > .video-iframe-container { display: none; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row > .video-iframe-container { display: none; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .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); }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row .container { border-width: 0; border-radius: 0; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#hN7wN6mMKXc9ypZmd4QBvxAS5adPotho { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:31.124125rem;width:20.999375rem;top:5.875rem;left:46.6875rem;overflow:hidden;display:block; }
#RNJDwIeskaIZEfpE0y0Msh72DR0K098S { color:#0290ff;display:block;width:32.6248125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:5.875rem;left:7.3125rem;height:2.51875rem;font-style:normal;display:block; }
#yZCV2DFTBugUpEMo2gyE48ypzODAw0ou { color:rgba(2,144,255,0.07);display:block;width:44.749375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.0620551109314rem;left:0rem;height:3.49365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZnhbruzxTfXZR8z0awJDtQm33gz1EmLw { color:#0290ff;display:block;width:32.6248125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:8.375rem;left:7.3125rem;height:3.25rem;font-style:normal;display:block; }
#M1ixPQAXpngChLJWSkJttTHn5XEWb5PC { color:#003b6a;display:block;width:37.374125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13.875rem;left:7.3125rem;height:22.09668125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CixsH66oVVpC73E6thosJkiSxfMVTFT6 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5625rem;top:34.416016578674rem;left:34.985244750976rem;overflow:hidden;display:block; }
#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:block; }#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 > .row .container { background-color: transparent; background-image: none; }#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 > .row .container > .video-iframe-container { display: none; }#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 > .row > .video-iframe-container { display: none; }#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 > .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); }#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 > .row .container { border-width: 0; border-radius: 0; }#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#oJV2CIkOetIPkLQNBkz802l0HuimtlAH { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:6.5rem;left:20.375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lSkfHMG7349ZQmpFL1IOshcbcAnlGtpu { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.5625rem;top:20.4375rem;left:23.6875rem;overflow:hidden;display:block; }
#IoxXg8aOawmIpOGAdasCEBZ4NdbuIUiU { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:8.5rem;top:13.125rem;left:21.8125rem;overflow:hidden;display:block; }
#U9UZb1dWBAbU1Hr22eIyfiRQ8srhv3c2 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:5.5625rem;top:11.125rem;left:45.6875rem;overflow:hidden;display:block; }
#roL8WdawhxnZqSHUb4IzF9Jq3ScrCPmV { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:9.125rem;top:20.9375rem;left:44.5rem;overflow:hidden;display:block; }
#fH6AVRfLigd4pcmbpLxlqbaQ5hs31XoR { color:#ffffff;display:block;width:32.6248125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.5835514068604rem;left:21.187068939209rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-form-header {  }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-container:first-of-type{padding-top:0;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-container:last-of-type{padding-bottom:0;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100001;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:7.9375rem;left:27.5rem; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona {display:block;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100001;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:7.9375rem;left:27.5rem; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona #TpNlyDL88GiJ5Pu4b1iOcNQqLHTgleUB { position:relative; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona #Kzo09cz3AMBOVvJQSXCbEz0JgamlHXtL { position:relative; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona #ZdoR9i9iWWFeCcyP7NicMSBnQA6EOVkX { position:relative; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona #VPPy3TOAfKHoPfUm0ZGeJlBHTNuoQ0eq { position:relative; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona #vxnl4O3pT6OtTdPEa6VfQS908HV7W2mQ { position:relative; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona #QS1K4icxfPs7IQ86Bo0luwg1x4i64L2M { position:relative; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona #nsmzWxiLvyXzWbUEmTCfext7MydwOOtU { position:relative; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona #zFif5y3ZsmpCXBWCq1a8UBzBgX1VJfMB { position:relative; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona #mKicBTvJHoXITCmTOlNocaoJrA5cDKF0 { position:relative; }
#f0QVTB3CIKTWF2tWIKypkPhsua9CBT1D { position:relative;display:block; }
#iPP8V0saGWBQqouqkfOznLasM2TZ7A1E { position:relative;display:block; }
#xyNMRcxpFdkae0P9ANPRdknAE7iizpaX { position:relative;display:block; }
#kL0iUhdWUesFQhgMveabTm7ge7WLuvmi { position:relative;display:block; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona #OSnig8SXzUnxh5TJWqUxfd2KG3if9J2F { position:relative; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona #k0kggEQLSN51WWMNiL00fxNNeKKVx8Rf { position:relative; }
#CxicTkL38153RQxyfim2QLalK6BZS2uc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CxicTkL38153RQxyfim2QLalK6BZS2uc > .row .container { background-color: transparent; background-image: none; }#CxicTkL38153RQxyfim2QLalK6BZS2uc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxicTkL38153RQxyfim2QLalK6BZS2uc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxicTkL38153RQxyfim2QLalK6BZS2uc > .row .container > .video-iframe-container { display: none; }#CxicTkL38153RQxyfim2QLalK6BZS2uc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxicTkL38153RQxyfim2QLalK6BZS2uc > .row > .video-iframe-container { display: none; }#CxicTkL38153RQxyfim2QLalK6BZS2uc > .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); }#CxicTkL38153RQxyfim2QLalK6BZS2uc > .row .container { border-width: 0; border-radius: 0; }#CxicTkL38153RQxyfim2QLalK6BZS2uc > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#reharZn2BHW9AHpVGyXfgsK6pufIAIr9 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.124025rem;width:25.1865rem;top:1.96875rem;left:24.9052734375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MDbzt39DZEbJOlPphkIEAdd75J8GsC6t { display:block; }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhEvmTEyfzM91xVqUXgGvOOdhQbzzDXG { top:0.6875rem;left:11.25rem;width:25.25rem;height:4.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR { display:block; }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTdo4CylUodxsTSpVyzmBWhEJbRTCslp { top:2.1875rem;left:0rem;width:23.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR7X0y8TrKKOx5zoQAHDcvyKWXdpBOo9 { top:7.4375rem;left:0rem;width:27.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5QEnywDotBttiNsTqi8Uimxi1PnTfx0 { top:12.3125rem;left:0rem;width:25.25rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFOeg6WpgnHKlH7ZJfGxmquRWWPLMLE2 { top:20.1875rem;left:0rem;width:33.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5HwItbuJCBaRcOihVNqCcsh1ASHvRBE { top:15.25rem;left:0rem;width:5.625rem;height:8.186875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXO74KZQJST4yHVWeTucdW2TzraykZhA { top:12.25rem;left:20.562286376953rem;width:6.5625rem;height:5.0145697707331rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt2lVTfz5hZHL1T1gxZuu46L06RCR5RT { top:20.1875rem;left:43rem;width:4.75rem;height:7.7126015140731rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtyK8Itu5ecVyV1caJ4f2iUDPRkQLkWR { top:2.1875rem;left:31.636501312256rem;width:7.875rem;height:5.4559598848792rem;display:block; }
 }@media only screen and (max-width: 763px) { #obImgNJ3FVuG5aDMzCaOq9U1tLTT2a4x { top:30.1875rem;left:21.154731750488rem;width:5.375rem;height:5.375rem;display:block; }
#obImgNJ3FVuG5aDMzCaOq9U1tLTT2a4x > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #LoxlL98V9iAOcnwKtMQe0lArsSyZz2Th { top:1.9375rem;left:39.0625rem;width:8.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6FuiiDxa4XWtKl9JcTNW7yFbvpqZZLi { top:23.125rem;left:0rem;width:35.0625rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M { display:none; }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LoAFXCwdyI66LD32Q91nMmbymQQqLDa9 { top:12.3125rem;left:0rem;width:25.25rem;height:2.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QT0VHz2vnKGPc0tC7gBqD0DDSI45o7VO { top:7.4375rem;left:0rem;width:27.6875rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ppcaci5Al1kBuXko4853QfWZ63NCXm2O { top:2.1875rem;left:0rem;width:23.875rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wT8JKVdKLbv8h1QeWCGlklrTa9x3q3Oe { top:30.1875rem;left:21.154731750488rem;width:5.375rem;height:5.375rem;display:none; }
#wT8JKVdKLbv8h1QeWCGlklrTa9x3q3Oe > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #lGhPUPVsfLv8A2fUx59MhTXeroLq8TKB { top:20.1875rem;left:0rem;width:33.75rem;height:2.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W46BvPbyu2TW6UcJOUMb7HW28BNuvL3H { top:23.125rem;left:0rem;width:35.0625rem;height:5.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cX1FfTrdeeL1nSFW3UXapeHZUTNUTKLu { top:1.9375rem;left:39.0625rem;width:8.6875rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuikTKxiLvi82G2BDmn1ZKdRxLsSTdx5 { top:15.25rem;left:0rem;width:5.625rem;height:8.186875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tt2UlgFNMk6ZMUTDUkAgBZQp6aJMAhqF { top:2.1875rem;left:31.636501312256rem;width:7.875rem;height:5.4559598848792rem;display:none; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1  { width:17.5rem;height:auto;top:2.1875rem;left:13.56201171875rem; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 {display:block;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 { width:17.5rem;height:auto;top:2.1875rem;left:13.56201171875rem; }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #gnsq4r7v3tHLGINKZN6vXDt49wbiFnr4 {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #iEucUq3m2Mvp41aP7SKfpEHFpCasal65 {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #p8BKf5w2sTfz2hGMPgHhXlCw0VrsJR2k {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #ie2ZLuJMcp6C0AEk6iDQ9ZisBLXW5Mfz {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #alnhC1W5J5FLII7b6FdIkmNT3e1q2uyu {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #LcthWn7P2Hw2qgtEsWbHqrJuF8k8KyGf {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #LA5Aah7rOUJBmgWvuEzppVd41CHI2ZsU {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #IVTtaKrunx2yX61KWEMD5Ul1J8BrU5Ie {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #tTWQFwaJn2o2dbELtqN4ZUlyMoCnzDBV {  }
 }@media only screen and (max-width: 763px) { #deIatmF8LEqIAHmEMDc7RfSh6tw1QXXJ { display:block; }
 }@media only screen and (max-width: 763px) { #bHCRSZ0VaQszA3zu21zJCZbZEB0kRJTM { display:block; }
 }@media only screen and (max-width: 763px) { #k8xoKuAGd8f3F8Qy4QJuWzEEGyRQ6sFh { display:block; }
 }@media only screen and (max-width: 763px) { #JSvZVP9bhEwuigqyWIHUfTNX66f9mmJV { display:block; }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #lvl8fV1aXWtMw87FIoNeW21Aa5X3ymJt {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #aDk5uP98TD0CZElBbT2brLTBfdMHdZJ6 {  }
 }@media only screen and (max-width: 763px) { #zTcFQ3rfVyldUAncs4scW2PstULZgmFP { top:1.3125rem;left:6.5616340637206rem;width:34.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sslo4TkReeyLZQVAHGb22yadsvenaeV0 { top:15.25rem;left:9.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivVWTJQA833Hwl5GP1QMzuw9FdHgG1ZR { top:7.9375rem;left:8rem;width:8.4375rem;height:8.1897543017869rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbFc7Blu9vNltlo7dpwLzVfpyNrF7hGO { top:5.9375rem;left:31.875rem;width:5.5rem;height:10.938864923236rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSBZX5IgLDntgkEU6WDQrbrBoM6q3oB7 { top:15.75rem;left:30.6875rem;width:9.0625rem;height:6.082601762107rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqfQK0KoRAO6Be02TZOqXWx185m96dy7 { display:block; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkMJxAFvTHd18zy6lIsEIlhhcKQ6bDZ0 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2hG6XX4xgPD2wZsFht86BwDSCLyrbx { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouqPowoOg4Rwsct112Pdeseh5SLrLW08 { top:6.8125rem;left:11.25rem;width:25.25rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osMssB0gTRiRaWGrqczb4S7JDzgGM1m4 { width:7.75rem;height:7.75rem;top:10.4375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZQWpwD3T6uTABIToGk4KeTxxEelm4ty { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKqVrmNiXSmzJPCNR0NTfMFov8ZfOvGk { width:7.75rem;height:7.75rem;top:10.4375rem;left:39.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZCIEMlZlT6cXB0AqG8RG2UA7s1zyDlT { width:7.75rem;height:7.75rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHeakXEMRf9QTxorfIT0FLBSXSPTnI4 { top:19.625rem;left:36.8125rem;width:10.9375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9XkzxWJFxPAmG7fO3sRauJo49E5pfVC { top:11.9375rem;left:0.87369918823244rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBu2rXxHbDWchBcflRzmuoR74MfJP9RU { top:11.8125rem;left:21.875rem;width:4rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atAHdSS91QXSMClru0aQ5HkgyGTJ0M7d { top:12.375rem;left:40.21875rem;width:5.5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2S95PZ2hdPv4xyxMGhkiMdfHZztPqXP { top:19.625rem;left:18.8125rem;width:10.125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK955Qztebr33Cfn6QCxsJGU2z5hdLlF { top:25.4375rem;left:19.34375rem;width:9.0625rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGaBTkQUUXgNWnmLEt7WPihWFamXDaMp { top:19.625rem;left:0rem;width:9.0625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvazARKS4vviXGb0THIXCEJufMk2zezc { top:24.5rem;left:0rem;width:9.0625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKTyTtsJFA44MGH5uLfbhdW2ytkxSRsK { top:25.4375rem;left:38.4375rem;width:9.0625rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTQzn4bAp95VbIJMIzFod17WI5CqwMV1 { top:4.8125rem;left:7.0922317504881rem;width:33.875rem;height:4.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDHUeW0lHeTFKcGBHXON8l5qNu3V465B { display:block; }#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHT4y0OkOz28vqoKnO8UDsVMTbvi89wx { width:36.8125rem;height:3.3125rem;top:12.875rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKbOaWvnXtZzV2qAy7zfAAUb86dQ7F2M { top:10.5rem;left:0rem;width:27.625rem;height:37.291308477568rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKh4EiJHAINEPXLuAmtbqQiwTvQhTT39 { width:39.375rem;height:3.375rem;top:17.375rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clsV6HVFcAoaegnA4vTCc8LAGcZ5bVON { width:36.75rem;height:1.625rem;top:20.1875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksbGQBo2KlFcSbhgWaV9xeORWLIwZ75e { width:36.75rem;height:1.625rem;top:23.1875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHXKCUSoTXi63KiiBKqNJCwlSoohoLZK { width:36.75rem;height:3.3125rem;top:26.4375rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8GlNC68p2qxqsPGkqqHTOql79yXu7AT { width:39.625rem;height:1.6875rem;top:31.375rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqFLA0gorIgJvE7MLqhaXSt7acUIx0Py { width:32.1875rem;height:3.375rem;top:34.375rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHPtTihpi1mRMvWtARcGB1Jh3m7QkkKg { width:36.75rem;height:1.625rem;top:39rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u88oecfUyDECJsnW1LwRTLZZXXrtGFNT { width:36.75rem;height:1.625rem;top:42.0625rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWBe4Kl5DHTzkisaq1oel9FSiEncP48m { top:3.875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6KLUWbXqwV29rZHzVgNwHVMtCn01asp { top:13.75rem;left:18.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK93mB0avfdGeKfalz8IXMUyVVMWq0qb { top:17.4375rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1MGTxmEe0AEmf4Ha75WKqOblDZ6rOFB { top:20.25rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPLEf3oJoGdKcTS3IzS9LCPQGV54zETe { top:23.25rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnH2twqaA66F2q9FBBN3MyIJVUvKEd36 { top:27.4375rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq6SJOUSTyZy6HJ58O33OhLfkqTsszJk { top:31.5rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTxAik0nJmQlXKWTNfi0Ault2oETxOT2 { top:35.1875rem;left:18.624786376953rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2qE8kX3vfmaAFz7OilBuk1QCoNn2iK { top:39.0625rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfrrPQyybTP30PuwvGe1VGxBSMhqgT94 { top:42.125rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl8LsmbMbPfEyhWDwlPF20mVz1SD5i6y { top:1.625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd { display:block; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hN7wN6mMKXc9ypZmd4QBvxAS5adPotho { top:5.875rem;left:26.8125rem;width:20.9375rem;height:31.032417259443rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNJDwIeskaIZEfpE0y0Msh72DR0K098S { top:5.875rem;left:0rem;width:32.5625rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZCV2DFTBugUpEMo2gyE48ypzODAw0ou { top:4rem;left:0rem;width:44.6875rem;height:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnhbruzxTfXZR8z0awJDtQm33gz1EmLw { top:8.375rem;left:0rem;width:32.5625rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1ixPQAXpngChLJWSkJttTHn5XEWb5PC { top:13.875rem;left:0rem;width:37.3125rem;height:22.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CixsH66oVVpC73E6thosJkiSxfMVTFT6 { top:34.375rem;left:21.360244750976rem;width:1.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 { display:block; }#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJV2CIkOetIPkLQNBkz802l0HuimtlAH { top:6.5rem;left:6.75rem;width:34.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSkfHMG7349ZQmpFL1IOshcbcAnlGtpu { top:20.4375rem;left:10.0625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoxXg8aOawmIpOGAdasCEBZ4NdbuIUiU { top:13.125rem;left:8.1875rem;width:8.4375rem;height:8.1897543017869rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9UZb1dWBAbU1Hr22eIyfiRQ8srhv3c2 { top:11.125rem;left:32.0625rem;width:5.5rem;height:10.938864923236rem;display:block; }
 }@media only screen and (max-width: 763px) { #roL8WdawhxnZqSHUb4IzF9Jq3ScrCPmV { top:20.9375rem;left:30.875rem;width:9.0625rem;height:6.082601762107rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH6AVRfLigd4pcmbpLxlqbaQ5hs31XoR { top:2.5625rem;left:7.5620689392087rem;width:32.5625rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona  { width:17.5rem;height:auto;top:7.9375rem;left:13.875rem; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona {display:block;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona { width:17.5rem;height:auto;top:7.9375rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #TpNlyDL88GiJ5Pu4b1iOcNQqLHTgleUB {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #Kzo09cz3AMBOVvJQSXCbEz0JgamlHXtL {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #ZdoR9i9iWWFeCcyP7NicMSBnQA6EOVkX {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #VPPy3TOAfKHoPfUm0ZGeJlBHTNuoQ0eq {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #vxnl4O3pT6OtTdPEa6VfQS908HV7W2mQ {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #QS1K4icxfPs7IQ86Bo0luwg1x4i64L2M {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #nsmzWxiLvyXzWbUEmTCfext7MydwOOtU {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #zFif5y3ZsmpCXBWCq1a8UBzBgX1VJfMB {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #mKicBTvJHoXITCmTOlNocaoJrA5cDKF0 {  }
 }@media only screen and (max-width: 763px) { #f0QVTB3CIKTWF2tWIKypkPhsua9CBT1D { display:block; }
 }@media only screen and (max-width: 763px) { #iPP8V0saGWBQqouqkfOznLasM2TZ7A1E { display:block; }
 }@media only screen and (max-width: 763px) { #xyNMRcxpFdkae0P9ANPRdknAE7iizpaX { display:block; }
 }@media only screen and (max-width: 763px) { #kL0iUhdWUesFQhgMveabTm7ge7WLuvmi { display:block; }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #OSnig8SXzUnxh5TJWqUxfd2KG3if9J2F {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #k0kggEQLSN51WWMNiL00fxNNeKKVx8Rf {  }
 }@media only screen and (max-width: 763px) { #CxicTkL38153RQxyfim2QLalK6BZS2uc { display:block; }#CxicTkL38153RQxyfim2QLalK6BZS2uc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reharZn2BHW9AHpVGyXfgsK6pufIAIr9 { top:1.9375rem;left:11.2802734375rem;width:25.125rem;height:6.1090714519683rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MDbzt39DZEbJOlPphkIEAdd75J8GsC6t { display:block; }#MDbzt39DZEbJOlPphkIEAdd75J8GsC6t > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhEvmTEyfzM91xVqUXgGvOOdhQbzzDXG { width:20rem;height:1.7068125rem;top:0.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR { display:none; }#E5f5ruhmB6PkHCdL5WcOo4TeeUFx3tZR > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cTdo4CylUodxsTSpVyzmBWhEJbRTCslp { width:14.124375rem;height:2.06163125rem;top:2.3741321563721rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR7X0y8TrKKOx5zoQAHDcvyKWXdpBOo9 { width:14.3120625rem;height:2.12456875rem;top:5.1584205627441rem;left:2.8428819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5QEnywDotBttiNsTqi8Uimxi1PnTfx0 { width:20rem;height:1.62435rem;top:8.10329914093rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFOeg6WpgnHKlH7ZJfGxmquRWWPLMLE2 { width:20rem;height:3.2487rem;top:18.778213500976rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5HwItbuJCBaRcOihVNqCcsh1ASHvRBE { width:5.625rem;height:8.186875rem;top:11.702474594116rem;left:1.7567275166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXO74KZQJST4yHVWeTucdW2TzraykZhA { width:6.5625rem;height:5.01410625rem;top:34.076606750488rem;left:1.2879775166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt2lVTfz5hZHL1T1gxZuu46L06RCR5RT { width:4.74935rem;height:7.7105rem;top:31.968318939209rem;left:14.480252325535rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtyK8Itu5ecVyV1caJ4f2iUDPRkQLkWR { width:7.874375rem;height:5.45573125rem;top:13.067491531372rem;left:11.285807669162rem;display:block; }
 }@media only screen and (max-width: 763px) { #obImgNJ3FVuG5aDMzCaOq9U1tLTT2a4x { width:5.37435rem;height:5.37435rem;top:39.677736282349rem;left:7.3122830986975rem;display:block; }
#obImgNJ3FVuG5aDMzCaOq9U1tLTT2a4x > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #LoxlL98V9iAOcnwKtMQe0lArsSyZz2Th { width:8.6870625rem;height:3.93663125rem;top:31.219619750976rem;left:5.6564674973488rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6FuiiDxa4XWtKl9JcTNW7yFbvpqZZLi { width:20rem;height:5.85069375rem;top:23.338760375976rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f8b5469-38d7-4043-bb8b-f8ccc6ade2e0/toakademiainsta5.png");background-position:bottom 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;display:block; }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M.adaptive-delivery-prevent-bg, #v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M.lazyload, #v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M.lazyloading { background-image: none; }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M > .row .container { background-color: transparent; background-image: none; }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M > .row .container > .video-iframe-container { display: none; }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M > .row > .video-iframe-container { display: none; }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M > .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); }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M > .row .container { border-width: 0; border-radius: 0; }#v2W6pR7Qp3xc6D6zULSKGf3SFPsPHs4M > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoAFXCwdyI66LD32Q91nMmbymQQqLDa9 { width:20rem;height:1.625rem;top:7.18684387207rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #QT0VHz2vnKGPc0tC7gBqD0DDSI45o7VO { width:14.311rem;height:2.12456875rem;top:4.4372863769531rem;left:2.8743491768837rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #Ppcaci5Al1kBuXko4853QfWZ63NCXm2O { width:14.124375rem;height:2.06055rem;top:1.7495574951172rem;left:2.9372830986977rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #wT8JKVdKLbv8h1QeWCGlklrTa9x3q3Oe { width:4.49978125rem;height:4.49978125rem;top:25.348527908325rem;left:7.7484808564187rem;z-index:100010;display:block; }
#wT8JKVdKLbv8h1QeWCGlklrTa9x3q3Oe > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #lGhPUPVsfLv8A2fUx59MhTXeroLq8TKB { width:20rem;height:3.25rem;top:16.43684387207rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #W46BvPbyu2TW6UcJOUMb7HW28BNuvL3H { width:20rem;height:5.84765625rem;top:20.562286376953rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #cX1FfTrdeeL1nSFW3UXapeHZUTNUTKLu { width:5.18663125rem;height:2.24935rem;top:9.6868495941163rem;left:7.4055996537206rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #IuikTKxiLvi82G2BDmn1ZKdRxLsSTdx5 { width:3.18685rem;height:4.6875rem;top:14.092882156372rem;left:1.3183594346046rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #Tt2UlgFNMk6ZMUTDUkAgBZQp6aJMAhqF { width:3.93555rem;height:2.68555rem;top:14.569444656372rem;left:15.027127325535rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1  { width:17.5rem;height:auto;top:11.0625rem;left:0rem; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 {display:block;}#r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 { width:17.5rem;height:auto;top:11.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #gnsq4r7v3tHLGINKZN6vXDt49wbiFnr4 {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #iEucUq3m2Mvp41aP7SKfpEHFpCasal65 {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #p8BKf5w2sTfz2hGMPgHhXlCw0VrsJR2k {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #ie2ZLuJMcp6C0AEk6iDQ9ZisBLXW5Mfz {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #alnhC1W5J5FLII7b6FdIkmNT3e1q2uyu {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #LcthWn7P2Hw2qgtEsWbHqrJuF8k8KyGf {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #LA5Aah7rOUJBmgWvuEzppVd41CHI2ZsU {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #IVTtaKrunx2yX61KWEMD5Ul1J8BrU5Ie {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #tTWQFwaJn2o2dbELtqN4ZUlyMoCnzDBV {  }
 }@media only screen and (max-width: 763px) { #deIatmF8LEqIAHmEMDc7RfSh6tw1QXXJ { display:block; }
 }@media only screen and (max-width: 763px) { #bHCRSZ0VaQszA3zu21zJCZbZEB0kRJTM { display:block; }
 }@media only screen and (max-width: 763px) { #k8xoKuAGd8f3F8Qy4QJuWzEEGyRQ6sFh { display:block; }
 }@media only screen and (max-width: 763px) { #JSvZVP9bhEwuigqyWIHUfTNX66f9mmJV { display:block; }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #lvl8fV1aXWtMw87FIoNeW21Aa5X3ymJt {  }
 }@media only screen and (max-width: 763px) { #r8Z8wvMsWOLh2dwpCU5RriQyGGx4hEg1 #aDk5uP98TD0CZElBbT2brLTBfdMHdZJ6 {  }
 }@media only screen and (max-width: 763px) { #zTcFQ3rfVyldUAncs4scW2PstULZgmFP { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sslo4TkReeyLZQVAHGb22yadsvenaeV0 { width:6.5625rem;height:6.5625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivVWTJQA833Hwl5GP1QMzuw9FdHgG1ZR { width:8.4375rem;height:8.1897543017869rem;top:4.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbFc7Blu9vNltlo7dpwLzVfpyNrF7hGO { width:5.5rem;height:10.938864923236rem;top:2rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSBZX5IgLDntgkEU6WDQrbrBoM6q3oB7 { width:9.0625rem;height:6.082601762107rem;top:6.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqfQK0KoRAO6Be02TZOqXWx185m96dy7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7a6601a6-222e-40ea-93c9-d3794368d215/toakademiainsta4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7.adaptive-delivery-prevent-bg, #GqfQK0KoRAO6Be02TZOqXWx185m96dy7.lazyload, #GqfQK0KoRAO6Be02TZOqXWx185m96dy7.lazyloading { background-image: none; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row .container { background-color: transparent; background-image: none; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row .container > .video-iframe-container { display: none; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row > .video-iframe-container { display: none; }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .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); }#GqfQK0KoRAO6Be02TZOqXWx185m96dy7 > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkMJxAFvTHd18zy6lIsEIlhhcKQ6bDZ0 { width:12.999125rem;height:13.75rem;top:12.999132156372rem;left:3.4993491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2hG6XX4xgPD2wZsFht86BwDSCLyrbx { width:12.6248125rem;height:13.3745625rem;top:34.312067508698rem;left:3.6870661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouqPowoOg4Rwsct112Pdeseh5SLrLW08 { width:20rem;height:2.03125rem;top:5.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osMssB0gTRiRaWGrqczb4S7JDzgGM1m4 { width:7.75rem;height:7.75rem;top:30rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZQWpwD3T6uTABIToGk4KeTxxEelm4ty { width:12.5rem;height:13.186875rem;top:55.498051643372rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKqVrmNiXSmzJPCNR0NTfMFov8ZfOvGk { width:7.75rem;height:7.75rem;top:51.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZCIEMlZlT6cXB0AqG8RG2UA7s1zyDlT { width:7.75rem;height:7.75rem;top:9.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHeakXEMRf9QTxorfIT0FLBSXSPTnI4 { width:10.9375rem;height:1.462675rem;top:60.375004768372rem;left:4.5312500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9XkzxWJFxPAmG7fO3sRauJo49E5pfVC { width:4.6875rem;height:4.6875rem;top:10.5625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBu2rXxHbDWchBcflRzmuoR74MfJP9RU { width:4rem;height:4.3754717305459rem;top:31.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #atAHdSS91QXSMClru0aQ5HkgyGTJ0M7d { width:5.5rem;height:3.8124521941534rem;top:53.0625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2S95PZ2hdPv4xyxMGhkiMdfHZztPqXP { width:9.0625rem;height:1.4619125rem;top:39.0625rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK955Qztebr33Cfn6QCxsJGU2z5hdLlF { width:9.0625rem;height:1.462675rem;top:44.623484134674rem;left:5.4687500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGaBTkQUUXgNWnmLEt7WPihWFamXDaMp { width:9.0625rem;height:2.923825rem;top:17.75rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvazARKS4vviXGb0THIXCEJufMk2zezc { width:6.9998125rem;height:2.923825rem;top:22.123483657837rem;left:6.4995661377906rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKTyTtsJFA44MGH5uLfbhdW2ytkxSRsK { width:9.0625rem;height:1.462675rem;top:65.998482704162rem;left:5.4687500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTQzn4bAp95VbIJMIzFod17WI5CqwMV1 { width:20rem;height:3.087025rem;top:2.7311267852783rem;left:0rem;font-size:2.375rem;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #LDHUeW0lHeTFKcGBHXON8l5qNu3V465B { display:block; }#LDHUeW0lHeTFKcGBHXON8l5qNu3V465B > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHT4y0OkOz28vqoKnO8UDsVMTbvi89wx { width:15.625rem;height:3.9375rem;top:12.248044967651rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKbOaWvnXtZzV2qAy7zfAAUb86dQ7F2M { width:13.3745625rem;height:18.125rem;top:74.185115814206rem;left:3.3116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKh4EiJHAINEPXLuAmtbqQiwTvQhTT39 { width:20rem;height:2.625rem;top:19.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clsV6HVFcAoaegnA4vTCc8LAGcZ5bVON { width:20rem;height:2.625rem;top:27rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksbGQBo2KlFcSbhgWaV9xeORWLIwZ75e { width:20rem;height:2.625rem;top:34.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHXKCUSoTXi63KiiBKqNJCwlSoohoLZK { width:20rem;height:3.9375rem;top:41.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8GlNC68p2qxqsPGkqqHTOql79yXu7AT { width:20rem;height:2.625rem;top:49.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqFLA0gorIgJvE7MLqhaXSt7acUIx0Py { width:20rem;height:2.625rem;top:56.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHPtTihpi1mRMvWtARcGB1Jh3m7QkkKg { width:20rem;height:2.625rem;top:63.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u88oecfUyDECJsnW1LwRTLZZXXrtGFNT { width:20rem;height:2.625rem;top:70.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWBe4Kl5DHTzkisaq1oel9FSiEncP48m { width:20rem;height:6.09375rem;top:1.669921875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6KLUWbXqwV29rZHzVgNwHVMtCn01asp { width:1.5625rem;height:1.5625rem;top:9.8489589691163rem;left:9.2187500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK93mB0avfdGeKfalz8IXMUyVVMWq0qb { width:1.5625rem;height:1.5625rem;top:17.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1MGTxmEe0AEmf4Ha75WKqOblDZ6rOFB { width:1.5625rem;height:1.5625rem;top:24.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPLEf3oJoGdKcTS3IzS9LCPQGV54zETe { width:1.5625rem;height:1.5625rem;top:31.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnH2twqaA66F2q9FBBN3MyIJVUvKEd36 { width:1.5625rem;height:1.5625rem;top:38.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq6SJOUSTyZy6HJ58O33OhLfkqTsszJk { width:1.5625rem;height:1.5625rem;top:46.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTxAik0nJmQlXKWTNfi0Ault2oETxOT2 { width:1.5625rem;height:1.5625rem;top:53.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2qE8kX3vfmaAFz7OilBuk1QCoNn2iK { width:1.5625rem;height:1.5625rem;top:61rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfrrPQyybTP30PuwvGe1VGxBSMhqgT94 { width:1.5625rem;height:1.5625rem;top:68.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl8LsmbMbPfEyhWDwlPF20mVz1SD5i6y { width:20rem;height:3.4121125rem;top:0rem;left:0rem;font-size:1.3125rem;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f8b5469-38d7-4043-bb8b-f8ccc6ade2e0/toakademiainsta5.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd.adaptive-delivery-prevent-bg, #oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd.lazyload, #oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd.lazyloading { background-image: none; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row .container { background-color: transparent; background-image: none; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row .container > .video-iframe-container { display: none; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row > .video-iframe-container { display: none; }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .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); }#oqJ02nRmh2qyV1Es9GuL0daRL8awKCAd > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hN7wN6mMKXc9ypZmd4QBvxAS5adPotho { width:11.1230625rem;height:16.5625rem;top:41.183803558349rem;left:4.4379344582558rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNJDwIeskaIZEfpE0y0Msh72DR0K098S { width:20rem;height:4.548825rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZCV2DFTBugUpEMo2gyE48ypzODAw0ou { width:20rem;height:5.5234375rem;top:1.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnhbruzxTfXZR8z0awJDtQm33gz1EmLw { width:19.8123125rem;height:2.923825rem;top:7.375rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1ixPQAXpngChLJWSkJttTHn5XEWb5PC { width:19.1873125rem;height:28.50290625rem;top:11.436415612698rem;left:0.40581601858139rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CixsH66oVVpC73E6thosJkiSxfMVTFT6 { width:1.18706875rem;height:1.12413125rem;top:38.888672769069rem;left:4.4368491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 { display:block; }#rlq2AGbdy0dQ4S581N1xfKb1ronUWuS0 > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJV2CIkOetIPkLQNBkz802l0HuimtlAH { width:20rem;height:1.94921875rem;top:5.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSkfHMG7349ZQmpFL1IOshcbcAnlGtpu { width:6.5625rem;height:6.5625rem;top:9.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoxXg8aOawmIpOGAdasCEBZ4NdbuIUiU { width:8.4375rem;height:8.189rem;top:6.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9UZb1dWBAbU1Hr22eIyfiRQ8srhv3c2 { width:5.49913125rem;height:10.9385625rem;top:3.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #roL8WdawhxnZqSHUb4IzF9Jq3ScrCPmV { width:9.0625rem;height:6.0818125rem;top:9.0625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH6AVRfLigd4pcmbpLxlqbaQ5hs31XoR { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona  { width:17.5rem;height:auto;top:7.9375rem;left:0rem; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zxf6Wc22x6OJkVDsVObORep0y7qLAona {display:block;}#Zxf6Wc22x6OJkVDsVObORep0y7qLAona { width:17.5rem;height:auto;top:17.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #TpNlyDL88GiJ5Pu4b1iOcNQqLHTgleUB {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #Kzo09cz3AMBOVvJQSXCbEz0JgamlHXtL {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #ZdoR9i9iWWFeCcyP7NicMSBnQA6EOVkX {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #VPPy3TOAfKHoPfUm0ZGeJlBHTNuoQ0eq {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #vxnl4O3pT6OtTdPEa6VfQS908HV7W2mQ {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #QS1K4icxfPs7IQ86Bo0luwg1x4i64L2M {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #nsmzWxiLvyXzWbUEmTCfext7MydwOOtU {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #zFif5y3ZsmpCXBWCq1a8UBzBgX1VJfMB {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #mKicBTvJHoXITCmTOlNocaoJrA5cDKF0 {  }
 }@media only screen and (max-width: 763px) { #f0QVTB3CIKTWF2tWIKypkPhsua9CBT1D { display:block; }
 }@media only screen and (max-width: 763px) { #iPP8V0saGWBQqouqkfOznLasM2TZ7A1E { display:block; }
 }@media only screen and (max-width: 763px) { #xyNMRcxpFdkae0P9ANPRdknAE7iizpaX { display:block; }
 }@media only screen and (max-width: 763px) { #kL0iUhdWUesFQhgMveabTm7ge7WLuvmi { display:block; }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #OSnig8SXzUnxh5TJWqUxfd2KG3if9J2F {  }
 }@media only screen and (max-width: 763px) { #Zxf6Wc22x6OJkVDsVObORep0y7qLAona #k0kggEQLSN51WWMNiL00fxNNeKKVx8Rf {  }
 }@media only screen and (max-width: 763px) { #CxicTkL38153RQxyfim2QLalK6BZS2uc { display:block; }#CxicTkL38153RQxyfim2QLalK6BZS2uc > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reharZn2BHW9AHpVGyXfgsK6pufIAIr9 { width:20rem;height:4.86230625rem;top:1rem;left:0rem;display:block; }
 }