/* Filter Grayscale */
/* Clip path */
/* Transition */
/* Border radius */
/* CLEAR COTNENT */
.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}

.cl {
  clear: both;
}

/* IMAGES */
.img-full {
  width: 100%;
  display: block;
}

.img-auto {
  margin: auto;
}

/* HR Lines*/
hr {
  margin: 0px;
  border: 0;
  border-top: 1px solid rgba(26, 43, 60, 0.1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

/* DISPLAY */
.hide {
  display: none;
}

.show-lg,
.show-md,
.show-sm,
.show-xs {
  display: none;
}

@media screen and (max-width: 1200px) {
  .show-lg {
    display: block;
  }
  .hide-lg {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .show-md {
    display: block;
  }
  .hide-md {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .show-sm {
    display: block;
  }
  .hide-sm {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .show-xs {
    display: block;
  }
  .hide-xs {
    display: none;
  }
}
/* TEXT ALIGN */
.text-center,
.text-center-xs {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media screen and (min-width: 767px) {
  .text-center-xs {
    text-align: initial;
  }
}
/* TEXT TRANSFORM */
.text-upper {
  text-transform: uppercase;
}

/* COLORS */
.color-navy {
  color: rgb(26, 43, 60);
}

.color-white {
  color: rgb(255, 255, 255);
}

.color-blue {
  color: rgb(0, 180, 228);
}

/* MARGINS */
.m-auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-160 {
  margin-top: 160px;
}

@media screen and (max-width: 992px) {
  .mt-0-md {
    margin-top: 0;
  }
  .mt-10-md {
    margin-top: 10px;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  .mt-40-md {
    margin-top: 40px;
  }
  .mt-60-md {
    margin-top: 60px;
  }
  .mt-80-md {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mt-0-sm {
    margin-top: 0;
  }
  .mt-10-sm {
    margin-top: 10px;
  }
  .mt-20-sm {
    margin-top: 20px;
  }
  .mt-40-sm {
    margin-top: 40px;
  }
  .mt-60-sm {
    margin-top: 60px;
  }
  .mt-80-sm {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .mt-0-xs {
    margin-top: 0;
  }
  .mt-10-xs {
    margin-top: 10px;
  }
  .mt-20-xs {
    margin-top: 20px;
  }
  .mt-40-xs {
    margin-top: 40px;
  }
  .mt-60-xs {
    margin-top: 60px;
  }
  .mt-80-xs {
    margin-top: 80px;
  }
}
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 1200px) {
  .mb-0-lg {
    margin-bottom: 0;
  }
  .mb-10-lg {
    margin-bottom: 10px;
  }
  .mb-20-lg {
    margin-bottom: 20px;
  }
  .mb-40-lg {
    margin-bottom: 40px;
  }
  .mb-60-lg {
    margin-bottom: 60px;
  }
  .mb-80-lg {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .mb-0-md {
    margin-bottom: 0;
  }
  .mb-10-md {
    margin-bottom: 10px;
  }
  .mb-20-md {
    margin-bottom: 20px;
  }
  .mb-40-md {
    margin-bottom: 40px;
  }
  .mb-60-md {
    margin-bottom: 60px;
  }
  .mb-80-md {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mb-10-sm {
    margin-bottom: 10px;
  }
  .mb-20-sm {
    margin-bottom: 20px;
  }
  .mb-40-sm {
    margin-bottom: 40px;
  }
  .mb-60-sm {
    margin-bottom: 60px;
  }
  .mb-80-sm {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .mb-0-xs {
    margin-bottom: 0;
  }
  .mb-10-xs {
    margin-bottom: 10px;
  }
  .mb-20-xs {
    margin-bottom: 20px;
  }
  .mb-40-xs {
    margin-bottom: 40px;
  }
  .mb-60-xs {
    margin-bottom: 60px;
  }
  .mb-80-xs {
    margin-bottom: 80px;
  }
}
/* PADDINGS */
.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.padded10 {
  padding: 10px 0px;
}

.padded20 {
  padding: 20px 0px;
}

.padded40 {
  padding: 20px 0px;
}

.padded60,
.padded80,
.padded100,
.padded120 {
  padding: 30px 0px;
}

@media screen and (min-width: 767px) {
  .padded40 {
    padding: 40px 0px;
  }
  .padded80 {
    padding: 40px 0px;
  }
  .padded100 {
    padding: 60px 0px;
  }
  .padded120 {
    padding: 80px 0px;
  }
}
@media screen and (min-width: 1360px) {
  .padded80 {
    padding: 60px 0px;
  }
  .padded100 {
    padding: 80px 0px;
  }
  .padded120 {
    padding: 100px 0px;
  }
}
@media screen and (min-width: 1640px) {
  .padded80 {
    padding: 80px 0px;
  }
  .padded100 {
    padding: 100px 0px;
  }
  .padded120 {
    padding: 120px 0px;
  }
}
/* FONT WEIGHTS */
.font100 {
  font-weight: 100;
}

.font200 {
  font-weight: 200;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  color: rgb(74, 85, 104);
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgb(255, 255, 255);
}

body.no-scroll {
  overflow: hidden;
}

html {
  height: 100%;
}

section,
header,
footer {
  position: relative;
  outline: 0;
  border: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(26, 43, 60, 0.05);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(26, 43, 60, 0.1);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(26, 43, 60, 0.2);
}

img {
  max-width: 100%;
  display: block;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", serif;
  margin: 0;
  color: rgb(26, 43, 60);
  z-index: 1;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 15px;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  position: relative;
  display: inline-block;
}
h1 span:after,
h2 span:after,
h3 span:after,
h4 span:after,
h5 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  right: 0;
  height: 4px;
  display: block;
  background-color: rgb(0, 180, 228);
  z-index: -1;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  h1 span:after,
  .h1 span:after {
    height: 10px;
  }
}
@media screen and (min-width: 1360px) {
  h1 span:after,
  .h1 span:after {
    height: 14px;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1360px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1640px) {
  h1,
  .h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

h2,
.h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  h2 span:after,
  .h2 span:after {
    bottom: 4px;
  }
}
@media screen and (min-width: 1360px) {
  h2 span:after,
  .h2 span:after {
    height: 8px;
  }
}
@media screen and (min-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1360px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

h3,
.h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1360px) {
  h3,
  .h3 {
    font-size: 36px;
    line-height: 46px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1360px) {
  h4,
  .h4 {
    font-size: 28px;
    line-height: 38px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  h5,
  .h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1360px) {
  h5,
  .h5 {
    font-size: 22px;
    line-height: 32px;
  }
}

p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: rgb(74, 85, 104);
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 767px) {
  p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}
p a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: underline;
  color: rgb(0, 180, 228);
  position: relative;
}
@media screen and (min-width: 600px) {
  p a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 767px) {
  p a {
    font-size: 18px;
    line-height: 34px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container {
  width: auto;
  position: relative;
  margin: auto;
  padding: 0px 15px;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .container {
    width: 740px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
@media screen and (min-width: 1360px) {
  .container {
    width: 1320px;
  }
}
@media screen and (min-width: 1640px) {
  .container {
    width: 1440px;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  height: 60px;
  display: block;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 24px rgba(26, 43, 60, 0.1);
  -moz-box-shadow: 0px 0px 24px rgba(26, 43, 60, 0.1);
  box-shadow: 0px 0px 24px rgba(26, 43, 60, 0.1);
}
@media screen and (min-width: 992px) {
  .header {
    height: 100px;
  }
}
.header .container {
  height: 60px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .header .container {
    height: 100px;
  }
}
.header-logo {
  width: 160px;
  height: auto;
  position: relative;
  display: block;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .header-logo {
    width: 204px;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .header-menu {
    display: block;
    position: relative;
    margin: auto;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .header-menu {
    position: fixed;
    display: none;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.header-menu > ul {
  position: relative;
}
@media screen and (min-width: 992px) {
  .header-menu > ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }
}
.header-menu > ul > li {
  position: relative;
  display: block;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li {
    text-align: left;
  }
}
.header-menu > ul > li > a {
  position: relative;
  display: block;
  padding: 14px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(26, 43, 60);
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li > a {
    padding: 36px 14px;
    font-size: 16px;
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu > ul > li > a {
    padding: 36px 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1360px) {
  .header-menu > ul > li > a {
    padding: 36px 24px;
  }
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li > a:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 28px;
    height: 3px;
    display: block;
    opacity: 0;
    background: linear-gradient(to right, rgba(0, 149, 192, 0) 0%, rgb(0, 149, 192) 50%, rgba(0, 149, 192, 0) 100%);
    left: 18px;
    right: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu > ul > li > a:after {
    left: 24px;
    right: 24px;
  }
}
@media screen and (min-width: 1360px) {
  .header-menu > ul > li > a:after {
    left: 30px;
    right: 30px;
  }
}
.header-menu > ul > li > a:before {
  content: "";
  position: absolute;
  right: 0px;
  left: 0;
  bottom: 0px;
  margin: auto;
  height: 12px;
  width: 12px;
  display: block;
  background-image: url(../../assets/images/icons/icn-arrow-sm-navy-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li > a:before {
    left: initial;
    right: 0px;
    top: 0;
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu > ul > li > a:before {
    right: 8px;
  }
}
.header-menu > ul > li > a:hover, .header-menu > ul > li > a:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu > ul > li.menu-item-has-children > a:before, .header-menu > ul > li.has-sub-menu > a:before {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu > ul > li.has-sub-menu-show > a {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu > ul > li.has-sub-menu-show > a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu > ul > li.current-menu-item > a, .header-menu > ul > li.current-menu-parent > a, .header-menu > ul > li.current > a {
  color: rgb(0, 149, 192);
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu > ul > li.current-menu-item > a:after, .header-menu > ul > li.current-menu-parent > a:after, .header-menu > ul > li.current > a:after {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu > ul > li > .sub-menu {
  z-index: 1;
  display: none;
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li > .sub-menu {
    position: absolute;
    left: 0;
    top: 98px;
    min-width: 260px;
    padding-bottom: 0;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px -12px 24px rgba(26, 43, 60, 0.05);
    -moz-box-shadow: 0px -12px 24px rgba(26, 43, 60, 0.05);
    box-shadow: 0px -12px 24px rgba(26, 43, 60, 0.05);
  }
}
.header-menu > ul > li > .sub-menu > li {
  position: relative;
  display: block;
}
.header-menu > ul > li > .sub-menu > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: rgb(26, 43, 60);
  text-decoration: none;
  font-weight: 400;
  padding: 8px 0px;
  opacity: 0.7;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li > .sub-menu > li > a {
    padding: 10px 18px 10px 36px;
  }
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li > .sub-menu > li > a:after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 12px;
    width: 12px;
    display: block;
    background-image: url(../../assets/images/icons/icn-arrow-sm-navy-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .header-menu > ul > li > .sub-menu > li > a:hover, .header-menu > ul > li > .sub-menu > li > a:focus {
    color: rgb(0, 180, 228);
    opacity: 1;
    background-color: rgba(26, 43, 60, 0.03);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    padding-left: 40px;
  }
}
.header-menu > ul > li > .sub-menu .sub-menu {
  display: block !important;
  position: relative;
}
.header-menu > ul > li > .sub-menu .sub-menu > li {
  position: relative;
  display: block;
}
.header-menu > ul > li > .sub-menu .sub-menu > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: rgb(26, 43, 60);
  text-decoration: none;
  font-weight: 400;
  padding: 8px 0px;
  opacity: 0.7;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li > .sub-menu .sub-menu > li > a {
    padding: 10px 18px 10px 40px;
  }
}
@media screen and (min-width: 992px) {
  .header-menu > ul > li > .sub-menu .sub-menu > li > a:after {
    content: "";
    position: absolute;
    left: 28px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 8px;
    width: 8px;
    display: block;
    background-image: url(../../assets/images/icons/icn-arrow-sm-navy-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .header-menu > ul > li > .sub-menu .sub-menu > li > a:hover, .header-menu > ul > li > .sub-menu .sub-menu > li > a:focus {
    color: rgb(0, 180, 228);
    opacity: 1;
    background-color: rgba(26, 43, 60, 0.03);
    padding-left: 44px;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
.header-menu-cta {
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .header-menu-cta {
    display: none;
  }
}
.header-menu-cta .btn {
  width: 100%;
}
.header-menu-social {
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .header-menu-social {
    display: none;
  }
}
.header-menu-social .list-social {
  justify-content: space-between;
}
.header-menu-social .list-social > li > a img {
  width: 32px;
}
.header-cta {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-cta-search, .header-cta-phone {
  width: 40px;
  height: 60px;
  cursor: pointer;
  z-index: 1;
  position: relative;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .header-cta-search, .header-cta-phone {
    width: 60px;
  }
}
@media screen and (min-width: 992px) {
  .header-cta-search, .header-cta-phone {
    width: 80px;
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .header-cta-search, .header-cta-phone {
    width: 100px;
  }
}
.header-cta-search:after, .header-cta-phone:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: block;
  margin: auto;
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-cta-search:after, .header-cta-phone:after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
  }
}
@media screen and (min-width: 992px) {
  .header-cta-search:hover, .header-cta-search:focus, .header-cta-phone:hover, .header-cta-phone:focus {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .header-cta-search:hover:after, .header-cta-search:focus:after, .header-cta-phone:hover:after, .header-cta-phone:focus:after {
    opacity: 1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
.header-cta-search {
  display: block;
}
.header-cta-search:after {
  background-image: url(../../assets/images/icons/icn-search-navy.svg);
}
.header-cta-phone {
  display: block;
}
.header-cta-phone:after {
  background-image: url(../../assets/images/icons/icn-phone-navy.svg);
}
@media screen and (min-width: 992px) {
  .header-cta-phone {
    display: none;
  }
}
.header-cta .btn {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-cta .btn {
    display: block;
  }
}
.header-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle span {
  position: absolute;
  background-color: rgb(26, 43, 60);
  height: 2px;
  display: block;
  z-index: 1;
  right: 12px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-toggle span:nth-child(1) {
  top: 18px;
  width: 32px;
}
.header-toggle span:nth-child(2) {
  top: 28px;
  width: 32px;
}
.header-toggle span:nth-child(3) {
  top: 38px;
  width: 16px;
}
.header-toggle:hover, .header-toggle:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-toggle:hover span:nth-child(3), .header-toggle:focus span:nth-child(3) {
  width: 32px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-toggle-show span:nth-child(1) {
  top: 28px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-toggle-show span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-toggle-show span:nth-child(3) {
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.header-search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  display: none;
  z-index: 200;
}
.header-search:after {
  content: "";
  position: absolute;
  left: -18%;
  top: 10%;
  bottom: 10%;
  background-image: url(../../assets/images/logo-shape-navy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  width: 90%;
  opacity: 0.015;
}
@media screen and (min-width: 992px) {
  .header-search:after {
    width: 70%;
    opacity: 0.02;
  }
}
@media screen and (min-width: 1200px) {
  .header-search:after {
    width: 50%;
  }
}
.header-search-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  z-index: 1;
  background-image: url(../../assets/images/icons/icn-close-navy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .header-search-close {
    opacity: 0.5;
    background-size: 24px 24px;
  }
}
@media screen and (min-width: 992px) {
  .header-search-close {
    background-size: 32px 32px;
    width: 100px;
    height: 100px;
    top: 20px;
    right: 20px;
  }
}
.header-search-close:hover, .header-search-close:focus {
  background-color: rgba(26, 43, 60, 0.02);
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-search-container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .header-search-container {
    padding: 0;
  }
}
.header-search-container-box {
  position: relative;
  width: 100%;
}
.header-search-container-box-form {
  position: relative;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .header-search-container-box-form {
    width: 780px;
  }
}
.header-search-container-box-form .header-search-form-control {
  font-family: "Inter", sans-serif;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  outline: 0;
  background-color: transparent;
  padding: 8px 60px 8px 0px;
  border: 0;
  border-bottom: 1px solid rgba(26, 43, 60, 0.1);
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: rgb(26, 43, 60);
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (min-width: 767px) {
  .header-search-container-box-form .header-search-form-control {
    font-size: 26px;
    line-height: 40px;
    padding: 10px 60px 10px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .header-search-container-box-form .header-search-form-control {
    font-size: 34px;
    line-height: 50px;
    padding: 14px 70px 14px 0px;
  }
}
.header-search-container-box-form .header-search-form-control::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(26, 43, 60, 0.3);
}
@media screen and (min-width: 767px) {
  .header-search-container-box-form .header-search-form-control::-webkit-input-placeholder {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .header-search-container-box-form .header-search-form-control::-webkit-input-placeholder {
    font-size: 34px;
    line-height: 50px;
  }
}
.header-search-container-box-form .header-search-form-control::-moz-placeholder {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(26, 43, 60, 0.3);
}
@media screen and (min-width: 767px) {
  .header-search-container-box-form .header-search-form-control::-moz-placeholder {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .header-search-container-box-form .header-search-form-control::-moz-placeholder {
    font-size: 34px;
    line-height: 50px;
  }
}
.header-search-container-box-form .header-search-form-control:-ms-input-placeholder {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(26, 43, 60, 0.3);
}
@media screen and (min-width: 767px) {
  .header-search-container-box-form .header-search-form-control:-ms-input-placeholder {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .header-search-container-box-form .header-search-form-control:-ms-input-placeholder {
    font-size: 34px;
    line-height: 50px;
  }
}
.header-search-container-box-form .header-search-form-control:-moz-placeholder {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(26, 43, 60, 0.3);
}
@media screen and (min-width: 767px) {
  .header-search-container-box-form .header-search-form-control:-moz-placeholder {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .header-search-container-box-form .header-search-form-control:-moz-placeholder {
    font-size: 34px;
    line-height: 50px;
  }
}
.header-search-container-box-form .header-search-btn {
  outline: 0;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  display: block;
  z-index: 2;
  background: none;
  text-decoration: none;
  background-image: url(../../assets/images/icons/icn-search-navy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 48px;
  height: 48px;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .header-search-container-box-form .header-search-btn {
    background-size: 24px 24px;
    width: 60px;
    height: 60px;
  }
}
.header-search-container-box-form .header-search-btn:hover, .header-search-container-box-form .header-search-btn:focus {
  opacity: 1;
  background-color: rgba(26, 43, 60, 0.03);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-search-container-box-form:hover, .header-search-container-box-form:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-search-container-box-form:hover .header-search-form-control, .header-search-container-box-form:focus .header-search-form-control {
  border-bottom-color: rgba(26, 43, 60, 0.4);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-search-container-box-popular {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .header-search-container-box-popular {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: initial;
    justify-content: center;
  }
}
.header-search-container-box-popular p {
  margin-bottom: 0;
  color: rgb(26, 43, 60);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .header-search-container-box-popular p {
    font-size: 18px;
  }
}
.header-search-container-box-popular ul {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .header-search-container-box-popular ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.header-search-container-box-popular ul > li {
  position: relative;
}
.header-search-container-box-popular ul > li > a {
  position: relative;
  padding: 0px 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(74, 85, 104);
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-search-container-box-popular ul > li > a {
    font-size: 18px;
    padding: 0px 12px;
  }
}
.header-search-container-box-popular ul > li > a:hover, .header-search-container-box-popular ul > li > a:focus {
  opacity: 1;
  color: rgb(0, 180, 228);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

#main-content {
  position: relative;
}
#main-content .hero {
  margin-top: 60px !important;
}
@media screen and (min-width: 767px) {
  #main-content .hero {
    margin-top: 0px !important;
  }
}
#main-content .breadcrumbs {
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  #main-content .breadcrumbs {
    margin-top: 100px;
  }
}

.footer {
  background: linear-gradient(to bottom, rgb(26, 43, 60) 40%, rgb(74, 85, 104) 100%);
  padding: 40px 0px 10px 0px;
}
@media screen and (min-width: 767px) {
  .footer {
    padding: 60px 0px 20px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 80px 0px 20px 0px;
  }
}
.footer-scroll-to-top {
  font-family: "Inter", sans-serif;
  position: absolute;
  right: -20px;
  top: 40px;
  z-index: 3;
  text-transform: lowercase;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 5px 5px 5px 22px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 300;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .footer-scroll-to-top {
    right: 0px;
    font-size: 16px;
    line-height: 16px;
    top: 50px;
    padding: 10px 10px 10px 28px;
  }
}
.footer-scroll-to-top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-arrow-white-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .footer-scroll-to-top:after {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
}
.footer-scroll-to-top:hover, .footer-scroll-to-top:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer p {
  color: rgba(255, 255, 255, 0.7);
}
.footer p {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 767px) {
  .footer p {
    font-size: 16px;
    line-height: 26px;
  }
}
.footer-columns {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-columns {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: start;
    justify-content: space-between;
    text-align: initial;
  }
}
.footer-columns-item {
  position: relative;
}
@media screen and (min-width: 992px) {
  .footer-columns-item {
    width: 24%;
  }
}
.footer-columns-item:first-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .footer-columns-item:first-child {
    padding-right: 20px;
    width: 34%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-columns-item:first-child {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1360px) {
  .footer-columns-item:first-child {
    padding-right: 80px;
  }
}
.footer-columns-item-logo {
  margin: auto auto 10px auto;
  opacity: 0.7;
  width: 160px;
}
@media screen and (min-width: 767px) {
  .footer-columns-item-logo {
    width: 204px;
    margin: auto auto 15px auto;
  }
}
@media screen and (min-width: 992px) {
  .footer-columns-item-logo {
    margin: 0px 0px 20px 0px;
  }
}
.footer-columns-item h1,
.footer-columns-item h2,
.footer-columns-item h3,
.footer-columns-item h4,
.footer-columns-item h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .footer-columns-item h1,
  .footer-columns-item h2,
  .footer-columns-item h3,
  .footer-columns-item h4,
  .footer-columns-item h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.footer-columns-item nav > ul {
  position: relative;
  display: block;
  margin-bottom: 25px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-columns-item nav > ul > li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .footer-columns-item nav > ul > li {
    margin-bottom: 20px;
  }
}
.footer-columns-item nav > ul > li:last-child {
  margin-bottom: 0;
}
.footer-columns-item nav > ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  opacity: 0.7;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .footer-columns-item nav > ul > li > a {
    padding-left: 16px;
  }
}
.footer-columns-item nav > ul > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-arrow-sm-white-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .footer-columns-item nav > ul > li > a:after {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    left: 0px;
  }
}
.footer-columns-item nav > ul > li > a:hover, .footer-columns-item nav > ul > li > a:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .footer-columns-item nav > ul > li > a:hover, .footer-columns-item nav > ul > li > a:focus {
    padding-left: 26px;
  }
}
.footer-columns-item nav > ul > li > a:hover:after, .footer-columns-item nav > ul > li > a:focus:after {
  left: 6px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-columns-item nav > ul > li > a + .sub-menu {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .footer-columns-item nav > ul > li > a + .sub-menu {
    padding-left: 16px;
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.footer-columns-item nav > ul > li > a + .sub-menu > li {
  position: relative;
  display: block;
}
.footer-columns-item nav > ul > li > a + .sub-menu > li > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-columns-item nav > ul > li > a + .sub-menu > li > a:hover, .footer-columns-item nav > ul > li > a + .sub-menu > li > a:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-columns-item nav > ul > li > a + .sub-menu > li > a + .sub-menu {
  position: relative;
}
@media screen and (min-width: 992px) {
  .footer-columns-item nav > ul > li > a + .sub-menu > li > a + .sub-menu {
    padding-left: 10px;
  }
}
.footer-columns-item nav > ul > li > a + .sub-menu > li > a + .sub-menu > li {
  position: relative;
  display: block;
}
.footer-columns-item nav > ul > li > a + .sub-menu > li > a + .sub-menu > li > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-columns-item nav > ul > li > a + .sub-menu > li > a + .sub-menu > li > a:hover, .footer-columns-item nav > ul > li > a + .sub-menu > li > a + .sub-menu > li > a:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-columns-item nav > ul > li:last-child > a {
  padding-bottom: 0;
}
.footer-copyright {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .footer-copyright {
    padding-top: 20px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer-copyright {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: initial;
  }
}
.footer-copyright p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  font-weight: 300;
}
@media screen and (min-width: 767px) {
  .footer-copyright p {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer-copyright ul {
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .footer-copyright ul {
    margin-top: 0;
  }
}
.footer-copyright ul > li {
  position: relative;
  display: inline-block;
  margin-right: 18px;
}
@media screen and (min-width: 1200px) {
  .footer-copyright ul > li {
    margin-right: 32px;
  }
}
.footer-copyright ul > li > a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  opacity: 0.7;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-copyright ul > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  width: 4px;
  height: 4px;
  display: block;
  opacity: 0.7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .footer-copyright ul > li > a:after {
    right: -18px;
  }
}
.footer-copyright ul > li > a:hover, .footer-copyright ul > li > a:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-copyright ul > li:last-child {
  margin-right: 0px;
}
.footer-copyright ul > li:last-child > a:after {
  content: none;
}

.page-progress {
  position: fixed;
  top: 60px;
  left: 0;
  height: 4px;
  background-color: rgb(0, 180, 228);
  min-width: 0px;
  z-index: 101;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .page-progress {
    top: 100px;
  }
}

::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: rgba(74, 85, 104, 0.5);
  font-size: 16px;
  line-height: 30px;
}
@media screen and (min-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 18px;
  }
}

::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: rgba(74, 85, 104, 0.5);
  font-size: 16px;
  line-height: 30px;
}
@media screen and (min-width: 767px) {
  ::-moz-placeholder {
    font-size: 18px;
  }
}

:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: rgba(74, 85, 104, 0.5);
  font-size: 16px;
  line-height: 30px;
}
@media screen and (min-width: 767px) {
  :-ms-input-placeholder {
    font-size: 18px;
  }
}

:-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: rgba(74, 85, 104, 0.5);
  font-size: 16px;
  line-height: 30px;
}
@media screen and (min-width: 767px) {
  :-moz-placeholder {
    font-size: 18px;
  }
}

.form-control {
  font-family: "Poppins", serif;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  outline: 0;
  background-color: rgb(255, 255, 255);
  padding: 4px 10px;
  border: 1px solid rgba(26, 43, 60, 0.2);
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: rgb(26, 43, 60);
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (min-width: 767px) {
  .form-control {
    font-size: 18px;
    padding: 8px 18px;
  }
}
.form-control.wpcf7-not-valid {
  border-color: #EF4444;
}
.form-control:hover, .form-control:focus {
  border-color: rgb(0, 180, 228);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

select.form-control {
  background-image: url(../../assets/images/icons/icn-arrow-sm-navy-down.svg);
  background-position: center right 18px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.form-control-select {
  opacity: 0.4;
}
.form-control-select.form-control-select-has-value {
  opacity: 1;
}

textarea.form-control {
  resize: vertical;
  min-height: 140px;
}
@media screen and (min-width: 992px) {
  textarea.form-control {
    min-height: 160px;
  }
}
@media screen and (min-width: 1360px) {
  textarea.form-control {
    min-height: 200px;
  }
}
@media screen and (min-width: 1740px) {
  textarea.form-control {
    min-height: 240px;
  }
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .form-group {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .form-group {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1740px) {
  .form-group {
    margin-bottom: 30px;
  }
}
.form-group .form-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: rgba(26, 43, 60, 0.7);
  text-transform: uppercase;
  display: block;
}
@media screen and (min-width: 600px) {
  .form-group .form-label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 767px) {
  .form-group .form-label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.form-group .form-label span {
  color: #EF4444;
  padding-left: 6px;
}

.form-group-2 {
  position: relative;
}
@media screen and (min-width: 767px) {
  .form-group-2 {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    gap: 15px;
    align-items: start;
  }
}
@media screen and (min-width: 1200px) {
  .form-group-2 {
    gap: 30px;
  }
}
@media screen and (min-width: 767px) {
  .form-group-2 .form-group {
    flex-basis: 100%;
  }
}

/* Contact 7 css */
.wpcf7-not-valid-tip {
  font-family: "Inter", sans-serif;
  color: #EF4444 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  margin-top: 5px;
  font-style: italic;
}

.wpcf7-response-output {
  margin: 20px 0px !important;
  padding: 5px 10px !important;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .wpcf7-response-output {
    margin: 40px 0px !important;
    padding: 10px 15px !important;
    font-size: 18px;
  }
}

.btn {
  font-family: "Inter", sans-serif;
  outline: 0;
  border: 1px solid transparent;
  text-align: center;
  font-weight: 600;
  padding: 6px 16px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 800ms ease 0ms;
  -moz-transition: all 800ms ease 0ms;
  -o-transition: all 800ms ease 0ms;
  transition: all 800ms ease 0ms;
  /*Primary*/
  /*White*/
  /*Button with icons*/
}
@media screen and (min-width: 767px) {
  .btn {
    padding: 8px 22px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 1200px) {
  .btn {
    padding: 12px 34px;
    font-size: 22px;
    line-height: 30px;
  }
}
.btn span {
  position: relative;
  z-index: 2;
  text-align: center;
  display: inline-block;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  z-index: 0;
  opacity: 0;
  width: 0;
  -webkit-transition: all 800ms ease 0ms;
  -moz-transition: all 800ms ease 0ms;
  -o-transition: all 800ms ease 0ms;
  transition: all 800ms ease 0ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  -webkit-transition: all 800ms ease 0ms;
  -moz-transition: all 800ms ease 0ms;
  -o-transition: all 800ms ease 0ms;
  transition: all 800ms ease 0ms;
}
.btn:hover:after, .btn:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 800ms ease 0ms;
  -moz-transition: all 800ms ease 0ms;
  -o-transition: all 800ms ease 0ms;
  transition: all 800ms ease 0ms;
}
.btn.btn-primary {
  background: linear-gradient(to left, rgb(0, 180, 228) 60%, rgb(0, 149, 192) 100%);
  color: rgb(255, 255, 255);
  border-color: rgb(0, 180, 228);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 149, 192);
}
.btn.btn-primary:hover:after, .btn.btn-primary:focus:after {
  background-color: rgb(0, 149, 192);
}
.btn.btn-white {
  background-color: rgb(255, 255, 255);
  color: rgb(26, 43, 60);
  border-color: rgba(26, 43, 60, 0.1);
}
.btn.btn-white:hover, .btn.btn-white:focus {
  color: rgb(26, 43, 60);
  border-color: rgba(26, 43, 60, 0.2);
}
.btn.btn-white:hover:after, .btn.btn-white:focus:after {
  background-color: rgba(26, 43, 60, 0.1);
}
.btn.btn-phone span:after, .btn.btn-arrow span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .btn.btn-phone span:after, .btn.btn-arrow span:after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .btn.btn-phone span:after, .btn.btn-arrow span:after {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
}
.btn.btn-phone:hover, .btn.btn-phone:focus, .btn.btn-arrow:hover, .btn.btn-arrow:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.btn.btn-phone span {
  padding-left: 24px;
}
@media screen and (min-width: 767px) {
  .btn.btn-phone span {
    padding-left: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .btn.btn-phone span {
    padding-left: 40px;
  }
}
.btn.btn-phone span:after {
  left: 0;
  background-image: url(../../assets/images/icons/icn-phone-white.svg);
}
.btn.btn-arrow span {
  padding-right: 24px;
}
@media screen and (min-width: 767px) {
  .btn.btn-arrow span {
    padding-right: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .btn.btn-arrow span {
    padding-right: 40px;
  }
}
.btn.btn-arrow span:after {
  right: 0;
  background-image: url(../../assets/images/icons/icn-arrow-white-right.svg);
}
.btn.btn-white.btn-arrow span:after {
  background-image: url(../../assets/images/icons/icn-arrow-navy-right.svg);
}
.btn.btn-white.btn-arrow-down span:after {
  background-image: url(../../assets/images/icons/icn-arrow-navy-right.svg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn.btn-block {
  width: 100%;
  display: block;
}
.btn.btn-full-xs {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .btn.btn-full-xs {
    width: auto;
  }
}

.list-check {
  display: block;
  position: relative;
  text-align: left;
}
.list-check > li {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(74, 85, 104);
  padding-left: 24px;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .list-check > li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 34px;
    margin-bottom: 20px;
  }
}
.list-check > li:last-child {
  margin-bottom: 0;
}
.list-check > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../../assets/images/icons/icn-check-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .list-check > li:after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
.list-check > li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: block;
  color: rgb(26, 43, 60);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .list-check > li span {
    font-size: 20px;
    line-height: 26px;
  }
}
.list-check > li:hover, .list-check > li:focus {
  color: rgb(26, 43, 60);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.list-check > li:hover span, .list-check > li:focus span {
  color: rgb(0, 180, 228);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.list-links {
  display: block;
  position: relative;
  text-align: left;
}
.list-links > li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.list-links > li:last-child {
  margin-bottom: 0;
}
.list-links > li > a {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding-left: 24px;
  color: rgb(26, 43, 60);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .list-links > li > a {
    font-size: 18px;
    line-height: 30px;
    padding-left: 34px;
  }
}
.list-links > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../../assets/images/icons/icn-arrow-blue-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .list-links > li > a:after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
.list-links > li > a:hover, .list-links > li > a:focus {
  color: rgb(0, 180, 228);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.list-links > li > a:hover:after, .list-links > li > a:focus:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.list-social {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .list-social {
    justify-content: start;
    gap: 30px;
  }
}
.list-social > li {
  position: relative;
}
.list-social > li > a {
  position: relative;
  display: block;
  opacity: 0.7;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.list-social > li > a img {
  display: block;
  width: 24px;
  height: auto;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.list-social > li > a:hover, .list-social > li > a:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.list-social > li > a:hover img, .list-social > li > a:focus img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.hero .owl-carousel-hero-prev,
.hero .owl-carousel-hero-next {
  position: relative;
  margin: auto;
  width: 48px;
  height: 48px;
  display: none;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  background-image: url(../../assets/images/icons/icn-arrow-sm-navy-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  opacity: 1;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .hero .owl-carousel-hero-prev,
  .hero .owl-carousel-hero-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 60px;
    height: 60px;
    opacity: 0.5;
    background-size: 18px 18px;
  }
}
.hero .owl-carousel-hero-prev:hover, .hero .owl-carousel-hero-prev:focus,
.hero .owl-carousel-hero-next:hover,
.hero .owl-carousel-hero-next:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.hero .owl-carousel-hero-prev.disabled,
.hero .owl-carousel-hero-next.disabled {
  display: none;
}
.hero .owl-carousel-hero-prev {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 767px) {
  .hero .owl-carousel-hero-prev {
    left: 40px;
  }
}
.hero .owl-carousel-hero-next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (min-width: 767px) {
  .hero .owl-carousel-hero-next {
    right: 40px;
  }
}
.hero-item {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .hero-item {
    height: 100%;
    min-height: 100vh;
  }
}
.hero-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.hero-item-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-item-content {
  position: relative;
  z-index: 2;
  width: auto;
  margin: auto;
  padding: 30px 15px 60px 15px;
}
@media screen and (min-width: 767px) {
  .hero-item-content {
    width: 740px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-item-content {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-item-content {
    width: 1170px;
  }
}
@media screen and (min-width: 1360px) {
  .hero-item-content {
    width: 1440px;
  }
}
.hero-item-content-info {
  position: relative;
}
@media screen and (min-width: 767px) {
  .hero-item-content-info {
    padding: 0px 60px;
  }
}
@media screen and (min-width: 992px) {
  .hero-item-content-info {
    padding: 0px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-item-content-info {
    padding: 0px 120px;
  }
}
@media screen and (min-width: 1360px) {
  .hero-item-content-info {
    padding: 0px 200px;
  }
}
.hero-item-content-info h1,
.hero-item-content-info h2,
.hero-item-content-info h3,
.hero-item-content-info h4,
.hero-item-content-info h5 {
  color: rgb(255, 255, 255);
}
.hero-item-content-info p {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
@media screen and (min-width: 1360px) {
  .hero-item-content-info p {
    font-size: 22px;
    line-height: 40px;
  }
}
.hero-item-content-info img {
  width: 32px !important;
  height: auto;
  display: block;
  margin: auto auto 5px auto;
}
@media screen and (min-width: 767px) {
  .hero-item-content-info img {
    width: 64px !important;
    margin: auto auto 20px auto;
  }
}
.hero-item-content-cta {
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero-item-content-cta .btn {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .hero-item-content-cta .btn {
    width: auto;
  }
}
@media screen and (min-width: 767px) {
  .hero-item-content-cta {
    gap: 20px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .hero-item-content-cta {
    gap: 30px;
    margin-top: 40px;
  }
}
.hero-item-content-nav {
  position: relative;
  width: 120px;
  margin: 15px auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}
.hero-item-content-nav .owl-carousel-hero-prev,
.hero-item-content-nav .owl-carousel-hero-next {
  display: block;
}
@media screen and (min-width: 767px) {
  .hero-item-content-nav {
    display: none;
  }
}
.hero-scroll {
  font-family: "Inter", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 2;
  border: 0;
  outline: 0;
  background: none;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  padding-bottom: 22px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 400;
  opacity: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .hero-scroll {
    opacity: 0.7;
    font-size: 18px;
    line-height: 18px;
    bottom: 40px;
    padding-bottom: 34px;
  }
}
.hero-scroll:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-arrow-white-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .hero-scroll:after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 767px) {
  .hero-scroll:hover, .hero-scroll:focus {
    opacity: 1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .hero-scroll:hover:after, .hero-scroll:focus:after {
    bottom: -6px;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}

.hero-inner {
  padding: 20px 0px;
}
@media screen and (min-width: 767px) {
  .hero-inner {
    padding: 40px 0px;
  }
}
.hero-inner-box {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .hero-inner-box {
    padding: 0px 40px;
  }
}
@media screen and (min-width: 1360px) {
  .hero-inner-box {
    padding: 0px 100px;
  }
}
@media screen and (min-width: 1640px) {
  .hero-inner-box {
    padding: 0px 120px;
  }
}
.hero-inner-box-category {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .hero-inner-box-category {
    font-size: 20px;
    line-height: 26px;
    gap: 10px;
  }
}
.hero-inner-box-category a {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .hero-inner-box-category a {
    font-size: 20px;
    line-height: 26px;
  }
}
.hero-inner-box-category a:hover, .hero-inner-box-category a:focus {
  color: rgb(26, 43, 60);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.hero-inner-box-date-author {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .hero-inner-box-date-author {
    gap: 30px;
  }
}
.hero-inner-box-date-author p {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .hero-inner-box-date-author p {
    font-size: 18px;
    line-height: 24px;
  }
}
.hero-inner-box-date-author p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
  background-color: rgb(26, 43, 60);
  width: 5px;
  height: 5px;
  display: block;
  opacity: 0.3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .hero-inner-box-date-author p:before {
    right: -18px;
  }
}
.hero-inner-box-date-author p:last-child:before {
  content: none;
}
.hero-inner-box-date-author p.hero-date {
  padding-left: 20px;
}
.hero-inner-box-date-author p.hero-date:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-calendar-navy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: block;
}
@media screen and (min-width: 767px) {
  .hero-inner-box-date-author p.hero-date:after {
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
  }
}
.hero-inner-box-date-author p.hero-author a {
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  color: rgb(0, 180, 228);
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .hero-inner-box-date-author p.hero-author a {
    font-size: 18px;
    line-height: 24px;
  }
}

.tabs,
.navs {
  position: relative;
}
.tabs-menu,
.navs-menu {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .tabs-menu,
  .navs-menu {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: initial;
  }
}
.tabs-menu > li,
.navs-menu > li {
  position: relative;
  display: block;
}
.tabs-menu > li > a,
.navs-menu > li > a {
  font-family: "Inter", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: rgb(26, 43, 60);
  display: block;
  padding: 6px;
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(26, 43, 60, 0.02);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .tabs-menu > li > a,
  .navs-menu > li > a {
    padding: 8px 14px;
  }
}
@media screen and (min-width: 992px) {
  .tabs-menu > li > a,
  .navs-menu > li > a {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 18px;
  }
}
.tabs-menu > li > a:after,
.navs-menu > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: linear-gradient(to left, rgb(0, 180, 228) 60%, rgb(0, 149, 192) 100%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-menu > li.current > a,
.navs-menu > li.current > a {
  opacity: 1;
  color: rgb(255, 255, 255);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-menu > li.current > a:after,
.navs-menu > li.current > a:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-content,
.navs-content {
  position: relative;
}
.tabs-content-item,
.navs-content-item {
  position: relative;
  display: none;
}
.tabs-content-item-current,
.navs-content-item-current {
  display: block;
}

.section-navs {
  padding: 20px 0px;
  position: relative;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .section-navs {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 767px) {
  .section-navs.section-navs-sticky {
    padding: 15px 0px;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 24px rgba(26, 43, 60, 0.1);
    -moz-box-shadow: 0px 0px 24px rgba(26, 43, 60, 0.1);
    box-shadow: 0px 0px 24px rgba(26, 43, 60, 0.1);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
@media screen and (min-width: 992px) {
  .section-navs.section-navs-sticky {
    top: 100px;
  }
}

.tabs-content-item-markets {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .tabs-content-item-markets {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
    text-align: initial;
  }
}
@media screen and (min-width: 767px) {
  .tabs-content-item-markets {
    margin-top: 40px;
  }
}
.tabs-content-item-markets-info {
  position: relative;
  align-self: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .tabs-content-item-markets-info {
    width: 50%;
    padding-left: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1360px) {
  .tabs-content-item-markets-info {
    padding-left: 60px;
  }
}
.tabs-content-item-markets-info h1,
.tabs-content-item-markets-info h2,
.tabs-content-item-markets-info h3,
.tabs-content-item-markets-info h4,
.tabs-content-item-markets-info h5 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
}
.tabs-content-item-markets-info-image {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.tabs-content-item-markets-info-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 992px) {
  .tabs-content-item-markets-info-image {
    display: none;
  }
}
.tabs-content-item-markets-info .btn {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .tabs-content-item-markets-info .btn {
    width: auto;
  }
}
.tabs-content-item-markets-image {
  position: relative;
  overflow: hidden;
  display: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .tabs-content-item-markets-image {
    display: block;
    width: 50%;
  }
}
.tabs-content-item-markets-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-content-item-markets-image:hover img, .tabs-content-item-markets-image:focus img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 43, 60, 0.8);
  display: none;
  z-index: 1;
}

.hub {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .hub {
    text-align: initial;
  }
}
.hub-item {
  position: relative;
  margin-bottom: 20px;
  display: block;
  flex-basis: 100%;
}
@media screen and (min-width: 600px) {
  .hub-item {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .hub-item {
    flex-basis: 33.3333%;
  }
}
@media screen and (min-width: 1360px) {
  .hub-item {
    flex-basis: 25%;
  }
}

section {
  overflow: hidden;
}

.section-top-headline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: rgb(0, 180, 228);
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .section-top-headline {
    font-size: 18px;
    line-height: 22px;
    padding-left: 22px;
  }
}
.section-top-headline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: auto;
  background-image: url(../../assets/images/logo-shape-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: block;
}
@media screen and (min-width: 767px) {
  .section-top-headline:after {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    right: initial;
    bottom: 0;
    top: 0;
  }
}

.section-shadow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  display: block;
  z-index: -1;
  background-color: rgb(0, 180, 228);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 767px) {
  .section-shadow {
    width: 150px;
    height: 150px;
  }
}
.section-shadow.section-shadow-top {
  top: -50px;
}
@media screen and (min-width: 767px) {
  .section-shadow.section-shadow-top {
    top: -75px;
  }
}
.section-shadow.section-shadow-bottom {
  bottom: -50px;
}
@media screen and (min-width: 767px) {
  .section-shadow.section-shadow-bottom {
    bottom: -75px;
  }
}

.content-default {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .content-default {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    text-align: initial;
  }
}
.content-default-info {
  position: relative;
}
@media screen and (min-width: 992px) {
  .content-default-info {
    padding-right: 40px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .content-default-info {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1360px) {
  .content-default-info {
    padding-right: 120px;
  }
}
.content-default-info p:last-child {
  margin-bottom: 0;
}
.content-default-info-image-m {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.content-default-info-image-m img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 992px) {
  .content-default-info-image-m {
    display: none;
  }
}
.content-default-info-cta {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .content-default-info-cta {
    margin-top: 40px;
  }
}
.content-default-info-cta .btn {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .content-default-info-cta .btn {
    width: auto;
  }
}
.content-default-images {
  display: none;
}
@media screen and (min-width: 992px) {
  .content-default-images {
    position: relative;
    width: 50%;
    padding-bottom: 160px;
    padding-right: 160px;
    display: block;
  }
  .content-default-images img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
  }
  .content-default-images-frame {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 10px solid rgb(255, 255, 255);
    display: block;
    width: 50%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .content-default-images-frame {
    border-width: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1360px) {
  .content-default-images-frame {
    border-width: 20px;
  }
}

.content-full {
  position: relative;
  text-align: center;
  padding: 40px 0px;
}
@media screen and (min-width: 767px) {
  .content-full {
    padding: 60px 0px;
  }
}
@media screen and (min-width: 992px) {
  .content-full {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: initial;
    padding: 0px;
  }
}
.content-full-info {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .content-full-info {
    padding: 40px;
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-full-info {
    padding: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .content-full-info {
    padding: 80px;
  }
}
.content-full-info-other {
  position: relative;
  background: linear-gradient(to left, rgb(0, 180, 228) 60%, rgb(0, 149, 192) 100%);
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 40px 20px;
}
@media screen and (min-width: 992px) {
  .content-full-info-other {
    width: 50%;
    padding: 40px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .content-full-info-other {
    padding: 80px 100px;
  }
}
@media screen and (min-width: 1360px) {
  .content-full-info-other {
    padding: 120px 160px;
  }
}
.content-full-info-other img {
  max-width: 60%;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .content-full-info-other img {
    max-width: 100%;
  }
}
.content-full-info-other p {
  margin: 20px 0px;
}
@media screen and (min-width: 1360px) {
  .content-full-info-other p {
    margin: 40px 0px;
  }
}
.content-full-info-other h1,
.content-full-info-other h2,
.content-full-info-other h3,
.content-full-info-other h4,
.content-full-info-other h5,
.content-full-info-other p {
  color: rgb(255, 255, 255);
}
.content-full-info-other .btn {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .content-full-info-other .btn {
    width: auto;
  }
}
.content-full-info-other:hover, .content-full-info-other:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-full-info-other:hover img, .content-full-info-other:focus img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.content-cycle {
  position: relative;
  display: block;
}
@media screen and (min-width: 767px) {
  .content-cycle {
    width: 300px;
    height: 300px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .content-cycle {
    width: 460px;
    height: 460px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle {
    width: 600px;
    height: 600px;
  }
}
.content-cycle-circle {
  width: 300px;
  height: 300px;
  display: none;
  margin: auto;
  position: relative;
  z-index: 0;
  border: 3px dashed rgba(0, 180, 228, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .content-cycle-circle {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .content-cycle-circle {
    width: 460px;
    height: 460px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-circle {
    width: 600px;
    height: 600px;
  }
}
.content-cycle-circle:after, .content-cycle-circle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/logo-shape-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.content-cycle-circle:after {
  background-size: 280px 280px;
  opacity: 0.02;
}
@media screen and (min-width: 992px) {
  .content-cycle-circle:after {
    background-size: 440px 440px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-circle:after {
    background-size: 580px 580px;
  }
}
.content-cycle-circle:before {
  background-size: 180px 180px;
  opacity: 0.05;
}
@media screen and (min-width: 992px) {
  .content-cycle-circle:before {
    background-size: 220px 220px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-circle:before {
    background-size: 260px 260px;
  }
}
.content-cycle-items {
  position: relative;
}
@media screen and (min-width: 767px) {
  .content-cycle-items {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.content-cycle-items:after, .content-cycle-items:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/logo-shape-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  background-size: 60px 60px;
  -webkit-animation: content-cycle-shape-anim 6s infinite;
  -moz-animation: content-cycle-shape-anim 6s infinite;
  -o-animation: content-cycle-shape-anim 6s infinite;
  animation: content-cycle-shape-anim 6s infinite;
}
@-webkit-keyframes content-cycle-shape-anim {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes content-cycle-shape-anim {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes content-cycle-shape-anim {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes content-cycle-shape-anim {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 767px) {
  .content-cycle-items:after, .content-cycle-items:before {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .content-cycle-items:after, .content-cycle-items:before {
    background-size: 90px 90px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-items:after, .content-cycle-items:before {
    background-size: 120px 120px;
  }
}
.content-cycle-item {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  z-index: 2;
  padding-bottom: 30px;
  gap: 15px;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (max-width: 767px) {
  .content-cycle-item:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0px;
    border-left: 2px dashed rgba(0, 180, 228, 0.3);
    bottom: 0;
  }
}
.content-cycle-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .content-cycle-item:last-child:after {
    content: none;
  }
}
@media screen and (min-width: 600px) {
  .content-cycle-item {
    gap: 20px;
  }
}
@media screen and (min-width: 767px) {
  .content-cycle-item {
    gap: 0;
    position: absolute;
    width: 260px;
    min-height: 78px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-cycle-item {
    width: 340px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-item {
    width: 380px;
  }
}
.content-cycle-item-no {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1;
  display: block;
  text-align: center;
  flex: 0 0 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .content-cycle-item-no {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .content-cycle-item-no {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-item-no {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
  }
}
.content-cycle-item-no span {
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .content-cycle-item-no span {
    font-size: 24px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-item-no span {
    font-size: 32px;
    line-height: 52px;
  }
}
.content-cycle-item-no:after {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  background-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .content-cycle-item-no:after {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-item-no:after {
    left: -12px;
    top: -12px;
    right: -12px;
    bottom: -12px;
  }
}
.content-cycle-item-no:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(to left, rgb(0, 180, 228) 60%, rgb(0, 149, 192) 100%);
  z-index: 0;
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-cycle-item-info {
  position: relative;
  display: block;
  opacity: 0.5;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-cycle-item-info h1,
.content-cycle-item-info h2,
.content-cycle-item-info h3,
.content-cycle-item-info h4,
.content-cycle-item-info h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  color: rgb(26, 43, 60);
  display: block;
}
@media screen and (min-width: 992px) {
  .content-cycle-item-info h1,
  .content-cycle-item-info h2,
  .content-cycle-item-info h3,
  .content-cycle-item-info h4,
  .content-cycle-item-info h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-item-info h1,
  .content-cycle-item-info h2,
  .content-cycle-item-info h3,
  .content-cycle-item-info h4,
  .content-cycle-item-info h5 {
    font-size: 22px;
    line-height: 26px;
  }
}
.content-cycle-item-info p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .content-cycle-item-info p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 767px) {
  .content-cycle-item:nth-child(1), .content-cycle-item:nth-child(2), .content-cycle-item:nth-child(3) {
    padding-left: 52px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .content-cycle-item:nth-child(1), .content-cycle-item:nth-child(2), .content-cycle-item:nth-child(3) {
    padding-left: 66px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-item:nth-child(1), .content-cycle-item:nth-child(2), .content-cycle-item:nth-child(3) {
    padding-left: 84px;
  }
}
.content-cycle-item:nth-child(1) .content-cycle-item-no, .content-cycle-item:nth-child(2) .content-cycle-item-no, .content-cycle-item:nth-child(3) .content-cycle-item-no {
  left: 0;
}
@media screen and (min-width: 767px) {
  .content-cycle-item:nth-child(4), .content-cycle-item:nth-child(5), .content-cycle-item:nth-child(6) {
    padding-right: 52px;
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .content-cycle-item:nth-child(4), .content-cycle-item:nth-child(5), .content-cycle-item:nth-child(6) {
    padding-right: 66px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-item:nth-child(4), .content-cycle-item:nth-child(5), .content-cycle-item:nth-child(6) {
    padding-right: 84px;
  }
}
.content-cycle-item:nth-child(4) .content-cycle-item-no, .content-cycle-item:nth-child(5) .content-cycle-item-no, .content-cycle-item:nth-child(6) .content-cycle-item-no {
  right: 0;
}
@media screen and (min-width: 767px) {
  .content-cycle-item:nth-child(1) {
    top: -10px;
    right: -180px;
  }
}
@media screen and (min-width: 992px) {
  .content-cycle-item:nth-child(1) {
    top: 10px;
    right: -140px;
  }
}
@media screen and (min-width: 1200px) {
  .content-cycle-item:nth-child(1) {
    right: -220px;
  }
}
@media screen and (min-width: 767px) {
  .content-cycle-item:nth-child(2) {
    top: 0;
    bottom: 0;
    right: -235px;
  }
}
@media screen and (min-width: 1200px) {
  .content-cycle-item:nth-child(2) {
    right: -315px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-item:nth-child(2) {
    right: -350px;
  }
}
@media screen and (min-width: 767px) {
  .content-cycle-item:nth-child(3) {
    bottom: -10px;
    right: -180px;
  }
}
@media screen and (min-width: 992px) {
  .content-cycle-item:nth-child(3) {
    bottom: 10px;
    right: -140px;
  }
}
@media screen and (min-width: 1200px) {
  .content-cycle-item:nth-child(3) {
    right: -220px;
  }
}
@media screen and (min-width: 767px) {
  .content-cycle-item:nth-child(4) {
    bottom: -10px;
    left: -180px;
  }
}
@media screen and (min-width: 992px) {
  .content-cycle-item:nth-child(4) {
    bottom: 10px;
    right: -140px;
  }
}
@media screen and (min-width: 1200px) {
  .content-cycle-item:nth-child(4) {
    left: -220px;
  }
}
@media screen and (min-width: 767px) {
  .content-cycle-item:nth-child(5) {
    top: 0;
    bottom: 0;
    left: -235px;
  }
}
@media screen and (min-width: 1200px) {
  .content-cycle-item:nth-child(5) {
    left: -315px;
  }
}
@media screen and (min-width: 1360px) {
  .content-cycle-item:nth-child(5) {
    left: -350px;
  }
}
@media screen and (min-width: 767px) {
  .content-cycle-item:nth-child(6) {
    top: -10px;
    left: -180px;
  }
}
@media screen and (min-width: 992px) {
  .content-cycle-item:nth-child(6) {
    top: 10px;
    right: -140px;
  }
}
@media screen and (min-width: 1200px) {
  .content-cycle-item:nth-child(6) {
    left: -220px;
  }
}
.content-cycle-item:hover, .content-cycle-item:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-cycle-item:hover .content-cycle-item-info, .content-cycle-item:focus .content-cycle-item-info {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-cycle-item-current .content-cycle-item-no:after {
  border-color: rgb(0, 180, 228);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-cycle-item-current .content-cycle-item-no:before {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-cycle-item-current .content-cycle-item-info {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.content-continue {
  position: relative;
  text-align: center;
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .content-continue {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .content-continue {
    margin-top: 100px;
  }
}
.content-continue > a {
  font-family: "Inter", sans-serif;
  position: relative;
  margin: auto;
  z-index: 2;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  padding-bottom: 24px;
  color: rgb(26, 43, 60);
  font-weight: 400;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .content-continue > a {
    opacity: 0.7;
    font-size: 18px;
    line-height: 18px;
    bottom: 40px;
    padding-bottom: 34px;
  }
}
.content-continue > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-arrow-navy-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .content-continue > a:after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 767px) {
  .content-continue > a:hover, .content-continue > a:focus {
    opacity: 1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .content-continue > a:hover:after, .content-continue > a:focus:after {
    bottom: -6px;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}

.content-center {
  text-align: center;
}
.content-center-img {
  display: block;
  padding: 15px 0px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .content-center-img {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .content-center-img {
    padding: 40px 100px;
  }
}
@media screen and (min-width: 1360px) {
  .content-center-img {
    padding: 40px 140px;
  }
}
@media screen and (min-width: 1640px) {
  .content-center-img {
    padding: 40px 180px;
  }
}
.content-center-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 180, 228, 0.2);
  -moz-box-shadow: 0px 0px 32px rgba(0, 180, 228, 0.2);
  box-shadow: 0px 0px 32px rgba(0, 180, 228, 0.2);
}
.content-center-video {
  display: block;
  padding: 15px 0px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .content-center-video {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .content-center-video {
    padding: 40px 100px;
  }
}
@media screen and (min-width: 1360px) {
  .content-center-video {
    padding: 40px 140px;
  }
}
@media screen and (min-width: 1640px) {
  .content-center-video {
    padding: 40px 180px;
  }
}
.content-center-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  border: 0;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 180, 228, 0.2);
  -moz-box-shadow: 0px 0px 32px rgba(0, 180, 228, 0.2);
  box-shadow: 0px 0px 32px rgba(0, 180, 228, 0.2);
}
.content-center-desc {
  position: relative;
}
@media screen and (min-width: 767px) {
  .content-center-desc {
    padding: 0px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .content-center-desc {
    padding: 0px 100px;
  }
}
@media screen and (min-width: 1360px) {
  .content-center-desc {
    padding: 0px 240px;
  }
}
@media screen and (min-width: 1640px) {
  .content-center-desc {
    padding: 0px 300px;
  }
}
.content-center-list {
  position: relative;
  padding: 20px 0px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .content-center-list {
    padding: 20px 40px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: start;
  }
}
@media screen and (min-width: 1200px) {
  .content-center-list {
    padding: 40px 100px;
    gap: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .content-center-list {
    padding: 40px 140px;
  }
}
@media screen and (min-width: 1640px) {
  .content-center-list {
    padding: 40px 180px;
  }
}
.content-center-list-item {
  position: relative;
  margin-bottom: 20px;
}
.content-center-list-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .content-center-list-item {
    flex-basis: 100%;
    margin-bottom: 0px;
  }
}
.content-center-list-item p {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .content-center-list-item p {
    text-align: left;
  }
}
.content-center-cta {
  position: relative;
}
.content-center-cta .btn {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .content-center-cta .btn {
    width: auto;
  }
}
.content-center .statistics {
  justify-content: space-evenly;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .content-center .statistics {
    margin-top: 40px;
  }
}

.content-image {
  position: relative;
  padding: 40px 0px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .content-image {
    padding: 60px 0px;
  }
}
@media screen and (min-width: 992px) {
  .content-image {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    padding: 0;
    text-align: initial;
  }
}
.content-image-info {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .content-image-info {
    width: 50%;
    margin-bottom: 0;
  }
}
.content-image-info .btn {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .content-image-info .btn {
    width: auto;
  }
}
.content-image-info-img {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .content-image-info-img {
    display: none;
  }
}
.content-image-info-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.content-image-img {
  display: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .content-image-img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 50%;
  }
}
.content-image-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-image-cta {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .content-image-cta {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .content-image-cta {
    gap: 30px;
  }
}
.content-image-cta p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .content-image-cta p {
    margin-top: 0px;
  }
}
.content-image-contact {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .content-image-contact {
    column-gap: 20px;
    row-gap: 10px;
    margin-top: 30px;
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .content-image-contact {
    justify-content: start;
  }
}
@media screen and (min-width: 1360px) {
  .content-image-contact {
    column-gap: 30px;
  }
}
.content-image-contact a {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: rgb(26, 43, 60);
  font-weight: 500;
  padding-left: 26px;
  display: inline-block;
  margin-bottom: 0;
  opacity: 0.7;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .content-image-contact a {
    font-size: 18px;
    line-height: 24px;
    padding-left: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .content-image-contact a {
    font-size: 20px;
    line-height: 26px;
    padding-left: 34px;
  }
}
.content-image-contact a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .content-image-contact a:after {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
}
.content-image-contact a.contact-phone:after {
  background-image: url(../../assets/images/icons/icn-contact-phone-navy.svg);
}
.content-image-contact a.contact-email:after {
  background-image: url(../../assets/images/icons/icn-contact-email-navy.svg);
}
.content-image-contact a:hover, .content-image-contact a:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-image-contact a:hover:after, .content-image-contact a:focus:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .content-image:hover .content-image-img img, .content-image:focus .content-image-img img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}

@media screen and (min-width: 992px) {
  .content-image-right .content-image-info {
    padding: 40px 40px 40px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .content-image-right .content-image-info {
    padding: 60px 60px 60px 0px;
  }
}
@media screen and (min-width: 1360px) {
  .content-image-right .content-image-info {
    padding: 80px 80px 80px 0px;
  }
}

@media screen and (min-width: 992px) {
  .content-image-left {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .content-image-left .content-image-info {
    padding: 40px 0px 40px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .content-image-left .content-image-info {
    padding: 60px 0px 60px 60px;
  }
}
@media screen and (min-width: 1360px) {
  .content-image-left .content-image-info {
    padding: 80px 0px 80px 80px;
  }
}

.content-process {
  position: relative;
}
@media screen and (min-width: 992px) {
  .content-process:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    z-index: -1;
    background: repeating-linear-gradient(to bottom, rgba(0, 180, 228, 0.3) 0 12px, transparent 0px 28px);
  }
}
.content-process-item {
  position: relative;
  padding: 30px 0px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .content-process-item {
    column-gap: 120px;
    padding: 40px 0px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .content-process-item {
    column-gap: 140px;
  }
}
@media screen and (min-width: 1360px) {
  .content-process-item {
    column-gap: 160px;
  }
}
@media screen and (min-width: 1640px) {
  .content-process-item {
    column-gap: 180px;
  }
}
@media screen and (max-width: 992px) {
  .content-process-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    bottom: -50px;
    display: block;
    z-index: -1;
    background-color: rgb(0, 180, 228);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
}
.content-process-item-info {
  position: relative;
}
@media screen and (min-width: 992px) {
  .content-process-item-info {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 992px) {
  .content-process-item-info {
    text-align: center;
  }
}
.content-process-item-info-img {
  position: relative;
  display: block;
  margin: 15px 0px;
  overflow: hidden;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .content-process-item-info-img {
    margin: 20px 0px;
  }
}
.content-process-item-info-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-process-item-info-cta {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .content-process-item-info-cta {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.content-process-item-features {
  position: relative;
}
@media screen and (min-width: 992px) {
  .content-process-item-features {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 767px) {
  .content-process-item:hover .content-process-item-info-img img, .content-process-item:focus .content-process-item-info-img img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
@media screen and (min-width: 992px) {
  .content-process-item:nth-child(4n-1) {
    text-align: left;
    flex-direction: row-reverse;
  }
  .content-process-item:nth-child(4n-3) .content-process-item-info {
    text-align: right;
  }
}

.content-process-shape {
  display: none;
}
@media screen and (min-width: 992px) {
  .content-process-shape {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    width: 56px;
    height: 56px;
    display: block;
    background-image: url(../../assets/images/logo-shape-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
.content-process-shape:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  display: block;
  background: linear-gradient(to left, rgb(0, 180, 228) 60%, rgb(0, 149, 192) 100%);
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-process-shape:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  margin: auto;
  display: block;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 180, 228, 0.4);
  z-index: -2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.content-process-item-separator {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 600px) {
  .content-process-item-separator {
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  .content-process-item-separator {
    display: none;
  }
}
.content-process-item-separator:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  z-index: -3;
  background: repeating-linear-gradient(to bottom, rgba(0, 180, 228, 0.3) 0 4px, transparent 0px 10px);
}
.content-process-item-separator span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../../assets/images/logo-shape-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-process-item-separator span:after, .content-process-item-separator span:before {
  content: "";
  position: absolute;
  margin: auto;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-process-item-separator span:after {
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 180, 228, 0.4);
  z-index: -2;
}
.content-process-item-separator span:before {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  background: linear-gradient(to left, rgb(0, 180, 228) 60%, rgb(0, 149, 192) 100%);
}

.content-sm {
  position: relative;
}
.content-sm h1,
.content-sm h2,
.content-sm h3,
.content-sm h4,
.content-sm h5 {
  margin-bottom: 5px;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .content-sm h1,
  .content-sm h2,
  .content-sm h3,
  .content-sm h4,
  .content-sm h5 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1640px) {
  .content-sm h1,
  .content-sm h2,
  .content-sm h3,
  .content-sm h4,
  .content-sm h5 {
    margin-top: 40px;
  }
}
.content-sm h3,
.content-sm h4 {
  font-weight: 400;
}
.content-sm p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .content-sm p {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-sm p a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .content-sm p a {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-sm ul {
  position: relative;
  list-style: disc;
  padding-left: 20px;
  display: block;
}
@media screen and (min-width: 767px) {
  .content-sm ul {
    padding-left: 40px;
  }
}
.content-sm ul > li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgb(74, 85, 104);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .content-sm ul > li {
    font-size: 16px;
    line-height: 24px;
  }
}

.statistics {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .statistics {
    text-align: initial;
  }
}
.statistics-item {
  position: relative;
}
.statistics-item-no {
  font-family: "Inter", sans-serif;
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: rgb(26, 43, 60);
}
@media screen and (min-width: 600px) {
  .statistics-item-no {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .statistics-item-no {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1360px) {
  .statistics-item-no {
    font-size: 40px;
    line-height: 40px;
  }
}
.statistics-item p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 600px) {
  .statistics-item p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 767px) {
  .statistics-item p {
    font-size: 18px;
    line-height: 24px;
  }
}

.banner {
  text-align: center;
  background: linear-gradient(to left, rgb(0, 180, 228) 60%, rgb(0, 149, 192) 100%);
  padding: 15px;
}
@media screen and (min-width: 767px) {
  .banner {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .banner {
    padding: 30px;
  }
}
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5 {
  color: rgb(255, 255, 255);
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .banner h1,
  .banner h2,
  .banner h3,
  .banner h4,
  .banner h5 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1200px) {
  .banner h1,
  .banner h2,
  .banner h3,
  .banner h4,
  .banner h5 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1360px) {
  .banner h1,
  .banner h2,
  .banner h3,
  .banner h4,
  .banner h5 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1640px) {
  .banner h1,
  .banner h2,
  .banner h3,
  .banner h4,
  .banner h5 {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 4px;
  }
}

.banner-default {
  text-align: center;
  padding: 30px 0px;
  background: linear-gradient(to left, rgb(0, 180, 228) 60%, rgb(0, 149, 192) 100%);
}
@media screen and (min-width: 767px) {
  .banner-default {
    padding: 60px 0px;
  }
  .banner-default:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 0;
    opacity: 0;
    background-color: rgb(0, 180, 228);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
@media screen and (min-width: 1360px) {
  .banner-default {
    padding: 100px 0px;
  }
}
.banner-default:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../../assets/images/logo-shape-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  opacity: 0.05;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .banner-default:before {
    width: 50%;
    right: initial;
  }
}
.banner-default h1,
.banner-default h2,
.banner-default h3,
.banner-default h4,
.banner-default h5 {
  color: rgb(255, 255, 255);
}
.banner-default-desc {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .banner-default-desc {
    margin-bottom: 40px;
  }
}
.banner-default-desc p {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 992px) {
  .banner-default-desc p {
    font-size: 22px;
    line-height: 36px;
  }
}
@media screen and (min-width: 767px) {
  .banner-default-desc {
    padding: 0px 100px;
  }
}
@media screen and (min-width: 1360px) {
  .banner-default-desc {
    padding: 0px 380px;
  }
}
@media screen and (min-width: 1640px) {
  .banner-default-desc {
    padding: 0px 440px;
  }
}
.banner-default-links {
  position: relative;
  margin-bottom: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 992px) {
  .banner-default-links {
    gap: 30px;
    row-gap: 0px;
    margin-bottom: 40px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .banner-default-links {
    gap: 40px;
  }
}
@media screen and (min-width: 1360px) {
  .banner-default-links {
    gap: 60px;
  }
}
.banner-default-links a,
.banner-default-links p {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding-left: 32px;
  display: inline-block;
  margin-bottom: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .banner-default-links a,
  .banner-default-links p {
    font-size: 22px;
    line-height: 28px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-default-links a,
  .banner-default-links p {
    font-size: 26px;
    line-height: 32px;
  }
}
.banner-default-links a:after,
.banner-default-links p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: block;
}
@media screen and (min-width: 767px) {
  .banner-default-links a:after,
  .banner-default-links p:after {
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
  }
}
.banner-default-links a:hover, .banner-default-links a:focus,
.banner-default-links p:hover,
.banner-default-links p:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.banner-default-links a:hover:after, .banner-default-links a:focus:after,
.banner-default-links p:hover:after,
.banner-default-links p:focus:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.banner-default-links .link-phone:after {
  background-image: url(../../assets/images/icons/icn-contact-phone-white.svg);
}
.banner-default-links .link-time:after {
  background-image: url(../../assets/images/icons/icn-contact-clock-white.svg);
}
.banner-default-links .link-email:after {
  background-image: url(../../assets/images/icons/icn-contact-email-white.svg);
}
.banner-default-cta {
  position: relative;
}
.banner-default-cta .btn {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .banner-default-cta .btn {
    width: auto;
  }
}
@media screen and (min-width: 767px) {
  .banner-default:hover, .banner-default:focus {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .banner-default:hover:after, .banner-default:focus:after {
    opacity: 1;
    width: 100%;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}

.news {
  position: relative;
}
@media screen and (min-width: 767px) {
  .news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .news {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .news {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
.news .news-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .news .news-item {
    margin-bottom: 0px;
  }
}
.news .news-item:last-child {
  margin-bottom: 0px;
}

.news-item {
  position: relative;
  text-align: center;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .news-item {
    text-align: initial;
  }
}
.news-item-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item-date {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  padding-left: 16px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .news-item-date {
    font-size: 16px;
    padding-left: 20px;
  }
}
.news-item-date:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-calendar-navy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: block;
  opacity: 0.7;
}
@media screen and (min-width: 767px) {
  .news-item-date:after {
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
  }
}
.news-item-title {
  position: relative;
  margin-bottom: 5px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item-title > a {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  color: rgb(26, 43, 60);
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .news-item-title > a {
    font-size: 20px;
    line-height: 28px;
  }
}
.news-item-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 767px) {
  .news-item-desc {
    font-size: 16px;
  }
}
.news-item-link {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  font-weight: 600;
  color: rgb(0, 180, 228);
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .news-item-link {
    font-size: 18px;
  }
}
.news-item-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-arrow-blue-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .news-item-link:after {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    right: -28px;
  }
}
.news-item-link:hover, .news-item-link:focus {
  color: rgb(0, 149, 192);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item:hover, .news-item:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item:hover .news-item-image img, .news-item:focus .news-item-image img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item:hover .news-item-title, .news-item:focus .news-item-title {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item:hover .news-item-title > a, .news-item:focus .news-item-title > a {
  color: rgb(0, 180, 228);
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item:hover .news-item-desc, .news-item:focus .news-item-desc {
  color: rgb(26, 43, 60);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.news-featured {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .news-featured {
    text-align: initial;
  }
}
@media screen and (min-width: 992px) {
  .news-featured {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
.news-featured-image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .news-featured-image {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .news-featured-image {
    flex-basis: 100%;
    margin-bottom: 0px;
  }
}
.news-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-featured-info {
  position: relative;
}
@media screen and (min-width: 992px) {
  .news-featured-info {
    flex-basis: 100%;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1360px) {
  .news-featured-info {
    padding-left: 60px;
  }
}
.news-featured-info-date-author {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .news-featured-info-date-author {
    justify-content: start;
  }
}
@media screen and (min-width: 1200px) {
  .news-featured-info-date-author {
    gap: 30px;
    margin-bottom: 10px;
  }
}
.news-featured-info-date-author p {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .news-featured-info-date-author p {
    font-size: 18px;
    line-height: 24px;
  }
}
.news-featured-info-date-author p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  background-color: rgb(26, 43, 60);
  width: 5px;
  height: 5px;
  display: block;
  opacity: 0.3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 767px) {
  .news-featured-info-date-author p:before {
    right: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .news-featured-info-date-author p:before {
    right: -18px;
  }
}
.news-featured-info-date-author p:last-child:before {
  content: none;
}
.news-featured-info-date-author p.news-featured-date {
  padding-left: 20px;
}
.news-featured-info-date-author p.news-featured-date:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-calendar-navy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: block;
}
@media screen and (min-width: 767px) {
  .news-featured-info-date-author p.news-featured-date:after {
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
  }
}
.news-featured-info-date-author p.news-featured-author a {
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  color: rgb(0, 180, 228);
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .news-featured-info-date-author p.news-featured-author a {
    font-size: 18px;
    line-height: 24px;
  }
}
.news-featured-info-title {
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-featured-info-title > a {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  color: rgb(26, 43, 60);
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .news-featured-info-title > a {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) {
  .news-featured-info-title > a {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .news-featured-info-title > a {
    font-size: 36px;
    line-height: 46px;
  }
}
.news-featured-info-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .news-featured-info-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .news-featured-info-desc {
    font-size: 18px;
  }
}
.news-featured-info-cta .btn {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .news-featured-info-cta .btn {
    width: auto;
  }
}
@media screen and (min-width: 767px) {
  .news-featured:hover, .news-featured:focus {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .news-featured:hover .news-featured-image, .news-featured:focus .news-featured-image {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .news-featured:hover .news-featured-image img, .news-featured:focus .news-featured-image img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .news-featured:hover .news-featured-info-title, .news-featured:focus .news-featured-info-title {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .news-featured:hover .news-featured-info-title > a, .news-featured:focus .news-featured-info-title > a {
    color: rgb(0, 180, 228);
    text-decoration: underline;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .news-featured:hover .news-featured-info-desc, .news-featured:focus .news-featured-info-desc {
    color: rgb(26, 43, 60);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}

.news-categories {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .news-categories {
    margin-bottom: 40px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 15px;
  }
}
@media screen and (min-width: 1360px) {
  .news-categories {
    gap: 20px;
  }
}
.news-categories p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(74, 85, 104, 0.7);
}
@media screen and (min-width: 992px) {
  .news-categories p {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.news-categories ul {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 5px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .news-categories ul {
    flex-direction: row;
    row-gap: 0px;
  }
}
@media screen and (min-width: 1360px) {
  .news-categories ul {
    column-gap: 20px;
  }
}
.news-categories ul > li {
  position: relative;
}
.news-categories ul > li > a {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: rgb(74, 85, 104);
  display: block;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .news-categories ul > li > a {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .news-categories ul > li > a:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -6px;
    height: 3px;
    display: block;
    opacity: 0;
    background: linear-gradient(to right, rgba(0, 149, 192, 0) 0%, rgb(0, 149, 192) 50%, rgba(0, 149, 192, 0) 100%);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
.news-categories ul > li > a:hover, .news-categories ul > li > a:focus {
  color: rgb(0, 180, 228);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-categories ul > li.current > a {
  color: rgb(0, 180, 228);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-categories ul > li.current > a:after {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.owl-carousel-news-nav {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .owl-carousel-news-nav {
    display: none;
  }
}
.owl-carousel-news-nav-prev, .owl-carousel-news-nav-next {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
  background-color: rgb(0, 180, 228);
  cursor: pointer;
  background-image: url(../../assets/images/icons/icn-arrow-sm-white-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .owl-carousel-news-nav-prev, .owl-carousel-news-nav-next {
    width: 60px;
    height: 60px;
    background-size: 18px 18px;
  }
}
.owl-carousel-news-nav-prev:hover, .owl-carousel-news-nav-prev:focus, .owl-carousel-news-nav-next:hover, .owl-carousel-news-nav-next:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.owl-carousel-news-nav-prev {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.owl-carousel-news-nav-next {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.news-details {
  position: relative;
}
@media screen and (min-width: 992px) {
  .news-details {
    padding: 0px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .news-details {
    padding: 0px 120px;
  }
}
@media screen and (min-width: 1360px) {
  .news-details {
    padding: 0px 160px;
  }
}
.news-details-featured {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 16/9;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-details-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-details-content {
  position: relative;
}
.news-details-content .wp-block-heading {
  margin-bottom: 5px;
}
.news-details-content .wp-block-list {
  display: block;
  position: relative;
  text-align: left;
  margin-left: 10px;
}
@media screen and (min-width: 767px) {
  .news-details-content .wp-block-list {
    margin-left: 20px;
  }
}
.news-details-content .wp-block-list > li {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(74, 85, 104);
  padding-left: 20px;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .news-details-content .wp-block-list > li {
    font-size: 18px;
    line-height: 28px;
    padding-left: 28px;
  }
}
.news-details-content .wp-block-list > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../../assets/images/icons/icn-check-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .news-details-content .wp-block-list > li:after {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
}
.news-details-content .wp-block-list > li:hover, .news-details-content .wp-block-list > li:focus {
  color: rgb(26, 43, 60);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-details-content .wp-block-list > li:hover:after, .news-details-content .wp-block-list > li:focus:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-details-share {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .news-details-share {
    border-top: 1px solid rgba(26, 43, 60, 0.1);
    margin-top: 60px;
    padding-top: 30px;
    flex-direction: row-reverse;
  }
}
.news-details-share-back {
  position: relative;
}
.news-details-share-back a {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: rgb(0, 180, 228);
  padding-left: 20px;
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .news-details-share-back a {
    font-size: 18px;
    padding-left: 28px;
  }
}
.news-details-share-back a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-arrow-blue-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 992px) {
  .news-details-share-back a:after {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
}
.news-details-share-links {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(26, 43, 60, 0.1);
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .news-details-share-links {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: auto;
    border-bottom: 0;
  }
}
.news-details-share-links p {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  .news-details-share-links p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.news-details-share-links ul {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .news-details-share-links ul {
    gap: 20px;
    justify-content: start;
  }
}
.news-details-share-links ul > li {
  position: relative;
}
.news-details-share-links ul > li > a {
  position: relative;
  display: block;
  width: 32px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .news-details-share-links ul > li > a {
    width: 44px;
  }
}
.news-details-share-links ul > li > a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-details-share-links ul > li > a:hover, .news-details-share-links ul > li > a:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-details-share-links ul > li > a:hover img, .news-details-share-links ul > li > a:focus img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.breadcrumbs {
  background: linear-gradient(to left, rgb(0, 180, 228) 60%, rgb(0, 149, 192) 100%);
}
@media screen and (min-width: 767px) {
  .breadcrumbs {
    padding: 2px 0px;
  }
}
.breadcrumbs ul {
  position: relative;
}
.breadcrumbs ul > li {
  position: relative;
  display: inline-block;
}
.breadcrumbs ul > li > a,
.breadcrumbs ul > li > span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 600px) {
  .breadcrumbs ul > li > a,
  .breadcrumbs ul > li > span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 767px) {
  .breadcrumbs ul > li > a,
  .breadcrumbs ul > li > span {
    font-size: 16px;
  }
}
.breadcrumbs ul > li > a {
  text-decoration: underline;
  font-weight: 500;
  padding-right: 10px;
}
@media screen and (min-width: 600px) {
  .breadcrumbs ul > li > a {
    padding-right: 20px;
  }
}
.breadcrumbs ul > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -2px;
  background-image: url(../../assets/images/icons/icn-arrow-sm-white-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
  display: block;
}
@media screen and (min-width: 600px) {
  .breadcrumbs ul > li > a:after {
    right: 2px;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
  }
}
.breadcrumbs ul > li > span {
  opacity: 0.8;
}

.timeline {
  position: relative;
}
@media screen and (min-width: 767px) {
  .timeline {
    margin-top: 20px;
    gap: 10px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .timeline {
    margin-top: 40px;
    gap: 20px;
  }
}
@media screen and (min-width: 1360px) {
  .timeline {
    margin-top: 60px;
    gap: 40px;
  }
}
.timeline:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  display: block;
  background-image: url(../../assets/images/logo-shape-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  width: 200px;
  height: 200px;
  opacity: 0.03;
  z-index: -3;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .timeline:after {
    background-size: 256px 256px;
    width: 256px;
    height: 256px;
  }
}
@media screen and (min-width: 767px) {
  .timeline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 76px;
    right: 0;
    height: 4px;
    display: block;
    z-index: -3;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(0, 149, 192) 50%, rgb(255, 255, 255) 100%);
  }
}
@media screen and (min-width: 992px) {
  .timeline:before {
    top: 84px;
  }
}
.timeline-item {
  position: relative;
  cursor: pointer;
  padding-left: 60px;
  padding-bottom: 40px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (max-width: 767px) {
  .timeline-item:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0px;
    border-left: 2px dashed rgba(0, 180, 228, 0.3);
    bottom: 8px;
    z-index: 0;
  }
  .timeline-item:last-child {
    padding-bottom: 0px;
  }
  .timeline-item:last-child:after {
    content: none;
  }
}
@media screen and (min-width: 767px) {
  .timeline-item {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    flex-basis: 100%;
    text-align: center;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}
.timeline-item h1,
.timeline-item h2,
.timeline-item h3,
.timeline-item h4,
.timeline-item h5 {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 22px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .timeline-item h1,
  .timeline-item h2,
  .timeline-item h3,
  .timeline-item h4,
  .timeline-item h5 {
    opacity: 0.5;
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (min-width: 992px) {
  .timeline-item h1,
  .timeline-item h2,
  .timeline-item h3,
  .timeline-item h4,
  .timeline-item h5 {
    font-size: 32px;
    line-height: 32px;
  }
}
.timeline-item-circle {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../../assets/images/logo-shape-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (max-width: 767px) {
  .timeline-item-circle {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .timeline-item-circle {
    margin: 25px auto;
  }
}
@media screen and (min-width: 992px) {
  .timeline-item-circle {
    background-size: 28px 28px;
    width: 56px;
    height: 56px;
  }
}
.timeline-item-circle:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  display: block;
  background: linear-gradient(to left, rgb(0, 180, 228) 60%, rgb(0, 149, 192) 100%);
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .timeline-item-circle:before {
    opacity: 0.5;
  }
}
.timeline-item-circle:after {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  bottom: -6px;
  right: -6px;
  margin: auto;
  display: block;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 180, 228, 0.1);
  z-index: -2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .timeline-item-circle:after {
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
  }
}
.timeline-item p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .timeline-item p {
    opacity: 0;
  }
}
@media screen and (min-width: 767px) {
  .timeline-item:hover, .timeline-item:focus {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .timeline-item:hover h1,
  .timeline-item:hover h2,
  .timeline-item:hover h3,
  .timeline-item:hover h4,
  .timeline-item:hover h5, .timeline-item:focus h1,
  .timeline-item:focus h2,
  .timeline-item:focus h3,
  .timeline-item:focus h4,
  .timeline-item:focus h5 {
    opacity: 1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
.timeline-item-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.timeline-item-current h1,
.timeline-item-current h2,
.timeline-item-current h3,
.timeline-item-current h4,
.timeline-item-current h5 {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.timeline-item-current p {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.timeline-item-current .timeline-item-circle:after {
  border-color: rgba(0, 180, 228, 0.3);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.timeline-item-current .timeline-item-circle:before {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .timeline.timeline-sm:before {
    top: 86px;
  }
}
@media screen and (min-width: 992px) {
  .timeline.timeline-sm:before {
    top: 94px;
  }
}
@media screen and (min-width: 1200px) {
  .timeline.timeline-sm:before {
    top: 100px;
  }
}
.timeline.timeline-sm .timeline-item h1,
.timeline.timeline-sm .timeline-item h2,
.timeline.timeline-sm .timeline-item h3,
.timeline.timeline-sm .timeline-item h4,
.timeline.timeline-sm .timeline-item h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  .timeline.timeline-sm .timeline-item h1,
  .timeline.timeline-sm .timeline-item h2,
  .timeline.timeline-sm .timeline-item h3,
  .timeline.timeline-sm .timeline-item h4,
  .timeline.timeline-sm .timeline-item h5 {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1200px) {
  .timeline.timeline-sm .timeline-item h1,
  .timeline.timeline-sm .timeline-item h2,
  .timeline.timeline-sm .timeline-item h3,
  .timeline.timeline-sm .timeline-item h4,
  .timeline.timeline-sm .timeline-item h5 {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
  }
}

.cards {
  position: relative;
}
@media screen and (min-width: 767px) {
  .cards {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
  }
}
.cards-item {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.cards-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 767px) {
  .cards-item {
    flex-basis: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cards-item {
    padding: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .cards-item {
    padding: 40px;
  }
}
@media screen and (min-width: 1640px) {
  .cards-item {
    padding: 40px 60px;
  }
}
.cards-item:after {
  content: "";
  position: absolute;
  right: 0px;
  left: 0;
  bottom: 0px;
  height: 4px;
  display: block;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(0, 149, 192) 50%, rgb(255, 255, 255) 100%);
  opacity: 0.1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .cards-item:after {
    width: 4px;
    height: 0;
    left: initial;
    top: 0px;
  }
}
.cards-item:last-child:after {
  opacity: 0;
}
.cards-item-title {
  position: relative;
}
.cards-item-title h1,
.cards-item-title h2,
.cards-item-title h3,
.cards-item-title h4,
.cards-item-title h5 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .cards-item-title h1,
  .cards-item-title h2,
  .cards-item-title h3,
  .cards-item-title h4,
  .cards-item-title h5 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .cards-item-title h1,
  .cards-item-title h2,
  .cards-item-title h3,
  .cards-item-title h4,
  .cards-item-title h5 {
    font-size: 34px;
    line-height: 34px;
  }
}
.cards-item-image {
  position: relative;
  margin: 15px auto;
  width: 80px;
}
@media screen and (min-width: 767px) {
  .cards-item-image {
    width: 100px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 1360px) {
  .cards-item-image {
    width: 140px;
    margin: 30px auto;
  }
}
.cards-item-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.cards-item-info {
  position: relative;
}
.cards-item-info h1,
.cards-item-info h2,
.cards-item-info h3,
.cards-item-info h4,
.cards-item-info h5 {
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .cards-item-info h1,
  .cards-item-info h2,
  .cards-item-info h3,
  .cards-item-info h4,
  .cards-item-info h5 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .cards-item-info h1,
  .cards-item-info h2,
  .cards-item-info h3,
  .cards-item-info h4,
  .cards-item-info h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
.cards-item-info p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.cards-item:hover, .cards-item:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.cards-item:hover .cards-item-title h1,
.cards-item:hover .cards-item-title h2,
.cards-item:hover .cards-item-title h3,
.cards-item:hover .cards-item-title h4,
.cards-item:hover .cards-item-title h5, .cards-item:focus .cards-item-title h1,
.cards-item:focus .cards-item-title h2,
.cards-item:focus .cards-item-title h3,
.cards-item:focus .cards-item-title h4,
.cards-item:focus .cards-item-title h5 {
  color: rgb(0, 180, 228);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.cards-item:hover .cards-item-info p, .cards-item:focus .cards-item-info p {
  color: rgb(26, 43, 60);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.cards-check {
  position: relative;
}
@media screen and (min-width: 767px) {
  .cards-check {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .cards-check {
    width: 980px;
    margin: auto;
  }
}
@media screen and (min-width: 767px) {
  .cards-check:after, .cards-check:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0;
    margin: auto;
    display: block;
    opacity: 0.1;
    z-index: -1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .cards-check:after {
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(0, 149, 192) 50%, rgb(255, 255, 255) 100%);
    width: 4px;
  }
  .cards-check:before {
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(0, 149, 192) 50%, rgb(255, 255, 255) 100%);
    height: 4px;
  }
}
.cards-check-item {
  position: relative;
  display: block;
  text-align: center;
  padding: 30px 0px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .cards-check-item {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 992px) {
  .cards-check-item {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .cards-check-item:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0;
    display: block;
    opacity: 0.1;
    z-index: -1;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(0, 149, 192) 50%, rgb(255, 255, 255) 100%);
    height: 4px;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .cards-check-item:last-child:after {
    content: none;
  }
}
.cards-check-item-icon {
  content: "";
  position: relative;
  display: block;
  background-image: url(../../assets/images/icons/icn-check-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  margin: auto auto 10px auto;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .cards-check-item-icon {
    background-size: 44px 44px;
    width: 44px;
    height: 44px;
    margin: auto auto 20px auto;
  }
}
.cards-check-item h1,
.cards-check-item h2,
.cards-check-item h3,
.cards-check-item h4,
.cards-check-item h5 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .cards-check-item h1,
  .cards-check-item h2,
  .cards-check-item h3,
  .cards-check-item h4,
  .cards-check-item h5 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.cards-check-item p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .cards-check-item p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 767px) {
  .cards-check-item:hover, .cards-check-item:focus {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .cards-check-item:hover .cards-check-item-icon, .cards-check-item:focus .cards-check-item-icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .cards-check-item:hover h1,
  .cards-check-item:hover h2,
  .cards-check-item:hover h3,
  .cards-check-item:hover h4,
  .cards-check-item:hover h5, .cards-check-item:focus h1,
  .cards-check-item:focus h2,
  .cards-check-item:focus h3,
  .cards-check-item:focus h4,
  .cards-check-item:focus h5 {
    color: rgb(0, 180, 228);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .cards-check-item:hover p, .cards-check-item:focus p {
    color: rgb(26, 43, 60);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}

.features:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(to bottom, rgb(26, 43, 60) 0%, rgb(74, 85, 104) 100%);
  z-index: -1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.features .feature-item:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  opacity: 0.1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.features-list {
  position: relative;
}
@media screen and (min-width: 767px) {
  .features-list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
.features-list .feature-item {
  height: 260px;
}
@media screen and (min-width: 767px) {
  .features-list .feature-item {
    height: 300px;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .features-list .feature-item {
    height: 340px;
  }
}
.features-list .feature-item:last-child:before {
  content: none;
}

.feature-item {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  height: 100%;
  padding: 0px 20px;
}
@media screen and (min-width: 767px) {
  .feature-item {
    justify-content: center;
  }
}
@media screen and (min-width: 1360px) {
  .feature-item {
    padding: 0px 30px;
  }
}
.feature-item:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  width: 0;
  bottom: 0px;
  background: linear-gradient(to left, rgb(0, 180, 228) 60%, rgb(0, 149, 192) 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.feature-item-title {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
}
@media screen and (min-width: 767px) {
  .feature-item-title {
    margin-bottom: 5px;
    min-height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-item-title {
    min-height: 72px;
  }
}
.feature-item-title h1,
.feature-item-title h2,
.feature-item-title h3,
.feature-item-title h4,
.feature-item-title h5 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 767px) {
  .feature-item-title h1,
  .feature-item-title h2,
  .feature-item-title h3,
  .feature-item-title h4,
  .feature-item-title h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-item-title h1,
  .feature-item-title h2,
  .feature-item-title h3,
  .feature-item-title h4,
  .feature-item-title h5 {
    font-size: 30px;
    line-height: 38px;
  }
}
.feature-item img {
  width: 60px !important;
  height: auto;
  display: block;
  margin-bottom: 15px;
  padding-top: 40px;
}
@media screen and (min-width: 767px) {
  .feature-item img {
    width: 80px !important;
    margin-bottom: 25px;
    padding-top: 0;
  }
}
.feature-item-desc {
  display: none;
}
@media screen and (min-width: 767px) {
  .feature-item-desc {
    position: relative;
    min-height: 56px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    opacity: 0;
  }
}
.feature-item-desc p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.feature-item-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../../assets/images/icons/icn-arrow-white-right.svg);
  background-position: center bottom 30px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  display: block;
  margin: auto;
  z-index: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .feature-item-link {
    background-size: 32px 32px;
    background-position: center bottom 50px;
  }
}
@media screen and (min-width: 767px) {
  .feature-item:hover, .feature-item:focus {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .feature-item:hover:after, .feature-item:focus:after {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .feature-item:hover .feature-item-desc, .feature-item:focus .feature-item-desc {
    opacity: 1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .feature-item:hover .feature-item-link, .feature-item:focus .feature-item-link {
    background-position: center bottom 20px;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}

.owl-carousel-features .item .feature-item {
  width: 260px;
  height: 260px;
}
@media screen and (min-width: 767px) {
  .owl-carousel-features .item .feature-item {
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .owl-carousel-features .item .feature-item {
    width: 340px;
    height: 340px;
  }
}
.owl-carousel-features .owl-item.item-last .feature-item:before {
  content: none;
}

.location-legends {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 5px;
}
@media screen and (min-width: 992px) {
  .location-legends {
    flex-direction: row;
    column-gap: 40px;
    margin-bottom: 40px;
    row-gap: 0px;
  }
}
@media screen and (min-width: 1360px) {
  .location-legends {
    column-gap: 60px;
  }
}
.location-legends-item {
  position: relative;
}
.location-legends-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
}
@media screen and (min-width: 1360px) {
  .location-legends-item:after {
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
  }
}
.location-legends-item p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 26px;
}
@media screen and (min-width: 420px) {
  .location-legends-item p {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .location-legends-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 767px) {
  .location-legends-item p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1360px) {
  .location-legends-item p {
    padding-left: 34px;
  }
}
.location-legends-item-blue:after {
  background-image: url(../../assets/images/icons/icn-location-blue.svg);
}
.location-legends-item-orange:after {
  background-image: url(../../assets/images/icons/icn-location-orange.svg);
}
.location-legends-item-green:after {
  background-image: url(../../assets/images/icons/icn-location-green.svg);
}
.location-legends-item-green p {
  color: #10B981;
}

.location-map {
  position: relative;
  display: none;
}
@media screen and (min-width: 992px) {
  .location-map {
    margin-left: -140px;
    width: 1000px;
    height: 600px;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .location-map {
    margin-left: -140px;
  }
}
@media screen and (min-width: 1360px) {
  .location-map {
    margin-left: -180px;
    width: 1440px;
    height: 864px;
  }
}
@media screen and (min-width: 1640px) {
  .location-map {
    margin-left: -100px;
  }
}
@media screen and (min-width: 1740px) {
  .location-map {
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .location-map:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../../assets/images/shapes/shape-us-map.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1000px 600px;
    width: 1440px;
    height: 864px;
    display: block;
    opacity: 0.05;
    z-index: -1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    width: 1000px;
    height: 600px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1360px) {
  .location-map:after {
    background-size: 1440px 864px;
    width: 1440px;
    height: 864px;
  }
}
.location-map-item {
  position: absolute;
  display: block;
  padding-left: 36px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1360px) {
  .location-map-item {
    padding-left: 60px;
  }
}
.location-map-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: block;
}
@media screen and (min-width: 1360px) {
  .location-map-item:after {
    background-size: 54px 54px;
    width: 54px;
    height: 54px;
  }
}
.location-map-item h1,
.location-map-item h2,
.location-map-item h3,
.location-map-item h4,
.location-map-item h5 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1360px) {
  .location-map-item h1,
  .location-map-item h2,
  .location-map-item h3,
  .location-map-item h4,
  .location-map-item h5 {
    font-size: 18px;
  }
}
.location-map-item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.location-map-item span {
  display: block;
  position: absolute;
  left: 36px;
  bottom: 0px;
  color: rgb(0, 180, 228);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: underline;
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1360px) {
  .location-map-item span {
    left: 60px;
    font-size: 16px;
  }
}
.location-map-item:hover, .location-map-item:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.location-map-item:hover h1,
.location-map-item:hover h2,
.location-map-item:hover h3,
.location-map-item:hover h4,
.location-map-item:hover h5, .location-map-item:focus h1,
.location-map-item:focus h2,
.location-map-item:focus h3,
.location-map-item:focus h4,
.location-map-item:focus h5 {
  color: rgb(0, 180, 228);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.location-map-item:hover span, .location-map-item:focus span {
  opacity: 1;
  bottom: -24px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.location-map-item-blue:after {
  background-image: url(../../assets/images/icons/icn-location-blue.svg);
}
.location-map-item-orange:after {
  background-image: url(../../assets/images/icons/icn-location-orange.svg);
}
.location-map-item-green:after {
  background-image: url(../../assets/images/icons/icn-location-green.svg);
}
.location-map-item-1 {
  left: 470px;
  top: 130px;
}
@media screen and (min-width: 1360px) {
  .location-map-item-1 {
    left: 680px;
    top: 200px;
  }
}
.location-map-item-2 {
  left: 160px;
  bottom: 180px;
}
@media screen and (min-width: 1360px) {
  .location-map-item-2 {
    left: 220px;
    bottom: 300px;
  }
}
.location-map-item-3 {
  left: 440px;
  bottom: 60px;
}
@media screen and (min-width: 1360px) {
  .location-map-item-3 {
    left: 630px;
    bottom: 100px;
  }
}
.location-map-item-4 {
  left: 650px;
  bottom: 160px;
}
@media screen and (min-width: 1360px) {
  .location-map-item-4 {
    left: 940px;
    bottom: 250px;
  }
}
.location-map-item-5 {
  left: 770px;
  bottom: 40px;
}
@media screen and (min-width: 1360px) {
  .location-map-item-5 {
    left: 1110px;
    bottom: 80px;
  }
}
.location-map-item-6 {
  left: 820px;
  bottom: 260px;
}
@media screen and (min-width: 1360px) {
  .location-map-item-6 {
    left: 1170px;
    bottom: 380px;
  }
}
.location-map:hover:after, .location-map:focus:after {
  opacity: 0.1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.location-map-m {
  display: block;
}
@media screen and (min-width: 992px) {
  .location-map-m {
    display: none;
  }
}
.location-map-m-item {
  position: relative;
  display: block;
  padding: 20px 15px 20px 60px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .location-map-m-item {
    padding: 40px 40px 40px 60px;
  }
}
.location-map-m-item:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-location-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: block;
}
@media screen and (min-width: 767px) {
  .location-map-m-item:after {
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    left: 0;
  }
}
.location-map-m-item h1,
.location-map-m-item h2,
.location-map-m-item h3,
.location-map-m-item h4,
.location-map-m-item h5 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.location-map-m-item p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
.location-map-m-item span {
  display: block;
  position: relative;
  color: rgb(0, 180, 228);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.location-map-m-item-orange:after {
  background-image: url(../../assets/images/icons/icn-location-orange.svg);
}
.location-map-m-item-green:after {
  background-image: url(../../assets/images/icons/icn-location-green.svg);
}
.location-map-m .owl-carousel-location .item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: center;
}
.location-map-m .owl-carousel-location-nav {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .location-map-m .owl-carousel-location-nav {
    display: none;
  }
}
.location-map-m .owl-carousel-location-nav-prev, .location-map-m .owl-carousel-location-nav-next {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
  background-color: rgb(0, 180, 228);
  cursor: pointer;
  background-image: url(../../assets/images/icons/icn-arrow-sm-white-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .location-map-m .owl-carousel-location-nav-prev, .location-map-m .owl-carousel-location-nav-next {
    width: 60px;
    height: 60px;
    background-size: 18px 18px;
  }
}
.location-map-m .owl-carousel-location-nav-prev:hover, .location-map-m .owl-carousel-location-nav-prev:focus, .location-map-m .owl-carousel-location-nav-next:hover, .location-map-m .owl-carousel-location-nav-next:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.location-map-m .owl-carousel-location-nav-prev {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.location-map-m .owl-carousel-location-nav-next {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.location-desc {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .location-desc {
    padding: 0px 100px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .location-desc {
    padding: 0px 240px;
  }
}
@media screen and (min-width: 1360px) {
  .location-desc {
    padding: 0px 300px;
  }
}
@media screen and (min-width: 1640px) {
  .location-desc {
    padding: 0px 360px;
  }
}

.location-cta {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .location-cta {
    margin-top: 40px;
  }
}
.location-cta .btn {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .location-cta .btn {
    width: auto;
  }
}

.location-iframe {
  position: relative;
  display: block;
  margin: 15px auto;
}
@media screen and (min-width: 767px) {
  .location-iframe {
    margin: 40px auto;
  }
}
.location-iframe > div {
  margin: auto;
}

.contact {
  position: relative;
}
@media screen and (min-width: 992px) {
  .contact {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: start;
  }
}
.contact-form {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .contact-form {
    width: 65%;
    padding-right: 60px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1360px) {
  .contact-form {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1640px) {
  .contact-form {
    padding-right: 120px;
  }
}
.contact-form-cta {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (min-width: 767px) {
  .contact-form-cta {
    flex-direction: row;
    row-gap: 0px;
  }
}
.contact-form-cta .btn-clear {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  font-weight: 500;
  color: rgba(26, 43, 60, 0.7);
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .contact-form-cta .btn-clear {
    font-size: 18px;
  }
}
.contact-form-cta .btn-clear:hover, .contact-form-cta .btn-clear:focus {
  color: rgb(26, 43, 60);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.contact-form-cta .btn {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .contact-form-cta .btn {
    width: auto;
  }
}
.contact-form-box {
  position: relative;
  display: block;
}
.contact-form-success {
  position: relative;
  text-align: center;
  padding: 60px 0px 0px 0px;
  display: none;
}
@media screen and (min-width: 767px) {
  .contact-form-success {
    padding: 80px 80px 0px 80px;
  }
}
@media screen and (min-width: 1360px) {
  .contact-form-success {
    padding: 80px 100px 0px 100px;
  }
}
.contact-form-success:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: block;
  background-image: url(../../assets/images/icons/icn-check-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 767px) {
  .contact-form-success:after {
    width: 64px;
    height: 64px;
  }
}
.contact-info {
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 992px) {
  .contact-info {
    width: 35%;
  }
}
.contact-info-image {
  position: relative;
  display: block;
}
.contact-info-image img {
  width: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
  display: block;
}
.contact-info-text {
  position: relative;
  background: linear-gradient(to top, rgb(26, 43, 60) 0%, rgb(74, 85, 104) 100%);
  padding: 15px;
  display: block;
}
@media screen and (min-width: 767px) {
  .contact-info-text {
    padding: 20px;
  }
}
@media screen and (min-width: 1360px) {
  .contact-info-text {
    padding: 40px;
  }
}
.contact-info-text h1,
.contact-info-text h2,
.contact-info-text h3,
.contact-info-text h4,
.contact-info-text h5 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .contact-info-text h1,
  .contact-info-text h2,
  .contact-info-text h3,
  .contact-info-text h4,
  .contact-info-text h5 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.contact-info-text p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 767px) {
  .contact-info-text p {
    ont-size: 16px;
    line-height: 26px;
  }
}
.contact-info-text-links {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .contact-info-text-links {
    row-gap: 25px;
    margin-top: 30px;
  }
}
.contact-info-text-links p,
.contact-info-text-links a {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  padding-left: 32px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .contact-info-text-links p,
  .contact-info-text-links a {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .contact-info-text-links p,
  .contact-info-text-links a {
    font-size: 20px;
    line-height: 26px;
    padding-left: 36px;
  }
}
.contact-info-text-links p:after,
.contact-info-text-links a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  display: block;
}
@media screen and (min-width: 992px) {
  .contact-info-text-links p:after,
  .contact-info-text-links a:after {
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
  }
}
.contact-info-text-links p:hover, .contact-info-text-links p:focus,
.contact-info-text-links a:hover,
.contact-info-text-links a:focus {
  color: rgb(0, 180, 228);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.contact-info-text-links p:hover:after, .contact-info-text-links p:focus:after,
.contact-info-text-links a:hover:after,
.contact-info-text-links a:focus:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.contact-info-text-links .info-phone:after {
  background-image: url(../../assets/images/icons/icn-contact-phone-white.svg);
}
.contact-info-text-links .info-time {
  margin-bottom: 0;
}
.contact-info-text-links .info-time:after {
  background-image: url(../../assets/images/icons/icn-contact-clock-white.svg);
}
.contact-info-text-links .info-email:after {
  background-image: url(../../assets/images/icons/icn-contact-email-white.svg);
}

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