.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;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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/uc/fb4de2ac-4f74-467c-8e56-73f6b7c2030f/EOS_SG_Powerpointtitle_3.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container {  }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:"eos office";font-size:4.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:8.66796875rem;left:0rem;height:14.64375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ed5lHNJbGcVpXcgH8NDxCoJdxlUP3wXb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:9.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .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); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container {  }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:#ea0029;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2648448944092rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { color:#31171f;display:block;width:56.0625rem;position:absolute;font-family:"eos office";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9835929870606rem;left:1.96875rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { color:#ea0029;display:block;width:60rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#31171f;background-image:none;position:relative;display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { background-color: transparent; background-image: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .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); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { border-width: 0; border-radius: 0; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container {  }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#Qwt38JfIyvcFiDvPqHxZlUiHc7g9kqLX { color:#ea0029;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3351554870606rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z2RWBWoEPK7X7GDk1qKfB37ITntBRMzD { color:#ececec;display:block;width:56.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4414081573486rem;left:2.53125rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#31171f;background-image:none;position:relative;display:block; }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC > .row .container { background-color: transparent; background-image: none; }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC > .row .container > .video-iframe-container { display: none; }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC > .row > .video-iframe-container { display: none; }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC > .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); }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC > .row .container { border-width: 0; border-radius: 0; }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC > .row > .video-iframe-container {  }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#twt7XEya4sqPTcXiTgTGviMn4fbX6EXN { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#TR6dcN7zlW3cdshITpnU1qQN5C5qmEGI { position:absolute;display:block;z-index:14999;background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:22rem;top:1.5rem;left:1.6875rem;display:block; }
#UPT6SDmtCcKRXLT9TKCHGaxiHETae5ce { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4742193222044rem;left:1.6867179870606rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#TKSpaTLMvTrOydNoJn40aCM30DbTahsb { position:absolute;display:block;z-index:15001;background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:22rem;top:1.5rem;left:31.1875rem;display:block; }
#gGzB2OwbQGHLGOt4a6rLICp7Knu556Qx { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:31.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#We8On0oQtZTupl3UUKphGyBS2UvWIFST { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4742193222044rem;left:31.186719894409rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28b7913a-67ef-4bcf-ae62-26b51b322c88/professionalprogrammerworkinglatedarkofficekopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.adaptive-delivery-prevent-bg, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyload, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyloading { background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { background-color: transparent; background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .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); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { border-width: 0; border-radius: 0; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container {  }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { color:#ff0000;display:block;width:10.43675rem;position:absolute;font-family:"eos office";font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:14.875rem;left:4.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { position:absolute;display:block;z-index:15002;background-color:#31171f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;height:25.8125rem;width:17.625rem;top:9.75rem;left:1.3125rem;display:block; }
#yEUP37xIgzrtwiSf04DSFBbF1mLrD3ra { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.75rem;left:7.8125rem; }
#eVMHK336gkZ7P67DaIK3RQThyJVmZrnH { color:#ededed;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:22.08749961853rem;left:1.84375rem;height:7.8rem;text-align:justify;text-align-last:initial;display:block; }
#i99eHErUmFQb8bP3QrmylRvl9bMylgVK { position:absolute;display:block;z-index:15003;background-color:#31171f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;height:25.8125rem;width:17.625rem;top:9.75rem;left:21.0625rem;display:block; }
#FRMTvKbnC7cA7r44f4psLlWmKq6iL8oI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10.75rem;left:28.25rem; }
#RVT2y86QAgOWfmIshRkTQtJMx03wPH8t { color:#ea0029;display:block;width:15.625rem;position:absolute;font-family:"eos office";font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:15.625rem;left:22.0625rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5cou0XH56Z9pipRWJGAcJXwPQ3WGpia { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:22.08749961853rem;left:22.3125rem;height:5.2rem;display:block; }
#sC4nOZEVg0FvpoDThpXNRzeLnA8o7raQ { position:absolute;display:block;z-index:15007;background-color:#31171f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;height:25.8125rem;width:17.625rem;top:9.75rem;left:41.1875rem;display:block; }
#Cz2kiNcIbNufD9Cb8BukNX23C3zNTc7S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:10.75rem;left:47.8125rem; }
#zZoL2WuSCOBzLw7G79t9Lx6DzWCnfn6n { color:#2294a1;display:block;width:15.625rem;position:absolute;font-family:"eos office";font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:15.625rem;left:42.0625rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pup4VoGgGThn3FfSdHgI8qyvXQ0Gl5dz { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:22.087500572204rem;left:42.3125rem;height:7.8rem;text-align:justify;text-align-last:initial;display:block; }
#FmEFB4dHmqvplMnZcPdgIip6KRK75HTA { color:#ea0029;display:block;width:49.75rem;position:absolute;font-family:"eos office";font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9843730926514rem;left:5.125rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#31171f;background-image:none;position:relative;display:block; }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto > .row .container { background-color: transparent; background-image: none; }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto > .row .container > .video-iframe-container { display: none; }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto > .row > .video-iframe-container { display: none; }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto > .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); }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto > .row .container { border-width: 0; border-radius: 0; }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto > .row > .video-iframe-container {  }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:60rem;position:relative;display:block; }#a3H0y4W5aMQv7RmlaDfLhz2iqU48W0Wx { color:#ea0029;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:41.999995231628rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8NEFP0HEKfFxzHUbzKrfoHUntveX1L0 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"eos office";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:45.074994087219rem;left:0rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyTV264PUxnrnLn6PWJAhdvlU687xvxT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:41.999219894409rem;left:20.624219894409rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFK83pHphTOTkSvTDOXILAeQZFKdLEAr { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"eos office";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:45.075000762939rem;left:40.625rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aL5frze0oGHGwDRyGByvr8svhE5ScuDf { color:#ea0029;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:41.999225616455rem;left:40.624219894409rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFTbZ6dwNk572UaDExm29kD1cTR5ApUn { color:#ea0029;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.374998852611rem;left:1.3117179870606rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfkvUrtKQpQQeDrAstKAhqMTdBTfJrwT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.374213218689rem;left:19.999219894409rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8untwT3X0LPFL4duTCOPDLFQ4IfwxiH { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"eos office";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:19.171870231628rem;left:0.625rem;height:5.4rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gX1wZ3oogXI7V9Ra6VVXdilOCxrQnr3I { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"eos office";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:19.171876907349rem;left:20.625rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBxwC2XDrLxxzLITxcWkwPIqTmL97UnO { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"eos office";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:19.171876907349rem;left:40.625rem;height:9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DTSPMqLvmtok2mNENiWwagm4DvF8EZrP { color:#ea0029;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.374213218689rem;left:39.999219894409rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAKwEHEilTk6pW4kwZswOiuV4GqW8Zyr { color:#ea0029;display:block;width:50.375rem;position:absolute;font-family:"eos office";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6242246627807rem;left:4.8125rem;height:5.85rem;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; }
#T1c1Zu7a9Pi4bgwQpcMqBnv8nkrPGvTE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.5734355896713rem;left:8.4375rem; }
#uU1f3OEThPlycidLvfvThiKtUq4hupC2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.5742176026106rem;left:28.436719894409rem; }
#bXk4vkrN5kLIElUaQoxQxSeKzQub7EiE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.57499961555rem;left:48.437501907349rem; }
#VHAESmzUM4UKglswT5XgCEwddVyvcRiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:36.074213981628rem;left:7.3125rem; }
#wFBt8zW0zqgaHRsCcZUBADIvbSbheOHD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:36.699220657349rem;left:27.311719894409rem; }
#IMZeZTnzvkMuKnbTMaP5T4Vwv9inNXaq { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"eos office";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:45.074210166931rem;left:19.999219894409rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXwyxrWxgHzf2Ow70cre82ggonyMPgHo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:36.699220657349rem;left:47.936719894409rem; }
#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU > .row .container { background-color: transparent; background-image: none; }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU > .row .container > .video-iframe-container { display: none; }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU > .row > .video-iframe-container { display: none; }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU > .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); }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU > .row .container { border-width: 0; border-radius: 0; }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU > .row > .video-iframe-container {  }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#AdTNcqm37ye4V5xXyQ3zkPZyTaQJhEB3 { color:#31171f;display:block;width:19.875rem;position:absolute;font-family:"eos office";font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:7.03750038147rem;left:0.0625rem;height:1.6625rem;font-style:normal;display:block; }
#h1GozBViMFQDHGw1foIUy8aGchCBza7a { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:6.0625rem;left:49.625rem;height:3.675rem;font-style:normal;display:block; }
#gTGwfuzrwUW5SdLb3irgvJnAAxBEL8Cf { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#J818dFLtTye64T3KJry0s0AF6TObCpAa { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:6rem;left:39.5rem;height:1.225rem;font-style:normal;display:block; }
#xMDGq3uqH8aB9ehpPlAmoBHQa4Rtul5n { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:27.5rem;height:1.225rem;font-style:normal;display:block; }
#n1qIdlb0wTyep7XP6Cpkwu8R7Ig4FsXM { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#Uic7MADhLhi6lZiaF7LQr1c4HWvgFo7p { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15025;top:5.9560546875rem;left:25.5rem; }
#UTcCAHFGLuiX0Ho5SvkiXMLeWSJ0f5Ec { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15024;top:5.875rem;left:37.5625rem; }
#e6RZn5K0UhQKvU8T1wB8nW1ukKqDrCh5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15025;top:6.0625rem;left:47.5rem; }
#cWnagAL4kybZ1vieT316774LMZU6UeT9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:14.5rem;left:48.187501907349rem; }
#cWnagAL4kybZ1vieT316774LMZU6UeT9 > img { max-width: 100%;max-height:100%; }#UoVUiIhcwNeFwGHwu83nAlwZZdtrJqF1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:8.8125rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#J5yT52IFp0IWS5v7RuXknNFtTzTFOMz5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:3.2250003814698rem;left:25.124219894409rem;height:1.3rem;display:block; }
#Uiwi3m2BoMEK9n1UztPTUvnwf4VLur5L { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:12.299217224121rem;left:48.375001907349rem;height:1.225rem;font-style:normal;display:block; }
#BddmB1oI8In5ba9caS5HeVfmVe5109ez { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:14.5rem;left:52.406251907349rem; }
#BddmB1oI8In5ba9caS5HeVfmVe5109ez > img { max-width: 100%;max-height:100%; }#Vapcn7ersGGTO1MkHxhrpiNbJsecI3wR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.5rem;left:56.324998855591rem; }
#Vapcn7ersGGTO1MkHxhrpiNbJsecI3wR > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:8.625rem;left:0rem;width:44.1875rem;height:14.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed5lHNJbGcVpXcgH8NDxCoJdxlUP3wXb { top:0rem;left:0rem;width:9.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:1.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { top:4.9375rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { top:0rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qwt38JfIyvcFiDvPqHxZlUiHc7g9kqLX { top:1.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2RWBWoEPK7X7GDk1qKfB37ITntBRMzD { top:4.4375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC { display:block; }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twt7XEya4sqPTcXiTgTGviMn4fbX6EXN { top:2.125rem;left:0rem;width:21.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR6dcN7zlW3cdshITpnU1qQN5C5qmEGI { top:1.5rem;left:0rem;width:22rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPT6SDmtCcKRXLT9TKCHGaxiHETae5ce { top:6.4375rem;left:0rem;width:26.6875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSpaTLMvTrOydNoJn40aCM30DbTahsb { top:1.5rem;left:23.875rem;width:22rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGzB2OwbQGHLGOt4a6rLICp7Knu556Qx { top:2.125rem;left:23.875rem;width:21.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #We8On0oQtZTupl3UUKphGyBS2UvWIFST { top:6.4375rem;left:21.0625rem;width:26.6875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { top:14.875rem;left:2.625rem;width:10.375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { top:9.75rem;left:0rem;width:17.625rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEUP37xIgzrtwiSf04DSFBbF1mLrD3ra { top:10.75rem;left:5.75rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVMHK336gkZ7P67DaIK3RQThyJVmZrnH { top:22.0625rem;left:0rem;width:16.3125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i99eHErUmFQb8bP3QrmylRvl9bMylgVK { top:9.75rem;left:14.125rem;width:17.625rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRMTvKbnC7cA7r44f4psLlWmKq6iL8oI { top:10.75rem;left:22.0625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVT2y86QAgOWfmIshRkTQtJMx03wPH8t { top:15.625rem;left:15.875rem;width:15.625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5cou0XH56Z9pipRWJGAcJXwPQ3WGpia { top:22.0625rem;left:16.125rem;width:15.375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC4nOZEVg0FvpoDThpXNRzeLnA8o7raQ { top:9.75rem;left:30rem;width:17.625rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz2kiNcIbNufD9Cb8BukNX23C3zNTc7S { top:10.75rem;left:37.5rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZoL2WuSCOBzLw7G79t9Lx6DzWCnfn6n { top:15.625rem;left:31.75rem;width:15.625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pup4VoGgGThn3FfSdHgI8qyvXQ0Gl5dz { top:22.0625rem;left:32rem;width:15.375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmEFB4dHmqvplMnZcPdgIip6KRK75HTA { top:1.9375rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto { display:block; }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3H0y4W5aMQv7RmlaDfLhz2iqU48W0Wx { width:18.75rem;height:1.625rem;top:41.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8NEFP0HEKfFxzHUbzKrfoHUntveX1L0 { width:18.75rem;height:9rem;top:45.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyTV264PUxnrnLn6PWJAhdvlU687xvxT { width:18.75rem;height:1.625rem;top:41.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFK83pHphTOTkSvTDOXILAeQZFKdLEAr { width:18.75rem;height:10.75rem;top:45.0625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5frze0oGHGwDRyGByvr8svhE5ScuDf { width:18.75rem;height:1.625rem;top:41.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFTbZ6dwNk572UaDExm29kD1cTR5ApUn { width:18.75rem;height:1.625rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfkvUrtKQpQQeDrAstKAhqMTdBTfJrwT { width:18.75rem;height:3.25rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8untwT3X0LPFL4duTCOPDLFQ4IfwxiH { width:18.75rem;height:5.375rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX1wZ3oogXI7V9Ra6VVXdilOCxrQnr3I { width:18.75rem;height:3.5625rem;top:19.125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBxwC2XDrLxxzLITxcWkwPIqTmL97UnO { width:18.75rem;height:9rem;top:19.125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTSPMqLvmtok2mNENiWwagm4DvF8EZrP { width:18.75rem;height:3.25rem;top:14.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAKwEHEilTk6pW4kwZswOiuV4GqW8Zyr { width:47.75rem;height:5.8125rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1c1Zu7a9Pi4bgwQpcMqBnv8nkrPGvTE { top:9.5625rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU1f3OEThPlycidLvfvThiKtUq4hupC2 { top:9.5625rem;left:22.249219894409rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXk4vkrN5kLIElUaQoxQxSeKzQub7EiE { top:9.5625rem;left:38.125001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHAESmzUM4UKglswT5XgCEwddVyvcRiA { top:36.0625rem;left:5.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFBt8zW0zqgaHRsCcZUBADIvbSbheOHD { top:36.6875rem;left:21.124219894409rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZeZTnzvkMuKnbTMaP5T4Vwv9inNXaq { width:18.75rem;height:9rem;top:45.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXwyxrWxgHzf2Ow70cre82ggonyMPgHo { top:36.6875rem;left:37.624219894409rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU { display:block; }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdTNcqm37ye4V5xXyQ3zkPZyTaQJhEB3 { top:7rem;left:0rem;width:19.875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1GozBViMFQDHGw1foIUy8aGchCBza7a { top:6.0625rem;left:39rem;width:8.75rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTGwfuzrwUW5SdLb3irgvJnAAxBEL8Cf { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J818dFLtTye64T3KJry0s0AF6TObCpAa { top:6rem;left:33.375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMDGq3uqH8aB9ehpPlAmoBHQa4Rtul5n { top:6.0625rem;left:21.374998092651rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1qIdlb0wTyep7XP6Cpkwu8R7Ig4FsXM { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uic7MADhLhi6lZiaF7LQr1c4HWvgFo7p { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTcCAHFGLuiX0Ho5SvkiXMLeWSJ0f5Ec { top:5.875rem;left:31.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6RZn5K0UhQKvU8T1wB8nW1ukKqDrCh5 { top:6.0625rem;left:41.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWnagAL4kybZ1vieT316774LMZU6UeT9 { top:14.5rem;left:42.062501907349rem;width:3.1875rem;height:3.1875rem;display:block; }
#cWnagAL4kybZ1vieT316774LMZU6UeT9 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #UoVUiIhcwNeFwGHwu83nAlwZZdtrJqF1 { top:1.375rem;left:0rem;width:8.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5yT52IFp0IWS5v7RuXknNFtTzTFOMz5 { top:3.1875rem;left:18.999219894409rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uiwi3m2BoMEK9n1UztPTUvnwf4VLur5L { top:12.25rem;left:37.6875rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BddmB1oI8In5ba9caS5HeVfmVe5109ez { top:14.5rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
#BddmB1oI8In5ba9caS5HeVfmVe5109ez > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Vapcn7ersGGTO1MkHxhrpiNbJsecI3wR { top:14.5rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
#Vapcn7ersGGTO1MkHxhrpiNbJsecI3wR > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/uc/fb4de2ac-4f74-467c-8e56-73f6b7c2030f/EOS_SG_Powerpointtitle_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container {  }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:19rem;height:7.0125rem;top:4.6812500953674rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed5lHNJbGcVpXcgH8NDxCoJdxlUP3wXb { width:9.875rem;height:5.625rem;top:0rem;left:10.125000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { width:20rem;height:2.6rem;top:3.796875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { width:18.75rem;height:17.95625rem;top:8.88046836853rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { width:20rem;height:7.23125rem;top:0.953125rem;left:0rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qwt38JfIyvcFiDvPqHxZlUiHc7g9kqLX { width:20rem;height:4.875rem;top:1.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2RWBWoEPK7X7GDk1qKfB37ITntBRMzD { width:20rem;height:6.90625rem;top:7.44921875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC { display:block; }#GNa9s3wK2M89fRUqWLCb3SmDPFx0ipVC > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twt7XEya4sqPTcXiTgTGviMn4fbX6EXN { width:20rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR6dcN7zlW3cdshITpnU1qQN5C5qmEGI { width:20rem;height:2.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPT6SDmtCcKRXLT9TKCHGaxiHETae5ce { width:20rem;height:9.1rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSpaTLMvTrOydNoJn40aCM30DbTahsb { width:20rem;height:2.6875rem;top:15.5375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGzB2OwbQGHLGOt4a6rLICp7Knu556Qx { width:20rem;height:1.4625rem;top:16.1625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #We8On0oQtZTupl3UUKphGyBS2UvWIFST { width:20rem;height:10.4rem;top:19.475rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { width:15.125rem;height:5.0375rem;top:15.000000566244rem;left:2.4375001192093rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { width:17.625rem;height:25.6875rem;top:10.149218559265rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEUP37xIgzrtwiSf04DSFBbF1mLrD3ra { width:4.1875rem;height:4.1875rem;top:10.149218559265rem;left:7.9062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVMHK336gkZ7P67DaIK3RQThyJVmZrnH { width:16.3125rem;height:9.1rem;top:22.237500756979rem;left:1.8437501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i99eHErUmFQb8bP3QrmylRvl9bMylgVK { width:17.625rem;height:25.8125rem;top:39.300001710653rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRMTvKbnC7cA7r44f4psLlWmKq6iL8oI { width:4.1875rem;height:4.1875rem;top:42.025000572204rem;left:7.9062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVT2y86QAgOWfmIshRkTQtJMx03wPH8t { width:15.625rem;height:5.3625rem;top:46.900000572204rem;left:2.1875001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5cou0XH56Z9pipRWJGAcJXwPQ3WGpia { width:15.375rem;height:6.5rem;top:54.27499961853rem;left:2.3125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC4nOZEVg0FvpoDThpXNRzeLnA8o7raQ { width:17.625rem;height:25.8125rem;top:68.712499618531rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz2kiNcIbNufD9Cb8BukNX23C3zNTc7S { width:4.1875rem;height:4.1875rem;top:70.649999618531rem;left:7.9062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZoL2WuSCOBzLw7G79t9Lx6DzWCnfn6n { width:15.625rem;height:5.3625rem;top:75.587499618531rem;left:2.1875001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pup4VoGgGThn3FfSdHgI8qyvXQ0Gl5dz { width:15.375rem;height:9.1rem;top:82.712499618531rem;left:2.3125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmEFB4dHmqvplMnZcPdgIip6KRK75HTA { width:18.4375rem;height:7.3125rem;top:1.0625rem;left:0.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto { display:block; }#Xy1DAxsbMU0BdbM1ncW1VwWNRtsJydto > .row .container { width:20rem;height:107.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3H0y4W5aMQv7RmlaDfLhz2iqU48W0Wx { width:18.75rem;height:1.3rem;top:60.312501907349rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8NEFP0HEKfFxzHUbzKrfoHUntveX1L0 { width:18.75rem;height:6.4rem;top:62.6250038147rem;left:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gyTV264PUxnrnLn6PWJAhdvlU687xvxT { width:18.75rem;height:1.3rem;top:75.9375rem;left:0rem;text-align:center;text-align-last:center;color:#ea0029;display:block; }
 }@media only screen and (max-width: 763px) { #FFK83pHphTOTkSvTDOXILAeQZFKdLEAr { width:18.75rem;height:8rem;top:96.37500190735rem;left:0rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aL5frze0oGHGwDRyGByvr8svhE5ScuDf { width:18.75rem;height:1.3rem;top:93.37500190735rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFTbZ6dwNk572UaDExm29kD1cTR5ApUn { width:18.75rem;height:1.3rem;top:14.686718463898rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfkvUrtKQpQQeDrAstKAhqMTdBTfJrwT { width:18.75rem;height:2.6rem;top:28.812500476837rem;left:0.625rem;text-align:center;text-align-last:center;color:#ea0029;display:block; }
 }@media only screen and (max-width: 763px) { #W8untwT3X0LPFL4duTCOPDLFQ4IfwxiH { width:18.75rem;height:4.8rem;top:17.625000476837rem;left:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gX1wZ3oogXI7V9Ra6VVXdilOCxrQnr3I { width:18.75rem;height:3.2rem;top:32.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBxwC2XDrLxxzLITxcWkwPIqTmL97UnO { width:18.75rem;height:6.4rem;top:44.5625rem;left:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DTSPMqLvmtok2mNENiWwagm4DvF8EZrP { width:18.75rem;height:1.3rem;top:42.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAKwEHEilTk6pW4kwZswOiuV4GqW8Zyr { width:20rem;height:6.825rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T1c1Zu7a9Pi4bgwQpcMqBnv8nkrPGvTE { width:3.125rem;height:3.125rem;top:11.624218463898rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU1f3OEThPlycidLvfvThiKtUq4hupC2 { width:3.125rem;height:3.125rem;top:24.39998626709rem;left:7.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXk4vkrN5kLIElUaQoxQxSeKzQub7EiE { width:3.125rem;height:3.125rem;top:38.962497711182rem;left:7.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHAESmzUM4UKglswT5XgCEwddVyvcRiA { width:4.125rem;height:4.125rem;top:55.436717987061rem;left:7.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFBt8zW0zqgaHRsCcZUBADIvbSbheOHD { width:4.125rem;height:4.125rem;top:70.39920806885rem;left:7.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZeZTnzvkMuKnbTMaP5T4Vwv9inNXaq { width:18.75rem;height:8rem;top:78.624991416931rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXwyxrWxgHzf2Ow70cre82ggonyMPgHo { width:4.125rem;height:4.125rem;top:87.587486267087rem;left:7.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU { display:block; }#grmqJkUaHfXDE1TRvi9zGrd0x98PrWlU > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdTNcqm37ye4V5xXyQ3zkPZyTaQJhEB3 { width:14.625rem;height:1.225rem;top:3.125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1GozBViMFQDHGw1foIUy8aGchCBza7a { width:16.3125rem;height:2.8rem;top:11.9375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTGwfuzrwUW5SdLb3irgvJnAAxBEL8Cf { width:18.75rem;height:0.0625rem;top:16.187486648559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J818dFLtTye64T3KJry0s0AF6TObCpAa { width:7.3125rem;height:1.4rem;top:9.8125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMDGq3uqH8aB9ehpPlAmoBHQa4Rtul5n { width:11.375rem;height:1.4rem;top:7.5625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1qIdlb0wTyep7XP6Cpkwu8R7Ig4FsXM { width:18.75rem;height:0.0625rem;top:4.3492183685303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uic7MADhLhi6lZiaF7LQr1c4HWvgFo7p { width:1.5625rem;height:1.5625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTcCAHFGLuiX0Ho5SvkiXMLeWSJ0f5Ec { width:1.5625rem;height:1.5625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6RZn5K0UhQKvU8T1wB8nW1ukKqDrCh5 { width:1.5625rem;height:1.5625rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWnagAL4kybZ1vieT316774LMZU6UeT9 { width:2.3125rem;height:2.3125rem;top:19.217189788818rem;left:4.6249998807907rem;display:block; }
#cWnagAL4kybZ1vieT316774LMZU6UeT9 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #UoVUiIhcwNeFwGHwu83nAlwZZdtrJqF1 { width:5.5625rem;height:3.125rem;top:1.2397766113281E-5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5yT52IFp0IWS5v7RuXknNFtTzTFOMz5 { width:12.5rem;height:1.3rem;top:5.6554679870606rem;left:0.625rem;font-size:1rem;font-family:"eos office";display:block; }
 }@media only screen and (max-width: 763px) { #Uiwi3m2BoMEK9n1UztPTUvnwf4VLur5L { width:10.0625rem;height:1.4rem;top:16.830471038818rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BddmB1oI8In5ba9caS5HeVfmVe5109ez { width:2.375rem;height:2.375rem;top:19.185939788818rem;left:8.1875003576281rem;display:block; }
#BddmB1oI8In5ba9caS5HeVfmVe5109ez > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Vapcn7ersGGTO1MkHxhrpiNbJsecI3wR { width:2.6875rem;height:2.6875rem;top:19.029689788818rem;left:11.937500357628rem;display:block; }
#Vapcn7ersGGTO1MkHxhrpiNbJsecI3wR > img { max-width: 100%;max-height:100%; } }