@import url(https://use.typekit.net/jim6cfh.css);
@font-face {
    font-family: "icons";
    src: url(../fonts/icons.eot?9db602b097ad1331a8b4fd7d0e897ac3#iefix) format("embedded-opentype"),
url(../fonts/icons.woff2?8de362949991727fbfbc237ede6eefca) format("woff2"),
url(../fonts/icons.woff?15b26d3bfd401fdc940a9a596fce8951) format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\f101";
}
.icon-arrow-medium-down:before {
    content: "\f102";
}
.icon-arrow-medium-left:before {
    content: "\f103";
}
.icon-arrow-medium-right:before {
    content: "\f104";
}
.icon-arrow-right:before {
    content: "\f105";
}
.icon-close:before {
    content: "\f106";
}
.icon-envelope:before {
    content: "\f107";
}
.icon-linkedin:before {
    content: "\f108";
}
.icon-paper:before {
    content: "\f109";
}
.icon-phone:before {
    content: "\f10a";
}

:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}

/**/
/**/
/**/
.btn-arrow {
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 900;
  position: relative;
  color: #1b416c;
  display: inline-block;
  padding-right: 24px;
  transition: color 250ms ease-in-out;
}
.btn-arrow i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 250ms ease-in-out;
}
.btn-arrow i::before {
  font-size: 15px;
}
.btn-arrow:hover i {
  transform: translateY(-50%) rotate(0deg);
}
.btn-arrow.btn-white {
  color: #fff;
}
.btn-arrow.btn-white:hover {
  color: #21b4eb;
}
.btn-arrow.btn-small {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.48px;
}

.btn-white-arrow {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 900;
  position: relative;
  color: #1b416c;
  display: inline-block;
  padding: 15px 70px 15px 30px;
  border-radius: 25px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.161);
  background: linear-gradient(94deg, #fff 0%, #fff 50%, #1c99ff 70%, #81cfe1 100%);
  background-size: 320%;
  background-position: 0% 50%;
  transition: color 250ms ease-in-out, background-position 250ms cubic-bezier(0.83, 0, 0.17, 1);
}
.btn-white-arrow i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 250ms ease-in-out;
}
.btn-white-arrow i::before {
  font-size: 28px;
}
.btn-white-arrow:hover {
  background-position: 100% 50%;
  color: #fff;
}
.btn-white-arrow:hover i {
  transform: translateY(-50%) rotate(0deg);
}
.btn-white-arrow.btn-white {
  color: #fff;
}
.btn-white-arrow.btn-white:hover {
  color: #21b4eb;
}
.btn-white-arrow.btn-145b92 {
  color: #145b92;
}
.btn-white-arrow.btn-145b92:hover {
  color: #fff;
}
.btn-white-arrow.btn-small {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.48px;
  padding: 15px 60px 15px 35px;
}
.btn-white-arrow.btn-small i::before {
  font-size: 20px;
}

.btn-tag {
  border-radius: 25px;
  background-color: #efefef;
  font-size: 0.8125rem;
  color: #1b416c;
  font-weight: 600;
  letter-spacing: 0px;
  position: relative;
  padding: 10px 25px;
  display: inline-block;
  white-space: nowrap;
  transition-property: background-color, box-shadow;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.btn-tag:hover {
  background-color: #f9f9f9;
}
.btn-tag.active {
  background-color: #21b4eb;
  color: #fff;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.161);
}
.btn-tag.btn-white {
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.161);
  background: linear-gradient(94deg, #fff 0%, #fff 50%, #1c99ff 70%, #81cfe1 100%);
  background-size: 320%;
  background-position: 0% 50%;
  transition: color 250ms ease-in-out, background-position 250ms cubic-bezier(0.83, 0, 0.17, 1);
}
.btn-tag.btn-white:hover {
  background-position: 100% 50%;
  color: #fff;
}
.btn-tag.btn-grad {
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.161);
  background: linear-gradient(94deg, #1c99ff 0%, #81cfe1 50%, #1c99ff 70%, #1b416c 100%);
  background-size: 300%;
  background-position: 0% 50%;
  color: #fff;
  transition: background-position 500ms cubic-bezier(0.83, 0, 0.17, 1);
}
.btn-tag.btn-grad:hover {
  background-position: 100% 50%;
}
.btn-tag.btn-145b92 {
  color: #145b92;
}
.btn-tag.btn-145b92:hover {
  color: #fff;
}
.btn-tag.btn-small {
  font-size: 0.7rem;
}
.btn-tag.btn-long {
  font-size: 0.875rem;
  padding: 15px 60px;
  border-radius: 25px;
}

.btn-box {
  border: 1px solid #1b416c;
  text-align: center;
  padding: 2.5rem 1.5rem;
  display: inline-block;
  color: #1b416c;
  transition: background-color 250ms ease-in-out;
}
.btn-box:hover {
  background-color: #efefef;
}

.btn-directions {
  position: relative;
  color: #fff;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: 25px;
}
.btn-directions i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 250ms ease-in-out;
}
.btn-directions i::before {
  font-size: 16px;
}
.btn-directions:hover i {
  transform: translateY(-50%) rotate(0deg);
}

.error-page .logo {
  height: 80px;
  max-width: 100%;
}

.fancybox__container {
  --fancybox-bg: rgba(27, 65, 108, 0.9);
}

.fancybox__nav {
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-width: 40px;
  --f-button-height: 40px;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 24px;
  --f-button-height: 24px;
  opacity: 1;
}

.fancybox__toolbar {
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-width: 100px;
  --f-button-height: 100px;
  --f-button-svg-width: 40px;
  --f-button-svg-height: 40px;
}

.fancy-logo {
  width: 230px;
  margin: 70px auto 50px;
}

.fancybox__title {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 10px;
  line-height: 1.3;
}

.f-button.is-close-btn:hover {
  transform: rotate(90deg);
}
.f-button.is-next, .f-button.is-prev {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: border-color 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
}
.f-button.is-next::after, .f-button.is-prev::after {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  background-color: #fff;
  top: 17px;
  opacity: 0;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  pointer-events: none;
}
.f-button.is-next:hover, .f-button.is-prev:hover {
  border-color: rgba(255, 255, 255, 0);
}
.f-button.is-next:hover::after, .f-button.is-prev:hover::after {
  transform: translateX(0px);
  opacity: 1;
}
.f-button.is-next i, .f-button.is-prev i {
  transition: transform 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  color: #fff;
}
.f-button.is-next i::before, .f-button.is-prev i::before {
  font-size: 16px;
}
.f-button.is-next::after {
  transform: translateX(-30px);
  left: -7px;
}
.f-button.is-next:hover i {
  transform: translateX(10px);
}
.f-button.is-prev::after {
  transform: translateX(30px);
  left: 6px;
}
.f-button.is-prev:hover i {
  transform: translateX(-10px);
}

.fancybox__caption {
  font-size: 0.8rem;
}

.f-thumbs {
  margin-top: 100px;
}

.is-compact .fancy-logo {
  order: 1;
}
.is-compact .fancybox__title {
  order: 2;
}
.is-compact .fancybox__carousel {
  order: 3;
}
.is-compact .fancybox__caption {
  order: 4;
}
.is-compact .fancybox__thumbs {
  order: 5;
}

@media only screen and (max-height: 930px) {
  .fancy-logo {
    margin: 6vh auto;
  }
  .f-thumbs {
    margin-top: 20px;
  }
}
.filters {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.filters > li {
  margin: 10px 7px 10px 0px;
  position: relative;
}
.filters > li:last-child {
  margin-right: 0px;
}
.filters > li > a, .filters > li > button {
  border-radius: 25px;
  background-color: #efefef;
  font-size: 0.75rem;
  color: #1b416c;
  font-weight: 600;
  letter-spacing: 0px;
  position: relative;
  padding: 5px 16px;
  display: block;
  white-space: nowrap;
  transition-property: background-color, box-shadow, font-size, padding;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.filters > li > a:hover, .filters > li > button:hover {
  background-color: #f9f9f9;
}
.filters > li > a.active, .filters > li > button.active {
  background-color: #fff;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.161);
}
.filters > li > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.filters > li > ul span {
  font-size: 0.75rem;
  color: #1b416c;
  letter-spacing: 0px;
}
.filters > li > ul li {
  margin-left: 10px;
}
.filters > li > ul li:nth-child(1) {
  margin-left: 0px;
}
.filters > li > ul li > a, .filters > li > ul li > button {
  opacity: 0.2;
  transition: opacity 250ms ease-in-out;
}
.filters > li > ul li > a i::before, .filters > li > ul li > button i::before {
  font-size: 0.65rem;
}
.filters > li > ul li > a:hover, .filters > li > ul li > a.active, .filters > li > ul li > button:hover, .filters > li > ul li > button.active {
  color: #1b416c;
  opacity: 1;
}
.filters.tiny > li > a, .filters.tiny > li > button {
  font-size: 0.5625rem;
}

.top-sticky .filters > li > a, .top-sticky .filters > li > button {
  font-size: 0.625rem;
}

@media only screen and (min-width: 768px) {
  .filters > li > a, .filters > li > button {
    padding: 15px 25px;
  }
  .top-sticky .filters > li > a, .top-sticky .filters > li > button {
    padding: 10px 25px;
  }
}
.footer {
  margin-top: 12px;
  padding: 30px 4vw;
  position: relative;
  background-color: #fff;
}
.footer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 12px;
  background: linear-gradient(90deg, #004c8a 0%, #81cfe1 100%) 0% 0%;
}
.footer .footer-wings {
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
}
.footer .footer-wings .left-wing,
.footer .footer-wings .right-wing {
  position: absolute;
  top: 0;
  width: 70px;
  height: 35px;
}
.footer .footer-wings .left-wing span,
.footer .footer-wings .right-wing span {
  height: 6px;
  background-color: #1b416c;
  display: block;
  position: absolute;
  transition: all 250ms ease-out;
}
.footer .footer-wings .left-wing span:nth-child(1),
.footer .footer-wings .right-wing span:nth-child(1) {
  top: 0px;
  width: 100%;
}
.footer .footer-wings .left-wing span:nth-child(2),
.footer .footer-wings .right-wing span:nth-child(2) {
  top: calc(50% - 5px);
  width: calc(100% - 15px);
}
.footer .footer-wings .left-wing span:nth-child(3),
.footer .footer-wings .right-wing span:nth-child(3) {
  top: calc(100% - 10px);
  width: calc(100% - 30px);
}
.footer .footer-wings .left-wing {
  left: 0;
}
.footer .footer-wings .left-wing span {
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
.footer .footer-wings .right-wing {
  right: 0;
}
.footer .footer-wings .right-wing span {
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 8px 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 8px 100%);
}
.footer.with-cookies {
  padding-bottom: 150px;
}
.footer .btn-amver-awards {
  transition: filter 250ms ease-in-out;
  width: 200px;
}
.footer .btn-amver-awards img {
  width: 100%;
}
.footer .btn-amver-awards:hover {
  filter: grayscale(100%);
}

.footer-menu {
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-menu > li {
  margin-top: 15px;
}
.footer-menu > li:nth-child(1) {
  margin-top: 0px;
}
.footer-menu > li > a {
  padding: 0;
  color: #1b416c;
  font-weight: 700;
  transition: color 250ms ease-in-out;
}
.footer-menu > li > a > span {
  display: none;
}
.footer-menu > li > a:hover, .footer-menu > li > a.active {
  color: #21b4eb;
}
.footer-menu > li .submenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-menu > li .submenu > li {
  margin: 5px 5px;
  padding: 0px 7px 2px;
  line-height: 1;
  position: relative;
}
.footer-menu > li .submenu > li::before {
  content: "//";
  letter-spacing: -1px;
  font-size: 10px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.footer-menu > li .submenu > li:last-child::before {
  content: unset;
}
.footer-menu > li .submenu > li .submenu-link {
  padding: 0;
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 0.625rem;
  transition: color 250ms ease-in-out;
}
.footer-menu > li .submenu > li .submenu-link.active {
  color: #21b4eb;
}

.social-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.social-links li {
  margin-left: 10px;
  margin-right: 10px;
}
.social-links li a {
  color: #1b416c;
  transition: color 250ms ease-in-out;
}
.social-links li a i::before {
  font-size: calc(1.3rem + 0.8vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .social-links li a i::before {
    font-size: 1.75rem;
  }
}
.social-links li a:hover {
  color: #21b4eb;
}

.newsletter-wrapper {
  box-shadow: 0px 10px 46px rgba(0, 0, 0, 0.161);
  border-radius: 0px 26px 26px 26px;
}

.terms-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms-menu li {
  line-height: 1;
  position: relative;
  margin-left: 7px;
}
.terms-menu li a,
.terms-menu li button {
  font-size: 0.5625rem;
  color: #1b416c;
  font-weight: 500;
  letter-spacing: 0.06px;
  white-space: nowrap;
  transition: color 250ms ease-in-out;
  padding: 0;
}
.terms-menu li a:hover, .terms-menu li a.active,
.terms-menu li button:hover,
.terms-menu li button.active {
  color: #21b4eb;
}
.terms-menu li::before {
  content: "//";
  font-size: 0.75rem;
  margin-right: 7px;
}
.terms-menu li:nth-child(1) {
  padding-left: 0px;
  margin-left: 0px;
}
.terms-menu li:nth-child(1)::before {
  content: unset;
}

.copyrights {
  font-size: 0.57rem;
  font-family: Arial;
  letter-spacing: 0.05rem;
  color: rgba(27, 65, 108, 0.45);
  text-align: center;
}
.copyrights span {
  opacity: 1;
}
.copyrights a {
  position: relative;
  color: rgba(27, 65, 108, 0.45);
  opacity: 1;
  transition: color 250ms ease-out;
}
.copyrights a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  background: #1b416c;
  transition: all 250ms ease-out;
}
.copyrights a:hover {
  color: #1b416c;
}
.copyrights a:hover::after {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .footer {
    padding: 30px 4vw;
  }
  .terms-menu {
    flex-flow: row;
  }
  .terms-menu li {
    margin-left: 10px;
  }
  .terms-menu li::before {
    margin-right: 10px;
  }
  .copyrights {
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 30px 11vw;
  }
  .footer .footer-wings {
    top: 50px;
  }
  .footer-menu {
    display: block;
    text-align: left;
  }
  .footer-menu > li {
    margin: 15px 0px 0px;
  }
  .footer-menu > li .submenu {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .social-links {
    justify-content: flex-end;
  }
  .social-links li {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .footer .footer-wings {
    top: 68px;
  }
  .footer.with-cookies {
    padding-bottom: 120px;
  }
  .terms-menu {
    justify-content: flex-start;
  }
  .copyrights {
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding: 30px 9vw;
  }
}
@media only screen and (min-width: 1369px) {
  .footer .footer-wings .left-wing,
  .footer .footer-wings .right-wing {
    width: 100px;
    height: 48px;
  }
  .footer .footer-wings .left-wing span,
  .footer .footer-wings .right-wing span {
    height: 10px;
  }
}
[v-cloak] {
  display: none !important;
}

button {
  background: transparent;
  border: none;
}

body {
  overflow-anchor: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-grad {
  position: relative;
}
.bg-grad::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #004c8a 0%, #81cfe1 100%) 0% 0%;
  z-index: -1;
}
.bg-grad.bg-opacity::before {
  opacity: 0.9;
}

.col-sticky {
  position: sticky;
  top: 0;
}
.col-sticky.top-n30 {
  top: -30px;
}

.mt-vw-8 {
  margin-top: 8vw;
}

.mt-nvw {
  margin-top: -100vw;
}

.mt-vh-n100 {
  margin-top: -100vh;
}

[class^=z-],
[class*=z-] {
  position: relative;
}

@media only screen and (min-width: 576px) {
  .w-sm-145 {
    width: 145px;
  }
}
@media only screen and (min-width: 768px) {
  .start-md-0 {
    left: 0% !important;
  }
  .translate-md-y-middle {
    transform: translate(0%, -50%) !important;
  }
  .col-md-sticky {
    position: sticky;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .position-lg-sticky {
    position: sticky;
  }
  .position-sticky,
  .position-sm-sticky,
  .position-md-sticky,
  .position-lg-sticky,
  .position-xl-sticky {
    top: calc(2vw + 45px);
  }
  .top-lg-n200 {
    top: -200px;
  }
  .h-lg-unset {
    height: unset !important;
  }
  .w-lg-50 {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .position-xl-sticky {
    position: sticky;
  }
}
@media only screen and (min-width: 1369px) {
  .mt-xxl-vw-5 {
    margin-top: 5vw !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-xxxl-n29 {
    margin-top: -29rem !important;
  }
}
.header-nasdaq-wrapper {
  width: 100%;
  text-align: center;
}
.header-nasdaq-wrapper .header-nasdaq {
  padding: 10px 20px;
  position: relative;
  background: linear-gradient(90deg, #004c8a 0%, #81cfe1 100%) 0% 0%;
}
.header-nasdaq-wrapper .header-nasdaq p {
  font-size: 13px;
  color: #fff;
  transition: font-size 250ms ease-in-out;
}

.header {
  padding: 3.5vw 4.5vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  transform: translateY(40px);
  transition-property: transform, padding;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.header .logo-wrapper {
  position: relative;
  width: 170px;
  height: 38px;
  transition: all 250ms ease-out;
}
.header .logo-wrapper .logo-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header .logo-wrapper .logo-link .logo,
.header .logo-wrapper .logo-link .logo-white {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: opacity 250ms ease-out;
}
.header .logo-wrapper .logo-link .logo-white {
  display: none;
}
.header .btn-menu {
  display: block;
  text-align: right;
  width: 60px;
  height: 22px;
  position: relative;
  transition: top 250ms ease-in-out;
}
.header .btn-menu span {
  height: 4px;
  background-color: #1b416c;
  display: block;
  position: absolute;
  right: 0;
  transition: all 250ms ease-out;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 7% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 7% 100%);
}
.header .btn-menu span:nth-child(1) {
  top: 2px;
  width: 100%;
}
.header .btn-menu span:nth-child(2) {
  top: calc(50% + 1px);
  width: calc(100% - 7px);
}
.header .btn-menu span:nth-child(3) {
  top: 100%;
  width: calc(100% - 14px);
}
.header .btn-menu:focus-visible {
  outline: none;
}
.header.page-scrolled {
  transform: translateY(0px);
}
.header.page-scrolled::before {
  opacity: 1;
}
.header.menu-open {
  transform: translateY(0px);
}
.header.menu-open::before {
  opacity: 0;
}
.header.menu-open .logo-wrapper .logo-link .logo {
  display: none;
}
.header.menu-open .logo-wrapper .logo-link .logo-white {
  display: block;
}
.header.menu-open .btn-menu {
  top: 5px;
}
.header.menu-open .btn-menu span {
  background-color: #fff;
  top: 50%;
  -webkit-clip-path: unset;
          clip-path: unset;
}
.header.menu-open .btn-menu span:nth-child(1) {
  transform: rotateZ(-45deg);
  width: 65%;
}
.header.menu-open .btn-menu span:nth-child(2) {
  opacity: 0;
}
.header.menu-open .btn-menu span:nth-child(3) {
  transform: rotateZ(45deg);
  width: 65%;
}

.page-home .header::before,
.page-about-index .header::before,
.page-about-corporate .header::before,
.page-services-index .header::before,
.page-investors-stock .header::before {
  background: linear-gradient(90deg, #1b416c 0%, #0c2c50 100%) 0% 0%;
}
.page-home .header .logo-wrapper .logo-link .logo,
.page-about-index .header .logo-wrapper .logo-link .logo,
.page-about-corporate .header .logo-wrapper .logo-link .logo,
.page-services-index .header .logo-wrapper .logo-link .logo,
.page-investors-stock .header .logo-wrapper .logo-link .logo {
  display: none;
}
.page-home .header .logo-wrapper .logo-link .logo-white,
.page-about-index .header .logo-wrapper .logo-link .logo-white,
.page-about-corporate .header .logo-wrapper .logo-link .logo-white,
.page-services-index .header .logo-wrapper .logo-link .logo-white,
.page-investors-stock .header .logo-wrapper .logo-link .logo-white {
  display: block;
}
.page-home .header .btn-menu span,
.page-about-index .header .btn-menu span,
.page-about-corporate .header .btn-menu span,
.page-services-index .header .btn-menu span,
.page-investors-stock .header .btn-menu span {
  background-color: #fff;
}

@media only screen and (min-width: 576px) {
  .header .logo-wrapper {
    width: 220px;
    height: 49px;
  }
  .header .btn-menu {
    height: 27px;
    top: 2px;
  }
  .header .btn-menu span {
    height: 5px;
  }
  .header.page-scrolled .logo-wrapper {
    width: 200px;
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .header .logo-wrapper {
    width: 250px;
    height: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    padding: 2vw 4.5vw;
  }
  .header.page-scrolled {
    padding: 1vw 4.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .header-nasdaq-wrapper {
    position: fixed;
    top: 2vw;
    right: 0;
    z-index: 1002;
    width: auto;
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.322));
    transition: top 250ms ease-in-out;
  }
  .header-nasdaq-wrapper .header-nasdaq {
    padding: 14px 10px 14px 25px;
    -webkit-clip-path: polygon(5% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(5% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
  .header-nasdaq-wrapper.page-scrolled {
    top: 1vw;
  }
  .header-nasdaq-wrapper.page-scrolled .header-nasdaq p {
    font-size: 10px;
  }
  .header {
    padding: 2vw 2vw;
    transform: translateY(0px);
  }
  .header .logo-wrapper {
    width: 220px;
    height: 50px;
  }
  .header .btn-menu {
    display: none;
  }
  .header.page-scrolled {
    padding: 1vw 2vw;
  }
}
@media only screen and (min-width: 1369px) {
  .header-nasdaq-wrapper {
    top: 2vw;
  }
  .header-nasdaq-wrapper .header-nasdaq {
    padding: 16px 33px 16px 42px;
  }
  .header {
    padding: 2vw 3vw;
  }
  .header .logo-wrapper {
    width: 250px;
    height: 56px;
  }
}
.response-wrapper {
  position: relative;
  max-width: 100%;
  padding-top: 35px;
  margin: 2px auto;
}
.response-wrapper .response-msg {
  position: absolute;
  top: 0;
  right: 0%;
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  height: 100%;
}
.response-wrapper .response-msg img {
  height: 14px;
  margin-right: 6px;
  margin-bottom: 2px;
}
.response-wrapper .response-msg.error {
  background-color: #ce0000;
}
.response-wrapper .response-msg.success {
  background-color: #60fc28;
}

.error-msg {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 0.45rem;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #21b4eb;
  padding: 2px 6px;
  z-index: 5;
}

.input-wrapper {
  position: relative;
  margin-bottom: 14px;
}
.input-wrapper label {
  font-family: indivisible, sans-serif;
  font-size: 0.875rem;
  color: #1b416c;
  display: block;
  font-weight: 600;
  letter-spacing: 0.05rem;
  cursor: pointer;
  margin-bottom: 0px;
  line-height: 1;
}
.input-wrapper input[type=text],
.input-wrapper input[type=email],
.input-wrapper input[type=password],
.input-wrapper input[type=search]:not(.vs__search),
.input-wrapper input[type=number] {
  font-family: indivisible, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 1;
  color: #1b416c;
  width: 100%;
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 20px;
  padding: 20px 40px;
  background-color: #e7e7e7;
  -webkit-appearance: none;
}
.input-wrapper input[type=text]:focus,
.input-wrapper input[type=email]:focus,
.input-wrapper input[type=password]:focus,
.input-wrapper input[type=search]:not(.vs__search):focus,
.input-wrapper input[type=number]:focus {
  outline: none;
}
.input-wrapper input[type=text]::-webkit-input-placeholder,
.input-wrapper input[type=email]::-webkit-input-placeholder,
.input-wrapper input[type=password]::-webkit-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-input-placeholder,
.input-wrapper input[type=number]::-webkit-input-placeholder {
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.input-wrapper input[type=text]::-moz-placeholder,
.input-wrapper input[type=email]::-moz-placeholder,
.input-wrapper input[type=password]::-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-moz-placeholder,
.input-wrapper input[type=number]::-moz-placeholder {
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.input-wrapper input[type=text]:-ms-input-placeholder,
.input-wrapper input[type=email]:-ms-input-placeholder,
.input-wrapper input[type=password]:-ms-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-ms-input-placeholder,
.input-wrapper input[type=number]:-ms-input-placeholder {
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.input-wrapper input[type=text]:-moz-placeholder,
.input-wrapper input[type=email]:-moz-placeholder,
.input-wrapper input[type=password]:-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-moz-placeholder,
.input-wrapper input[type=number]:-moz-placeholder {
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.input-wrapper input[type=text]::-webkit-outer-spin-button, .input-wrapper input[type=text]::-webkit-inner-spin-button,
.input-wrapper input[type=email]::-webkit-outer-spin-button,
.input-wrapper input[type=email]::-webkit-inner-spin-button,
.input-wrapper input[type=password]::-webkit-outer-spin-button,
.input-wrapper input[type=password]::-webkit-inner-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-outer-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-inner-spin-button,
.input-wrapper input[type=number]::-webkit-outer-spin-button,
.input-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.input-wrapper .v-select {
  width: 100%;
}
.input-wrapper .v-select .vs__open-indicator::before {
  font-size: calc(1.255rem + 0.08vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .input-wrapper .v-select .vs__open-indicator::before {
    font-size: 1.3rem;
  }
}
.input-wrapper .v-select .vs__dropdown-toggle {
  background-color: #e7e7e7;
  padding: 20px 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.56px;
  color: #1b416c;
  border: none;
  white-space: nowrap;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected .vs__deselect {
  fill: #fff;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  letter-spacing: 0.56px;
  font-weight: 600;
  border: none;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search::-webkit-input-placeholder {
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search::-moz-placeholder {
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search:-ms-input-placeholder {
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search:-moz-placeholder {
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.input-wrapper .v-select .vs__dropdown-menu {
  background-color: #e7e7e7;
  box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0px 0px 20px 20px;
}
.input-wrapper .v-select .vs__dropdown-menu .vs__dropdown-option {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.56px;
}
.input-wrapper .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight {
  background: #1b416c;
}
.input-wrapper .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--disabled {
  text-decoration: line-through;
}
.input-wrapper .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected {
  background-color: #21b4eb;
  color: #fff;
}
.input-wrapper .v-select.vs--open .vs__dropdown-toggle {
  border-radius: 20px 20px 0px 0px;
}
.input-wrapper input:disabled,
.input-wrapper select:disabled {
  opacity: 0.7;
}
.input-wrapper .error-msg {
  top: 0px;
  transform: translateY(-50%);
}
.input-wrapper.has-error label {
  color: #ce0000;
}
.input-wrapper.has-error input[type=email],
.input-wrapper.has-error input[type=text],
.input-wrapper.has-error input[type=password],
.input-wrapper.has-error input[type=search],
.input-wrapper.has-error input[type=number] {
  border-color: #ce0000;
}
.input-wrapper.label-float label {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  transition: all 250ms ease-out;
  z-index: 1;
}
.input-wrapper.label-float.has-value label {
  top: 8px;
  left: 14px;
  transform: translateY(0%);
  color: #a2a29f;
  font-size: 0.5625rem;
}

.textarea-wrapper {
  position: relative;
}
.textarea-wrapper label {
  font-family: indivisible, sans-serif;
  font-size: 0.875rem;
  color: #1b416c;
  display: block;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05rem;
  cursor: pointer;
  margin-bottom: 0px;
}
.textarea-wrapper textarea {
  font-family: indivisible, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  color: #1b416c;
  width: 100%;
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 20px;
  background-color: #e7e7e7;
  padding: 20px 40px;
  -webkit-appearance: none;
}
.textarea-wrapper textarea:focus {
  outline: none;
}
.textarea-wrapper textarea::-webkit-input-placeholder {
  font-family: indivisible, sans-serif;
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.textarea-wrapper textarea::-moz-placeholder {
  font-family: indivisible, sans-serif;
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.textarea-wrapper textarea:-ms-input-placeholder {
  font-family: indivisible, sans-serif;
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.textarea-wrapper textarea:-moz-placeholder {
  font-family: indivisible, sans-serif;
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  color: #1b416c;
}
.textarea-wrapper .error-msg {
  top: 10px;
  right: 10px;
}
.textarea-wrapper.has-error label {
  color: #ce0000;
}
.textarea-wrapper.has-error textarea {
  border-color: #ce0000;
}
.textarea-wrapper.label-float label {
  position: absolute;
  top: 34px;
  left: 40px;
  transform: translateY(-50%);
  transition: all 250ms ease-out;
}
.textarea-wrapper.label-float.has-value label {
  top: 8px;
  left: 14px;
  transform: translateY(0%);
  color: #a2a29f;
  font-size: 0.5625rem;
}

.btn-submit {
  position: relative;
  color: #1b416c;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 700;
  padding-right: 30px;
}
.btn-submit i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 250ms ease-in-out;
}
.btn-submit i::before {
  font-size: 20px;
}
.btn-submit:hover i {
  transform: translateY(-50%) rotate(0deg);
}
.btn-submit.loading i {
  opacity: 0;
}
.btn-submit.loading span {
  opacity: 0;
}
.btn-submit.loading .loader {
  opacity: 1;
}
.btn-submit.loading .loader span {
  opacity: 1;
}
.btn-submit .loader {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border-top: 2px solid #1b416c;
  border-right: 2px solid #1b416c;
  border-bottom: 2px solid #1b416c;
  border-left: 2px solid #21b4eb;
  animation: load 1.1s infinite linear;
}
.btn-submit .loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@keyframes load {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes load {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #bcbcbc;
  border-right: 2px solid #bcbcbc;
  border-bottom: 2px solid #bcbcbc;
  border-left: 2px solid #fff;
  animation: load 1.1s infinite linear;
}
.loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.data-loader-wrapper {
  position: absolute;
  width: 100%;
  height: 110px;
  top: 50%;
  transform: translateY(-50%);
}
.data-loader-wrapper .data-loader {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.data-loader-wrapper .data-loader span {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-top: 2px solid #1b416c;
  border-right: 2px solid #1b416c;
  border-bottom: 2px solid #1b416c;
  border-left: 2px solid #fff;
  animation: spin 1.1s infinite linear;
}
.data-loader-wrapper .data-loader p {
  margin-top: 10px;
  white-space: nowrap;
  font-size: 12px;
}
.data-loader-wrapper .data-loader::before {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.data-loader-wrapper.list-loader {
  position: relative;
}

.img-loader {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  border-left: 2px solid #ffffff;
  animation: load 1.1s infinite linear;
}
.img-loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.btn-loader span {
  transition: opacity 250ms ease-in-out;
}
.btn-loader .loader {
  opacity: 0;
}
.btn-loader.loading span:not(.loader) {
  opacity: 0;
}
.btn-loader.loading .loader {
  opacity: 1;
}

.main-menu {
  display: none;
  text-align: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 185px;
  transition: padding-right 250ms ease-in-out;
}
.main-menu > li {
  font-size: 0;
  display: block;
  position: relative;
  padding: 0px 60px 0px 20px;
}
.main-menu > li > a {
  padding: 0;
  position: relative;
  font-size: 1.0625rem;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.15rem;
  font-weight: 600;
  color: #1b416c;
  position: relative;
  transition-property: color, font-size;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.main-menu > li > a > span {
  font-size: 1.0625rem;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  line-height: 1;
  letter-spacing: 0.15rem;
  z-index: 1;
  color: #21b4eb;
}
.main-menu > li > a:hover, .main-menu > li > a.active {
  color: #21b4eb;
}
.main-menu > li .submenu-wrapper {
  visibility: hidden;
  filter: drop-shadow(0px 5px 11px rgba(0, 0, 0, 0.161));
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
}
.main-menu > li .submenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #fff;
  padding: 50px 10px 40px 10px;
  border-radius: 0px 20px 20px 20px;
  transition: -webkit-clip-path 500ms ease-in-out;
  transition: clip-path 500ms ease-in-out;
  transition: clip-path 500ms ease-in-out, -webkit-clip-path 500ms ease-in-out;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.main-menu > li .submenu > li {
  position: relative;
}
.main-menu > li .submenu > li > span {
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #21b4eb;
}
.main-menu > li .submenu > li:nth-child(1) {
  margin-top: 0px;
}
.main-menu > li .submenu > li > a, .main-menu > li .submenu > li > button {
  text-align: left;
  letter-spacing: 0px;
  color: #1b416c;
  display: inline-block;
  line-height: 1;
  font-size: 0.65rem;
  padding: 12px 5px;
  font-weight: 600;
  color: #1b416c;
  white-space: nowrap;
  position: relative;
  opacity: 0;
}
.main-menu > li .submenu > li > a:hover, .main-menu > li .submenu > li > a.active, .main-menu > li .submenu > li > button:hover, .main-menu > li .submenu > li > button.active {
  color: #21b4eb;
}
.main-menu > li.has-submenu:hover span {
  display: block;
}
.main-menu > li.has-submenu:hover .submenu-wrapper {
  visibility: visible;
}
.main-menu > li.has-submenu:hover .submenu {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.mobile-menu-wrapper {
  margin-top: calc(9vw + 38px);
  padding: 0px 7vw calc(9vw + 38px + 80px);
  overflow: auto;
  height: 100%;
}
.mobile-menu-wrapper .mobile-menu {
  margin-top: 50px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-menu-wrapper .mobile-menu > li {
  margin-bottom: 20px;
}
.mobile-menu-wrapper .mobile-menu > li:last-child {
  margin-bottom: 0px;
}
.mobile-menu-wrapper .mobile-menu > li > a, .mobile-menu-wrapper .mobile-menu > li > button {
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  padding: 0;
  transition: color 250ms ease-in-out;
}
.mobile-menu-wrapper .mobile-menu > li > a:hover, .mobile-menu-wrapper .mobile-menu > li > button:hover {
  color: #21b4eb;
}
.mobile-menu-wrapper .mobile-menu > li > button {
  position: relative;
  padding-right: 20px;
}
.mobile-menu-wrapper .mobile-menu > li > button span {
  display: none;
}
.mobile-menu-wrapper .mobile-menu > li > button i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mobile-menu-wrapper .mobile-menu > li > button i::before {
  font-size: 0.5rem;
}
.mobile-menu-wrapper .mobile-menu > li .submenu {
  padding-top: 15px;
}
.mobile-menu-wrapper .mobile-menu > li .submenu > li > a, .mobile-menu-wrapper .mobile-menu > li .submenu > li > button {
  display: block;
  padding: 5px 0px;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}

.page-scrolled .main-menu > li > a {
  font-size: 1.0625rem;
}
.page-scrolled .main-menu > li > a > span {
  font-size: 1.0625rem;
}
.page-scrolled .main-menu > li .submenu > li > a {
  font-size: 0.75rem;
}

.page-home .main-menu > li > a,
.page-about-index .main-menu > li > a,
.page-about-corporate .main-menu > li > a,
.page-services-index .main-menu > li > a,
.page-investors-stock .main-menu > li > a {
  color: #fff;
}
.page-home .main-menu > li > a:hover, .page-home .main-menu > li > a.active,
.page-about-index .main-menu > li > a:hover,
.page-about-index .main-menu > li > a.active,
.page-about-corporate .main-menu > li > a:hover,
.page-about-corporate .main-menu > li > a.active,
.page-services-index .main-menu > li > a:hover,
.page-services-index .main-menu > li > a.active,
.page-investors-stock .main-menu > li > a:hover,
.page-investors-stock .main-menu > li > a.active {
  color: #21b4eb;
}

.with-cookies .mobile-menu-wrapper {
  padding-bottom: 250px;
}

@media only screen and (min-width: 1200px) {
  .main-menu {
    display: flex;
  }
  .main-menu > li:nth-child(2) {
    padding: 0px 20px;
  }
  .main-menu > li:nth-child(3) {
    padding: 0px 40px 0px 20px;
  }
  .main-menu > li:nth-child(4) {
    padding: 0px 20px;
  }
  .main-menu > li > a, .main-menu > li > button {
    letter-spacing: 0.05rem;
  }
  .main-menu > li > a > span, .main-menu > li > button > span {
    letter-spacing: 0.05rem;
  }
  .mobile-menu-wrapper .mobile-menu li button i {
    display: none;
  }
}
@media only screen and (min-width: 1369px) {
  .main-menu {
    padding-right: 210px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-menu > li {
    padding: 0px 90px 0px 20px;
  }
  .main-menu > li:nth-child(2) {
    padding: 0px 80px 0px 20px;
  }
  .main-menu > li:nth-child(3) {
    padding: 0px 80px 0px 20px;
  }
  .main-menu > li:nth-child(4) {
    padding: 0px 80px 0px 20px;
  }
  .main-menu > li > a, .main-menu > li > button {
    font-size: 1.1875rem;
    letter-spacing: 0.05rem;
  }
  .main-menu > li > a > span, .main-menu > li > button > span {
    font-size: 1.1875rem;
    letter-spacing: 0.05rem;
  }
  .main-menu > li .submenu {
    padding: 50px 10px 60px 10px;
    border-radius: 0px 30px 30px 30px;
  }
  .main-menu > li .submenu > li > a, .main-menu > li .submenu > li > button {
    font-size: 0.8125rem;
    padding: 12px 10px;
  }
}
.modal {
  height: 100vh;
}

.modal-header {
  justify-content: center;
  position: relative;
}
.modal-header .btn-modal-close {
  color: #fff;
  z-index: 5;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.modal-header .btn-modal-close i::before {
  font-size: calc(1.375rem + 2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .modal-header .btn-modal-close i::before {
    font-size: 2.5rem;
  }
}
.modal-header .btn-modal-close:hover {
  opacity: 0.5;
}

html:not(.device) ::-webkit-scrollbar {
  width: 3px;
}
html:not(.device) ::-webkit-scrollbar-track {
  background: #efefef;
}
html:not(.device) ::-webkit-scrollbar-thumb {
  background: #1b416c;
  border-radius: 2px;
}
html:not(.device) ::-webkit-scrollbar-thumb:hover {
  background: #07101a;
}
html:not(.device) html {
  scrollbar-color: #1b416c #efefef;
  scrollbar-width: thin;
}

@media only screen and (min-width: 992px) {
  html:not(.device) ::-webkit-scrollbar {
    width: 8px;
  }
  html:not(.device) ::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
}
::-moz-selection {
  color: #fff;
  background: #1b416c;
  opacity: 1;
}

::selection {
  color: #fff;
  background: #1b416c;
  opacity: 1;
}

.table {
  width: 100%;
}
.table .tr {
  display: flex;
  justify-content: space-between;
}
.table .tr .th,
.table .tr .td {
  width: 100%;
}
.table .thead {
  display: none;
}
.table .tbody .tr {
  flex-flow: column;
}
.table .tbody .tr .td {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table .tbody .tr .td::before {
  content: attr(data-title);
}
.table.table-reveal .tbody .tr {
  opacity: 0;
}

.table-fleet {
  max-width: 500px;
  margin: 0 auto;
}
.table-fleet .thead {
  background: linear-gradient(90deg, #1b416c 0%, #0c2c50 100%) 0% 0%;
  border-radius: 51px;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.161);
}
.table-fleet .thead .tr .th {
  padding-top: 25px;
  padding-bottom: 25px;
}
.table-fleet .thead .tr .th::before {
  content: "";
}
.table-fleet .thead .tr .th p {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.table-fleet .tbody .tr {
  background-color: #1b416c;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  border-radius: 30px;
  position: relative;
}
.table-fleet .tbody .tr .td::before {
  color: #fff;
}
.table-fleet .tbody .tr .td p {
  color: #fff;
  font-weight: 500;
}
.table-fleet .tbody .tr .td:nth-child(1) p {
  font-family: miller-display, serif;
  font-weight: 400;
}
.table-fleet .tbody .tr .td:last-child {
  position: relative;
  margin-top: 15px;
}
.table-fleet .tbody .tr .td.no-pdf {
  display: none;
}
.table-fleet .tbody .tr .btn-pdf {
  font-size: 0;
}
.table-fleet .tbody .tr .btn-pdf i::before {
  font-size: calc(1.275rem + 0.4vmin);
  color: #fff;
}
@media (min-width: 900px) and (min-height: 900px) {
  .table-fleet .tbody .tr .btn-pdf i::before {
    font-size: 1.5rem;
  }
}

.table-fleet-sold {
  max-width: 500px;
  margin: 0 auto;
}
.table-fleet-sold .thead {
  position: relative;
  z-index: 2;
  background: #21b4eb;
  border-radius: 51px;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.161);
  transition: border-radius 500ms ease-in-out, box-shadow 500ms ease-in-out;
}
.table-fleet-sold .thead .tr .th {
  padding-top: 25px;
}
.table-fleet-sold .thead .tr .th p {
  font-size: 1rem;
  color: #33fff1;
  font-weight: 600;
  text-align: center;
}
.table-fleet-sold .tbody .tr {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  position: relative;
}
.table-fleet-sold .tbody .tr .td::before {
  color: #fff;
}
.table-fleet-sold .tbody .tr .td p {
  color: #fff;
  font-weight: 500;
}
.table-fleet-sold .tbody .tr .td:nth-child(1) p {
  font-weight: 400;
}
.table-fleet-sold .tbody .tr .btn-pdf {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  font-size: 0;
}
.table-fleet-sold .tbody .tr .btn-pdf i::before {
  font-size: calc(1.275rem + 0.4vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .table-fleet-sold .tbody .tr .btn-pdf i::before {
    font-size: 1.5rem;
  }
}

.table-tax {
  max-width: 500px;
  margin: 0 auto;
}
.table-tax .thead {
  background: linear-gradient(90deg, #1b416c 0%, #0c2c50 100%) 0% 0%;
  border-radius: 51px;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.161);
}
.table-tax .thead .tr .th {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: padding-top 500ms ease-in-out, padding-bottom 500ms ease-in-out;
}
.table-tax .thead .tr .th::before {
  content: "";
}
.table-tax .thead .tr .th p,
.table-tax .thead .tr .th h2 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  transition: font-size 500ms ease-in-out;
}
.table-tax .tbody .tr {
  background-color: #1b416c;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  border-radius: 30px;
  position: relative;
}
.table-tax .tbody .tr .td::before {
  color: #fff;
}
.table-tax .tbody .tr .td p {
  color: #fff;
}
.table-tax .tbody .tr .td:last-child {
  position: relative;
  margin-top: 15px;
  color: #fff;
}
.table-tax .tbody .tr .td.no-pdf {
  display: none;
}
.table-tax .tbody .tr .btn-pdf {
  display: flex;
  align-items: center;
  color: #fff;
  transition: color 250ms ease-in-out;
}
.table-tax .tbody .tr .btn-pdf span {
  margin-right: 12px;
}
.table-tax .tbody .tr .btn-pdf i {
  font-size: 0;
}
.table-tax .tbody .tr .btn-pdf i::before {
  font-size: calc(1.325rem + 1.2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .table-tax .tbody .tr .btn-pdf i::before {
    font-size: 2rem;
  }
}
.table-tax .tbody .tr .btn-pdf:hover {
  color: #21b4eb;
}

.table-archive {
  max-width: 500px;
  margin: 0 auto;
}
.table-archive .thead {
  background: linear-gradient(90deg, #1b416c 0%, #0c2c50 100%) 0% 0%;
  border-radius: 51px;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.161);
  transition: border-radius 500ms ease-in-out, box-shadow 500ms ease-in-out;
}
.table-archive .thead .tr .th {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: padding-top 500ms ease-in-out, padding-bottom 500ms ease-in-out;
}
.table-archive .thead .tr .th::before {
  content: "";
}
.table-archive .thead .tr .th p {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  transition: font-size 500ms ease-in-out;
}
.table-archive .tbody .tr {
  background-color: #1b416c;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  border-radius: 30px;
  position: relative;
}
.table-archive .tbody .tr .td::before {
  color: #fff;
}
.table-archive .tbody .tr .td p {
  color: #fff;
}

.thead.vue-sticky-el {
  transition-property: border-radius, box-shadow;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.thead.vue-sticky-el .tr .th {
  transition-property: padding-top, padding-bottom;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.thead.vue-sticky-el .tr .th p {
  transition-property: font-size;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.thead.vue-sticky-el.top-sticky {
  border-radius: 30px;
  box-shadow: 0 14px 17px 1px rgba(0, 0, 0, 0.3);
}
.thead.vue-sticky-el.top-sticky .tr .th {
  padding-top: 20px;
  padding-bottom: 20px;
}
.thead.vue-sticky-el.top-sticky .tr .th p {
  font-size: 0.75rem;
}

@media only screen and (min-width: 992px) {
  .table-lg .thead {
    display: block;
  }
  .table-lg .tbody .tr {
    flex-flow: row;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
  }
  .table-lg .tbody .tr .td {
    justify-content: center;
  }
  .table-lg .tbody .tr .td::before {
    content: unset;
  }
  .table-fleet {
    max-width: unset;
  }
  .table-fleet .thead .tr .th,
  .table-fleet .thead .tr .td,
  .table-fleet .tbody .tr .th,
  .table-fleet .tbody .tr .td {
    flex-shrink: 0;
  }
  .table-fleet .thead .tr .th:nth-child(1),
  .table-fleet .thead .tr .td:nth-child(1),
  .table-fleet .tbody .tr .th:nth-child(1),
  .table-fleet .tbody .tr .td:nth-child(1) {
    width: 22%;
  }
  .table-fleet .thead .tr .th:nth-child(2),
  .table-fleet .thead .tr .td:nth-child(2),
  .table-fleet .tbody .tr .th:nth-child(2),
  .table-fleet .tbody .tr .td:nth-child(2) {
    width: 14%;
  }
  .table-fleet .thead .tr .th:nth-child(3),
  .table-fleet .thead .tr .td:nth-child(3),
  .table-fleet .tbody .tr .th:nth-child(3),
  .table-fleet .tbody .tr .td:nth-child(3) {
    width: 12%;
  }
  .table-fleet .thead .tr .th:nth-child(4),
  .table-fleet .thead .tr .td:nth-child(4),
  .table-fleet .tbody .tr .th:nth-child(4),
  .table-fleet .tbody .tr .td:nth-child(4) {
    width: 15%;
  }
  .table-fleet .thead .tr .th:nth-child(5),
  .table-fleet .thead .tr .td:nth-child(5),
  .table-fleet .tbody .tr .th:nth-child(5),
  .table-fleet .tbody .tr .td:nth-child(5) {
    width: 15%;
  }
  .table-fleet .thead .tr .th:nth-child(6),
  .table-fleet .thead .tr .td:nth-child(6),
  .table-fleet .tbody .tr .th:nth-child(6),
  .table-fleet .tbody .tr .td:nth-child(6) {
    width: 16%;
  }
  .table-fleet .thead .tr .th:nth-child(7),
  .table-fleet .thead .tr .td:nth-child(7),
  .table-fleet .tbody .tr .th:nth-child(7),
  .table-fleet .tbody .tr .td:nth-child(7) {
    width: 5%;
  }
  .table-fleet .thead .tr .th {
    position: relative;
  }
  .table-fleet .thead .tr .th::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
  }
  .table-fleet .thead .tr .th:nth-child(1)::before, .table-fleet .thead .tr .th:last-child::before {
    content: unset;
  }
  .table-fleet .tbody .tr {
    background-color: transparent;
    border-radius: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }
  .table-fleet .tbody .tr::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: linear-gradient(90deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
  }
  .table-fleet .tbody .tr:last-child::before {
    content: unset;
  }
  .table-fleet .tbody .tr .td p {
    font-size: 0.7rem;
    color: #1b416c;
    letter-spacing: 0;
  }
  .table-fleet .tbody .tr .td:nth-child(1) p {
    font-size: calc(1.26rem + 0.16vmin);
  }
}
@media only screen and (min-width: 992px) and (min-width: 900px) and (min-height: 900px) {
  .table-fleet .tbody .tr .td:nth-child(1) p {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 992px) {
  .table-fleet .tbody .tr .td:last-child {
    margin-top: 0;
    justify-content: flex-start;
  }
  .table-fleet .tbody .tr .td:last-child.no-pdf {
    display: flex;
  }
  .table-fleet .tbody .tr .btn-pdf i::before {
    color: #1b416c;
  }
  .table-fleet-sold {
    max-width: 1200px;
  }
  .table-fleet-sold .thead .tr .th,
  .table-fleet-sold .thead .tr .td,
  .table-fleet-sold .tbody .tr .th,
  .table-fleet-sold .tbody .tr .td {
    flex-shrink: 0;
  }
  .table-fleet-sold .thead .tr .th:nth-child(1),
  .table-fleet-sold .thead .tr .td:nth-child(1),
  .table-fleet-sold .tbody .tr .th:nth-child(1),
  .table-fleet-sold .tbody .tr .td:nth-child(1) {
    width: 29%;
  }
  .table-fleet-sold .thead .tr .th:nth-child(2),
  .table-fleet-sold .thead .tr .td:nth-child(2),
  .table-fleet-sold .tbody .tr .th:nth-child(2),
  .table-fleet-sold .tbody .tr .td:nth-child(2) {
    width: 20%;
  }
  .table-fleet-sold .thead .tr .th:nth-child(3),
  .table-fleet-sold .thead .tr .td:nth-child(3),
  .table-fleet-sold .tbody .tr .th:nth-child(3),
  .table-fleet-sold .tbody .tr .td:nth-child(3) {
    width: 17%;
  }
  .table-fleet-sold .thead .tr .th:nth-child(4),
  .table-fleet-sold .thead .tr .td:nth-child(4),
  .table-fleet-sold .tbody .tr .th:nth-child(4),
  .table-fleet-sold .tbody .tr .td:nth-child(4) {
    width: 17%;
  }
  .table-fleet-sold .thead .tr .th:nth-child(5),
  .table-fleet-sold .thead .tr .td:nth-child(5),
  .table-fleet-sold .tbody .tr .th:nth-child(5),
  .table-fleet-sold .tbody .tr .td:nth-child(5) {
    width: 17%;
  }
  .table-fleet-sold .thead .tr .th {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .table-fleet-sold .thead .tr .th p {
    color: #1b416c;
  }
  .table-fleet-sold .thead .tr .th:nth-child(1)::before, .table-fleet-sold .thead .tr .th:last-child::before {
    content: unset;
  }
  .table-fleet-sold .tbody .tr {
    background-color: transparent;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
  }
  .table-fleet-sold .tbody .tr::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50px;
    right: -50px;
    height: 1px;
    background-color: #fff;
  }
  .table-fleet-sold .tbody .tr:nth-child(1) {
    padding-top: 30px;
  }
  .table-fleet-sold .tbody .tr:nth-child(1) .td::before {
    height: calc(100% + 40px);
  }
  .table-fleet-sold .tbody .tr:last-child::before {
    content: unset;
  }
  .table-fleet-sold .tbody .tr .td {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .table-fleet-sold .tbody .tr .td p {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .table-fleet-sold .tbody .tr .td::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #33fff1;
    opacity: 0.4;
    z-index: -1;
  }
  .table-fleet-sold .tbody .tr .td:nth-child(1) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .table-fleet-sold .tbody .tr .td:nth-child(1) p {
    font-family: miller-display, serif;
    font-size: calc(1.325rem + 1.2vmin);
  }
}
@media only screen and (min-width: 992px) and (min-width: 900px) and (min-height: 900px) {
  .table-fleet-sold .tbody .tr .td:nth-child(1) p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .table-fleet-sold .tbody .tr .td:nth-child(1)::before {
    content: unset;
  }
  .table-tax {
    max-width: unset;
  }
  .table-tax .thead .tr .th,
  .table-tax .thead .tr .td,
  .table-tax .tbody .tr .th,
  .table-tax .tbody .tr .td {
    flex-shrink: 0;
  }
  .table-tax .thead .tr .th:nth-child(1),
  .table-tax .thead .tr .td:nth-child(1),
  .table-tax .tbody .tr .th:nth-child(1),
  .table-tax .tbody .tr .td:nth-child(1) {
    width: 28%;
  }
  .table-tax .thead .tr .th:nth-child(2),
  .table-tax .thead .tr .td:nth-child(2),
  .table-tax .tbody .tr .th:nth-child(2),
  .table-tax .tbody .tr .td:nth-child(2) {
    width: 24%;
  }
  .table-tax .thead .tr .th:nth-child(3),
  .table-tax .thead .tr .td:nth-child(3),
  .table-tax .tbody .tr .th:nth-child(3),
  .table-tax .tbody .tr .td:nth-child(3) {
    width: 20%;
  }
  .table-tax .thead .tr .th:nth-child(4),
  .table-tax .thead .tr .td:nth-child(4),
  .table-tax .tbody .tr .th:nth-child(4),
  .table-tax .tbody .tr .td:nth-child(4) {
    width: 15%;
  }
  .table-tax .thead .tr .th:nth-child(5),
  .table-tax .thead .tr .td:nth-child(5),
  .table-tax .tbody .tr .th:nth-child(5),
  .table-tax .tbody .tr .td:nth-child(5) {
    width: 13%;
  }
  .table-tax .thead .tr .th {
    position: relative;
  }
  .table-tax .thead .tr .th::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
  }
  .table-tax .thead .tr .th:nth-child(1)::before {
    content: unset;
  }
  .table-tax .tbody .tr {
    background-color: transparent;
    border-radius: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }
  .table-tax .tbody .tr::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: linear-gradient(90deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
  }
  .table-tax .tbody .tr:last-child::before {
    content: unset;
  }
  .table-tax .tbody .tr .td p {
    font-size: 1rem;
    color: #1b416c;
    font-weight: 400;
    letter-spacing: 0;
  }
  .table-tax .tbody .tr .td:last-child {
    margin-top: 0;
    color: #1b416c;
  }
  .table-tax .tbody .tr .btn-pdf {
    flex-flow: column;
    color: #1b416c;
  }
  .table-tax .tbody .tr .btn-pdf span {
    margin-right: 0;
    margin-top: 15px;
  }
  .table-tax .tbody .tr .btn-pdf i::before {
    font-size: calc(1.5rem + 4vmin);
  }
}
@media only screen and (min-width: 992px) and (min-width: 900px) and (min-height: 900px) {
  .table-tax .tbody .tr .btn-pdf i::before {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .table-archive {
    max-width: unset;
  }
  .table-archive .thead .tr .th,
  .table-archive .thead .tr .td,
  .table-archive .tbody .tr .th,
  .table-archive .tbody .tr .td {
    flex-shrink: 0;
  }
  .table-archive .thead .tr .th:nth-child(1),
  .table-archive .thead .tr .td:nth-child(1),
  .table-archive .tbody .tr .th:nth-child(1),
  .table-archive .tbody .tr .td:nth-child(1) {
    width: 18%;
  }
  .table-archive .thead .tr .th:nth-child(2),
  .table-archive .thead .tr .td:nth-child(2),
  .table-archive .tbody .tr .th:nth-child(2),
  .table-archive .tbody .tr .td:nth-child(2) {
    width: 16%;
  }
  .table-archive .thead .tr .th:nth-child(3),
  .table-archive .thead .tr .td:nth-child(3),
  .table-archive .tbody .tr .th:nth-child(3),
  .table-archive .tbody .tr .td:nth-child(3) {
    width: 15%;
  }
  .table-archive .thead .tr .th:nth-child(4),
  .table-archive .thead .tr .td:nth-child(4),
  .table-archive .tbody .tr .th:nth-child(4),
  .table-archive .tbody .tr .td:nth-child(4) {
    width: 17%;
  }
  .table-archive .thead .tr .th:nth-child(5),
  .table-archive .thead .tr .td:nth-child(5),
  .table-archive .tbody .tr .th:nth-child(5),
  .table-archive .tbody .tr .td:nth-child(5) {
    width: 17%;
  }
  .table-archive .thead .tr .th:nth-child(6),
  .table-archive .thead .tr .td:nth-child(6),
  .table-archive .tbody .tr .th:nth-child(6),
  .table-archive .tbody .tr .td:nth-child(6) {
    width: 17%;
  }
  .table-archive .thead .tr .th {
    position: relative;
  }
  .table-archive .thead .tr .th::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
  }
  .table-archive .thead .tr .th:nth-child(1)::before {
    content: unset;
  }
  .table-archive .tbody .tr {
    background-color: transparent;
    border-radius: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .table-archive .tbody .tr::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: linear-gradient(90deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
  }
  .table-archive .tbody .tr:last-child::before {
    content: unset;
  }
  .table-archive .tbody .tr .td p {
    font-size: 1rem;
    color: #1b416c;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .table-fleet .thead .tr .th,
  .table-fleet .thead .tr .td,
  .table-fleet .tbody .tr .th,
  .table-fleet .tbody .tr .td {
    flex-shrink: 0;
  }
  .table-fleet .thead .tr .th:nth-child(1),
  .table-fleet .thead .tr .td:nth-child(1),
  .table-fleet .tbody .tr .th:nth-child(1),
  .table-fleet .tbody .tr .td:nth-child(1) {
    width: 20%;
  }
  .table-fleet .thead .tr .th:nth-child(2),
  .table-fleet .thead .tr .td:nth-child(2),
  .table-fleet .tbody .tr .th:nth-child(2),
  .table-fleet .tbody .tr .td:nth-child(2) {
    width: 14%;
  }
  .table-fleet .thead .tr .th:nth-child(3),
  .table-fleet .thead .tr .td:nth-child(3),
  .table-fleet .tbody .tr .th:nth-child(3),
  .table-fleet .tbody .tr .td:nth-child(3) {
    width: 14%;
  }
  .table-fleet .thead .tr .th:nth-child(4),
  .table-fleet .thead .tr .td:nth-child(4),
  .table-fleet .tbody .tr .th:nth-child(4),
  .table-fleet .tbody .tr .td:nth-child(4) {
    width: 14%;
  }
  .table-fleet .thead .tr .th:nth-child(5),
  .table-fleet .thead .tr .td:nth-child(5),
  .table-fleet .tbody .tr .th:nth-child(5),
  .table-fleet .tbody .tr .td:nth-child(5) {
    width: 14%;
  }
  .table-fleet .thead .tr .th:nth-child(6),
  .table-fleet .thead .tr .td:nth-child(6),
  .table-fleet .tbody .tr .th:nth-child(6),
  .table-fleet .tbody .tr .td:nth-child(6) {
    width: 20%;
  }
  .table-fleet .thead .tr .th:nth-child(7),
  .table-fleet .thead .tr .td:nth-child(7),
  .table-fleet .tbody .tr .th:nth-child(7),
  .table-fleet .tbody .tr .td:nth-child(7) {
    width: 4%;
  }
  .table-fleet .tbody .tr .td p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1369px) {
  .table-fleet .tbody .tr::before {
    left: -80px;
    right: -80px;
  }
  .table-fleet .tbody .tr .td p {
    font-size: 1rem;
  }
  .table-fleet .tbody .tr .td:nth-child(1) p {
    font-size: calc(1.285rem + 0.56vmin);
  }
}
@media only screen and (min-width: 1369px) and (min-width: 900px) and (min-height: 900px) {
  .table-fleet .tbody .tr .td:nth-child(1) p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1369px) {
  .table-fleet-sold .tbody .tr::before {
    left: -80px;
    right: -80px;
  }
  .table-tax .tbody .tr .btn-pdf i::before {
    font-size: calc(1.6125rem + 5.8vmin);
  }
}
@media only screen and (min-width: 1369px) and (min-width: 900px) and (min-height: 900px) {
  .table-tax .tbody .tr .btn-pdf i::before {
    font-size: 4.875rem;
  }
}
.fade-in-enter-active {
  transition: opacity 500ms ease-out;
}
.fade-in-enter-active.fade-in-enter-from {
  opacity: 0;
}

.fade-in-leave-active {
  transition: opacity 500ms ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
.fade-in-leave-active.fade-in-leave-to {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: all 250ms ease-out;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.reveal {
  opacity: 0;
}

.reveal-top {
  opacity: 0;
  transform: translate(0, -20px);
}

.reveal-bottom {
  opacity: 0;
  transform: translate(0, 20px);
}

.reveal-right {
  opacity: 0;
  transform: translate(50px, 0);
}

.reveal-left {
  opacity: 0;
  transform: translate(-50px, 0);
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 0px;
}

.text-shadow {
  text-shadow: 1px 1px 3px black;
}

.text-shadow-white {
  text-shadow: 1px 1px 10px #ffffff;
}

.text-serif {
  font-family: miller-display, serif;
}

hr {
  border-top: 1px solid #fff;
  margin: 5px auto;
  width: 100%;
  opacity: 1;
}
hr.grad {
  border-top: none;
  height: 1px;
  background: linear-gradient(-90deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
}
hr.grad-opposite {
  border-top: none;
  height: 1px;
  background: linear-gradient(-90deg, #004c8a 0%, #81cfe1 100%) 0% 0%;
}
hr.primary {
  border-color: #1b416c;
}
hr.white {
  border-color: #fff;
}
hr.tiny {
  width: 30px;
}
hr.large {
  width: 90px;
}
hr.huge {
  width: 240px;
}
hr.thick {
  border-width: 2px;
}

.text-dynamic h1,
.text-dynamic h2,
.text-dynamic h3,
.text-dynamic h4,
.text-dynamic h5,
.text-dynamic h6,
.text-dynamic .h1,
.text-dynamic .h2,
.text-dynamic .h3,
.text-dynamic .h4,
.text-dynamic .h5,
.text-dynamic .h6,
.text-dynamic p,
.text-dynamic li {
  color: #fff;
}
.text-dynamic p {
  margin-bottom: 15px;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 1rem;
  font-weight: 400;
}
.text-dynamic ul,
.text-dynamic ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}
.text-dynamic ul li,
.text-dynamic ol li {
  margin-bottom: 10px;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 0.875rem;
}

.text-terms h1,
.text-terms h2,
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6,
.text-terms .h1,
.text-terms .h2,
.text-terms .h3,
.text-terms .h4,
.text-terms .h5,
.text-terms .h6,
.text-terms p,
.text-terms li {
  color: #444444;
  font-family: indivisible, sans-serif;
}
.text-terms h1,
.text-terms h2,
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6,
.text-terms .h1,
.text-terms .h2,
.text-terms .h3,
.text-terms .h4,
.text-terms .h5,
.text-terms .h6 {
  line-height: 1.4;
  letter-spacing: 0.05rem;
}
.text-terms h1,
.text-terms .h1 {
  color: #1b416c;
  margin-bottom: 10px;
  font-size: calc(1.325rem + 1.2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .text-terms h1,
  .text-terms .h1 {
    font-size: 2rem;
  }
}
.text-terms h2,
.text-terms .h2 {
  color: #21b4eb;
  font-size: calc(1.265rem + 0.24vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .text-terms h2,
  .text-terms .h2 {
    font-size: 1.4rem;
  }
}
.text-terms h4,
.text-terms .h4 {
  font-size: calc(1.275rem + 0.4vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .text-terms h4,
  .text-terms .h4 {
    font-size: 1.5rem;
  }
}
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6,
.text-terms .h3,
.text-terms .h4,
.text-terms .h5,
.text-terms .h6 {
  color: #1b416c;
  margin: 50px 0px 10px;
}
.text-terms p,
.text-terms li {
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  margin-bottom: 15px;
}
.text-terms ul,
.text-terms ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}
.text-terms ul.alpha,
.text-terms ol.alpha {
  list-style-type: lower-alpha;
}
.text-terms a {
  text-decoration: underline;
}
.text-terms a:hover {
  text-decoration: none;
}

i[class^=icon-],
i[class*=" icon-"] {
  font-size: 0;
}

i.icon-md[class^=icon-]::before,
i.icon-md[class*=" icon-"]::before {
  font-size: calc(1.275rem + 0.4vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  i.icon-md[class^=icon-]::before,
  i.icon-md[class*=" icon-"]::before {
    font-size: 1.5rem;
  }
}

i.icon-lg[class^=icon-]::before,
i.icon-lg[class*=" icon-"]::before {
  font-size: calc(1.375rem + 2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  i.icon-lg[class^=icon-]::before,
  i.icon-lg[class*=" icon-"]::before {
    font-size: 2.5rem;
  }
}

/**/
.grecaptcha-badge {
  display: none !important;
}

.content-wrapper {
  position: relative;
}

.page-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
.page-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(27, 65, 108, 0.6);
  z-index: 1;
}
.page-bg.bg-sticky {
  position: sticky;
  height: 100vh;
}

.mt-bg-sticky {
  margin-top: -100vh;
}

.pt-page {
  padding-top: calc(7vw + 80px + 5vw);
}

.pt-page-small {
  padding-top: calc(7vw + 80px);
}

.bg-fade-top-body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: linear-gradient(0deg, rgba(252, 252, 252, 0) 0%, #fcfcfc 100%) 0% 0%;
  z-index: 1;
}

.box-line {
  position: relative;
}
.box-line .line {
  content: "";
  position: absolute;
  bottom: 0%;
  right: calc(100% + 40px);
  width: 1px;
  height: 0;
  background: linear-gradient(0deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
}

.bg-primary-90 {
  background-color: rgba(27, 65, 108, 0.9);
}

.bg-1f5b84 {
  background-color: #1f5b84;
}

.bg-image-circle {
  border-radius: 50%;
  overflow: hidden;
}

.hero-wrapper {
  position: relative;
  width: 100%;
  height: 120vh;
  overflow: hidden;
  filter: drop-shadow(0px 11px 21px rgba(0, 0, 0, 0.38));
}
.hero-wrapper .hero-mask {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-clip-path: ellipse(700px 60% at 50% 40%);
          clip-path: ellipse(700px 60% at 50% 40%);
}
.hero-wrapper .hero-mask .hero-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
}
.hero-wrapper .hero-mask .hero-image .bg-image-component,
.hero-wrapper .hero-mask .hero-image .bg-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tag-huge {
  padding: 15px 50px;
  background: linear-gradient(90deg, #1b416c 0%, #0c2c50 100%) 0% 0%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 51px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
  letter-spacing: 0.81px;
  display: inline-block;
}

.tag-big {
  background: linear-gradient(90deg, #1b416c 0%, #0c2c50 100%) 0% 0%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 15px 45px;
  border-radius: 51px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
  letter-spacing: 0.81px;
  display: inline-block;
}

.blend-mode-soft-light {
  mix-blend-mode: soft-light;
}

.home-hero {
  height: unset;
  min-height: 100vh;
  padding: calc(9vw + 38px) 4.5vw 400px;
}
.home-hero .hero-content {
  position: relative;
  margin-top: 40px;
}

.box-featured-press {
  padding: 300px 20px 100px;
  margin-top: -410px;
  position: relative;
}
.box-featured-press .box-bg {
  background: linear-gradient(0deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
  border-radius: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.box-featured-press .box-bg::before, .box-featured-press .box-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 52px;
}
.box-featured-press .box-bg::before {
  background: linear-gradient(0deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  z-index: -2;
  opacity: 0.65;
  filter: blur(2px);
}
.box-featured-press .box-bg::after {
  background: linear-gradient(0deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  z-index: -3;
  opacity: 0.65;
  filter: blur(8px);
}

.overview-wrapper {
  padding-bottom: 45vw;
  position: relative;
}
.overview-wrapper .overview-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overview-wrapper .overview-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(#fcfcfc 0%, rgba(252, 252, 252, 0) 100%) 0% 0%;
  z-index: 1;
}
.overview-wrapper .overview {
  position: relative;
  max-width: 370px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.overview-wrapper .overview .overview-badge {
  width: 50px;
  display: block;
  margin: 0 auto;
}
.overview-wrapper .overview .overview-box {
  padding-top: 100%;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.overview-wrapper .overview .statistic {
  position: absolute;
  display: inline-block;
  text-align: center;
}
.overview-wrapper .overview .statistic .line {
  position: absolute;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, #004c8a 0%, #81cfe1 100%) 0% 0%;
}
.overview-wrapper .overview .statistic .line.line-top {
  bottom: 100%;
  transform-origin: 0% 100%;
}
.overview-wrapper .overview .statistic .line.line-bottom {
  top: 100%;
  transform-origin: 0% 0%;
}
.overview-wrapper .overview .statistic.statistic-left, .overview-wrapper .overview .statistic.statistic-right {
  padding: 10px 0px 15px;
}
.overview-wrapper .overview .statistic.statistic-left {
  top: 25%;
  left: 15%;
  transform: translateX(-50%);
}
.overview-wrapper .overview .statistic.statistic-left .line.line-top {
  height: 135px;
  transform: rotate(44deg);
}
.overview-wrapper .overview .statistic.statistic-left .line.line-bottom {
  height: 145px;
  transform: rotate(-44deg);
}
.overview-wrapper .overview .statistic.statistic-right {
  top: 15%;
  right: 3.5%;
}
.overview-wrapper .overview .statistic.statistic-right .line.line-top {
  height: 120px;
  transform: rotate(-60deg);
}
.overview-wrapper .overview .statistic.statistic-right .line.line-bottom {
  height: 190px;
  transform: rotate(40deg);
}
.overview-wrapper .overview .statistic.statistic-bottom {
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.overview-wrapper .overview .statistic .statistic-text .statistic-value {
  font-size: calc(1.4375rem + 3vmin);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 900px) and (min-height: 900px) {
  .overview-wrapper .overview .statistic .statistic-text .statistic-value {
    font-size: 3.125rem;
  }
}
.overview-wrapper .overview .statistic .statistic-text .statistic-unit {
  font-size: 0.75rem;
  margin-top: 10px;
  line-height: 1.2;
  font-weight: 900;
}

.bg-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.about-hero {
  height: unset;
  min-height: 120vh;
}
.mt-hero-mask {
  margin-top: -15vw;
  padding-top: 15vw;
}

.img-atom {
  position: absolute;
  top: 2vw;
  left: -15%;
  width: 100%;
  z-index: 0;
}

.about-text-counter {
  display: flex;
  max-width: 500px;
  margin: 0px auto 40px;
}
.about-text-counter .about-text-counter-line {
  display: inline-block;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 4px;
  position: relative;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, calc(33.333% - 2px) 0%, calc(33.333% - 2px) 100%, calc(33.333% + 2px) 100%, calc(33.333% + 2px) 0%, calc(66.666% - 2px) 0%, calc(66.666% - 2px) 100%, calc(66.666% + 2px) 100%, calc(66.666% + 2px) 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(33.333% - 2px) 0%, calc(33.333% - 2px) 100%, calc(33.333% + 2px) 100%, calc(33.333% + 2px) 0%, calc(66.666% - 2px) 0%, calc(66.666% - 2px) 100%, calc(66.666% + 2px) 100%, calc(66.666% + 2px) 0%, 100% 0%, 100% 100%, 0% 100%);
}
.about-text-counter .about-text-counter-line span {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
}

.pinned-section-wrapper {
  height: 200vh;
  position: relative;
}
.pinned-section-wrapper .pinned-section {
  height: 100vh;
  position: sticky;
  top: 0;
}
.pinned-section-wrapper .pinned-section .pinned-section-content {
  width: 90%;
  top: 100px;
  max-width: 715px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pinned-section-wrapper .pinned-section .pinned-section-content .pinned-section-text {
  position: relative;
  display: none;
  opacity: 0;
}
.pinned-section-wrapper .pinned-section .pinned-section-content .pinned-section-text.text-1 {
  display: block;
  opacity: 1;
}

.bg-about {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(100%);
}
.bg-about .bg-image-component {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-about .bg-image-component::before {
  content: "";
  position: absolute;
  transform: translateY(-1px);
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, #235b81 0%, rgba(35, 91, 129, 0) 100%) 0% 0%;
  z-index: 1;
}

.box-directors {
  padding: 40px 30px 200px;
  background: linear-gradient(180deg, rgba(22, 65, 100, 0.9) 0%, rgba(28, 142, 191, 0.5) 60%, rgba(28, 142, 191, 0) 100%) 0% 0%;
}

.list-directors {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 650px;
  min-height: 820px;
}
.list-directors li button {
  width: 100%;
  position: relative;
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.list-directors li button::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 1px;
  background: linear-gradient(-90deg, #004c8a 0%, #81cfe1 100%) 0% 0%;
}
.list-directors li button .read-btn {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 10px;
  padding-right: 50px;
  color: #1b416c;
  font-weight: 600;
}
.list-directors li button .read-btn i {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  transition: transform 250ms ease-in-out;
}
.list-directors li button .read-btn i::before {
  font-size: 30px;
}
.list-directors li button:hover .read-btn i {
  transform: rotate(0deg);
}

.side-menu {
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 10px;
}
.side-menu li {
  margin-top: 15px;
}
.side-menu li button {
  text-align: left;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.2;
  transition: all 250ms ease-in-out;
}
.side-menu li button:hover {
  color: #21b4eb;
}
.side-menu li button.active {
  background-color: #fff;
  color: #21b4eb;
}

.text-corporate h1,
.text-corporate h2,
.text-corporate h3,
.text-corporate h4,
.text-corporate h5,
.text-corporate h6,
.text-corporate p,
.text-corporate li,
.text-corporate a {
  color: #fff;
  font-family: indivisible, sans-serif;
}
.text-corporate h1,
.text-corporate h2,
.text-corporate h3,
.text-corporate h4,
.text-corporate h5,
.text-corporate h6,
.text-corporate .h1,
.text-corporate .h2,
.text-corporate .h3,
.text-corporate .h4,
.text-corporate .h5,
.text-corporate .h6 {
  font-weight: 500;
}
.text-corporate h2,
.text-corporate .h2 {
  font-size: calc(1.3125rem + 1vmin);
  margin-bottom: 15px;
}
@media (min-width: 900px) and (min-height: 900px) {
  .text-corporate h2,
  .text-corporate .h2 {
    font-size: 1.875rem;
  }
}
.text-corporate h3,
.text-corporate .h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.text-corporate p,
.text-corporate li,
.text-corporate a {
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 0.875rem;
}
.text-corporate p {
  margin-bottom: 15px;
}
.text-corporate a {
  text-decoration: underline;
}
.text-corporate > ul, .text-corporate > ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}
.text-corporate > ul > ul, .text-corporate > ul > ol, .text-corporate > ol > ul, .text-corporate > ol > ol {
  padding-left: 15px;
  margin-top: 10px;
}

.box-files {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
}
.box-files li {
  margin: 10px;
}
.box-files li a {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  border: 2px solid #fff;
  position: relative;
  transition: all 250ms ease-in-out;
}
.box-files li a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.box-files li a p i {
  color: #fff;
  transition: color 250ms ease-in-out;
}
.box-files li a p i::before {
  font-size: calc(1.375rem + 2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .box-files li a p i::before {
    font-size: 2.5rem;
  }
}
.box-files li a p span {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  line-height: 1.2;
  transition: color 250ms ease-in-out;
}
.box-files li a:hover {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.box-files li a:hover i,
.box-files li a:hover span {
  color: #1b416c;
}

.services-logos {
  padding: 40px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 0px 51px 51px 51px;
  background-color: rgba(255, 255, 255, 0.36);
}
.services-logos > * {
  margin: 20px 15px;
}
.services-logos .services-logo {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 46px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
}
.services-logos .services-logo img {
  max-width: 100%;
  max-height: 100%;
}
.services-logos span {
  background-color: #1b416c;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.625rem;
  color: #fff;
  white-space: nowrap;
  padding: 5px 15px 7px;
  border-radius: 0px 0px 10px 10px;
  font-weight: 300;
  line-height: 1;
  transition: background-color 250ms ease-in-out;
}
.services-logos a:hover span {
  background-color: #21b4eb;
}

.fleet-video {
  width: 50%;
  max-width: 900px;
  position: absolute;
  top: 50%;
  left: 0%;
}
.fleet-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60%;
  transform: translateY(-50%);
}

.fleet-circle-wrapper {
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.fleet-circle-wrapper .fleet-circle-position {
  position: relative;
  right: -30%;
}
.fleet-circle-wrapper .fleet-circle-position .fleet-circle-image {
  animation: rotation 180s infinite linear;
}
.fleet-circle-wrapper .fleet-circle-position .fleet-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  will-change: auto;
}
.fleet-circle-wrapper .fleet-circle-position .fleet-circle-text.fleet-circle-text-out {
  width: calc(100% + 50px);
  animation: rotation-text 100s 500ms infinite reverse linear;
}
.fleet-circle-wrapper .fleet-circle-position .fleet-circle-text.fleet-circle-text-in {
  width: 109%;
  animation: rotation-text 200s 500ms infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation-text {
  from {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotateZ(-359deg);
  }
}
.bg-fleet {
  width: 100%;
  padding-top: 100%;
}

.fleet-lines {
  position: absolute;
  top: 0;
  right: -12%;
  width: 100%;
  mix-blend-mode: darken;
  transform: rotate(-55deg);
  transform-origin: 100% 50%;
}
.fleet-lines span {
  width: 100%;
  padding-top: 10%;
  background: linear-gradient(-90deg, #004c8a 0%, rgba(129, 207, 225, 0.5) 70%, rgba(129, 207, 225, 0) 100%) 0% 0%;
  display: block;
  position: absolute;
}
.fleet-lines span:nth-child(1) {
  transform: translate(100%, -55%);
}
.fleet-lines span:nth-child(2) {
  transform: translate(100%, 55%);
}

.bg-sold-fleet {
  position: relative;
}
.bg-sold-fleet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1b416c;
  -webkit-clip-path: polygon(0% 0%, 50% 5%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 50% 5%, 100% 0%, 100% 100%, 0% 100%);
}

.fleet-buildings-wrapper {
  position: relative;
  top: -1px;
  padding: 10vw 0vw;
  background-color: #1b416c;
}
.fleet-buildings-wrapper .new-buildings-title {
  opacity: 0;
}
.fleet-buildings-wrapper .bg-fleet-buildings {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
          clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
}
.fleet-buildings-wrapper .bg-fleet-buildings::before, .fleet-buildings-wrapper .bg-fleet-buildings::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fleet-buildings-wrapper .bg-fleet-buildings::before {
  width: calc(100% - 32px);
  height: calc(100% - 24px);
  background: #1b416c;
  mix-blend-mode: difference;
}
.fleet-buildings-wrapper .bg-fleet-buildings::after {
  width: calc(100% - 96px);
  height: calc(100% - 62px);
  background: #1b416c;
  opacity: 0.44;
  mix-blend-mode: overlay;
}

.timeline-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
}
.timeline-wrapper .timeline-line {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: 0%;
  width: 3px;
  background-color: #fff;
}
.timeline-wrapper .checkpoints {
  position: absolute;
  top: 0%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-flow: column;
}
.timeline-wrapper .checkpoints .checkpoint-wrapper {
  position: relative;
  height: 800px;
}
.timeline-wrapper .checkpoints .checkpoint-wrapper .checkpoint-value {
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
}
.timeline-wrapper .checkpoints .checkpoint-wrapper .checkpoint-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 5px white;
  opacity: 0;
}
.timeline-wrapper .checkpoints .checkpoint-wrapper .checkpoint-date {
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
}
.timeline-wrapper .checkpoints .checkpoint-wrapper .checkpoint-date hr {
  border: none;
  height: 1px;
  background-color: #fff;
  width: 40px;
}

.press-filters {
  display: inline-flex;
  flex-flow: column;
  position: relative;
  padding: 10px 10px;
  width: 100%;
}
.press-filters::before {
  width: calc(100% + 40px);
  border-radius: 30px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  transition: all 250ms ease-in-out;
}

.top-sticky .press-filters::before {
  opacity: 1;
  transform: translate(-50%, 0%);
}

.press-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.press-list li {
  position: relative;
}
.press-list li .line {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
}
.press-list li .press-article {
  display: flex;
  align-items: center;
  padding: 30px 0px;
  color: #1b416c;
  transition: color 250ms ease-in-out;
}
.press-list li .press-article .date {
  width: 85px;
  flex-shrink: 0;
  font-size: calc(1.3rem + 0.8vmin);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 900px) and (min-height: 900px) {
  .press-list li .press-article .date {
    font-size: 1.75rem;
  }
}
.press-list li .press-article .date b {
  font-weight: 700;
}
.press-list li .press-article .date .year {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  margin-bottom: -10px;
}
.press-list li .press-article .title {
  font-size: 0.9rem;
  line-height: 1.1;
  margin-left: 15px;
  width: 100%;
  font-weight: 400;
}
.press-list li .press-article i {
  margin-left: 10px;
}
.press-list li .press-article i::before {
  font-size: calc(1.275rem + 0.4vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .press-list li .press-article i::before {
    font-size: 1.5rem;
  }
}
.press-list li a.press-article i {
  position: relative;
}
.press-list li a.press-article i span {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translate(-50%, -10px);
  color: #21b4eb;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  font-style: normal;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.press-list li a.press-article:hover {
  color: #21b4eb;
}
.press-list li a.press-article:hover i span {
  transform: translate(-50%, 0px);
  opacity: 1;
}
.press-list li:last-child::before {
  content: unset;
}
.press-list.press-list-featured li .line {
  width: 0%;
}
.press-list.press-list-featured li .press-article {
  color: #fff;
}
.press-list.press-list-featured li .press-article .date {
  opacity: 0;
}
.press-list.press-list-featured li .press-article .title {
  opacity: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  font-weight: 300;
}
.press-list.press-list-featured li .press-article i {
  opacity: 0;
}
.press-list.press-list-featured li .press-article i span {
  color: #fff;
}
.press-list.press-list-featured li a.press-article {
  color: #fff;
  transition: opacity 250ms ease-in-out;
}
.press-list.press-list-featured li a.press-article:hover {
  opacity: 0.6;
}

.gallery-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.gallery-list li {
  padding: 30px;
  margin-top: 50px;
  border-radius: 20px;
}
.gallery-list li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.gallery-list li .gallery-article {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #1b416c;
  transition: color 250ms ease-in-out;
}
.gallery-list li .gallery-article .gallery-article-text {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
}
.gallery-list li .gallery-article .gallery-article-text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
}
.gallery-list li .gallery-article .gallery-article-text .date {
  margin-bottom: 10px;
  width: 100%;
  flex-shrink: 0;
  font-size: calc(1.3rem + 0.8vmin);
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
@media (min-width: 900px) and (min-height: 900px) {
  .gallery-list li .gallery-article .gallery-article-text .date {
    font-size: 1.75rem;
  }
}
.gallery-list li .gallery-article .gallery-article-text .date b {
  font-weight: 700;
}
.gallery-list li .gallery-article .gallery-article-text .date .year {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 5px;
}
.gallery-list li .gallery-article .gallery-article-text .title {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.1;
  width: 330px;
  font-weight: 500;
  text-align: center;
}
.gallery-list li .gallery-article .gallery-article-photos {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.gallery-list li .gallery-article .gallery-article-photos a {
  width: 300px;
  display: block;
}
.gallery-list li .gallery-article .gallery-article-photos a img {
  width: 100%;
}
.gallery-list li .gallery-article .gallery-article-photos .photos-length {
  margin-top: 10px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #1b416c;
  position: relative;
  transition: background-color 250ms ease-in-out;
}
.gallery-list li .gallery-article .gallery-article-photos .photos-length span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: calc(1.3rem + 0.8vmin);
  z-index: 1;
}
@media (min-width: 900px) and (min-height: 900px) {
  .gallery-list li .gallery-article .gallery-article-photos .photos-length span {
    font-size: 1.75rem;
  }
}
.gallery-list li .gallery-article .gallery-article-photos .photos-length:hover {
  background-color: #21b4eb;
}
.gallery-list.gallery-list-archive li {
  margin-top: 15px;
  padding: 0;
}
.gallery-list.gallery-list-archive li:nth-child(odd) {
  background-color: transparent;
}
.gallery-list.gallery-list-archive li .gallery-article {
  justify-content: center;
}
.gallery-list.gallery-list-archive li .gallery-article .gallery-article-text {
  align-items: flex-start;
}
.gallery-list.gallery-list-archive li .gallery-article .gallery-article-text .title {
  transition: opacity 250ms ease-in-out;
}
.gallery-list.gallery-list-archive li .gallery-article .gallery-article-text::before {
  left: 0;
  transform: unset;
  width: 100%;
}
.gallery-list.gallery-list-archive li .gallery-article:hover .title {
  opacity: 0.5;
}
.gallery-list.gallery-list-archive li:last-child .gallery-article .gallery-article-text::before {
  content: unset;
}

.list-stock-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.list-stock-wrapper span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: calc(100% + 100px);
  background: linear-gradient(0deg, rgba(0, 76, 138, 0) 0%, #004c8a 100%) 0% 0%;
}
.list-stock-wrapper span:nth-child(1) {
  display: none;
  left: 25%;
}
.list-stock-wrapper span:nth-child(2) {
  left: 50%;
}
.list-stock-wrapper span:nth-child(3) {
  display: none;
  left: 75%;
}

.list-stock {
  gap: 80px 10px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-stock li {
  text-align: center;
}

.xbrl-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.xbrl-list li {
  position: relative;
}
.xbrl-list li .line {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
}
.xbrl-list li .xbrl-article {
  display: flex;
  align-items: center;
  padding: 20px 0px 20px 20px;
  color: #1b416c;
  transition: color 250ms ease-in-out;
}
.xbrl-list li .xbrl-article .year {
  font-weight: 700;
  display: block;
  font-size: 1rem;
}
.xbrl-list li .xbrl-article .title {
  margin-left: 20px;
  font-size: 1rem;
  line-height: 1.1;
  width: 100%;
  font-weight: 400;
}
.xbrl-list li .xbrl-article i {
  margin-left: 20px;
}
.xbrl-list li .xbrl-article i::before {
  font-size: calc(1.33125rem + 1.3vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .xbrl-list li .xbrl-article i::before {
    font-size: 2.0625rem;
  }
}
.xbrl-list li a.xbrl-article i {
  position: relative;
}
.xbrl-list li a.xbrl-article i span {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
  color: #21b4eb;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  font-style: normal;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.xbrl-list li a.xbrl-article:hover {
  color: #21b4eb;
}
.xbrl-list li a.xbrl-article:hover i span {
  transform: translate(-50%, 0px);
  opacity: 1;
}
.xbrl-list li:last-child::before {
  content: unset;
}

.reports-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.reports-list li {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.reports-list li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #81cfe1 0%, #004c8a 100%) 0% 0%;
}
.reports-list li a {
  display: flex;
  align-items: center;
  padding: 30px 80px;
  color: #1b416c;
  transition: color 250ms ease-in-out;
}
.reports-list li a .title {
  color: #21b4eb;
  font-size: calc(1.3125rem + 1vmin);
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 900px) and (min-height: 900px) {
  .reports-list li a .title {
    font-size: 1.875rem;
  }
}
.reports-list li a .date {
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}
.reports-list li a .date b {
  font-weight: 700;
}
.reports-list li a i {
  margin-left: 40px;
  position: relative;
}
.reports-list li a i span {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translate(-50%, -10px);
  color: #21b4eb;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  font-style: normal;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.reports-list li a i::before {
  font-size: calc(1.275rem + 0.4vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .reports-list li a i::before {
    font-size: 1.5rem;
  }
}
.reports-list li a:hover {
  color: #21b4eb;
}
.reports-list li a:hover i span {
  opacity: 1;
  transform: translate(-50%, 0px);
}
.reports-list li:last-child::before {
  content: unset;
}

.webcasts-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.webcasts-list li {
  position: relative;
}
.webcasts-list li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #21b4eb;
}
.webcasts-list li .article {
  flex-flow: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 5vw;
  color: #1b416c;
  transition: color 250ms ease-in-out;
}
.webcasts-list li .article .date {
  width: 170px;
  flex-shrink: 0;
  font-size: calc(1.3rem + 0.8vmin);
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) and (min-height: 900px) {
  .webcasts-list li .article .date {
    font-size: 1.75rem;
  }
}
.webcasts-list li .article .date b {
  font-weight: 700;
}
.webcasts-list li .article .date .year {
  font-size: 0.75rem;
  font-weight: 500;
  margin-left: 10px;
}
.webcasts-list li .article .title {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.3;
  width: 100%;
  font-weight: 500;
  text-align: center;
}
.webcasts-list li .article i {
  margin-top: 15px;
  position: relative;
}
.webcasts-list li .article i span {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translate(-50%, -10px);
  color: #21b4eb;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  font-style: normal;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.webcasts-list li .article i::before {
  font-size: calc(1.3375rem + 1.4vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .webcasts-list li .article i::before {
    font-size: 2.125rem;
  }
}
.webcasts-list li .article:hover {
  color: #21b4eb;
}
.webcasts-list li .article:hover i span {
  opacity: 1;
  transform: translate(-50%, 0px);
}
.webcasts-list li:last-child::before {
  content: unset;
}

.contact-info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contact-info li a {
  position: relative;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.64px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px 20px;
}
.contact-info li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #21b4eb;
  background: linear-gradient(90deg, #004c8a 0%, rgba(0, 76, 138, 0) 100%);
}
.contact-info li a i {
  margin-right: 12px;
}
.contact-info li a i::before {
  font-size: calc(1.275rem + 0.4vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .contact-info li a i::before {
    font-size: 1.5rem;
  }
}
.contact-info li a i.icon-phone::before {
  font-size: calc(1.325rem + 1.2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .contact-info li a i.icon-phone::before {
    font-size: 2rem;
  }
}
.contact-info li a span {
  display: inline-block;
}
.contact-info li:last-child a::before {
  content: unset;
}

@media only screen and (min-width: 576px) {
  .hero-wrapper .hero-mask {
    -webkit-clip-path: ellipse(1700px 60% at 50% 40%);
            clip-path: ellipse(1700px 60% at 50% 40%);
  }
  .box-featured-press {
    padding: 300px 40px 170px;
    margin-top: -420px;
  }
  .overview-wrapper {
    padding-bottom: 86vw;
  }
  .overview-wrapper .overview {
    max-width: 480px;
  }
  .overview-wrapper .overview .overview-badge {
    width: 60px;
  }
  .overview-wrapper .overview .statistic.statistic-left .line.line-top {
    height: 180px;
  }
  .overview-wrapper .overview .statistic.statistic-left .line.line-bottom {
    height: 230px;
    transform: rotate(-37deg);
  }
  .overview-wrapper .overview .statistic.statistic-right .line.line-top {
    height: 170px;
    transform: rotate(-62deg);
  }
  .overview-wrapper .overview .statistic.statistic-right .line.line-bottom {
    height: 285px;
    transform: rotate(36deg);
  }
  .pinned-section-wrapper .pinned-section .pinned-section-content {
    top: 150px;
    width: 80%;
  }
  .bg-about {
    transform: translateY(50%);
  }
  .box-directors {
    padding: 70px 60px 500px;
  }
  .fleet-circle-wrapper .fleet-circle-position {
    width: 80%;
  }
  .bg-fleet {
    padding-top: 85%;
  }
  .press-filters {
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    width: unset;
  }
  .press-list li .press-article .date {
    width: 100px;
  }
  .press-list li .press-article i {
    margin-left: 40px;
  }
  .gallery-list li {
    margin: 50px auto 0px;
    max-width: 600px;
  }
  .gallery-list li .gallery-article .gallery-article-text {
    padding-bottom: 30px;
    flex-flow: row;
  }
  .gallery-list li .gallery-article .gallery-article-text::before {
    width: 90%;
  }
  .gallery-list li .gallery-article .gallery-article-text .date {
    margin-bottom: 20px;
    width: 112px;
    margin-bottom: 0px;
    text-align: left;
  }
  .gallery-list li .gallery-article .gallery-article-text .date .year {
    margin-bottom: -10px;
  }
  .gallery-list li .gallery-article .gallery-article-text .title {
    margin-left: 15px;
    text-align: left;
    width: 350px;
  }
  .gallery-list li .gallery-article .gallery-article-photos {
    flex-flow: row;
    margin-left: 30px;
  }
  .gallery-list li .gallery-article .gallery-article-photos a {
    margin: 0 5px;
  }
  .gallery-list li .gallery-article .gallery-article-photos .photos-length {
    margin-top: 10px;
  }
  .gallery-list.gallery-list-archive li .gallery-article .gallery-article-text .date {
    width: 95px;
  }
  .gallery-list.gallery-list-archive li .gallery-article .gallery-article-text .title {
    width: 320px;
  }
  .xbrl-list li .xbrl-article .title {
    margin-left: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .page-bg {
    top: 30px;
    left: 30px;
    right: 30px;
  }
  .page-bg.bg-sticky {
    width: calc(100% - 60px);
  }
  .tag-huge {
    padding: 30px 70px;
  }
  .box-featured-press {
    padding: 300px 50px 170px;
  }
  .overview-wrapper {
    padding-bottom: 92vw;
  }
  .overview-wrapper .overview {
    max-width: 690px;
  }
  .overview-wrapper .overview .overview-badge {
    width: 80px;
  }
  .overview-wrapper .overview .statistic.statistic-left {
    top: 35%;
  }
  .overview-wrapper .overview .statistic.statistic-left .line.line-top {
    height: 310px;
    transform: rotate(40deg);
  }
  .overview-wrapper .overview .statistic.statistic-left .line.line-bottom {
    height: 310px;
    transform: rotate(-41deg);
  }
  .overview-wrapper .overview .statistic.statistic-right {
    top: 20%;
  }
  .overview-wrapper .overview .statistic.statistic-right .line.line-top {
    height: 270px;
    transform: rotate(-60deg);
  }
  .overview-wrapper .overview .statistic.statistic-right .line.line-bottom {
    height: 416px;
    transform: rotate(36deg);
  }
  .overview-wrapper .overview .statistic .statistic-text .statistic-value {
    font-size: calc(1.5625rem + 5vmin);
  }
}
@media only screen and (min-width: 768px) and (min-width: 900px) and (min-height: 900px) {
  .overview-wrapper .overview .statistic .statistic-text .statistic-value {
    font-size: 4.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .overview-wrapper .overview .statistic .statistic-text .statistic-unit {
    font-size: 1rem;
  }
  .side-menu {
    text-align: left;
  }
  .services-logos .services-logo {
    width: 190px;
    height: 190px;
  }
  .fleet-circle-wrapper {
    opacity: 1;
  }
  .fleet-circle-wrapper .fleet-circle-position {
    width: 70%;
    right: -40%;
  }
  .fleet-circle-wrapper .fleet-circle-position .fleet-circle-text.fleet-circle-text-out {
    width: calc(100% + 60px);
  }
  .fleet-circle-wrapper .fleet-circle-position .fleet-circle-text.fleet-circle-text-in {
    opacity: 0.4;
  }
  .bg-sold-fleet::before {
    -webkit-clip-path: polygon(0% 0%, 50% 6%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 50% 6%, 100% 0%, 100% 100%, 0% 100%);
  }
  .press-list li .press-article .date {
    width: 115px;
  }
  .press-list li .press-article .title {
    margin-left: 20px;
  }
  .gallery-list li {
    max-width: unset;
  }
  .gallery-list li .gallery-article .gallery-article-text .title {
    margin-left: 20px;
    width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .home-hero .hero-content {
    max-width: 650px;
    margin: 0px auto;
  }
  .overview-wrapper {
    padding-bottom: 84vw;
  }
  .box-directors {
    padding: 60px 40px 500px;
  }
  .fleet-video {
    left: -5%;
  }
  .fleet-circle-wrapper .fleet-circle-position {
    width: 80%;
  }
  .fleet-circle-wrapper .fleet-circle-position .fleet-circle-text.fleet-circle-text-out {
    width: calc(100% + 70px);
  }
  .bg-sold-fleet::before {
    -webkit-clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 0% 100%);
  }
  .timeline-wrapper {
    width: 100%;
    height: unset;
    margin: 0 auto;
    padding: 200px 0px;
  }
  .timeline-wrapper .timeline-line {
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    height: 3px;
    width: 0%;
  }
  .timeline-wrapper .checkpoints {
    height: unset;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 86%;
    left: 50%;
    flex-flow: row;
    justify-content: space-between;
  }
  .timeline-wrapper .checkpoints .checkpoint-wrapper {
    height: unset;
  }
  .timeline-wrapper .checkpoints .checkpoint-wrapper .checkpoint-value {
    top: unset;
    right: unset;
    bottom: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%, 20px);
  }
  .timeline-wrapper .checkpoints .checkpoint-wrapper .checkpoint-circle {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .timeline-wrapper .checkpoints .checkpoint-wrapper .checkpoint-date {
    top: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%, -20px);
  }
  .timeline-wrapper .checkpoints .checkpoint-wrapper .checkpoint-date hr {
    height: 40px;
    width: 1px;
  }
  .press-filters::before {
    width: calc(100% + 140px);
    border-radius: 40px;
  }
  .gallery-list li:nth-child(odd) {
    background-color: transparent;
  }
  .gallery-list li .gallery-article {
    flex-flow: row;
    align-items: center;
  }
  .gallery-list li .gallery-article .gallery-article-text .title {
    width: 320px;
  }
  .gallery-list li .gallery-article .gallery-article-photos {
    margin-top: 0px;
  }
  .gallery-list.gallery-list-archive li .gallery-article .gallery-article-text .title {
    width: 450px;
  }
  .xbrl-list li .xbrl-article .title {
    margin-left: 20px;
  }
  .webcasts-list li .article {
    flex-flow: row;
  }
  .webcasts-list li .article .date {
    justify-content: flex-start;
  }
  .webcasts-list li .article .title {
    margin-top: 0px;
    text-align: left;
  }
  .webcasts-list li .article i {
    margin-top: 0px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-hero .hero-content {
    max-width: 700px;
  }
  .overview-wrapper {
    padding-bottom: 70vw;
  }
  .side-menu li button {
    font-size: 1rem;
  }
  .box-files li a {
    width: 200px;
    height: 200px;
  }
  .box-files li a p i::before {
    font-size: calc(1.4375rem + 3vmin);
  }
}
@media only screen and (min-width: 1200px) and (min-width: 900px) and (min-height: 900px) {
  .box-files li a p i::before {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .box-files li a span {
    font-size: 0.85rem;
  }
  .fleet-video {
    width: 60%;
    top: 55%;
  }
  .fleet-circle-wrapper .fleet-circle-position {
    width: 90%;
  }
  .gallery-list li .gallery-article .gallery-article-text .title {
    width: 480px;
  }
  .list-stock-wrapper {
    display: inline-block;
  }
  .list-stock-wrapper span:nth-child(1) {
    display: block;
    left: calc(25% - 7px);
  }
  .list-stock-wrapper span:nth-child(3) {
    display: block;
    left: calc(75% + 7px);
  }
  .list-stock {
    gap: 130px 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  .xbrl-list li .xbrl-article .title {
    margin-left: 55px;
  }
}
@media only screen and (min-width: 1369px) {
  .home-hero {
    height: 120vh;
    min-height: 1200px;
  }
  .home-hero .hero-image .bg-image-wrapper .bg-image {
    background-position: 0% 100%;
  }
  .home-hero .hero-content {
    max-width: 480px;
    position: absolute;
  }
  .home-hero .hero-content.hero-content-left {
    left: 5%;
    bottom: 510px;
  }
  .home-hero .hero-content.hero-content-right {
    right: 3%;
    bottom: 400px;
  }
  .overview-wrapper {
    padding-bottom: 60vw;
  }
  .pinned-section-wrapper .pinned-section .pinned-section-content {
    top: 10vw;
  }
  .box-directors {
    padding: 70px 60px 500px;
  }
  .services-logos {
    padding: 70px 110px;
  }
  .fleet-circle-wrapper {
    padding: 6%;
  }
  .fleet-circle-wrapper .fleet-circle-position .fleet-circle-text.fleet-circle-text-out {
    width: 108%;
  }
  .gallery-list li .gallery-article .gallery-article-text .title {
    width: 280px;
  }
  .gallery-list li .gallery-article .gallery-article-photos a {
    width: unset;
    height: 150px;
  }
  .gallery-list li .gallery-article .gallery-article-photos a img {
    width: unset;
    height: 100%;
  }
  .list-stock {
    gap: 160px 60px;
  }
  .list-stock li {
    min-width: 25%;
  }
}
@media only screen and (min-width: 1625px) {
  .home-hero .hero-content {
    transform: translateY(100%);
  }
  .home-hero .hero-content.hero-content-left {
    left: 10%;
    bottom: 39vw;
  }
  .home-hero .hero-content.hero-content-right {
    right: 10%;
    bottom: 38vw;
  }
}
@media only screen and (min-width: 1800px) {
  .gallery-list li .gallery-article .gallery-article-text .title {
    width: 400px;
  }
  .gallery-list li .gallery-article .gallery-article-photos a {
    width: unset;
    height: 200px;
  }
  .gallery-list li .gallery-article .gallery-article-photos a img {
    width: unset;
    height: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  .overview-wrapper {
    padding-bottom: 40vw;
  }
  .fleet-video {
    max-width: unset;
    top: 50%;
  }
}
@media only screen and (min-width: 2600px) {
  .hero-wrapper .hero-mask {
    bottom: 240px;
  }
  .home-hero {
    min-height: 1800px;
  }
  .home-hero .hero-content {
    bottom: 30vw;
  }
}

/*# sourceMappingURL=styles.css.map*/