*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  text-align: left;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-track {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
.slick-slide > div {
  height: 1760px;
}
.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}
h2 {
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 53px;
}
h2 span {
  display: block;
  font-style: normal;
  font-weight: 400;
}
h3 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
.before-title {
  margin: 0 0 40px;
  color: rgba(26, 54, 121, 0.7);
}
[class^="ficon-"],
[class*=" ficon-"],
.___fonticon {
  line-height: 1;
}
[class^="ficon-"]:before,
[class*=" ficon-"]:before,
.___fonticon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
}
.ficon-download2:before {
  content: "\e90c";
}
.ficon-calendar3:before {
  content: "\e90b";
}
.ficon-dvr:before {
  content: "\e90a";
}
.ficon-notification-highlight:before {
  content: "\e907";
}
.ficon-notification-info:before {
  content: "\e908";
}
.ficon-notification-alert:before {
  content: "\e909";
}
.ficon-calendar:before {
  content: "\e906";
}
.ficon-document:before {
  content: "\e905";
}
.ficon-big_arrow_down:before {
  content: "\e900";
}
.ficon-big_arrow_left:before {
  content: "\e901";
}
.ficon-big_arrow_right:before {
  content: "\e902";
}
.ficon-big_arrow_up:before {
  content: "\e903";
}
.ficon-phone:before {
  content: "\e0cd";
}
.ficon-external_link:before {
  content: "\e0b2";
}
.ficon-chat:before {
  content: "\e0b7";
}
.ficon-chat_bubble_outline:before {
  content: "\e0cb";
}
.ficon-cloud_download:before {
  content: "\e2c0";
}
.ficon-date_range:before {
  content: "\e916";
}
.ficon-delete:before {
  content: "\e872";
}
.ficon-favorite_full:before {
  content: "\e87d";
}
.ficon-favorite_border:before {
  content: "\e87e";
}
.ficon-goat:before {
  content: "\e904";
}
.ficon-arrow_down:before {
  content: "\e313";
}
.ficon-arrow_left:before {
  content: "\e314";
}
.ficon-arrow_right:before {
  content: "\e315";
}
.ficon-arrow_up:before {
  content: "\e316";
}
.ficon-open_in_new:before {
  content: "\e89e";
}
.ficon-mail_outline:before {
  content: "\e0e1";
}
.ficon-message:before {
  content: "\e0c9";
}
.ficon-navigation:before {
  content: "\e55d";
}
.ficon-user_account:before {
  content: "\e7fd";
}
.ficon-publish:before {
  content: "\e255";
}
.ficon-search:before {
  content: "\e8b6";
}
.ficon-translate:before {
  content: "\e8e2";
}
.ficon-calendar-2:before {
  content: "\e953";
}
.ficon-website:before {
  content: "\e9ca";
}
.ficon-facebook:before {
  content: "\ea90";
}
.ficon-instagram:before {
  content: "\ea92";
}
.ficon-twitter:before {
  content: "\ea96";
}
.ficon-youtube:before {
  content: "\ea9d";
}
.ficon-linkedin2:before {
  content: "\eaca";
}
/*@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriadpro/myriadwebpro-condenseditalic-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro/myriadwebpro-condenseditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}*/
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/myriadpro/myriad_pro_bold_italic-webfont.woff2') format('woff2'), url('../fonts/myriadpro/myriad_pro_bold_italic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/myriadpro/myriadwebpro-bold-webfont.woff2') format('woff2'), url('../fonts/myriadpro/myriadwebpro-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/myriadpro/myriad-web-pro-webfont.woff2') format('woff2'), url('../fonts/myriadpro/myriad-web-pro-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/myriadpro/myriad_web_pro-webfont.woff2') format('woff2'), url('../fonts/myriadpro/myriad_web_pro-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  border-style: solid;
  text-transform: none;
}
nav ul,
nav ol {
  list-style: none;
  padding: 0;
}
html,
body {
  scroll-behavior: smooth;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Myriad Pro';
  font-size: 3.2rem;
  line-height: 1.25;
  color: #1A3679;
}
.main-container {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 80px 0;
  height: 100vh;
  overflow: hidden;
}
.slider-container {
  position: relative;
  background-color: #D7DDE0;
  border-radius: 40px;
  padding: 0;
  height: 1760px;
}
.slick-slider .slick-arrow {
  display: block;
  width: 89px;
  height: 89px;
  position: absolute;
  top: 50%;
  margin-top: -44px;
  background-color: transparent;
  border: 0;
  outline: 0;
  text-indent: -99999px;
  z-index: 10;
}
.slick-slider .slick-arrow.slick-prev {
  background-image: url("../images/slider_prev.svg");
  left: -46px;
}
.slick-slider .slick-arrow.slick-next {
  background-image: url("../images/slider_next.svg");
  right: -46px;
}
.slick-slider .slick-arrow.slick-disabled {
  visibility: hidden;
}
.slick-slider .slider__buttons button {
  display: block;
  width: 89px;
  height: 89px;
  position: absolute;
  top: 50%;
  margin-top: -44px;
  background-color: transparent;
  border: 0;
  outline: 0;
  text-indent: -99999px;
  z-index: 10;
}
.slick-slider .slider__buttons button.slider__prev {
  background-image: url("../images/slider_prev.svg");
  left: -46px;
}
.slick-slider .slider__buttons button.slider__prev:not([disabled]):active {
  background-image: url("../images/slider_prev_active.svg");
}
.slick-slider .slider__buttons button.slider__next {
  background-image: url("../images/slider_next.svg");
  right: -46px;
}
.slick-slider .slider__buttons button.slider__next:not([disabled]):active {
  background-image: url("../images/slider_next_active.svg");
}
.slide-item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.slide-item .slide-heading {
  position: relative;
  z-index: 3;
}
.slide-item .slide-inside {
  padding: 8.695652%;
}
.slide-item video {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.slide-item:not([data-slide="1"]) .slide-heading {
  opacity: 0;
}
.video-wrapper {
  position: relative;
}
.video-wrapper .video-links {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .video-links.hidden {
  display: none !important;
}
.video-wrapper .video-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.video-wrapper .video-links ul li {
  color: #1A3679;
  font-size: 2rem;
  font-weight: 400;
}
.video-wrapper .video-links ul li button {
  background-color: transparent;
  border: 0;
  color: #1A3679;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.video-wrapper .video-links ul li.top span,
.video-wrapper .video-links ul li.top button {
  padding-top: 3px;
}
button {
  outline: 0 !important;
}
.vlink {
  position: absolute;
}
.vlink:not(.clickable) {
  pointer-events: none;
}
.vlink.top > div span,
.vlink.top > button span {
  margin-left: 58px;
  display: inline-block;
}
.vlink.top > div:before,
.vlink.top > button:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("../images/lines_top.svg");
  background-repeat: no-repeat;
  background-position: top 15px left;
}
.vlink.top > div:after,
.vlink.top > button:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: -3.5px;
}
.vlink.top.clickable > button:after {
  background-image: url("../images/icon_plus.svg");
  background-size: 49px 49px;
  width: 49px;
  height: 49px;
  background-color: transparent;
  left: -19px;
}
.vlink.top.clickable.is-active > button:before {
  background-image: url("../images/lines_top_active.svg");
}
.vlink.bottom > button span,
.vlink.bottom > div span {
  display: block;
  max-width: 230px;
  text-align: right;
  line-height: 1.1;
  margin-right: 58px;
}
.vlink.bottom > button:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("../images/lines_bottom.svg");
  background-repeat: no-repeat;
  background-position: bottom 15px right;
  right: 4px;
  top: 49px;
}
.vlink.bottom > button:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  right: -19px;
  top: 0;
  left: auto;
}
.vlink.bottom > div:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("../images/lines_bottom.svg");
  background-repeat: no-repeat;
  background-position: bottom 15px right;
  right: 4px;
  top: 49px;
}
.vlink.bottom > div:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  right: 1px;
  top: 40px;
  left: auto;
}
.vlink.bottom.is-active > button:before {
  background-image: url("../images/lines_bottom_active.svg");
}
.vlink.bottom.clickable > button:after {
  background-image: url("../images/icon_plus.svg");
  background-size: 49px 49px;
  width: 49px;
  height: 49px;
  background-color: transparent;
  right: -19px;
  left: auto;
}
.vlink.top.is-active > button:after,
.vlink.bottom.is-active > button:after {
  background-image: url("../images/icon_selected2.svg");
}
.video-links.has-active-child li:not(.is-active) {
  color: #fff;
}
.video-links.has-active-child li:not(.is-active) button {
  color: inherit;
}
.custom-dots-wrapper {
  position: absolute;
  z-index: 100;
  bottom: 80px;
  left: 0;
  right: 0;
}
.custom-dots-wrapper .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-dots-wrapper .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
}
.custom-dots-wrapper .slick-dots li:first-of-type {
  display: none;
}
.custom-dots-wrapper .slick-dots button {
  display: block;
  border: 0;
  width: 83px;
  height: 9px;
  border-radius: 32px;
  background-color: rgba(26, 54, 121, 0.5);
  text-indent: -99999px;
}
.custom-dots-wrapper .slick-dots .slick-active button {
  background-color: #fff;
}
.slider__dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__dots li {
  margin-left: 7px;
  margin-right: 7px;
}
.slider__dots li:first-of-type {
  display: none;
}
.slider__dots button {
  pointer-events: none;
  display: block;
  border: 0;
  width: 83px;
  height: 9px;
  border-radius: 32px;
  background-color: rgba(26, 54, 121, 0.5);
  text-indent: -99999px;
}
.slider__dots button.is-active {
  background-color: #fff;
}
[data-slide="1"] ul {
  margin-bottom: 200px;
}
[data-slide="1"] ul li {
  margin-bottom: 25px;
}
[data-active-slide="1"] .slick-arrow,
[data-active-slide="1"] .slider__buttons > button,
[data-active-slide="1"] .custom-dots-wrapper,
[data-active-slide="1"] .slider__dots {
  display: none !important;
}
[data-slide="2"] video {
  top: -100px;
}
[data-slide="3"] .video-wrapper {
  top: -100px;
}
[data-slide="3"] #s3_1.vlink.top > div:before {
  height: 220px;
}
[data-slide="3"] #s3_2.vlink.top.clickable > button:after {
  bottom: -262px;
}
[data-slide="3"] #s3_2.vlink.top > button span {
  text-align: left;
}
[data-slide="4"] video {
  top: -120px;
}
[data-slide="4"] .video-wrapper {
  top: 23px;
}
[data-slide="4"] #s4_2.vlink.top > button span {
  display: inline-block;
  text-align: left;
}
[data-slide="4"] #s4_2.vlink.top > button:before {
  height: 295px;
}
[data-slide="5"] video {
  top: -100px;
}
[data-slide="5"] #s5_2.vlink.top > button:before {
  height: 340px;
}
[data-slide="5"] #s5_2.vlink.top > button span {
  text-align: left;
}
[data-slide="5"] #s5_3.vlink.top > button span {
  padding-top: 5px;
}
.inner-container {
  position: relative;
}
.slide-popup {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 510px;
}
.slide-popup.is-open {
  bottom: 0;
}
.slide-popup .close-popup {
  display: inline-block;
  border: 0;
  background-color: transparent;
  background-image: url("../images/icon_close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 45px;
  top: 75px;
}
.slide-popup .popup-inside {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 123px;
  background-image: url("../images/bg_top.png?v=2.0");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 920px 80px;
}
.slide-popup .popup-inside h3 {
  margin: 0 0 25px;
}
.slide-popup .popup-inside .left {
  width: 320px;
}
.slide-popup .popup-inside .right {
  width: calc(100% - 320px);
  padding: 0 90px 0 50px;
}
.slide-popup .popup-inside .right p {
  color: #7284A1;
  font-size: 2.1rem;
  font-style: normal;
  line-height: normal;
}
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.vlink {
  -webkit-animation: FadeIn 1s linear;
          animation: FadeIn 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.vlink:nth-of-type(1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.vlink:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.vlink:nth-of-type(3) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.vlink:nth-of-type(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.vlink:nth-of-type(5) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.vlink:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.vlink:nth-of-type(7) {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}
.vlink:nth-of-type(8) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.slide-content {
  position: relative;
  transition: all 0.55s ease-in-out;
  top: 0;
}
.popup-active .custom-dots-wrapper {
  display: none;
}
.static-text {
  position: absolute;
  right: -40px;
  bottom: 90px;
  width: 248px;
  margin-left: auto;
  -webkit-animation: FadeIn 1s linear;
          animation: FadeIn 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.static-text.hidden {
  display: none !important;
}
.static-text p {
  color: #1A3679;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
.animate-title {
  -webkit-animation: FadeIn 1s linear;
          animation: FadeIn 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.start-video,
.end-video {
  display: none;
}
.start-video.visible,
.end-video.visible {
  display: block;
}
.btn {
  border: 0;
  display: inline-block;
}
.btn.btn-default {
  border-radius: 100px;
  background-color: #7284A2;
  color: #fff;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  padding: 32px 80px;
  text-align: left;
  line-height: 1.1;
}
.btn.btn-cube {
  background-image: url("../images/btn_cube.svg");
  background-repeat: no-repeat;
  background-position: center left 85px;
  padding-left: 196px;
}
@media print {
  /* Print */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */