@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("IBM Plex Sans Regular"), url("../fonts/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Sans SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("IBM Plex Sans Semi Bold"), url("../fonts/IBMPlexSans-SemiBold.woff2") format("woff2"), url("../fonts/IBMPlexSans-SemiBold.woff") format("woff");
}
:root {
  --font-family-sans-serif: "IBM Plex Sans", arial, sans-serif;
  --font-family-serif: "IBM Plex Sans SemiBold", arial, serif;
}

.bg-white {
  background-color: #fff;
}

.bg-background-2 {
  background-color: #066078;
}

.bg-background-3 {
  background-color: #fac112;
  color: #fff;
}
.bg-background-3 a {
  color: inherit;
}
.bg-background-3 .btn-primary,
.bg-background-3 .btn-default {
  background: #fff;
  color: #066078;
}
.bg-background-3 .btn-primary:hover,
.bg-background-3 .btn-default:hover {
  background: #fff;
  color: #066078;
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 255, 0.2);
}

.bg-background-4 {
  background-color: #E5E5E5;
}

.bg-background-petrol {
  background-color: #066078;
}

@view-transition {
  navigation: auto;
}
body {
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

h1, h2, h3, h4 {
  margin-top: 0;
  line-height: 1.1;
}

h1 {
  font-size: 2.3em;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 2em;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.6em;
  }
}

h3 {
  font-size: 1.7em;
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.825em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 1em;
}

blockquote {
  border-left-color: #066078;
}
blockquote small {
  color: #3C4858;
}
blockquote.blockquote-2 {
  border-left-color: #fac112;
}

figcaption {
  margin-top: 0.5rem;
  font-size: 0.825em;
}

.body-text h2, .body-text h3, .body-text h4, .body-text h5 {
  margin-bottom: 1.2em;
  font-family: "IBM Plex Sans SemiBold", arial, serif;
}
.body-text h2 {
  font-size: 1.8em;
}
.body-text h3 {
  font-size: 1.4em;
}
.body-text h4 {
  font-size: 1.2em;
}
.body-text h5 {
  font-size: 1.1em;
}
.body-text .body-media + h2,
.body-text p + h2 {
  margin-top: 2em;
}
.body-text .body-media + h3,
.body-text p + h3 {
  margin-top: 1em;
}
.body-text a:not(.btn) {
  text-decoration: underline;
}
.bg-primary .body-text a:not(.btn) {
  color: #fff;
}
.body-text a:not(.btn):hover, .body-text a:not(.btn):focus {
  text-decoration: none;
}
.body-text table td,
.body-text table th {
  vertical-align: top;
  padding: 1.2rem 1rem;
}
.body-text .body-media {
  margin-bottom: 1em;
}
.body-text .body-media-medium,
.body-text figure.mediaclass-body-media-medium {
  width: 70%;
}
.body-text .body-media-small,
.body-text figure.mediaclass-body-media-small {
  width: 35%;
}

.body-large {
  font-size: 1.2em;
}

.body-extra-large {
  font-size: 1.4em;
}

p:empty {
  display: none;
}

.video-still {
  display: block;
  position: relative;
  text-align: center;
}

.video-still > .icon {
  position: absolute;
  left: 0;
  color: white;
  padding: 15px;
  font-size: 72px;
  text-shadow: 0 1px 3px black, 0 0 30px rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}

.description,
.info p,
.card-description,
.card .category:not([class*=text-]) {
  color: inherit;
}

.card-background .card-description {
  color: rgba(255, 255, 255, 0.9);
}

.title {
  color: inherit;
  word-break: break-word;
}

h1.-thin,
h2.-thin,
h3.-thin {
  font-weight: 400;
  font-family: "IBM Plex Sans", arial, sans-serif;
}

.description {
  font-family: "IBM Plex Sans SemiBold", arial, serif;
  font-size: 1.2em;
  line-height: 1.4;
}

.container-small {
  max-width: 85rem;
}

.btn {
  background: #3C4858;
  text-transform: none;
  font-size: inherit;
  white-space: normal;
}
.btn:hover {
  background: #516176;
}

.btn.btn-lg {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: inherit;
}

.btn.btn-default {
  background: #fff;
  color: #3C4858;
}
.btn.btn-default:hover {
  color: #3C4858;
  background: #fff;
}

.btn.btn-success {
  background: #5E903A;
}
.btn.btn-success:hover {
  background: #466c2b;
}

.btn.btn-info {
  background: #5bc0de;
  color: black;
}
.btn.btn-info:hover {
  background: #5bc0de;
  color: black;
}

.btn.btn-secondary {
  background: #fac112;
  color: black;
}
.btn.btn-secondary:hover {
  background: #fac112;
  color: black;
}

.btn.btn-header-3 {
  background-color: #E63767;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "IBM Plex Sans SemiBold", arial, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.btn-header-3:hover {
  background: #d01a4c;
}

.btn:has(.fa),
.btn:has(.fal),
.btn:has(.fas) {
  display: inline-flex;
  align-items: center;
}
.btn:has(.fa) .fa,
.btn:has(.fa) .fal,
.btn:has(.fa) .fas,
.btn:has(.fal) .fa,
.btn:has(.fal) .fal,
.btn:has(.fal) .fas,
.btn:has(.fas) .fa,
.btn:has(.fas) .fal,
.btn:has(.fas) .fas {
  font-size: 1em;
}

.btn:not(.btn-just-icon):not(.btn-fab) .fa {
  font-size: inherit;
  margin-top: 0;
  position: static;
}

.floating-user-nav {
  position: fixed;
  bottom: 10px;
  left: 10px;
}
.floating-user-nav:hover {
  background: inherit;
}

.btn-bordered {
  background: none;
  border: 1px solid currentColor;
  color: #3C4858;
}
.btn-bordered:hover {
  background: none;
  border: 1px solid currentColor;
  color: currentColor;
}
.btn-bordered.btn-sm {
  padding: 4px 10px;
}

@media (min-width: 992px) {
  .page-page_home .btn {
    font-size: 1.25em;
  }
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

.navbar .navbar-brand {
  display: inline-block;
  height: 3.5rem;
  padding: 0rem;
}
.navbar .navbar-brand img {
  height: 100%;
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    height: 5rem;
    padding-left: 0;
  }
}

.navbar-toggle {
  padding-top: 0;
  padding-bottom: 0;
  margin: 1.5rem 0 0 1.5rem;
}

.navbar-collapse.in {
  overflow: visible;
}

.mod_translation_menu-has-icons,
.page_help + .dropdown-menu {
  left: auto;
  right: 0;
}

.navbar-collapse {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-collapse {
    clear: left;
  }
}

.navbar .no-auth {
  margin-right: 0;
}

@media (max-width: 768px) {
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover, .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
  }
}

.navbar .navbar-nav > li > a.with-image {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  top: 1rem;
}

.nav .with-image img {
  width: 4rem;
  margin-right: 0.5rem;
  float: left;
  position: relative;
  top: -1rem;
}

.nav-tags {
  display: flex;
  align-items: baseline;
  margin-bottom: 3rem;
}
.nav-tags ul {
  display: flex;
  align-items: baseline;
  flex-flow: row wrap;
  padding: 0;
  margin: 0 0 0 2rem;
  list-style: none;
}
.nav-tags li {
  margin: 0 1rem 1rem 0;
}
.nav-tags a {
  margin: 0;
}
.nav-tags h2 {
  font-size: 1.8rem;
  font-family: "IBM Plex Sans SemiBold", arial, serif;
}

.page-header {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 0;
  padding-top: 14rem;
  padding-bottom: 5rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.page-header .title {
  color: #3C4858;
}
.page-header .container {
  padding-top: 0;
  color: #3C4858;
}
.page-header .btn-primary + .btn-primary {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .page-header {
    height: 63.4rem;
  }
}

.header-3 {
  position: relative;
  overflow: hidden;
}

.header-3 .page-header {
  background-size: 100% auto;
  position: relative;
}
@media (min-width: 992px) {
  .header-3 .page-header {
    height: auto;
    min-height: 63.4rem;
    padding-bottom: 17rem;
    background-size: cover;
  }
  .header-3 .page-header.-extra {
    padding: 6rem 0 12rem;
  }
  .header-3 .page-header .container {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 0;
    position: relative;
  }
  .header-3 .page-header .container:before {
    display: none;
  }
}
@media (min-width: 2000px) {
  .header-3 .page-header {
    background-size: auto;
  }
}

@media (min-width: 992px) {
  .header-3__content,
  .header-3__extra {
    width: 50%;
  }
}

.header-3 .page-header.-yellow-blob {
  border-bottom: 5rem solid #fac112;
}
.header-3 .page-header.-yellow-blob .container {
  display: block;
  position: static;
}
@media (min-width: 992px) {
  .header-3 .page-header.-yellow-blob .header-3__content,
  .header-3 .page-header.-yellow-blob .header-3__extra {
    width: auto;
  }
}

h1.header-3__title,
.header-3__title h1 {
  --_width: 50rem;
  width: 100%;
  max-width: var(--_width);
  padding-bottom: 0.5rem;
  margin-bottom: 1em;
  position: relative;
  z-index: 10;
  color: var(--_title-color, #066078);
  font-family: var(----font-family-sans-serif);
  font-weight: 400;
  line-height: 1;
  text-wrap: balance;
}
@media (min-width: 768px) {
  h1.header-3__title,
  .header-3__title h1 {
    --_width: 100%;
    font-size: var(--_title-size, 3em);
  }
}

@media (min-width: 768px) {
  .header-3 .page-header.-yellow-blob h1.header-3__title,
  .header-3 .page-header.-yellow-blob .header-3__title h1 {
    --_width: 50%;
  }
}

.header-3__buttons {
  position: relative;
  z-index: 10;
}

.header-3__gradient-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-3__gradient-bg__1,
.header-3__gradient-bg__2,
.header-3__gradient-bg__3,
.header-3__gradient-bg__4 {
  display: none;
  --_gradient-color: #97EFDF;
  width: 100px;
  height: 100px;
  position: absolute;
  background: radial-gradient(circle closest-side, var(--_gradient-color) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.33;
  animation: zoomStretchY 6s linear infinite;
}
@media (min-width: 992px) {
  .header-3__gradient-bg__1,
  .header-3__gradient-bg__2,
  .header-3__gradient-bg__3,
  .header-3__gradient-bg__4 {
    display: block;
  }
}

.header-3__gradient-bg__1,
.header-3__gradient-bg__3 {
  width: 400px;
  height: 400px;
  top: 20%;
  left: 10%;
}

.header-3__gradient-bg__1 {
  display: block;
  width: 300px;
  height: 300px;
  top: 30%;
  animation-name: zoomStretchX;
}
@media (min-width: 992px) {
  .header-3__gradient-bg__1 {
    width: 400px;
    height: 400px;
    top: 20%;
    left: 10%;
  }
}

.header-3__gradient-bg__3 {
  left: auto;
  right: 20%;
  opacity: 0.6;
}

.header-3__gradient-bg__2,
.header-3__gradient-bg__4 {
  --_gradient-color: #624EDE;
  width: 300px;
  height: 300px;
  top: 10%;
  left: 0%;
  animation-delay: 1s;
  animation-duration: 8s;
}

.header-3__gradient-bg__2 {
  display: block;
  left: -10%;
}
@media (min-width: 992px) {
  .header-3__gradient-bg__2 {
    top: 10%;
    left: 0%;
  }
}

.header-3__gradient-bg__4 {
  width: 500px;
  height: 500px;
  left: auto;
  right: 0;
  opacity: 0.6;
  top: 0%;
  animation-name: zoomStretchX;
}

@keyframes zoomStretchY {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(1.1) scaleY(1.4);
  }
  100% {
    scale: 1;
    transform: scaleX(1) scaleY(1);
  }
}
@keyframes zoomStretchX {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(1.4) scaleY(1.1);
  }
  100% {
    scale: 1;
    transform: scaleX(1) scaleY(1);
  }
}
@keyframes slidein {
  from {
    transform: translateX(10%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideinBlob {
  0% {
    scale: 0.9;
  }
  50% {
    scale: 1.05;
  }
  100% {
    scale: 1;
  }
}
.header-3__extra {
  display: none;
  height: 100%;
  position: relative;
}
.header-3__extra.-yellow-blob img {
  height: 100%;
}
@media (min-width: 992px) {
  .header-3__extra {
    display: block;
  }
  .header-3__extra.-yellow-blob {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    transform: translateY(5rem);
  }
  .header-3__extra.-yellow-blob:after {
    content: "";
    width: 45rem;
    height: 45rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    transform: translate(20%, 10%);
    border-radius: 50%;
    background: #fac112;
    animation: slideinBlob 0.3s linear forwards;
  }
  .header-3__extra p {
    max-width: 25rem;
    position: absolute;
    bottom: 10rem;
    right: 2rem;
    z-index: 30;
    color: white;
    font-family: "IBM Plex Sans SemiBold", arial, serif;
    font-weight: 900;
    line-height: 1;
    font-size: 3.5rem;
  }
  .header-3__extra img {
    position: relative;
    z-index: 20;
    margin-right: 15rem;
    animation: slidein 0.3s linear forwards;
  }
  .header-3__extra.-landscape {
    height: 80%;
  }
  .header-3__extra.-landscape img {
    margin-right: 7rem;
  }
  .header-3__extra.-landscape p {
    max-width: 20rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .header-3__extra.-landscape {
    height: 100%;
  }
  .header-3__extra.-landscape p {
    max-width: 25rem;
    font-size: 3.5rem;
  }
}

.navbar:has(+ .header-small) {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .navbar:has(+ .header-small) {
    margin-bottom: 15rem;
  }
}

.header-small {
  width: 100%;
  position: absolute;
  top: 6rem;
  z-index: -1;
}
.header-small .page-header {
  padding: 0;
  height: 15rem;
  background-position: top right;
}
@media (min-width: 992px) {
  .header-small .page-header {
    height: 35rem;
    max-height: none;
    padding-bottom: 0;
    background-position: top center;
  }
}
.header-small .container {
  padding: 0 15px;
  color: #3C4858;
}
.header-small .description {
  font-size: 1.1em;
}
.header-small + .section-page-title + .section {
  margin-top: 0;
}
@media (min-width: 992px) {
  .header-small {
    top: 7rem;
  }
}

.header__content {
  position: relative;
}

.card .card-image {
  background-color: #fff;
  background-size: cover;
  transition: transform 0.3s;
}
.card .card-image img {
  object-fit: cover;
}

@media not all and (pointer: coarse) {
  .card-blog:focus-within .card-image {
    transform: translateY(-5px);
  }
  .card-blog:hover .card-image {
    transform: translateY(-5px);
  }
}

.card.-not-published {
  background: #ccc;
}
.card.-not-published .card-image {
  filter: grayscale(100%);
}

.card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
}

.card-background {
  background-color: #066078;
}
.card-background:hover .btn-primary {
  box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .card-background .content {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    min-height: 35rem;
  }
  .card-background .btn-primary {
    align-self: center;
  }
}

.card-pricing ul li i {
  top: 0;
}

.card-meta {
  display: flex;
  margin: 0 0 1rem;
  font-size: 0.8em;
  line-height: 1;
  opacity: 0.6;
}
.card-meta time {
  margin-right: 1rem;
  white-space: nowrap;
}
.card-meta p {
  padding-left: 1rem;
  margin: 0;
  position: relative;
}
.card-meta p:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3C4858;
}

@media not all and (pointer: coarse) {
  footer ul li a:focus-within {
    text-decoration: underline;
  }
  footer ul li a:hover {
    text-decoration: underline;
  }
}

.footer-big p {
  color: #fff;
}

footer ul li a {
  text-transform: none;
  font-size: 14px;
}

.pricing-4 {
  background: #fff;
  padding-top: 0;
}

#currency .btn {
  font-size: 2rem;
}
#currency .selected {
  background: #4caf50;
  font-size: 2.4rem;
}

.block {
  background-repeat: no-repeat;
  background-position: top center;
}

.block-no-bottom-padding {
  padding-bottom: 0;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-small {
  padding-top: 3rem;
  padding-bottom: 0;
}

.section-page-title {
  position: relative;
  margin-bottom: 3rem;
}
.section-page-title.-hidden-header {
  margin-top: 3rem;
}
.section-page-title .btn-link {
  position: absolute;
  top: -4rem;
}
.section-page-title .title {
  color: #3C4858;
}
@media (min-width: 992px) {
  .section-page-title {
    margin-bottom: 5rem;
  }
  .section-page-title.-hidden-header {
    margin-top: 14rem;
  }
}

body.cat-blog .navbar + .section-page-title,
body.cat-blog .navbar + .container {
  margin-top: 8rem;
}

.section-page-title__meta {
  display: flex;
  font-size: 0.9em;
}
.section-page-title__meta time {
  margin-right: 1rem;
}
.section-page-title__meta p {
  padding-left: 1rem;
  margin: 0;
  position: relative;
}
.section-page-title__meta p:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3C4858;
}

.features-blog {
  margin-top: 5rem;
}

.block-read-more__more {
  display: none;
}

.block-read-more__less {
  position: relative;
}

[class^=block-read-more__toggle] {
  width: 100%;
  padding: 2rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  color: #066078;
  border: none;
}
[class^=block-read-more__toggle] span {
  position: relative;
  z-index: 10;
}
[class^=block-read-more__toggle]:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 44%);
}

.block-read-more__toggle-less {
  position: static;
}
.block-read-more__toggle-less:after {
  display: none;
}

.block-type-text__content.-bg {
  padding: 1em;
  background: var(--_color);
}
.block-type-text__content.-bg p:last-child {
  margin-bottom: 0;
}

.block-quote,
.block-quote-large {
  --_bgColor: $primaryColor;
  --_quoteColor: $secondaryColor;
  --_textColor: #fff;
  padding: 5rem 0;
  background-color: var(--_bgColor);
}

.quote {
  margin-bottom: 0;
  color: var(--_quoteColor);
  font-family: "IBM Plex Sans SemiBold", arial, serif;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.quote p, .quote cite {
  margin: 0;
  font-style: normal;
}
.quote > p {
  display: flex;
  gap: 1rem;
  font-weight: 900;
  line-height: 1.1;
  font-size: 2.5rem;
}
.quote svg {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  transform: translateY(-20%);
}
.quote img {
  order: 2;
  width: 8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .quote > p {
    font-size: 3.5rem;
  }
}

.quote__cite {
  display: flex;
  flex-flow: row wrap;
  justify-content: end;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
  font-size: 0.8em;
  line-height: 1;
  text-align: right;
}
.quote__cite cite {
  display: block;
}

.block-quote-large {
  color: var(--_textColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-quote-large .container:before,
.block-quote-large .container:after {
  display: none;
}
@media (min-width: 992px) {
  .block-quote-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .block-quote-large .container {
    display: flex;
    align-items: center;
    gap: 5rem;
  }
  .block-quote-large .container > * {
    flex: 1;
  }
}

.quote-large {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 0;
  margin: 0 0 2em;
}
.quote-large .quote-large__cite {
  margin-top: 1.5rem;
}
.quote-large img {
  width: 10rem;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .quote-large img {
    width: 18rem;
    order: 1;
  }
}
@media (min-width: 992px) {
  .quote-large {
    align-items: center;
    margin: 0;
  }
}

.quote-large__container {
  color: var(--_quoteColor);
}
@media (min-width: 992px) {
  .quote-large__container {
    order: 2;
    font-size: 2.8rem;
  }
}

.quote-large__quote {
  font-size: 2.5rem;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .quote-large__quote {
    font-size: 2.8rem;
  }
}

.quote-large__cite {
  font-size: 1.7rem;
  line-height: 1.2;
}
.quote-large__cite cite {
  display: block;
}

@media (min-width: 992px) {
  .block-quote-large__text {
    max-width: 40rem;
    margin-left: auto;
  }
}

.features3__img {
  margin-bottom: 2em;
}
