.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;
  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;
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { position:relative;display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { background-color: transparent; background-image: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container > .video-iframe-container { display: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row > .video-iframe-container { display: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .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); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { border-width: 0; border-radius: 0; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .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:4.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VDx4oeueIKOgKutMpCzvpQND08vbEOX6 { color:#101b6e;display:block;width:1.75rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.150390625rem;left:29.125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#wu1vds2vJBwsZVQF4XtdftNQkHKQAuDc { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.25rem;top:1.03125rem;left:30.6875rem;overflow:hidden;display:block; }
#Avvd4vnww5eHzFKm2HFUH27eRMdDNDtW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.5625rem;top:1.03125rem;left:20.6875rem;overflow:hidden;display:block; }
#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33c7ea;background-image:url("https://images.assets-landingi.com/uc/ebd7000f-32ae-41d7-bff9-a565025604fc/Untitleddesign20240827T171555651.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:satoshi;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.2236328125rem;left:1.3681640625rem;height:10.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { color:#00b9e5;display:block;width:30.6875rem;position:absolute;font-family:guthen;font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.6298828125rem;left:1.3681640625rem;height:3.4121125rem;font-style:normal;display:block; }
#A9EqDTgpOJbDwXK2196PZnxDevUrvSTM { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.255859375rem;left:1.3681640625rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XrNI4ZSRAA7WRkOv9bcOSMbpTTchwdug { z-index:15003;top:29.56689453125rem;left:1.3681640625rem;background-color:#f3f3f3;background-image:none;border-top:0.0625rem solid #f3f3f3;border-left:0.0625rem solid #f3f3f3;border-right:0.0625rem solid #f3f3f3;border-bottom:0.0625rem solid #f3f3f3;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#101b6e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eX2mZkUDCAZIiMSrTHMGvlLbVBF3UIrq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNu64a9e6UE5QuMrN3LflUJwAM8WRrBv { z-index:15003;top:29.56689453125rem;left:1.3681640625rem;background-color:#f3f3f3;background-image:none;border-top:0.0625rem solid #f3f3f3;border-left:0.0625rem solid #f3f3f3;border-right:0.0625rem solid #f3f3f3;border-bottom:0.0625rem solid #f3f3f3;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#101b6e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#A0iKNTnyn0oxo8JDKJ51DKEE3MZQWM14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 > .row .container { background-color: transparent; background-image: none; }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 > .row .container > .video-iframe-container { display: none; }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 > .row > .video-iframe-container { display: none; }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 > .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); }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 > .row .container { border-width: 0; border-radius: 0; }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 > .row .container { font-size:0.875rem;font-family:arial;height:96.0625rem;width:60rem;position:relative;display:block; }#Uu3L7fLImDQuIVk5T6fT8TpOPGJL9I9W { display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:2.03125rem;font-style:normal;color:#071033;text-align:center;text-align-last:center;display:block; }
#epJDf9xMhnPiFN8xA2kENaPHP2CQsbue { color:#121b6e;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.21240234375rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/a52f1835-ec9f-46d0-9ccd-6ac7941fca8d/ThumbnailAboutVetSchoolApplications.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;height:17.3125rem;width:28.125rem;position:absolute;display:block;z-index:15006;top:49.9375rem;left:31.3125rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC.adaptive-delivery-prevent-bg, #gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC.lazyload, #gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC.lazyloading { background-image: none; }
#BxP3F5pXQlEssxbKXRd4yW1Xun8LgNES { display:block;width:27.5rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:74.9375rem;left:0.625rem;height:1.625rem;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;color:#101b6e;display:block; }
#GNSMIPMgdCcQW4ci0ehgTo1Wvev3QEgF { display:block;width:29.375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:54.9375rem;left:0.75rem;height:8.4375rem;color:#101b6e;font-style:normal;display:block; }
#r7GPQFJvT7QzkG6BTfscOaKslbG99R2w { z-index:15010;top:63.875rem;left:7.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #101b6e;border-left:0.0625rem solid #101b6e;border-right:0.0625rem solid #101b6e;border-bottom:0.0625rem solid #101b6e;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#101b6e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tShGHXZZXvUa7oXHdLgDKixJqoJ3zXzc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJdC8LITRtfU332bad1ZfWvpLGNskUEp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/f7f8afba-6366-48d9-91ae-628d0d87b715/ThumbnailTheCurrentVeterinaryIndustryFutureCareerProspects.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;height:17.3125rem;width:28.125rem;position:absolute;display:block;z-index:15011;top:71.875rem;left:0.5625rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#IJdC8LITRtfU332bad1ZfWvpLGNskUEp.adaptive-delivery-prevent-bg, #IJdC8LITRtfU332bad1ZfWvpLGNskUEp.lazyload, #IJdC8LITRtfU332bad1ZfWvpLGNskUEp.lazyloading { background-image: none; }
#PeM3HMsLscJEERa3KJ482KIUSZViuLb9 { z-index:15017;top:85.8125rem;left:36.8125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #101b6e;border-left:0.0625rem solid #101b6e;border-right:0.0625rem solid #101b6e;border-bottom:0.0625rem solid #101b6e;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#101b6e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ah4V43dqSOQ8PlJcLpS9dLpTZB31w48i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzX61qNiF9vddIGOALrkzvviiqkgF1Ta { display:block;width:29.375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:77.1875rem;left:30.125rem;height:6.75rem;color:#101b6e;font-style:normal;display:block; }
#PXLSLbi0IRy8TikCgQboM02lhPSS95aX { display:block;width:27.5rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:74.5625rem;left:30.125rem;height:1.70605625rem;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;color:#101b6e;display:block; }
#gXiQQa2pavnl3AaCmzMz7t9xrTB1Rv4W { color:#121b6e;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.8994140625rem;left:0rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hEHe0RXRJFGvN2JmIgFVs2wGAnfCcuD2 { position:absolute;display:block;z-index:15018;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:22.5625rem;width:17.6875rem;top:21.125rem;left:5.53125rem;overflow:hidden;display:block; }
#KD6bvsccFPcK8ZD16smgiDDXGxMTbIft { display:block;width:29.375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:28.0625rem;left:26.125rem;height:13.5rem;color:#101b6e;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vMxpNCFcbpgcIDuLz4uN0xKGrbBRfXiw { display:block;width:29.375rem;position:absolute;font-family:satoshi;font-size:1.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:24rem;left:26.125rem;height:2.71875rem;color:#101b6e;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/wzoFwaKwP5M/unsplash/jimmy-woo-wzoFwaKwP5M-photo-1635157808034-f8513a30adb4.jpg");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; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH.adaptive-delivery-prevent-bg, #AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH.lazyload, #AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH.lazyloading { background-image: none; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row .container { background-color: transparent; background-image: none; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,27,110,0.85); }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row .container > .video-iframe-container { display: none; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,27,110,0.85); }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row > .video-iframe-container { display: none; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .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); }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row .container { border-width: 0; border-radius: 0; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#BIDI6ZENTqOeTxaEyBRMJDoDurWDzU85 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zX0EN5ckA0tEaIHaBFDpEsnHMFnHzZwv { color:#000000;display:block;width:47.375rem;position:absolute;font-family:satoshi;font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:6.3125rem;height:12.59278125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#egWAeuW5yDHpvhOJnw8E5x5md6A0H4qF { z-index:15004;top:22.8125rem;left:22.34375rem;background-color:#f3f3f3;background-image:none;border-top:0.0625rem solid #f3f3f3;border-left:0.0625rem solid #f3f3f3;border-right:0.0625rem solid #f3f3f3;border-bottom:0.0625rem solid #f3f3f3;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#101b6e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P7kHetlwWb7c9Jy9oKZpD3N6o91rIIqz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { 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; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { background-color: transparent; background-image: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .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); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { border-width: 0; border-radius: 0; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#Uaptrg5qyn9sfFWFtCu66gHDhr9wgMrq { position:absolute;display:block;z-index:15008;background-color:#f3f3f3;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9355625rem;top:7.6875rem;left:20.5625rem;display:block; }
#m8IoAesyi7yKbtJZNyg9W6BVB7HzO2Cr { color:#121b6e;display:block;width:18.9375rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.375rem;left:20.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbMT855mfQo9eGkLQs7PpTr51wBO907x { position:absolute;display:block;z-index:15005;background-color:#f3f3f3;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:7.6875rem;left:40.8125rem;display:block; }
#avaphEDVIcOwsGZWTP5nwXlnymgS969t { color:#121b6e;display:block;width:19rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:40.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lt8RoQ5Ix1C5N33Os1pTn0LsU6Evl6oS { color:#00b9e5;display:block;width:18.5rem;position:absolute;font-family:satoshi;font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5rem;left:20.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9IDovUlghXFPgUkPZIIQw74E43H7Qdm { color:#00b9e5;display:block;width:18.9375rem;position:absolute;font-family:satoshi;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5qgsg1Qblpz7U3ofLFrLBooDRHwBSre { position:absolute;display:block;z-index:15002;background-color:#f3f3f3;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:7.6875rem;left:0.375rem;display:block; }
#HDNn7F1FyiqZAVae0TUv8qGTgnlUF9sr { color:#121b6e;display:block;width:18.8125rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:0.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4PyMIBstCs3k0PZ1QByLnsdk2kAxWbf { color:#00b9e5;display:block;width:18.125rem;position:absolute;font-family:satoshi;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:0.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AFOJHN9J8W6Dk7I3qVkWFNC4WWuLFos2 { color:#101b6e;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gyZQGi0INNpb8mECzgRChtpZyWfNlMcU { 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:none; }#gyZQGi0INNpb8mECzgRChtpZyWfNlMcU > .row .container { border-width: 0; border-radius: 0; }#gyZQGi0INNpb8mECzgRChtpZyWfNlMcU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyZQGi0INNpb8mECzgRChtpZyWfNlMcU > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:60rem;position:relative;display:none; }#CSmtZOZeCGbAwVXH0P3mao0XM7scXzkQ { position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;border-top:0.3125rem solid #121b6e;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;height:7.75rem;width:19rem;top:28.125rem;left:0rem;display:block; }
#xltsatD4XXSJSaCc6iF1ipF3rVUB3kTs { color:#121b6e;display:block;width:19.122875rem;position:absolute;font-family:satoshi;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H0ngncCeLeCdSaWwv9HfxfwTMbroziXd { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.18625rem;top:11.125rem;left:2.875rem;overflow:hidden;display:block; }
#OtQxLrpcXvtIL9n7WS6HkvgamMT7rIyN { position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;border-top:0.3125rem solid #121b6e;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;height:7.7494375rem;width:18.9994375rem;top:28.25rem;left:20.5rem;display:block; }
#C12owHEIPOvyPQCbPvCRmKxkcisUHeJu { color:#121b6e;display:block;width:19.122875rem;position:absolute;font-family:satoshi;font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.875rem;left:20.4375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JODWTSPvcFT2WaG35znxAeViQQip8KPt { position:absolute;display:block;z-index:15014;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:9.375rem;width:13.125rem;top:11.125rem;left:23.4375rem;overflow:hidden;display:block; }
#Nzk85c0vqMwkOTcPLoROHWC7Pim1WS54 { position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;border-top:0.3125rem solid #121b6e;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;height:7.75rem;width:19rem;top:28.25rem;left:40.875rem;display:block; }
#zVQ4qT5h6oTP6MJ2UcVPSE8TERTJTPwr { color:#121b6e;display:block;width:19.122875rem;position:absolute;font-family:satoshi;font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.875rem;left:40.875rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTHXTigSgxC8mvtLJB1RiGuokvNMwNOF { position:absolute;display:block;z-index:15018;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:9.375rem;width:12.5rem;top:11.125rem;left:44.125rem;overflow:hidden;display:block; }
#LkrM42MEIp4oDDsN950TTduKlocyKOi7 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.125rem dashed #121b6e;border-left:0rem dashed #121b6e;border-right:0rem dashed #121b6e;border-bottom:0rem dashed #121b6e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:40.625rem;top:6.625rem;left:9.6875rem;display:block; }
#dJQ4g6bFrrb7liGOCJ7x9E9ty28NEX1B { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0rem dashed #121b6e;border-left:0.125rem dashed #121b6e;border-right:0rem dashed #121b6e;border-bottom:0rem dashed #121b6e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:0.0625rem;top:6.625rem;left:9.6875rem;display:block; }
#vcqZUaeJXyM6x11r6slPTJkUB4l7sKbL { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0rem dashed #121b6e;border-left:0.125rem dashed #121b6e;border-right:0rem dashed #121b6e;border-bottom:0rem dashed #121b6e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:0.0625rem;top:6.625rem;left:29.9375rem;display:block; }
#n6LJt9aL0Ed6q347sKDHOnv9IvJ1uoKR { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0rem dashed #121b6e;border-left:0.125rem dashed #121b6e;border-right:0rem dashed #121b6e;border-bottom:0rem dashed #121b6e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:0.0625rem;top:6.8125rem;left:50.5625rem;display:block; }
#oAnG39qWg786AZ1SDeggJ3SOdFsAJfgP { position:absolute;display:block;z-index:15023;background-color:#121b6e;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:6.3125rem;left:9.375rem;display:block; }
#gvGVRAhZJbybssDWdcTNoIRw1FkuZIGM { position:absolute;display:block;z-index:15024;background-color:#121b6e;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:6.3125rem;left:29.625rem;display:block; }
#Nf6NNws6V1ggunib8vz6ON4OJ5Lc5gk7 { position:absolute;display:block;z-index:15025;background-color:#121b6e;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:6.3125rem;left:50.25rem;display:block; }
#tuRU4aSX6467mlTQGZPcQggr9PbRzLcK { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;border-top:0rem dashed #121b6e;border-left:0.125rem dashed #121b6e;border-right:0rem dashed #121b6e;border-bottom:0rem dashed #121b6e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.624825rem;width:0.062144875rem;top:36.375rem;left:10rem;display:block; }
#MzfFff0u2ENeVe9qME5KA1pmais7zTZE { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;border-top:0rem dashed #121b6e;border-left:0.125rem dashed #121b6e;border-right:0rem dashed #121b6e;border-bottom:0rem dashed #121b6e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.624825rem;width:0.062144875rem;top:36.375rem;left:29.875rem;display:block; }
#Nl4Xrry4TpPGEE7EhLXTuv8gEWi4lTJq { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0rem dashed #121b6e;border-left:0.125rem dashed #121b6e;border-right:0rem dashed #121b6e;border-bottom:0rem dashed #121b6e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.624825rem;width:0.062144875rem;top:36.25rem;left:50.375rem;display:block; }
#afsCA6dLfT3tHMOwWGABNVpCvttshUL3 { position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;border-top:0.3125rem solid #121b6e;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;height:12.5625rem;width:19.0625rem;top:40.625rem;left:0rem;display:block; }
#fG5ttGwQPgwataiNd1zuxVqDTmLOLtDE { position:absolute;display:block;z-index:15012;background-color:#f3f3f3;background-image:none;border-top:0.3125rem solid #121b6e;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;height:16.3125rem;width:19.125rem;top:40.625rem;left:20.375rem;display:block; }
#nPc2nVEkvebUIauSpkmCBDinT3EyBgMS { position:absolute;display:block;z-index:15016;background-color:#f3f3f3;background-image:none;border-top:0.3125rem solid #121b6e;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;height:12.5625rem;width:19.0625rem;top:40.625rem;left:40.75rem;display:block; }
#bnCIBqvoMKrTF8Qke2NHSpQ6W3HbRb9s { color:#121b6e;display:block;width:16.9993125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:29.1875rem;left:1rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#mXI7HSH0B9lXq3e6Pl0817zyRAXNM5GA { color:#121b6e;display:block;width:17.5rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:29.25rem;left:21.25rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#BrDMWfBygGfFqKd9988T1qe9mINwOU7z { color:#121b6e;display:block;width:17.3118125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:29.1875rem;left:41.6875rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#fWpUGrKuLoBFQNGEZRgNThqckzPc7XNe { color:#121b6e;display:block;width:18.125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:42.0625rem;left:0.4375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KyomTLlTboI240d6ph9QQfan9x3okcSd { color:#121b6e;display:block;width:16.875rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:42.0625rem;left:21.5625rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NUIfCcmVFdGqrDGDahowQloEKQS8hVl0 { color:#121b6e;display:block;width:16.875rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:42.0625rem;left:41.9375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zO1CbZKU02mkzFprpyhMtpkAEt4qlCNa { z-index:15003;top:60.5625rem;left:20.0625rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101b6e;border-left:0.0625rem solid #101b6e;border-right:0.0625rem solid #101b6e;border-bottom:0.0625rem solid #101b6e;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#101b6e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qUK2vwOkZwrC0dJdJItogBZLLHhMSb3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UceyyWyDeE6qN9hdqn1qBlu0y7XRI2Th { color:#121b6e;display:block;width:60rem;position:absolute;font-family:adelle;font-size:3.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { background-color: transparent; background-image: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container > .video-iframe-container { display: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container { display: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .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); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { border-width: 0; border-radius: 0; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { color:#031569;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:12rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { 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:15037;opacity:1;top:3rem;left:27.75rem; }
#fFXG02W2E3ZIu7k39fAr476sINTBc8qE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:4.6875rem;left:25rem; }
#z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:4.6875rem;left:32.1875rem; }
#vd8cSu0twHA4dfSShdHicM6FFrcbq24l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:5.375rem;left:22.9375rem; }
#mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.375rem;left:35rem; }
#smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.375rem;width:25.625rem;top:21.9375rem;left:3.3125rem;display:block; }
#PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.375rem;width:25.625rem;top:21.9375rem;left:31.0625rem;display:block; }
#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { 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; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { background-color: transparent; background-image: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container > .video-iframe-container { display: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container { display: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .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); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { border-width: 0; border-radius: 0; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#xT0GyXDnUL2Cv8thoryreln774BnIKzK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3.125rem;left:25.625rem; }
#e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3.125rem;left:27.4375rem; }
#emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3.125rem;left:29.25rem; }
#FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:3.125rem;left:31.0625rem; }
#wcxaiHclovviqKI1mQneSTyiOMp12eEo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:3.125rem;left:32.8125rem; }
#Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { color:#031569;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { color:#031569;display:block;width:46.25rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:6.875rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CJGg2QChisvatTKsLcQBcyfbgidWT2wl { color:#031569;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:15.125rem;left:0rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#chaNotCprglCKauM97AUIGavptQgh61r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container { background-color: transparent; background-image: none; }#chaNotCprglCKauM97AUIGavptQgh61r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container > .video-iframe-container { display: none; }#chaNotCprglCKauM97AUIGavptQgh61r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chaNotCprglCKauM97AUIGavptQgh61r > .row > .video-iframe-container { display: none; }#chaNotCprglCKauM97AUIGavptQgh61r > .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); }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container { border-width: 0; border-radius: 0; }#chaNotCprglCKauM97AUIGavptQgh61r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container { font-size:0.875rem;font-family:arial;height:137.6875rem;width:60rem;position:relative;display:block; }#s0oKdUrgJO6BO0Ctfk2FAfDFlWfOQ4zs { position:absolute;display:block;z-index:15000;height:26.125rem;width:49.375rem;top:4.4375rem;left:5.3125rem;display:block; }
#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { background-color: transparent; background-image: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container > .video-iframe-container { display: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container { display: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .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); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { border-width: 0; border-radius: 0; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9.8125rem;top:1.125rem;left:0.625rem;overflow:hidden;display:block; }
#yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.625rem;left:15rem;height:7.34766875rem;font-style:normal;display:block; }
#qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:4.625rem;left:30rem;height:11.0215125rem;font-style:normal;display:block; }
#rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:4.625rem;left:45rem;height:9.7969rem;font-style:normal;display:block; }
#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { background-color: transparent; background-image: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container > .video-iframe-container { display: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container { display: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .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); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { border-width: 0; border-radius: 0; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:0rem;left:30rem;height:3.6738375rem;font-style:normal;display:block; }
#m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:0rem;left:45rem;height:3.6738375rem;font-style:normal;display:block; }
#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { background-color: transparent; background-image: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container > .video-iframe-container { display: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container { display: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .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); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { border-width: 0; border-radius: 0; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:1.2246125rem;font-style:normal;display:block; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0rem;left:50.059476852417rem; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0rem;left:52.871976852417rem; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#rxsl8CRqetMUdirik2NTICT3ypQyyBtW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0rem;left:44.999998092651rem; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0rem;left:47.739698410034rem; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDx4oeueIKOgKutMpCzvpQND08vbEOX6 { top:1.125rem;left:23rem;width:1.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu1vds2vJBwsZVQF4XtdftNQkHKQAuDc { top:1rem;left:24.5625rem;width:9.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avvd4vnww5eHzFKm2HFUH27eRMdDNDtW { top:1rem;left:14.5625rem;width:8.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:3.1875rem;left:0rem;width:36.0625rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { top:15.625rem;left:0rem;width:30.6875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9EqDTgpOJbDwXK2196PZnxDevUrvSTM { top:21.25rem;left:0rem;width:29.3125rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrNI4ZSRAA7WRkOv9bcOSMbpTTchwdug { top:29.5625rem;left:0rem;width:15.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2mZkUDCAZIiMSrTHMGvlLbVBF3UIrq { display:block; }
 }@media only screen and (max-width: 763px) { #VNu64a9e6UE5QuMrN3LflUJwAM8WRrBv { top:29.5625rem;left:0rem;width:15.3125rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0iKNTnyn0oxo8JDKJ51DKEE3MZQWM14 { display:block; }
 }@media only screen and (max-width: 763px) { #SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 { display:block; }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uu3L7fLImDQuIVk5T6fT8TpOPGJL9I9W { width:47.75rem;height:2rem;top:7.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epJDf9xMhnPiFN8xA2kENaPHP2CQsbue { width:47.75rem;height:3.625rem;top:3.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC.adaptive-delivery-prevent-bg, #gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC.lazyload, #gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BxP3F5pXQlEssxbKXRd4yW1Xun8LgNES { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNSMIPMgdCcQW4ci0ehgTo1Wvev3QEgF { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7GPQFJvT7QzkG6BTfscOaKslbG99R2w { top:0rem;left:15.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tShGHXZZXvUa7oXHdLgDKixJqoJ3zXzc { display:block; }
 }@media only screen and (max-width: 763px) { #IJdC8LITRtfU332bad1ZfWvpLGNskUEp { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IJdC8LITRtfU332bad1ZfWvpLGNskUEp.adaptive-delivery-prevent-bg, #IJdC8LITRtfU332bad1ZfWvpLGNskUEp.lazyload, #IJdC8LITRtfU332bad1ZfWvpLGNskUEp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PeM3HMsLscJEERa3KJ482KIUSZViuLb9 { top:0rem;left:15.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah4V43dqSOQ8PlJcLpS9dLpTZB31w48i { display:block; }
 }@media only screen and (max-width: 763px) { #uzX61qNiF9vddIGOALrkzvviiqkgF1Ta { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXLSLbi0IRy8TikCgQboM02lhPSS95aX { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXiQQa2pavnl3AaCmzMz7t9xrTB1Rv4W { width:47.75rem;height:5rem;top:11.875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEHe0RXRJFGvN2JmIgFVs2wGAnfCcuD2 { top:21.125rem;left:0rem;width:17.6875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD6bvsccFPcK8ZD16smgiDDXGxMTbIft { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMxpNCFcbpgcIDuLz4uN0xKGrbBRfXiw { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH { display:block; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIDI6ZENTqOeTxaEyBRMJDoDurWDzU85 { width:47.75rem;height:6.5rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX0EN5ckA0tEaIHaBFDpEsnHMFnHzZwv { top:8.75rem;left:0.1875rem;width:47.375rem;height:12.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egWAeuW5yDHpvhOJnw8E5x5md6A0H4qF { top:22.8125rem;left:16.21875rem;width:15.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7kHetlwWb7c9Jy9oKZpD3N6o91rIIqz { display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uaptrg5qyn9sfFWFtCu66gHDhr9wgMrq { width:18.875rem;height:10.3125rem;top:7.6875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8IoAesyi7yKbtJZNyg9W6BVB7HzO2Cr { width:18.9375rem;height:3.625rem;top:13.375rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbMT855mfQo9eGkLQs7PpTr51wBO907x { width:18.9375rem;height:10.3125rem;top:7.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avaphEDVIcOwsGZWTP5nwXlnymgS969t { width:19rem;height:3.625rem;top:13.375rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt8RoQ5Ix1C5N33Os1pTn0LsU6Evl6oS { width:18.5rem;height:4.875rem;top:8.5rem;left:14.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9IDovUlghXFPgUkPZIIQw74E43H7Qdm { width:18.9375rem;height:4.875rem;top:8.5rem;left:28.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5qgsg1Qblpz7U3ofLFrLBooDRHwBSre { width:18.9375rem;height:10.3125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDNn7F1FyiqZAVae0TUv8qGTgnlUF9sr { width:18.8125rem;height:3.625rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4PyMIBstCs3k0PZ1QByLnsdk2kAxWbf { width:18.125rem;height:4.875rem;top:8.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFOJHN9J8W6Dk7I3qVkWFNC4WWuLFos2 { width:47.75rem;height:3.625rem;top:2.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyZQGi0INNpb8mECzgRChtpZyWfNlMcU { display:block; }#gyZQGi0INNpb8mECzgRChtpZyWfNlMcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSmtZOZeCGbAwVXH0P3mao0XM7scXzkQ { width:19rem;height:7.75rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xltsatD4XXSJSaCc6iF1ipF3rVUB3kTs { width:19.0625rem;height:4.375rem;top:21.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ngncCeLeCdSaWwv9HfxfwTMbroziXd { width:13.125rem;height:9.3319397636619rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQxLrpcXvtIL9n7WS6HkvgamMT7rIyN { width:18.9375rem;height:7.6875rem;top:28.25rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C12owHEIPOvyPQCbPvCRmKxkcisUHeJu { width:19.0625rem;height:4.375rem;top:21.875rem;left:14.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JODWTSPvcFT2WaG35znxAeViQQip8KPt { width:13.125rem;height:9.375rem;top:11.125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzk85c0vqMwkOTcPLoROHWC7Pim1WS54 { width:19rem;height:7.75rem;top:28.25rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVQ4qT5h6oTP6MJ2UcVPSE8TERTJTPwr { width:19.0625rem;height:4.375rem;top:21.875rem;left:28.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTHXTigSgxC8mvtLJB1RiGuokvNMwNOF { width:12.5rem;height:9.375rem;top:11.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkrM42MEIp4oDDsN950TTduKlocyKOi7 { width:40.625rem;height:0.0625rem;top:6.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJQ4g6bFrrb7liGOCJ7x9E9ty28NEX1B { width:0.0625rem;height:3.625rem;top:6.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcqZUaeJXyM6x11r6slPTJkUB4l7sKbL { width:0.0625rem;height:3.625rem;top:6.625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6LJt9aL0Ed6q347sKDHOnv9IvJ1uoKR { width:0.0625rem;height:3.625rem;top:6.8125rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAnG39qWg786AZ1SDeggJ3SOdFsAJfgP { width:0.8125rem;height:0.8125rem;top:6.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvGVRAhZJbybssDWdcTNoIRw1FkuZIGM { width:0.8125rem;height:0.8125rem;top:6.3125rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf6NNws6V1ggunib8vz6ON4OJ5Lc5gk7 { width:0.8125rem;height:0.8125rem;top:6.3125rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuRU4aSX6467mlTQGZPcQggr9PbRzLcK { width:0;height:3.5625rem;top:36.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzfFff0u2ENeVe9qME5KA1pmais7zTZE { width:0;height:3.5625rem;top:36.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4Xrry4TpPGEE7EhLXTuv8gEWi4lTJq { width:0;height:3.5625rem;top:36.25rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsCA6dLfT3tHMOwWGABNVpCvttshUL3 { width:19.0625rem;height:12.5625rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG5ttGwQPgwataiNd1zuxVqDTmLOLtDE { width:19.125rem;height:16.3125rem;top:40.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPc2nVEkvebUIauSpkmCBDinT3EyBgMS { width:19.0625rem;height:12.5625rem;top:40.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnCIBqvoMKrTF8Qke2NHSpQ6W3HbRb9s { top:29.1875rem;left:0rem;width:16.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXI7HSH0B9lXq3e6Pl0817zyRAXNM5GA { top:29.25rem;left:15.125rem;width:17.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrDMWfBygGfFqKd9988T1qe9mINwOU7z { top:29.1875rem;left:30.5rem;width:17.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWpUGrKuLoBFQNGEZRgNThqckzPc7XNe { width:18.125rem;height:7.5rem;top:42.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyomTLlTboI240d6ph9QQfan9x3okcSd { width:16.875rem;height:13.5rem;top:42.0625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUIfCcmVFdGqrDGDahowQloEKQS8hVl0 { width:16.875rem;height:9rem;top:42.0625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO1CbZKU02mkzFprpyhMtpkAEt4qlCNa { top:60.5625rem;left:13.9375rem;width:19.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUK2vwOkZwrC0dJdJItogBZLLHhMSb3V { display:block; }
 }@media only screen and (max-width: 763px) { #UceyyWyDeE6qN9hdqn1qBlu0y7XRI2Th { width:47.75rem;height:4.1875rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { display:block; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { width:47.75rem;height:3.25rem;top:12rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { top:3rem;left:21.625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFXG02W2E3ZIu7k39fAr476sINTBc8qE { top:4.6875rem;left:18.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { top:4.6875rem;left:26.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd8cSu0twHA4dfSShdHicM6FFrcbq24l { top:5.375rem;left:16.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { top:5.375rem;left:28.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { top:21.9375rem;left:0rem;width:25.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { top:21.9375rem;left:22.125rem;width:25.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { display:block; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT0GyXDnUL2Cv8thoryreln774BnIKzK { top:3.125rem;left:19.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { top:3.125rem;left:21.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { top:3.125rem;left:23.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { top:3.125rem;left:24.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxaiHclovviqKI1mQneSTyiOMp12eEo { top:3.125rem;left:26.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { width:47.75rem;height:1.25rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { width:46.25rem;height:7.25rem;top:6.5625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJGg2QChisvatTKsLcQBcyfbgidWT2wl { width:47.75rem;height:0.875rem;top:15.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chaNotCprglCKauM97AUIGavptQgh61r { display:block; }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0oKdUrgJO6BO0Ctfk2FAfDFlWfOQ4zs { top:4.4375rem;left:0rem;width:47.75rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { display:block; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { top:1.125rem;left:0rem;width:9.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { top:4.625rem;left:11.9375rem;width:11.0625rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { top:4.625rem;left:23.875rem;width:11.0625rem;height:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { top:4.625rem;left:35.8125rem;width:11.0625rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { display:block; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { top:0rem;left:23.875rem;width:11.125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { top:0rem;left:35.8125rem;width:11.125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { display:block; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { top:0rem;left:0rem;width:14.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { top:0rem;left:39.340726852417rem;width:1.875rem;height:1.875rem;display:block; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { top:0rem;left:42.153226852417rem;width:1.875rem;height:1.875rem;display:block; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rxsl8CRqetMUdirik2NTICT3ypQyyBtW { top:0rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { top:0rem;left:37.020948410034rem;width:1.875rem;height:1.875rem;display:block; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDx4oeueIKOgKutMpCzvpQND08vbEOX6 { width:1.75rem;height:1.94970625rem;top:1.369140625rem;left:9.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu1vds2vJBwsZVQF4XtdftNQkHKQAuDc { width:7.125rem;height:1.5rem;top:1.625rem;left:10.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Avvd4vnww5eHzFKm2HFUH27eRMdDNDtW { width:7.1875rem;height:1.75rem;top:1.46875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/cea11165-0a53-45dd-b627-7635b3be7c25/Untitleddesign20240827T175219385.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:17.1875rem;height:4.875rem;top:3.826171875rem;left:0.46875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { width:15rem;height:5.19921875rem;top:9.1591796875rem;left:0.46875rem;font-size:2rem;color:#00b9e5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A9EqDTgpOJbDwXK2196PZnxDevUrvSTM { width:19.9345625rem;height:7.3125rem;top:15.734375rem;left:0.0654296875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#eff0f4;display:block; }
 }@media only screen and (max-width: 763px) { #XrNI4ZSRAA7WRkOv9bcOSMbpTTchwdug { top:24.5458984375rem;left:2.5625rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eX2mZkUDCAZIiMSrTHMGvlLbVBF3UIrq { display:block; }
 }@media only screen and (max-width: 763px) { #VNu64a9e6UE5QuMrN3LflUJwAM8WRrBv { top:24.6875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #A0iKNTnyn0oxo8JDKJ51DKEE3MZQWM14 { display:block; }
 }@media only screen and (max-width: 763px) { #SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 { display:block; }#SdTfbIIyio5QQqixd9zZzqZzTOJ2A2G6 > .row .container { width:20rem;height:137rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uu3L7fLImDQuIVk5T6fT8TpOPGJL9I9W { width:17.25rem;height:4.875rem;top:8.3125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epJDf9xMhnPiFN8xA2kENaPHP2CQsbue { width:20rem;height:5.19921875rem;top:2.48828125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:satoshi;display:block; }
 }@media only screen and (max-width: 763px) { #gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC { width:19.4375rem;height:11.0625rem;top:72.125rem;left:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/a52f1835-ec9f-46d0-9ccd-6ac7941fca8d/ThumbnailAboutVetSchoolApplications.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC.adaptive-delivery-prevent-bg, #gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC.lazyload, #gAZslQdT9t7plkEtVsf5GVvUTFvlp2RC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BxP3F5pXQlEssxbKXRd4yW1Xun8LgNES { width:20rem;height:3.25rem;top:83.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNSMIPMgdCcQW4ci0ehgTo1Wvev3QEgF { width:20rem;height:8.4375rem;top:88.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7GPQFJvT7QzkG6BTfscOaKslbG99R2w { top:98.125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tShGHXZZXvUa7oXHdLgDKixJqoJ3zXzc { display:block; }
 }@media only screen and (max-width: 763px) { #IJdC8LITRtfU332bad1ZfWvpLGNskUEp { width:19.4375rem;height:11.0625rem;top:104.625rem;left:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/f7f8afba-6366-48d9-91ae-628d0d87b715/ThumbnailTheCurrentVeterinaryIndustryFutureCareerProspects.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IJdC8LITRtfU332bad1ZfWvpLGNskUEp.adaptive-delivery-prevent-bg, #IJdC8LITRtfU332bad1ZfWvpLGNskUEp.lazyload, #IJdC8LITRtfU332bad1ZfWvpLGNskUEp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PeM3HMsLscJEERa3KJ482KIUSZViuLb9 { top:130.125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah4V43dqSOQ8PlJcLpS9dLpTZB31w48i { display:block; }
 }@media only screen and (max-width: 763px) { #uzX61qNiF9vddIGOALrkzvviiqkgF1Ta { width:20rem;height:8.4375rem;top:120.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXLSLbi0IRy8TikCgQboM02lhPSS95aX { width:20rem;height:2.76171875rem;top:116.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXiQQa2pavnl3AaCmzMz7t9xrTB1Rv4W { width:20rem;height:10.07424375rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;font-family:satoshi;display:block; }
 }@media only screen and (max-width: 763px) { #hEHe0RXRJFGvN2JmIgFVs2wGAnfCcuD2 { width:17.6875rem;height:22.5625rem;top:28.25rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD6bvsccFPcK8ZD16smgiDDXGxMTbIft { width:20rem;height:14.0625rem;top:56.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMxpNCFcbpgcIDuLz4uN0xKGrbBRfXiw { width:20rem;height:2.71875rem;top:52.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH { background-color:transparent;background-image:url("https://images.assets-landingi.com/Q_Sei-TqSlc/unsplash/naassom-azevedo-Q_Sei-TqSlc-photo-1517486808906-6ca8b3f04846.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH.adaptive-delivery-prevent-bg, #AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH.lazyload, #AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH.lazyloading { background-image: none; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row .container { background-color: transparent; background-image: none; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,27,110,0.9); }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row .container > .video-iframe-container { display: none; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,27,110,0.9); }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row > .video-iframe-container { display: none; }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .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); }#AoZLrXDkhisIcQaBFdtT6hhZAJ8MxEuH > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIDI6ZENTqOeTxaEyBRMJDoDurWDzU85 { width:20rem;height:6.09375rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX0EN5ckA0tEaIHaBFDpEsnHMFnHzZwv { width:19.25rem;height:10.80419375rem;top:8.71875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egWAeuW5yDHpvhOJnw8E5x5md6A0H4qF { top:22rem;left:2.34375rem;width:15.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7kHetlwWb7c9Jy9oKZpD3N6o91rIIqz { display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uaptrg5qyn9sfFWFtCu66gHDhr9wgMrq { width:18.9375rem;height:8.75rem;top:23.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8IoAesyi7yKbtJZNyg9W6BVB7HzO2Cr { width:17.5rem;height:3.8994125rem;top:26.787109375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbMT855mfQo9eGkLQs7PpTr51wBO907x { width:18.9375rem;height:8.75rem;top:13.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avaphEDVIcOwsGZWTP5nwXlnymgS969t { width:17.5rem;height:3.8994125rem;top:17.86328125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lt8RoQ5Ix1C5N33Os1pTn0LsU6Evl6oS { width:17.5rem;height:2.5996125rem;top:24.2490234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9IDovUlghXFPgUkPZIIQw74E43H7Qdm { width:17.5rem;height:2.5996125rem;top:14.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5qgsg1Qblpz7U3ofLFrLBooDRHwBSre { width:18.9375rem;height:8.75rem;top:3.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDNn7F1FyiqZAVae0TUv8qGTgnlUF9sr { width:17.5rem;height:3.8994125rem;top:7.11328125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4PyMIBstCs3k0PZ1QByLnsdk2kAxWbf { width:17.5rem;height:2.5996125rem;top:4.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFOJHN9J8W6Dk7I3qVkWFNC4WWuLFos2 { width:20rem;height:2.5996125rem;top:0.5869140625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:satoshi;display:block; }
 }@media only screen and (max-width: 763px) { #gyZQGi0INNpb8mECzgRChtpZyWfNlMcU { display:none; }#gyZQGi0INNpb8mECzgRChtpZyWfNlMcU > .row .container { width:20rem;height:117.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CSmtZOZeCGbAwVXH0P3mao0XM7scXzkQ { width:18.9994375rem;height:16.8119375rem;top:17.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xltsatD4XXSJSaCc6iF1ipF3rVUB3kTs { width:20rem;height:1.86865rem;top:14.31640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ngncCeLeCdSaWwv9HfxfwTMbroziXd { width:13.249rem;height:6.25rem;top:6.9990234375rem;left:3.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQxLrpcXvtIL9n7WS6HkvgamMT7rIyN { width:18.9994375rem;height:23.6248125rem;top:49.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C12owHEIPOvyPQCbPvCRmKxkcisUHeJu { width:20rem;height:3.73730625rem;top:44.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JODWTSPvcFT2WaG35znxAeViQQip8KPt { width:13.125rem;height:6.25rem;top:37.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzk85c0vqMwkOTcPLoROHWC7Pim1WS54 { width:18.9994375rem;height:20.062125rem;top:89.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVQ4qT5h6oTP6MJ2UcVPSE8TERTJTPwr { width:17.8125rem;height:3.73730625rem;top:83.375rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTHXTigSgxC8mvtLJB1RiGuokvNMwNOF { width:12.5rem;height:6.25rem;top:76.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkrM42MEIp4oDDsN950TTduKlocyKOi7 { width:20rem;height:0.0625rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJQ4g6bFrrb7liGOCJ7x9E9ty28NEX1B { width:0.0625rem;height:3.625rem;top:12.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcqZUaeJXyM6x11r6slPTJkUB4l7sKbL { width:0.0625rem;height:3.625rem;top:21rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6LJt9aL0Ed6q347sKDHOnv9IvJ1uoKR { width:0.0625rem;height:3.625rem;top:27.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAnG39qWg786AZ1SDeggJ3SOdFsAJfgP { width:0.8125rem;height:0.8125rem;top:10.5625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvGVRAhZJbybssDWdcTNoIRw1FkuZIGM { width:0.8125rem;height:0.8125rem;top:18.9375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nf6NNws6V1ggunib8vz6ON4OJ5Lc5gk7 { width:0.8125rem;height:0.8125rem;top:25.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuRU4aSX6467mlTQGZPcQggr9PbRzLcK { width:0;height:3.5625rem;top:36.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzfFff0u2ENeVe9qME5KA1pmais7zTZE { width:0;height:3.5625rem;top:36.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nl4Xrry4TpPGEE7EhLXTuv8gEWi4lTJq { width:0;height:3.5625rem;top:36.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #afsCA6dLfT3tHMOwWGABNVpCvttshUL3 { width:19.0625rem;height:12.56125rem;top:49.256924629211rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fG5ttGwQPgwataiNd1zuxVqDTmLOLtDE { width:19.0625rem;height:16.25rem;top:123.72954645081rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPc2nVEkvebUIauSpkmCBDinT3EyBgMS { width:19.0625rem;height:12.5625rem;top:141.51363707581rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnCIBqvoMKrTF8Qke2NHSpQ6W3HbRb9s { width:17.5rem;height:5.19921875rem;top:19.5625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXI7HSH0B9lXq3e6Pl0817zyRAXNM5GA { width:17.6243125rem;height:5.19921875rem;top:52.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrDMWfBygGfFqKd9988T1qe9mINwOU7z { width:17.5rem;height:6.499rem;top:91.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWpUGrKuLoBFQNGEZRgNThqckzPc7XNe { width:17.5rem;height:7.5rem;top:26rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyomTLlTboI240d6ph9QQfan9x3okcSd { width:17.5rem;height:13.5rem;top:58rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUIfCcmVFdGqrDGDahowQloEKQS8hVl0 { width:17.5rem;height:9rem;top:99.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zO1CbZKU02mkzFprpyhMtpkAEt4qlCNa { top:111.935546875rem;left:2.28125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUK2vwOkZwrC0dJdJItogBZLLHhMSb3V { display:block; }
 }@media only screen and (max-width: 763px) { #UceyyWyDeE6qN9hdqn1qBlu0y7XRI2Th { width:20rem;height:5.19921875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:satoshi;display:block; }
 }@media only screen and (max-width: 763px) { #BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { display:none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { width:20rem;height:4.375rem;top:9.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { display:flex;width:4.4375rem;height:4.4375rem;top:2.75rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #fFXG02W2E3ZIu7k39fAr476sINTBc8qE { display:flex;width:2.8125rem;height:2.8125rem;top:4.375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { display:flex;width:2.8125rem;height:2.8125rem;top:4.375rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #vd8cSu0twHA4dfSShdHicM6FFrcbq24l { display:flex;width:2.125rem;height:2.125rem;top:5.0625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { display:flex;width:2.125rem;height:2.125rem;top:5.0625rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { height:11.25rem;width:20rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { height:11.21875rem;width:20rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { display:none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { width:20rem;height:24.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xT0GyXDnUL2Cv8thoryreln774BnIKzK { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #wcxaiHclovviqKI1mQneSTyiOMp12eEo { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { width:20rem;height:2.1875rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { width:19rem;height:14.297875rem;top:6rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJGg2QChisvatTKsLcQBcyfbgidWT2wl { width:20rem;height:1rem;top:22.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chaNotCprglCKauM97AUIGavptQgh61r { display:none; }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container { width:20rem;height:95.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s0oKdUrgJO6BO0Ctfk2FAfDFlWfOQ4zs { width:20rem;height:11.1875rem;top:1.9375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { display:block; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { width:6.8125rem;height:1.875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { width:20rem;height:5.24903125rem;top:4.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { width:11.125rem;height:9.44825625rem;top:11.5625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { width:7.562125rem;height:8.39845rem;top:11.477277755738rem;left:11.188742041588rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { display:block; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { width:11.125rem;height:3.14941875rem;top:1rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { width:11.125rem;height:3.14941875rem;top:0.9990234375rem;left:8.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { display:block; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { width:12.125rem;height:1.05025rem;top:0.625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { display:flex;width:1.25rem;height:1.25rem;top:0.52468109130859rem;left:13.486327528954rem;font-size:0.875rem; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { display:flex;width:1.25rem;height:1.25rem;top:0.5rem;left:18.75rem;font-size:0.875rem; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #rxsl8CRqetMUdirik2NTICT3ypQyyBtW { display:flex;width:1.25rem;height:1.25rem;top:0.52468109130859rem;left:15.243252158165rem;font-size:0.875rem; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { display:flex;width:1.25rem;height:1.25rem;top:0.52468109130859rem;left:17.055220007896rem;font-size:0.875rem; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }