.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,241,242;--color-primary-1:144,221,223;--color-primary-2:81,186,189;--color-primary-3:37,169,173;--color-primary-4:16,37,38;--color-secondary-0:253,224,224;--color-secondary-1:247,153,151;--color-secondary-2:239,51,46;--color-secondary-3:120,26,23;--color-secondary-4:36,8,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Bree Serif";--paragraphs-font-family:"Bree Serif"; }@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:rgba(var(--color-tertiary-0),1);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); }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/15763916-59a6-46ce-9339-6423330b2da6/LearntoEarnRadita2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW.adaptive-delivery-prevent-bg, #tLuVe5S8JRniczXDkHWabuml6JSdxrWW.lazyload, #tLuVe5S8JRniczXDkHWabuml6JSdxrWW.lazyloading { background-image: none; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row .container { background-color: transparent; background-image: none; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row .container > .video-iframe-container { display: none; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row > .video-iframe-container { display: none; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .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); }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row .container { border-width: 0; border-radius: 0; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#db1817a55aa932bd9d16ca9499c04cbb { color:rgba(var(--color-tertiary-0),1);display:block;width:58.6245rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:27.9990234375rem;left:7.358642578125rem;height:3.08751875rem;font-style:normal;display:block; }
#ga8f33abcd7ac1939ac398aae493ebef { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:27.9375rem;width:74.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b5b79f, #4c4744);background-image: -moz-linear-gradient(180deg, #b5b79f, #4c4744);background-image: -ms-linear-gradient(180deg, #b5b79f, #4c4744);background-image: -o-linear-gradient(180deg, #b5b79f, #4c4744);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b79f', endColorstr='#4c4744' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b79f', endColorstr='#4c4744' );";background-image: linear-gradient(180deg, #b5b79f, #4c4744);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row .container { background-color: transparent; background-image: none; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row .container > .video-iframe-container { display: none; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row > .video-iframe-container { display: none; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .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); }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row .container { border-width: 0; border-radius: 0; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#f42855487d8a8fe26cfc988a754cf393 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#be58ef2d68d01403c39beb375562219e { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu > .row .container { background-color: transparent; background-image: none; }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu > .row .container > .video-iframe-container { display: none; }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu > .row > .video-iframe-container { display: none; }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu > .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); }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu > .row .container { border-width: 0; border-radius: 0; }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#oLGxPBiI4d0OlPALzXSubNOUUtHGRmzk { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.37475625rem;width:4.37475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.2434921264649rem;left:60.593097686767rem; }
#fkXAXiMa155f6i6ONK1F4wiINLCUKuBw { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.37435rem;width:4.37435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.2434902191162rem;left:22.437503814698rem; }
#SzxPSMtOlCK13CqArN823TbZBbyEpLyR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.747625rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:6.37265586853rem;left:2.3734369277954rem;height:16.5375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oc2XM73OmnlFFrLUQ8Qc4SoggHrdOg3A { background-color:#efba75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4980625rem;height:3.43685rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:14.062500476837rem;left:54.030597686767rem;display:block; }
#opdLmDQJ01uitKx47hX8rAcN18HEeCB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#coLx1Izvwr3AOTsWT3PNg3C9cwanPB9T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.550783157349rem;left:60.498699188233rem; }
#W7g1UXP7lXCL89muJGxBN1TknK8yIIP6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.7480625rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:6.3730473518369rem;left:54.125652313233rem;height:5.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JUFShxUFhAWNKPfJhfpITZvx9B4d0T3F { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:6.373046875rem;left:28.717449188233rem;height:5.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hAurbR7PEPy6wO6gVZgcpnQ23W8S3ciR { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8736875rem;width:18.8111875rem;top:22.906898498535rem;left:28.906253814698rem;overflow:hidden;display:block; }
#xVGS8LVSBT7EvebpIP2vTTU2gKdnOR70 { position:absolute;display:block;z-index:14999;background-color:#4c4744;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:30.1875rem;width:49.25rem;top:0.74674415588381rem;left:0rem;display:block; }
#yQR1Mexh8HivSTH2vNgk7GyQFG35pcO3 { position:absolute;display:block;z-index:15001;background-color:#4c4744;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:30.1875rem;width:24.5625rem;top:0.8427734375rem;left:50.5rem;display:block; }
#iC0lzQDudXwI2nnyA36XtJtiQsn4MKx3 { color:#efba75;display:block;width:23.747375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:27.1875rem;left:1.75rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LmfnCenfZrfCukZOb5naTdi7fKN9MIyI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:26.0625rem;left:22.4375rem; }
#F7Sma1irKwnappFp5HDHaTfgVHW6ua3c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.934896469116rem;left:35.029949188233rem; }
#RwUiLOl8Le6tlXtqgKoyF6MoQ5HSr9N2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:27.197265625rem;left:29.467449188233rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MCWwWPeMT8tVN4OfeFnoyuN3uDfw3Ivw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:23.535158157349rem;left:12.685156822204rem; }
#GlDQumN1OpaEBtdp64vXSz9757TQt56s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GlDQumN1OpaEBtdp64vXSz9757TQt56s > .row .container { background-color: transparent; background-image: none; }#GlDQumN1OpaEBtdp64vXSz9757TQt56s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlDQumN1OpaEBtdp64vXSz9757TQt56s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlDQumN1OpaEBtdp64vXSz9757TQt56s > .row .container > .video-iframe-container { display: none; }#GlDQumN1OpaEBtdp64vXSz9757TQt56s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlDQumN1OpaEBtdp64vXSz9757TQt56s > .row > .video-iframe-container { display: none; }#GlDQumN1OpaEBtdp64vXSz9757TQt56s > .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); }#GlDQumN1OpaEBtdp64vXSz9757TQt56s > .row .container { border-width: 0; border-radius: 0; }#GlDQumN1OpaEBtdp64vXSz9757TQt56s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlDQumN1OpaEBtdp64vXSz9757TQt56s > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#VSHhsTEu6RwURMoyQ54iV0iqVqUoEtl3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:36.9375rem;width:65.6875rem;top:6.0615234375rem;left:4.656005859375rem;display:block; }
#pFkTaRgVFU5zT7rtZcyWeu2fymIPnZ0g { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.37435rem;width:4.37435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.80338478088381rem;left:5.0299491882324rem; }
#iu7BbQ5T0Z7TFQfFrRoFT8ZP2a5x02Vp { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:1.82958984375rem;left:5.031005859375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZwV3lT4Q4EEBeLwlH4bQ3u2D6gNRRwV5 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:"bree serif";font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:1.89697265625rem;left:9.37060546875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qt6QvRNsCvXHzzMm9WtVIFHw17qvrpNS { position:absolute;display:block;z-index:14999;background-color:#4c4744;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:47.875rem;width:75rem;top:0.044921875rem;left:0rem;display:block; }
#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H > .row .container { background-color: transparent; background-image: none; }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H > .row .container > .video-iframe-container { display: none; }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H > .row > .video-iframe-container { display: none; }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H > .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); }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H > .row .container { border-width: 0; border-radius: 0; }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#Ue23beb0c619ef412596ec478340e7c6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:3rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kd7a2b418412478196f0c872e1537448 { position:absolute;display:block;z-index:15030;height:3.4375rem;width:25rem;top:7.8125rem;left:25.000000953674rem;display:block; }
#E061a413dc0e4bfefad1bed816bd8644 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c4744, #b5b79f);background-image: -moz-linear-gradient(180deg, #4c4744, #b5b79f);background-image: -ms-linear-gradient(180deg, #4c4744, #b5b79f);background-image: -o-linear-gradient(180deg, #4c4744, #b5b79f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4744', endColorstr='#b5b79f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4744', endColorstr='#b5b79f' );";background-image: linear-gradient(180deg, #4c4744, #b5b79f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:12.5rem;width:75rem;top:1.125rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tLuVe5S8JRniczXDkHWabuml6JSdxrWW { display:block; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db1817a55aa932bd9d16ca9499c04cbb { top:27.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga8f33abcd7ac1939ac398aae493ebef { top:0rem;left:0rem;width:47.75rem;height:17.846362876254rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB { display:block; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f42855487d8a8fe26cfc988a754cf393 { top:0rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #be58ef2d68d01403c39beb375562219e { top:4.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu { display:block; }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLGxPBiI4d0OlPALzXSubNOUUtHGRmzk { top:1.1875rem;left:37.780597686767rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkXAXiMa155f6i6ONK1F4wiINLCUKuBw { top:1.1875rem;left:11.5625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzxPSMtOlCK13CqArN823TbZBbyEpLyR { top:6.3125rem;left:0rem;width:23.6875rem;height:16.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc2XM73OmnlFFrLUQ8Qc4SoggHrdOg3A { width:17.4375rem;height:3.375rem;top:14.0625rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opdLmDQJ01uitKx47hX8rAcN18HEeCB8 { display:block; }
 }@media only screen and (max-width: 763px) { #coLx1Izvwr3AOTsWT3PNg3C9cwanPB9T { top:19.5rem;left:37.686199188233rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7g1UXP7lXCL89muJGxBN1TknK8yIIP6 { top:6.3125rem;left:30.9375rem;width:16.6875rem;height:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUFShxUFhAWNKPfJhfpITZvx9B4d0T3F { top:6.3125rem;left:12.5625rem;width:19.1875rem;height:5.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAurbR7PEPy6wO6gVZgcpnQ23W8S3ciR { top:22.875rem;left:13rem;width:18.75rem;height:6.8513293286244rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGS8LVSBT7EvebpIP2vTTU2gKdnOR70 { top:0.6875rem;left:0rem;width:47.75rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQR1Mexh8HivSTH2vNgk7GyQFG35pcO3 { top:0.8125rem;left:23.125rem;width:24.5625rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC0lzQDudXwI2nnyA36XtJtiQsn4MKx3 { top:27.125rem;left:0rem;width:23.6875rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmfnCenfZrfCukZOb5naTdi7fKN9MIyI { top:26.0625rem;left:11.4375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Sma1irKwnappFp5HDHaTfgVHW6ua3c { top:13.875rem;left:21.342449188233rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwUiLOl8Le6tlXtqgKoyF6MoQ5HSr9N2 { top:27.1875rem;left:14.25rem;width:17.5rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCWwWPeMT8tVN4OfeFnoyuN3uDfw3Ivw { top:23.5rem;left:8.1226568222044rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlDQumN1OpaEBtdp64vXSz9757TQt56s { display:block; }#GlDQumN1OpaEBtdp64vXSz9757TQt56s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSHhsTEu6RwURMoyQ54iV0iqVqUoEtl3 { top:6rem;left:0rem;width:47.75rem;height:26.850856327308rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFkTaRgVFU5zT7rtZcyWeu2fymIPnZ0g { top:0.75rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu7BbQ5T0Z7TFQfFrRoFT8ZP2a5x02Vp { top:1.8125rem;left:0rem;width:20.8125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwV3lT4Q4EEBeLwlH4bQ3u2D6gNRRwV5 { top:1.875rem;left:0rem;width:24.6875rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt6QvRNsCvXHzzMm9WtVIFHw17qvrpNS { top:0rem;left:0rem;width:47.75rem;height:47.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H { display:block; }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ue23beb0c619ef412596ec478340e7c6 { width:47.75rem;height:2.1875rem;top:3rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd7a2b418412478196f0c872e1537448 { top:7.8125rem;left:11.375000953674rem;width:25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E061a413dc0e4bfefad1bed816bd8644 { top:1.125rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tLuVe5S8JRniczXDkHWabuml6JSdxrWW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/15763916-59a6-46ce-9339-6423330b2da6/LearntoEarnRadita2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW.adaptive-delivery-prevent-bg, #tLuVe5S8JRniczXDkHWabuml6JSdxrWW.lazyload, #tLuVe5S8JRniczXDkHWabuml6JSdxrWW.lazyloading { background-image: none; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row .container { background-color: transparent; background-image: none; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row .container > .video-iframe-container { display: none; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row > .video-iframe-container { display: none; }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .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); }#tLuVe5S8JRniczXDkHWabuml6JSdxrWW > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db1817a55aa932bd9d16ca9499c04cbb { width:19.9995rem;height:3.25rem;top:8.748046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ga8f33abcd7ac1939ac398aae493ebef { width:20rem;height:7.4375rem;top:0.749267578125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b5b79f, #4c4744);background-image: -moz-linear-gradient(180deg, #b5b79f, #4c4744);background-image: -ms-linear-gradient(180deg, #b5b79f, #4c4744);background-image: -o-linear-gradient(180deg, #b5b79f, #4c4744);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b79f', endColorstr='#4c4744' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b79f', endColorstr='#4c4744' );";background-image: linear-gradient(180deg, #b5b79f, #4c4744);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row .container { background-color: transparent; background-image: none; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row .container > .video-iframe-container { display: none; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row > .video-iframe-container { display: none; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .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); }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row .container { border-width: 0; border-radius: 0; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vh0wvIJQ7rbS76uvqDTJqkTZmVbne6hB > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f42855487d8a8fe26cfc988a754cf393 { width:20rem;height:3.5rem;top:0rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #be58ef2d68d01403c39beb375562219e { width:19.625rem;height:3.15rem;top:3.3125rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu { display:block; }#ZOSTmM94d6XHAb9UV7R7dPsH0pK2xIeu > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLGxPBiI4d0OlPALzXSubNOUUtHGRmzk { display:flex;width:4.0625rem;height:4.0625rem;top:43.853515625rem;left:7.9687502980231rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #fkXAXiMa155f6i6ONK1F4wiINLCUKuBw { display:flex;width:4.0625rem;height:4.0625rem;top:1.3528642654419rem;left:7.9687502980231rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #SzxPSMtOlCK13CqArN823TbZBbyEpLyR { width:19.875rem;height:14.25rem;top:5.3736982345581rem;left:0.030598938465118rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Oc2XM73OmnlFFrLUQ8Qc4SoggHrdOg3A { width:17.436875rem;height:3.37435rem;top:54.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #opdLmDQJ01uitKx47hX8rAcN18HEeCB8 { display:block; }
 }@media only screen and (max-width: 763px) { #coLx1Izvwr3AOTsWT3PNg3C9cwanPB9T { display:flex;width:3.1875rem;height:3.1875rem;top:58.529951095581rem;left:8.4062502980231rem; }
 }@media only screen and (max-width: 763px) { #W7g1UXP7lXCL89muJGxBN1TknK8yIIP6 { width:16.686875rem;height:5.7rem;top:47.875rem;left:1.625rem;font-size:1.1875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JUFShxUFhAWNKPfJhfpITZvx9B4d0T3F { width:17.999375rem;height:4.05rem;top:23.75rem;left:1.0000000596046rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hAurbR7PEPy6wO6gVZgcpnQ23W8S3ciR { width:17.125rem;height:6.1875rem;top:34.875rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGS8LVSBT7EvebpIP2vTTU2gKdnOR70 { width:20rem;height:41.4375rem;top:1.1529946327209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQR1Mexh8HivSTH2vNgk7GyQFG35pcO3 { width:20rem;height:19.25rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC0lzQDudXwI2nnyA36XtJtiQsn4MKx3 { width:20rem;height:1.75rem;top:20.697917938233rem;left:0.010416686534882rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LmfnCenfZrfCukZOb5naTdi7fKN9MIyI { display:flex;width:4.4375rem;height:4.4375rem;top:66.914714813231rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7Sma1irKwnappFp5HDHaTfgVHW6ua3c { display:flex;width:5.8125rem;height:5.8125rem;top:28.348960876465rem;left:7.0937502980231rem; }
 }@media only screen and (max-width: 763px) { #RwUiLOl8Le6tlXtqgKoyF6MoQ5HSr9N2 { width:15.75rem;height:1.75rem;top:38.625rem;left:2.1250000596046rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MCWwWPeMT8tVN4OfeFnoyuN3uDfw3Ivw { display:flex;width:3.125rem;height:3.125rem;top:64.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GlDQumN1OpaEBtdp64vXSz9757TQt56s { display:block; }#GlDQumN1OpaEBtdp64vXSz9757TQt56s > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSHhsTEu6RwURMoyQ54iV0iqVqUoEtl3 { height:10.74975rem;width:19.18725rem;top:10.06201171875rem;left:0.404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFkTaRgVFU5zT7rtZcyWeu2fymIPnZ0g { display:flex;width:4.0625rem;height:4.0625rem;top:0.54166984558106rem;left:7.9687502980231rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #iu7BbQ5T0Z7TFQfFrRoFT8ZP2a5x02Vp { width:19.9995rem;height:0;top:1.5625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZwV3lT4Q4EEBeLwlH4bQ3u2D6gNRRwV5 { width:11.562rem;height:3.675rem;top:5.24951171875rem;left:4.21728515625rem;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qt6QvRNsCvXHzzMm9WtVIFHw17qvrpNS { width:20rem;height:23.3125rem;top:0.03125rem;left:0rem;background-color:#4c4744;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H { display:block; }#G31fkpMzKi1b7ps9CoQKVcC2zUrTXa0H > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ue23beb0c619ef412596ec478340e7c6 { width:10.3125rem;height:3.675rem;top:2.4375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd7a2b418412478196f0c872e1537448 { width:19.9995rem;height:3.43725625rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E061a413dc0e4bfefad1bed816bd8644 { width:20rem;height:13.0625rem;top:1.1875rem;left:0rem;display:block; }
 }