.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu { background-color:transparent;background-image:url("https://images.assets-landingi.com/JqkXvWrp/Zimplu_Laptop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu.adaptive-delivery-prevent-bg, #qMwD2aqq9emEkrPDdDWvD14gcvWgiotu.lazyload, #qMwD2aqq9emEkrPDdDWvD14gcvWgiotu.lazyloading { background-image: none; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row .container { background-color: transparent; background-image: none; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row .container > .video-iframe-container { display: none; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row > .video-iframe-container { display: none; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .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); }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row .container { border-width: 0; border-radius: 0; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row > .video-iframe-container {  }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;overflow:visible;position:relative;display:block; }#tHfnRel37L80BrNxkKMsePENlhhMmA00 { display:block;width:56.5625rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;top:11.8515625rem;left:1.71875rem;height:3.5869125rem;color:#b2bac5;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; }
#gCDRtZQ2vVPXMLQb7teTFedX7zcUa4dP { z-index:15000;top:19.875rem;left:20.5625rem;background-color:#e84c3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;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;box-shadow: 0rem -0.1875rem 0rem #f98166 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HDcRwm7EdHcfsRP8dUF2lNGKP4y16TNZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l25GOrks6vOhSFyABJNHmnJhfFZWwHbF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:7.25rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#JJfTVgN2vfvxX3oZHQcTOVBUkrPkNSg2 { display:block;width:55.75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;top:15.375rem;left:2.125rem;height:;color:#b2bac5;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; }
#rtZscdrfnWlImVGCQiCJqULlFn5rASJO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effdfe;background-image:none;position:relative;display:block; }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO > .row .container { background-color: transparent; background-image: none; }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO > .row .container > .video-iframe-container { display: none; }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO > .row > .video-iframe-container { display: none; }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO > .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); }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO > .row .container { border-width: 0; border-radius: 0; }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO > .row > .video-iframe-container {  }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#GTimHyi64BosO2u7KBEwfqDJPBScVeJ0 { display:block;width:58.3125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.09375rem;left:1.5rem;height:;text-align:center;text-align-last:center;color:#31455f;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effdfe;background-image:none;position:relative;display:block; }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB > .row .container { background-color: transparent; background-image: none; }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB > .row .container > .video-iframe-container { display: none; }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB > .row > .video-iframe-container { display: none; }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB > .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); }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB > .row .container { border-width: 0; border-radius: 0; }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB > .row > .video-iframe-container {  }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#gFS4TWKakhTRn9EnL4LHLb5MA0LOIs0w { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#3c8df1;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15000;top:0.625rem;left:3.75rem;display:block; }
#PGvkiPJFOyfOP6OGUiR6zbo0bOGXc4av { display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.25rem;height:;color:#31455f;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wkapCVPIR233yvSDWtImMRaCdZJT12af { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.8125rem;left:5.9375rem;display:block; }
#JxTtTze8cNtQT5TQXN1IKTgO1CcH9GMl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#364860;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15001;top:1rem;left:18.75rem;display:block; }
#ZHCWLcuFE9FqNr38xD2Sd1COdytPcENl { display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.4375rem;left:16.25rem;height:;color:#31455f;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2uu684htmiXk99SiKcJt4S0X50Enlzd { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:3.1875rem;left:20.9375rem;display:block; }
#umBKzraOUO8ZwNbnCMTKWJfBoTBsWFi5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#c576ce;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15002;top:1rem;left:33.75rem;display:block; }
#tnX6sH7Mpp8Amd1hU3A3Nt8ZoGyZcZlw { display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.4375rem;left:45.250001907349rem;height:;color:#31455f;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UI4iQv0MKDZSPHSwX1CJKGTeMWFlw8G3 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:3.1875rem;left:35.9375rem;display:block; }
#ZheNZOHybfIFQ3WkXXK4w9KtVO0VJfIo { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#42ccad;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15003;top:1rem;left:48.75rem;display:block; }
#OytGtpFvWaMGxWE1uRs6iB3QfZp5hpb4 { display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.4375rem;left:1.25rem;height:;color:#31455f;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IkaTqqk8IML8PwwMMM3AFkA0EtaIGvZh { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:3.1875rem;left:50.9375rem;display:block; }
#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx { position:relative;display:block; }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx { background-color: transparent; background-image: none; }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx > .row .container > .video-iframe-container { display: none; }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx > .row > .video-iframe-container { display: none; }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx > .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); }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx { border-width: 0; border-radius: 0; }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx > .row .container > .video-iframe-container {  }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx > .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:20.875rem;width:60rem;position:relative;display:block; }#l3bBQnuWpVSrqFLiQgPvWwIa0FIrS4Zy { display:block;width:41.4375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:2.25rem;left:9.25rem;height:2.625rem;color:#31455f;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z3H5hbPdGo2ClV61DR8DqHSn4E7xmM4v { display:block;width:28.1875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8rem;left:15.75rem;height:1.7875rem;color:#31455f;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uCH8ydTUtZ6lITR3KEgawxM0oE679Dnm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#42ccad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15006;top:7.4375rem;left:11.3125rem;display:block; }
#Lq7HRVgtJvG7og59tKWI479Eng9B12PD { display:block;width:2.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.3125rem;height:1.7875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#q8sbaMvUf6Ouw4sqEmL30kdL3rkR57Oa { display:block;width:35rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.125rem;left:15.75rem;height:1.7875rem;color:#31455f;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ku7c3KapyBkwrwWsah8EnicgKdoWhM5B { display:block;width:2.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.125rem;left:11.3125rem;height:1.7875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#lPHVM26ZgBKy3lpfcEeUk12ilR26KWLS { display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.375rem;left:15.75rem;height:1.7875rem;color:#31455f;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hJvU2th2hFS28B3Ll0yWJ6ExkT8fTZ72 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#42ccad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15012;top:15.8125rem;left:11.3125rem;display:block; }
#Vu6BEU9XE7AeW9IsfTERaekC3uDbsqv0 { display:block;width:2.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:11.3125rem;height:1.7875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#IGg832aAr3fSFS71rdWB2biTbR0WpEQB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#42ccad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15003;top:11.6875rem;left:11.3125rem;display:block; }
#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effdfe;background-image:none;position:relative;display:block; }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM > .row .container { background-color: transparent; background-image: none; }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM > .row .container > .video-iframe-container { display: none; }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM > .row > .video-iframe-container { display: none; }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM > .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); }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM > .row .container { border-width: 0; border-radius: 0; }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM > .row > .video-iframe-container {  }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#KFtx1xprrq6MWFI5fLzSmTOIZwd7y4ia { display:block;width:35.4375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.4375rem;height:2.6rem;font-style:normal;color:#31455f;text-align:center;text-align-last:center;display:block; }
#qJf0sepgWWsaxWOZFbO98kDZ0E2mAJtl { background-color:#3770d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.1875rem;left:42.5rem;display:block; }
#sKHuD1FrVfyTnk4lfhbIvXe2VIm3iKP9 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#On1fGzPDroxWCzUlBUtDTFhXOG03RLXl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.4375rem;width:2.1875rem;position:absolute;display:block;z-index:15004;top:4.2179698944092rem;left:38.875001907349rem;overflow:hidden;display:block; }
#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 { position:relative;display:block; }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 { background-color: transparent; background-image: none; }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 > .row .container > .video-iframe-container { display: none; }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 > .row > .video-iframe-container { display: none; }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 > .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); }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 { border-width: 0; border-radius: 0; }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 > .row .container > .video-iframe-container {  }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 > .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:40.3125rem;width:60rem;position:relative;display:block; }#QLxA3ilBTEg4vnzoluTd2olEHKEF0TA3 { color:#31455f;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.9375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#atn4Dof6ZXd8vWTt6GyTlA31MWMGVl75 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.875rem;width:49.8125rem;top:9.9375rem;left:4.46875rem;display:block; }
#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effdfe;background-image:none;position:relative;display:block; }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt > .row .container { background-color: transparent; background-image: none; }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt > .row .container > .video-iframe-container { display: none; }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt > .row > .video-iframe-container { display: none; }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt > .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); }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt > .row .container { border-width: 0; border-radius: 0; }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt > .row > .video-iframe-container {  }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#i353DkFwm51OhnQQSTFDMPgLD5K4ySHl { display:block;width:35.4375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.4375rem;height:2.5996125rem;font-style:normal;color:#31455f;text-align:center;text-align-last:center;display:block; }
#TErPTAuQ0HGa2wgaBDnVLIq8WbSpihkT { background-color:#3770d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.1875rem;left:42.5rem;display:block; }
#LAHiSDMeUWXzid1rmupTatGh5MAgDVTW { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#QU5NXCDvppLQVfWpeIeLgpZroHwfbUc9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.4375rem;width:2.1875rem;position:absolute;display:block;z-index:15004;top:4.2179698944092rem;left:38.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qMwD2aqq9emEkrPDdDWvD14gcvWgiotu { display:block; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHfnRel37L80BrNxkKMsePENlhhMmA00 { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDRtZQ2vVPXMLQb7teTFedX7zcUa4dP { top:19.875rem;left:14.4375rem;width:18.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDcRwm7EdHcfsRP8dUF2lNGKP4y16TNZ { display:block; }
 }@media only screen and (max-width: 763px) { #l25GOrks6vOhSFyABJNHmnJhfFZWwHbF { width:7.25rem;height:2.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJfTVgN2vfvxX3oZHQcTOVBUkrPkNSg2 { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtZscdrfnWlImVGCQiCJqULlFn5rASJO { display:block; }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTimHyi64BosO2u7KBEwfqDJPBScVeJ0 { width:47.75rem;height:;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1zaGhn7PrDwvld32wg5F4nN4cEImHB { display:block; }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFS4TWKakhTRn9EnL4LHLb5MA0LOIs0w { width:7.5rem;height:7.5rem;top:0.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGvkiPJFOyfOP6OGUiR6zbo0bOGXc4av { width:14.5rem;height:;top:10.4375rem;left:21.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkapCVPIR233yvSDWtImMRaCdZJT12af { width:3.125rem;height:3.125rem;top:2.25rem;left:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxTtTze8cNtQT5TQXN1IKTgO1CcH9GMl { width:7.5rem;height:7.5rem;top:0.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHCWLcuFE9FqNr38xD2Sd1COdytPcENl { width:12.5rem;height:;top:10.4375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2uu684htmiXk99SiKcJt4S0X50Enlzd { width:3.125rem;height:3.125rem;top:2.3125rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umBKzraOUO8ZwNbnCMTKWJfBoTBsWFi5 { width:7.5rem;height:7.5rem;top:0rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnX6sH7Mpp8Amd1hU3A3Nt8ZoGyZcZlw { width:14.5rem;height:;top:10.4375rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI4iQv0MKDZSPHSwX1CJKGTeMWFlw8G3 { width:3.125rem;height:3.125rem;top:2.1875rem;left:28.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZheNZOHybfIFQ3WkXXK4w9KtVO0VJfIo { width:7.5rem;height:7.5rem;top:0rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #OytGtpFvWaMGxWE1uRs6iB3QfZp5hpb4 { width:12.5rem;height:;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkaTqqk8IML8PwwMMM3AFkA0EtaIGvZh { width:3.125rem;height:3.125rem;top:2.1875rem;left:40.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx { display:block; }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3bBQnuWpVSrqFLiQgPvWwIa0FIrS4Zy { width:39.0625rem;height:5.375rem;top:0.6875rem;left:4.34375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3H5hbPdGo2ClV61DR8DqHSn4E7xmM4v { width:18.75rem;height:1.4375rem;top:8.0625rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCH8ydTUtZ6lITR3KEgawxM0oE679Dnm { width:2.8125rem;height:2.8125rem;top:7.6875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7HRVgtJvG7og59tKWI479Eng9B12PD { width:2.8125rem;height:1.75rem;top:8.125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8sbaMvUf6Ouw4sqEmL30kdL3rkR57Oa { width:18.75rem;height:2.875rem;top:11.0625rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku7c3KapyBkwrwWsah8EnicgKdoWhM5B { width:2.8125rem;height:1.75rem;top:11.625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPHVM26ZgBKy3lpfcEeUk12ilR26KWLS { width:18.75rem;height:1.4375rem;top:15.1875rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJvU2th2hFS28B3Ll0yWJ6ExkT8fTZ72 { width:2.8125rem;height:2.8125rem;top:14.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu6BEU9XE7AeW9IsfTERaekC3uDbsqv0 { width:2.8125rem;height:1.75rem;top:14.9375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGg832aAr3fSFS71rdWB2biTbR0WpEQB { width:2.8125rem;height:2.8125rem;top:14.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a29LT56hJwUTniVK8RrC9rZf1tXZM8yM { display:block; }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFtx1xprrq6MWFI5fLzSmTOIZwd7y4ia { width:27.5rem;height:5.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJf0sepgWWsaxWOZFbO98kDZ0E2mAJtl { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKHuD1FrVfyTnk4lfhbIvXe2VIm3iKP9 { display:block; }
 }@media only screen and (max-width: 763px) { #On1fGzPDroxWCzUlBUtDTFhXOG03RLXl { width:2.1875rem;height:1.4375rem;top:5.125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 { display:block; }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLxA3ilBTEg4vnzoluTd2olEHKEF0TA3 { width:44.875rem;height:6.5rem;top:2.5rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atn4Dof6ZXd8vWTt6GyTlA31MWMGVl75 { width:47.75rem;height:26.720828105395rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt { display:block; }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i353DkFwm51OhnQQSTFDMPgLD5K4ySHl { width:27.5rem;height:5.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErPTAuQ0HGa2wgaBDnVLIq8WbSpihkT { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAHiSDMeUWXzid1rmupTatGh5MAgDVTW { display:block; }
 }@media only screen and (max-width: 763px) { #QU5NXCDvppLQVfWpeIeLgpZroHwfbUc9 { width:2.1875rem;height:1.4375rem;top:5.125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qMwD2aqq9emEkrPDdDWvD14gcvWgiotu { background-color:transparent;background-image:url("https://images.assets-landingi.com/JqkXvWrp/Zimplu_Laptop.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu.adaptive-delivery-prevent-bg, #qMwD2aqq9emEkrPDdDWvD14gcvWgiotu.lazyload, #qMwD2aqq9emEkrPDdDWvD14gcvWgiotu.lazyloading { background-image: none; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row .container { background-color: transparent; background-image: none; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row .container > .video-iframe-container { display: none; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row > .video-iframe-container { display: none; }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .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); }#qMwD2aqq9emEkrPDdDWvD14gcvWgiotu > .row .container { height:24.4375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHfnRel37L80BrNxkKMsePENlhhMmA00 { width:20rem;height:4.19921875rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gCDRtZQ2vVPXMLQb7teTFedX7zcUa4dP { top:14.9375rem;left:3.75rem;width:12.5rem;height:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDcRwm7EdHcfsRP8dUF2lNGKP4y16TNZ { display:block; }
 }@media only screen and (max-width: 763px) { #l25GOrks6vOhSFyABJNHmnJhfFZWwHbF { width:6.1875rem;height:1.75rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJfTVgN2vfvxX3oZHQcTOVBUkrPkNSg2 { width:20rem;height:3.1484375rem;top:10.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rtZscdrfnWlImVGCQiCJqULlFn5rASJO { display:block; }#rtZscdrfnWlImVGCQiCJqULlFn5rASJO > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTimHyi64BosO2u7KBEwfqDJPBScVeJ0 { width:18.75rem;height:2.7625rem;top:0.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1zaGhn7PrDwvld32wg5F4nN4cEImHB { display:block; }#dU1zaGhn7PrDwvld32wg5F4nN4cEImHB > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFS4TWKakhTRn9EnL4LHLb5MA0LOIs0w { width:2.8125rem;height:2.8125rem;top:1.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGvkiPJFOyfOP6OGUiR6zbo0bOGXc4av { width:15rem;height:1.21875rem;top:4.875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkapCVPIR233yvSDWtImMRaCdZJT12af { width:2rem;height:2rem;top:1.5rem;left:8.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxTtTze8cNtQT5TQXN1IKTgO1CcH9GMl { width:3rem;height:3rem;top:9.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHCWLcuFE9FqNr38xD2Sd1COdytPcENl { width:12.125rem;height:2.4375rem;top:13.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2uu684htmiXk99SiKcJt4S0X50Enlzd { width:1.9375rem;height:1.9375rem;top:9.9375rem;left:8.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umBKzraOUO8ZwNbnCMTKWJfBoTBsWFi5 { width:3rem;height:3rem;top:17.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnX6sH7Mpp8Amd1hU3A3Nt8ZoGyZcZlw { width:14.1875rem;height:1.21875rem;top:21.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI4iQv0MKDZSPHSwX1CJKGTeMWFlw8G3 { width:2.8125rem;height:2.8125rem;top:17.3125rem;left:8.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZheNZOHybfIFQ3WkXXK4w9KtVO0VJfIo { width:2.9375rem;height:2.9375rem;top:24.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OytGtpFvWaMGxWE1uRs6iB3QfZp5hpb4 { width:14.5625rem;height:1.21875rem;top:27.8125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkaTqqk8IML8PwwMMM3AFkA0EtaIGvZh { width:2.0625rem;height:2.0625rem;top:25.0625rem;left:9rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx { display:block; }#AVlIsxeAmKZyDZFPiLNnKEUF6nnN1qnx > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3bBQnuWpVSrqFLiQgPvWwIa0FIrS4Zy { width:18.75rem;height:3.1484375rem;top:1.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3H5hbPdGo2ClV61DR8DqHSn4E7xmM4v { width:14.6875rem;height:2.4375rem;top:7.4375rem;left:4.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCH8ydTUtZ6lITR3KEgawxM0oE679Dnm { width:2.375rem;height:2.375rem;top:7.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7HRVgtJvG7og59tKWI479Eng9B12PD { width:2.8125rem;height:1.3rem;top:8rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8sbaMvUf6Ouw4sqEmL30kdL3rkR57Oa { width:14.6875rem;height:2.7625rem;top:11.25rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku7c3KapyBkwrwWsah8EnicgKdoWhM5B { width:2.8125rem;height:1.3rem;top:12rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPHVM26ZgBKy3lpfcEeUk12ilR26KWLS { width:14.6875rem;height:2.7625rem;top:15.875rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJvU2th2hFS28B3Ll0yWJ6ExkT8fTZ72 { width:2.375rem;height:2.375rem;top:16.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu6BEU9XE7AeW9IsfTERaekC3uDbsqv0 { width:2.8125rem;height:1.3rem;top:16.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGg832aAr3fSFS71rdWB2biTbR0WpEQB { width:2.4375rem;height:2.4375rem;top:11.40625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a29LT56hJwUTniVK8RrC9rZf1tXZM8yM { display:block; }#a29LT56hJwUTniVK8RrC9rZf1tXZM8yM > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFtx1xprrq6MWFI5fLzSmTOIZwd7y4ia { width:18.75rem;height:3.4125rem;top:1.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJf0sepgWWsaxWOZFbO98kDZ0E2mAJtl { width:12.125rem;height:2.5rem;top:5.5rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKHuD1FrVfyTnk4lfhbIvXe2VIm3iKP9 { display:block; }
 }@media only screen and (max-width: 763px) { #On1fGzPDroxWCzUlBUtDTFhXOG03RLXl { width:2.1875rem;height:1.4375rem;top:32.0625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 { display:block; }#yseTBCNLNd47nI2CGiZepR3VlunF4Gl0 > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLxA3ilBTEg4vnzoluTd2olEHKEF0TA3 { width:20rem;height:3.25rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atn4Dof6ZXd8vWTt6GyTlA31MWMGVl75 { height:11.191375rem;width:20rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt { display:block; }#kqQ2Q9sRxCbEWdZTyA2ZLmsW3xJMX0Gt > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i353DkFwm51OhnQQSTFDMPgLD5K4ySHl { width:18.75rem;height:3.4125rem;top:1.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErPTAuQ0HGa2wgaBDnVLIq8WbSpihkT { width:12.125rem;height:2.5rem;top:5.5rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAHiSDMeUWXzid1rmupTatGh5MAgDVTW { display:block; }
 }@media only screen and (max-width: 763px) { #QU5NXCDvppLQVfWpeIeLgpZroHwfbUc9 { width:2.1875rem;height:1.4375rem;top:32.0625rem;left:8.875rem;display:none; }
 }