@charset "UTF-8";
/* CSS Document */
/*html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%; }

/* CLEAR FIX Fixes floats! */
.clearfix:after, .sub-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .sub-menu {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix, .sub-menu {
  display: block; }

/* End hide from IE-mac */
/* Eric Meyers CSS Reset v1.0 | 20080212 */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }
  html *,
  html *::before,
  html *::after {
    box-sizing: inherit; }

body {
  background: #fff;
  width: 100%;
  height: 100%; }

/*
body .row:first-child {margin-top: 0px;}
body #footer .row:first-child {margin-top: 0;}
*/
html {
  min-height: 100%; }

/* Unit-less `line-height` for use in components like buttons. */
/* -------------- */
/* Headings Sizes */
/* -------------- */
/* ---------------- */
/* Paragraphs Sizes */
/* ---------------- */
/*------------ */
/*   Buttons   */
/*------------ */
/* Paddings - base/large/small/xs */
/* Global "active" colours */
/* Media Queries Breakpoints and Grid setup [lines -] */
/* Media queries breakpoints */
/* Extra small */
/* Small */
/* Medium */
/* Large */
/* Cards */
html, body {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  padding: 0;
  color: #2A2A2A;
  font-size: 17px;
  line-height: 26px;
  font-family: "Source Sans 3", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 17px;
      line-height: 26px; } }

header {
  position: relative;
  z-index: 3; }

section {
  position: relative; }

footer {
  position: relative;
  z-index: 2; }

/* General Styles */
a {
  color: #004AAD; }
  a:hover {
    color: #004AAD;
    text-decoration: none; }

strong, b {
  font-weight: 700; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.o-hidden {
  overflow: hidden !important; }

.o-visible {
  overflow: visible !important; }

.img-fluid, .card-logoblock .card-logo img,
.card-logoblock .card-img img, .card-icon-text .card-header img {
  display: block; }

.clear {
  clear: both; }

.pointer {
  cursor: pointer; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.animated-normal {
  transition: all 0.3s; }

.o-hidden {
  overflow: hidden !important; }

.hide {
  display: none !important; }

.section-hide {
  display: none; }

.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important; }

.flex {
  display: flex; }
  .flex.justify-between {
    justify-content: space-between; }

.fa-phone {
  transform: scaleX(-1); }

pre {
  color: #004AAD;
  color: inherit;
  font-size: 16px; }

/* Text Transformation */
.lowercase, .text-lowercase {
  text-transform: lowercase !important; }

.capitalize, .text-capitalize {
  text-transform: capitalize !important; }

.uppercase, .text-uppercase {
  text-transform: uppercase !important; }

.underline {
  text-decoration: underline !important; }

/* Text Alignment */
.text-left {
  text-align: left; }

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

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

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

.text-nowrap {
  white-space: nowrap; }

/* Font Weight */
.text-light {
  font-weight: 300; }

.text-regular {
  font-weight: 400 !important; }

.text-medium {
  font-weight: 500 !important; }

.text-semibold {
  font-weight: 600 !important; }

.text-bold {
  font-weight: 700 !important; }

.text-heavy {
  font-weight: 800 !important; }

.text-black {
  font-weight: 900 !important; }

.text-italic {
  font-style: italic; }

.text-normal {
  font-style: normal !important; }

/* Font Family */
.font-regular {
  font-family: "Source Sans 3", arial, sans-serif !important; }

.font-semibold {
  font-family: "Source Sans 3", arial, sans-serif !important; }

.font-medium {
  font-family: "Source Sans 3", arial, sans-serif !important; }

.font-demi {
  font-family: "Source Sans 3", arial, sans-serif !important; }

.font-bold {
  font-family: "Source Sans 3", arial, sans-serif !important; }

.font-heavy {
  font-family: "Source Sans 3", arial, sans-serif !important; }

.font-black {
  font-family: "Source Sans 3", arial, sans-serif !important; }

.font-secondary {
  font-family: "Source Sans 3", arial, sans-serif !important; }

/* Colors */
.color-b-1 {
  color: #004AAD !important; }

.color-b-2 {
  color: #004AAD !important; }

.color-b-3 {
  color: #004AAD !important; }

.color-b-4 {
  color: #004AAD !important; }

.color-b-5 {
  color: #004AAD !important; }

.color-grey-1 {
  color: #004AAD !important; }

.color-grey-2 {
  color: #35C3FF !important; }

.color-grey-3 {
  color: #C59133 !important; }

.color-grey-4 {
  color: #AEE7FF !important; }

.color-grey-5 {
  color: #FFF8EE !important; }

.color-primary {
  color: #004AAD !important; }

.color-text {
  color: #5B5D6B !important; }

.color-black {
  color: #2A2A2A !important; }

.color-dark {
  color: #191919 !important; }

.color-grey {
  color: #777986 !important; }

.color-lgreen {
  color: #004AAD !important; }

.color-white, .sidebar-block.page-sidebar-1 .btn-primary:hover, .sidebar-block.page-sidebar-1 .wp-block-button__link:hover {
  color: #ffffff !important; }

.color-light {
  color: #FBFBFB !important; }

.color-green {
  color: #007A53 !important; }

/* BG Color */
.bg-black {
  background-color: #2A2A2A !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #191919 !important; }

.bg-primary {
  background-color: #004AAD !important; }

.bg-primary-darker {
  background-color: #0f8293 !important; }

.bg-primary-opacity {
  background-color: rgba(0, 74, 173, 0.04) !important; }

.bg-primary-opacity2 {
  background-color: rgba(0, 74, 173, 0.08) !important; }

.bg-secondary {
  background-color: #35C3FF !important; }

.bg-secondary-green {
  background-color: #13ce66 !important; }

.bg-secondary-blue {
  background-color: #004AAD !important; }

.bg-b-1 {
  background-color: #004AAD !important; }

.bg-b-2 {
  background-color: #35C3FF !important; }

.bg-b-3 {
  background-color: #C59133 !important; }

.bg-b-4 {
  background-color: #AEE7FF !important; }

.bg-b-5 {
  background-color: #FFF8EE !important; }

/* Text Shadow */
.title-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.heading-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45); }

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.32); }

.no-border {
  border: none !important; }

/* zIndex */
.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

/* Section/Container */
.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .section {
      padding-top: 36px;
      padding-bottom: 36px; } }

.panel {
  padding-top: 60px;
  padding-bottom: 60px; }

.container, .container-fluid {
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  .container.container-lg, .container-fluid.container-lg {
    max-width: 1280px; }
  .container.container-md, .container-fluid.container-md {
    max-width: 1200px; }
  .container.container-sm, .container-fluid.container-sm {
    max-width: 960px; }
  .container.container-full, .container.container-full-width, .container-fluid.container-full, .container-fluid.container-full-width {
    max-width: 100%; }
  .container.container-compress, .container-fluid.container-compress {
    max-width: 100%;
    padding: 0; }
    .container.container-compress .row, .container-fluid.container-compress .row {
      margin: 0; }
      .container.container-compress .row > div,
      .container.container-compress .row > .col-24, .container-fluid.container-compress .row > div,
      .container-fluid.container-compress .row > .col-24 {
        padding: 0; }
  @media only screen and (max-width: 767px) {
    .container, .container-fluid {
      padding-left: 16px;
      padding-right: 16px; } }

.clearfix:after {
  display: block;
  content: "";
  clear: both; }

.full-width {
  width: 100%;
  max-width: 100%; }

.full-height {
  height: 100%;
  max-width: 100%; }

.fill {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .fill.fill-top {
    background-position: top center; }

/* Alignment */
.horizontal-center, .card-logoblock .card-logo img,
.card-logoblock .card-img img, .card-icon-text .card-header img, .horizontal-left, .horizontal-right {
  float: none; }

.horizontal-center, .card-logoblock .card-logo img,
.card-logoblock .card-img img, .card-icon-text .card-header img {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.horizontal-left {
  margin-left: 0;
  margin-right: auto;
  left: 0; }

.horizontal-right {
  margin-left: auto;
  margin-right: 0;
  right: 0; }

.vertical-center {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

/* Border Box */
.box-border {
  border: solid 1px #d0d0d0; }

.box-border:after {
  bottom: -4px;
  border-bottom: 3px solid #f2f2f2; }

.box-shadow-1 {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }

.box-shadow-2 {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }

.box-shadow-3 {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); }

.angle7 {
  transform: skewY(7deg); }

.angle7_o {
  transform: skewY(-7deg); }

.angle10 {
  transform: skewY(10deg); }

.angle10_o {
  transform: skewY(-10deg); }

/* Background Styles */
.bg-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.shape-top {
  position: relative; }
  .shape-top:before {
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    left: 0;
    z-index: 1;
    background-size: cover !important;
    background: url(../images/top-wave-shape.svg) bottom center; }

.shape-bottom {
  position: relative; }
  .shape-bottom:after {
    bottom: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    left: 0;
    z-index: 1;
    background-size: cover !important;
    background: url(../images/bottom-wave-shape.svg) top center; }

.img-absolute {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover; }

.img-radius {
  border-radius: 4px; }
  .img-radius img {
    border-radius: 4px; }

.img-border-radius {
  border-radius: 16px; }
  .img-border-radius img {
    border-radius: 16px; }
  @media only screen and (max-width: 767px) {
    .img-border-radius {
      border-radius: 12px; }
      .img-border-radius img {
        border-radius: 12px; } }

.img-off-right-1 {
  margin-right: -4.1666666667%; }

.bg-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-size: cover !important; }
  .bg-absolute.top-right {
    background-position: top right; }
  .bg-absolute.top-center {
    background-position: top center; }
  .bg-absolute.bottom-center {
    background-position: bottom center; }
  .bg-absolute.left-center {
    background-position: left center; }
  .bg-absolute.right-center {
    background-position: right center; }
  .bg-absolute .bg-gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .bg-absolute .bg-overlay {
    background: rgba(42, 42, 42, 0.6); }
    .bg-absolute .bg-overlay:after {
      display: none !important; }
  .bg-absolute.has_slide {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .bg-absolute.in_view {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }

.bg-section .bg-img {
  background-color: var(--bg-color, #ffffff);
  background-image: var(--bg-image); }

.bg-section .bg-img-sm {
  background-color: var(--bg-color, #ffffff);
  background-image: var(--bg-image-sm); }

.has_slide.origin-left {
  -webkit-transform-origin: left;
  transform-origin: left; }

.has_slide.origin-right {
  -webkit-transform-origin: right;
  transform-origin: right; }

.has-slide {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.in_view .has-slide {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0); }

.has_animation .has_transition {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.has_animation.in_view .has_transition {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.2s; }

.title-block .title-line {
  width: 219px;
  height: 2px;
  background: #D8D8D8; }

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  margin-top: 28px;
  margin-top: 24px; }
  .content-block h1:first-child, .content-block h2:first-child, .content-block h3:first-child, .content-block h4:first-child, .content-block h5:first-child, .content-block h6:first-child {
    margin-top: 0; }
  .content-block h1:last-child, .content-block h2:last-child, .content-block h3:last-child, .content-block h4:last-child, .content-block h5:last-child, .content-block h6:last-child {
    margin-bottom: 0; }

.content-block h2 {
  margin-top: 36px; }

.content-block .btn-primary, .content-block .sidebar-block .wp-block-button__link, .sidebar-block .content-block .wp-block-button__link {
  margin-top: 24px; }

.content-block img {
  display: block;
  max-width: 100%;
  height: auto; }

.content-block p:last-child {
  margin-bottom: 0; }

.content-block ul, .content-block ol {
  padding-left: 0;
  margin-bottom: 24px; }
  .content-block ul:last-child, .content-block ol:last-child {
    margin-bottom: 0; }
  .content-block ul li, .content-block ol li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px; }
    .content-block ul li:last-child, .content-block ol li:last-child {
      margin-bottom: 0; }
    .content-block ul li:before, .content-block ol li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      top: 8px;
      background: var(--color, #777986); }
  .content-block ul ul, .content-block ul ol, .content-block ol ul, .content-block ol ol {
    margin-left: 30px;
    margin-top: 6px;
    margin-bottom: 6px; }

.content-block ul ul li {
  padding-left: 24px; }
  .content-block ul ul li:before {
    width: 12px;
    height: 2px;
    top: 10px;
    border-radius: 0; }

.content-block ol {
  counter-reset: list-number; }
  .content-block ol li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    padding-left: 24px;
    margin-bottom: 4px; }
    .content-block ol li:before {
      counter-increment: list-number;
      content: counters(list-number, ".") ". ";
      width: auto !important;
      height: auto !important;
      top: 0 !important;
      background: transparent !important;
      font-weight: bold; }

.content-block .wp-caption {
  max-width: 100%;
  width: 100%;
  margin-bottom: 24px; }

.content-block blockquote {
  margin-bottom: 24px; }
  .content-block blockquote p {
    margin-bottom: 16px; }
  .content-block blockquote h4, .content-block blockquote h5 {
    margin-bottom: 0;
    margin-top: 16px; }

@media only screen and (max-width: 767px) {
  .content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
    margin-top: 24px;
    margin-bottom: 16px; }
  .content-block ul ul, .content-block ul ol, .content-block ol ul, .content-block ol ol {
    margin-left: 20px; }
  .content-block.p1, .content-block.text-lg, .content-block.text-p1 {
    font-size: 17px;
    line-height: 26px; } }

.img-block.img-square, .img-block.img-portrait, .img-block.img-rectangle {
  position: relative;
  padding-bottom: 100%; }
  .img-block.img-square > img, .img-block.img-portrait > img, .img-block.img-rectangle > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.img-block.img-rectangle {
  padding-bottom: 62.0437956204%; }

.img-block.img-portrait {
  padding-bottom: 123%; }

.img-block.img-grey {
  filter: grayscale(100%); }
  .img-block.img-grey > img {
    filter: grayscale(100%); }

.img-block.img-shadow:before {
  width: 187px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #016393;
  right: -28px;
  top: -28px;
  bottom: -28px;
  z-index: -1;
  left: auto; }

.img-block.img-bracket:after, .img-block.img-bracket:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  width: 44px;
  height: 44px;
  top: auto;
  left: auto; }

.img-block.img-bracket:before {
  top: -30px;
  left: -30px; }

.img-block.img-bracket:after {
  right: -30px;
  bottom: -30px; }

@media only screen and (max-width: 767px) {
  .img-block.img-shadow:before {
    right: -16px;
    top: -20px;
    bottom: -20px; }
  .img-block.img-bracket:before {
    top: -17px;
    left: -17px; }
  .img-block.img-bracket:after {
    right: -17px;
    bottom: -17px; } }

.jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto; }

.bg-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  z-index: -100; }
  .bg-full-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (min-aspect-ratio: 16 / 9) {
    .bg-full-video {
      height: 300%;
      top: -100%; } }
  @media (max-aspect-ratio: 16 / 9) {
    .bg-full-video {
      width: 300%;
      left: -100%; } }
  @media only screen and (max-width: 767px) {
    .bg-full {
      display: none; } }

@media only screen and (max-width: 767px) {
  .bg-relative-sm {
    position: relative; } }

/* Responsive Video */
.video-fluid {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .video-fluid:before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .video-fluid embed, .video-fluid iframe, .video-fluid object, .video-fluid video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.video-module {
  position: relative;
  height: 146px;
  display: block;
  overflow: hidden;
  margin-bottom: 17px; }
  .video-module .bg-absolute {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .video-module .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .video-module .bg-layer:after {
      content: '';
      position: absolute;
      xz-index: -1;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      width: 130%;
      height: 0;
      top: 50%;
      left: 50%;
      background: #FFA405;
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .video-module .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #FFA405;
    color: #ffffff;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .video-module .btn-play .icon {
      margin-left: 4px; }
  @media screen and (min-width: 769px) {
    .video-module {
      height: 472px;
      margin-bottom: 44px; }
      .video-module .btn-play {
        width: 73px;
        height: 73px;
        font-size: 38px; }
        .video-module .btn-play:hover {
          background: #007A53;
          color: #ffffff; }
      .video-module:hover .bg-absolute {
        transform: scale(1.05); }
      .video-module:hover .btn-play {
        background: #ffffff;
        color: #FFA405; }
      .video-module:hover .bg-layer:after {
        height: 230%;
        opacity: 0.7; } }

.page-default .page-title {
  background: #34085A;
  padding: 37px 0 34px;
  margin-bottom: 52px; }
  .page-default .page-title h1 {
    margin: 0 auto;
    width: 50%;
    padding: 0 13px;
    font-weight: 500;
    line-height: 1;
    font-size: 45px;
    color: #fff;
    letter-spacing: 0;
    text-align: center; }

.page-default .post_content {
  max-width: 840px; }

/* Loader */
.loader {
  display: none;
  position: absolute;
  width: auto;
  height: 100%;
  background: #f9f9f9;
  z-index: 100;
  top: 90px;
  opacity: 0.5;
  left: 0;
  right: 0; }
  .loader img {
    left: 50%;
    top: 50%;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%); }

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important; }

#ui-datepicker-div.ui-datepicker {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: -1px 0 0 0;
  font: 15px "Source Sans 3", arial, sans-serif;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25); }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #004AAD;
    color: #2A2A2A;
    font-weight: bold;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: inset none;
    text-shadow: none;
    filter: none;
    line-height: 30px;
    min-height: 30px !important;
    border: none; }
    #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
    #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
      display: none; }
    #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      text-align: center;
      display: flex; }
      #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
        margin: 6px 3px;
        border: none;
        line-height: normal;
        -webkit-appearance: none;
        color: #2A2A2A;
        background: #ffffff url("../../images/dropdown-icon.svg") 85% center no-repeat;
        background-size: 10px 6px;
        font-size: 14px;
        font-weight: bold;
        padding: 4px 20px 4px 8px;
        max-width: unset; }
      #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
        width: 110px; }
      #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        width: 70px; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar thead {
    background: #2A2A2A;
    border-bottom: 1px solid #D8D8D8; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar th {
    font-size: 11px;
    padding: 5px 0;
    color: #ffffff;
    text-shadow: none;
    filter: none; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar tbody td {
    padding: 0;
    border-top: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar tbody td:last-child {
    border-right: 0px; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar tbody tr {
    border-bottom: 1px solid #D8D8D8; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar tbody tr:last-child {
    border-bottom: 0px; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td span,
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td a {
    display: inline-flex;
    font-weight: normal;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    justify-content: center;
    align-items: center;
    color: #2A2A2A;
    text-shadow: none;
    filter: none;
    transition: all 0.3s; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
    color: #ffffff;
    background: #004AAD; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #004AAD;
    border: none;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    filter: none;
    position: relative;
    margin: 0; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #777986; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3; }

/* Orientation: */
.cli_pg_page_contaner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 48px;
  width: 94.444444%; }
  .cli_pg_page_contaner h2,
  .cli_pg_page_contaner h3,
  .cli_pg_page_contaner h4,
  .cli_pg_page_contaner h5 {
    color: #000000; }
  .cli_pg_page_contaner h2 {
    font-size: 28px;
    line-height: 32px; }
  .cli_pg_page_contaner h3 {
    font-size: 24px;
    line-height: 28px; }
  .cli_pg_page_contaner h4 {
    font-size: 22px;
    line-height: 24px; }
  .cli_pg_page_contaner h5 {
    font-size: 20px;
    line-height: 24px; }
  .cli_pg_page_contaner h6 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #383839;
    line-height: 24px; }
  .cli_pg_page_contaner p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .cli_pg_page_contaner {
      padding: 0 13px;
      margin: 17px auto 60px;
      width: 100%; }
      .cli_pg_page_contaner h1,
      .cli_pg_page_contaner h2,
      .cli_pg_page_contaner h3,
      .cli_pg_page_contaner h4,
      .cli_pg_page_contaner h5,
      .cli_pg_page_contaner h6,
      .cli_pg_page_contaner .h1,
      .cli_pg_page_contaner .h2,
      .cli_pg_page_contaner .h3,
      .cli_pg_page_contaner .h4,
      .cli_pg_page_contaner .h5,
      .cli_pg_page_contaner .h6 {
        font-size: 21px;
        line-height: 32px;
        margin: 29px 0 19px; }
      .cli_pg_page_contaner p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 19px; } }

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-pixiv:before {
  content: "\e640"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-brave:before {
  content: "\e63c"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-opensuse:before {
  content: "\e62b"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-square-letterboxd:before {
  content: "\e62e"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-shoelace:before {
  content: "\e60c"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-google-scholar:before {
  content: "\e63b"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-signal-messenger:before {
  content: "\e663"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-mintbit:before {
  content: "\e62f"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-brave-reverse:before {
  content: "\e63d"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-letterboxd:before {
  content: "\e62d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-upwork:before {
  content: "\e641"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-webflow:before {
  content: "\e65c"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }

/*!
 * Feather Icon - https://feathericons.com/
 */
@font-face {
  font-family: 'feather';
  src: url("../fonts/feather.eot?rqsxlt");
  src: url("../fonts/feather.eot?rqsxlt#iefix") format("embedded-opentype"), url("../fonts/feather.ttf?rqsxlt") format("truetype"), url("../fonts/feather.woff?rqsxlt") format("woff"), url("../fonts/feather.svg?rqsxlt#feather") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.feather {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'feather' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-activity:before {
  content: "\e900"; }

.icon-airplay:before {
  content: "\e901"; }

.icon-alert-circle:before {
  content: "\e902"; }

.icon-alert-octagon:before {
  content: "\e903"; }

.icon-alert-triangle:before {
  content: "\e904"; }

.icon-align-center:before {
  content: "\e905"; }

.icon-align-justify:before {
  content: "\e906"; }

.icon-align-left:before {
  content: "\e907"; }

.icon-align-right:before {
  content: "\e908"; }

.icon-anchor:before {
  content: "\e909"; }

.icon-aperture:before {
  content: "\e90a"; }

.icon-archive:before {
  content: "\e90b"; }

.icon-arrow-down:before {
  content: "\e90c"; }

.icon-arrow-down-circle:before {
  content: "\e90d"; }

.icon-arrow-down-left:before {
  content: "\e90e"; }

.icon-arrow-down-right:before {
  content: "\e90f"; }

.icon-arrow-left:before {
  content: "\e910"; }

.icon-arrow-left-circle:before {
  content: "\e911"; }

.icon-arrow-right:before {
  content: "\e912"; }

.icon-arrow-right-circle:before {
  content: "\e913"; }

.icon-arrow-up:before {
  content: "\e914"; }

.icon-arrow-up-circle:before {
  content: "\e915"; }

.icon-arrow-up-left:before {
  content: "\e916"; }

.icon-arrow-up-right:before {
  content: "\e917"; }

.icon-at-sign:before {
  content: "\e918"; }

.icon-award:before {
  content: "\e919"; }

.icon-bar-chart:before {
  content: "\e91a"; }

.icon-bar-chart-2:before {
  content: "\e91b"; }

.icon-battery:before {
  content: "\e91c"; }

.icon-battery-charging:before {
  content: "\e91d"; }

.icon-bell:before {
  content: "\e91e"; }

.icon-bell-off:before {
  content: "\e91f"; }

.icon-bluetooth:before {
  content: "\e920"; }

.icon-bold:before {
  content: "\e921"; }

.icon-book:before {
  content: "\e922"; }

.icon-book-open:before {
  content: "\e923"; }

.icon-bookmark:before {
  content: "\e924"; }

.icon-box:before {
  content: "\e925"; }

.icon-briefcase:before {
  content: "\e926"; }

.icon-calendar:before {
  content: "\e927"; }

.icon-camera:before {
  content: "\e928"; }

.icon-camera-off:before {
  content: "\e929"; }

.icon-cast:before {
  content: "\e92a"; }

.icon-check:before {
  content: "\e92b"; }

.icon-check-circle:before {
  content: "\e92c"; }

.icon-check-square:before {
  content: "\e92d"; }

.icon-chevron-down:before {
  content: "\e92e"; }

.icon-chevron-left:before {
  content: "\e92f"; }

.icon-chevron-right:before {
  content: "\e930"; }

.icon-chevron-up:before {
  content: "\e931"; }

.icon-chevrons-down:before {
  content: "\e932"; }

.icon-chevrons-left:before {
  content: "\e933"; }

.icon-chevrons-right:before {
  content: "\e934"; }

.icon-chevrons-up:before {
  content: "\e935"; }

.icon-chrome:before {
  content: "\e936"; }

.icon-circle:before {
  content: "\e937"; }

.icon-clipboard:before {
  content: "\e938"; }

.icon-clock:before {
  content: "\e939"; }

.icon-cloud:before {
  content: "\e93a"; }

.icon-cloud-drizzle:before {
  content: "\e93b"; }

.icon-cloud-lightning:before {
  content: "\e93c"; }

.icon-cloud-off:before {
  content: "\e93d"; }

.icon-cloud-rain:before {
  content: "\e93e"; }

.icon-cloud-snow:before {
  content: "\e93f"; }

.icon-code:before {
  content: "\e940"; }

.icon-codepen:before {
  content: "\e941"; }

.icon-codesandbox:before {
  content: "\e942"; }

.icon-coffee:before {
  content: "\e943"; }

.icon-columns:before {
  content: "\e944"; }

.icon-command:before {
  content: "\e945"; }

.icon-compass:before {
  content: "\e946"; }

.icon-copy:before {
  content: "\e947"; }

.icon-corner-down-left:before {
  content: "\e948"; }

.icon-corner-down-right:before {
  content: "\e949"; }

.icon-corner-left-down:before {
  content: "\e94a"; }

.icon-corner-left-up:before {
  content: "\e94b"; }

.icon-corner-right-down:before {
  content: "\e94c"; }

.icon-corner-right-up:before {
  content: "\e94d"; }

.icon-corner-up-left:before {
  content: "\e94e"; }

.icon-corner-up-right:before {
  content: "\e94f"; }

.icon-cpu:before {
  content: "\e950"; }

.icon-credit-card:before {
  content: "\e951"; }

.icon-crop:before {
  content: "\e952"; }

.icon-crosshair:before {
  content: "\e953"; }

.icon-database:before {
  content: "\e954"; }

.icon-delete:before {
  content: "\e955"; }

.icon-disc:before {
  content: "\e956"; }

.icon-dollar-sign:before {
  content: "\e957"; }

.icon-download:before {
  content: "\e958"; }

.icon-download-cloud:before {
  content: "\e959"; }

.icon-droplet:before {
  content: "\e95a"; }

.icon-edit:before {
  content: "\e95b"; }

.icon-edit-2:before {
  content: "\e95c"; }

.icon-edit-3:before {
  content: "\e95d"; }

.icon-external-link:before {
  content: "\e95e"; }

.icon-eye:before {
  content: "\e95f"; }

.icon-eye-off:before {
  content: "\e960"; }

.icon-facebook:before {
  content: "\e961"; }

.icon-fast-forward:before {
  content: "\e962"; }

.icon-feather:before {
  content: "\e963"; }

.icon-figma:before {
  content: "\e964"; }

.icon-file:before {
  content: "\e965"; }

.icon-file-minus:before {
  content: "\e966"; }

.icon-file-plus:before {
  content: "\e967"; }

.icon-file-text:before {
  content: "\e968"; }

.icon-film:before {
  content: "\e969"; }

.icon-filter:before {
  content: "\e96a"; }

.icon-flag:before {
  content: "\e96b"; }

.icon-folder:before {
  content: "\e96c"; }

.icon-folder-minus:before {
  content: "\e96d"; }

.icon-folder-plus:before {
  content: "\e96e"; }

.icon-framer:before {
  content: "\e96f"; }

.icon-frown:before {
  content: "\e970"; }

.icon-gift:before {
  content: "\e971"; }

.icon-git-branch:before {
  content: "\e972"; }

.icon-git-commit:before {
  content: "\e973"; }

.icon-git-merge:before {
  content: "\e974"; }

.icon-git-pull-request:before {
  content: "\e975"; }

.icon-github:before {
  content: "\e976"; }

.icon-gitlab:before {
  content: "\e977"; }

.icon-globe:before {
  content: "\e978"; }

.icon-grid:before {
  content: "\e979"; }

.icon-hard-drive:before {
  content: "\e97a"; }

.icon-hash:before {
  content: "\e97b"; }

.icon-headphones:before {
  content: "\e97c"; }

.icon-heart:before {
  content: "\e97d"; }

.icon-help-circle:before {
  content: "\e97e"; }

.icon-hexagon:before {
  content: "\e97f"; }

.icon-home:before {
  content: "\e980"; }

.icon-image:before {
  content: "\e981"; }

.icon-inbox:before {
  content: "\e982"; }

.icon-info:before {
  content: "\e983"; }

.icon-instagram:before {
  content: "\e984"; }

.icon-italic:before {
  content: "\e985"; }

.icon-key:before {
  content: "\e986"; }

.icon-layers:before {
  content: "\e987"; }

.icon-layout:before {
  content: "\e988"; }

.icon-life-buoy:before {
  content: "\e989"; }

.icon-link:before {
  content: "\e98a"; }

.icon-link-2:before {
  content: "\e98b"; }

.icon-linkedin:before {
  content: "\e98c"; }

.icon-list:before {
  content: "\e98d"; }

.icon-loader:before {
  content: "\e98e"; }

.icon-lock:before {
  content: "\e98f"; }

.icon-log-in:before {
  content: "\e990"; }

.icon-log-out:before {
  content: "\e991"; }

.icon-mail:before {
  content: "\e992"; }

.icon-map:before {
  content: "\e993"; }

.icon-map-pin:before {
  content: "\e994"; }

.icon-maximize:before {
  content: "\e995"; }

.icon-maximize-2:before {
  content: "\e996"; }

.icon-meh:before {
  content: "\e997"; }

.icon-menu:before {
  content: "\e998"; }

.icon-message-circle:before {
  content: "\e999"; }

.icon-message-square:before {
  content: "\e99a"; }

.icon-mic:before {
  content: "\e99b"; }

.icon-mic-off:before {
  content: "\e99c"; }

.icon-minimize:before {
  content: "\e99d"; }

.icon-minimize-2:before {
  content: "\e99e"; }

.icon-minus:before {
  content: "\e99f"; }

.icon-minus-circle:before {
  content: "\e9a0"; }

.icon-minus-square:before {
  content: "\e9a1"; }

.icon-monitor:before {
  content: "\e9a2"; }

.icon-moon:before {
  content: "\e9a3"; }

.icon-more-horizontal:before {
  content: "\e9a4"; }

.icon-more-vertical:before {
  content: "\e9a5"; }

.icon-mouse-pointer:before {
  content: "\e9a6"; }

.icon-move:before {
  content: "\e9a7"; }

.icon-music:before {
  content: "\e9a8"; }

.icon-navigation:before {
  content: "\e9a9"; }

.icon-navigation-2:before {
  content: "\e9aa"; }

.icon-octagon:before {
  content: "\e9ab"; }

.icon-package:before {
  content: "\e9ac"; }

.icon-paperclip:before {
  content: "\e9ad"; }

.icon-pause:before {
  content: "\e9ae"; }

.icon-pause-circle:before {
  content: "\e9af"; }

.icon-pen-tool:before {
  content: "\e9b0"; }

.icon-percent:before {
  content: "\e9b1"; }

.icon-phone:before {
  content: "\e9b2"; }

.icon-phone-call:before {
  content: "\e9b3"; }

.icon-phone-forwarded:before {
  content: "\e9b4"; }

.icon-phone-incoming:before {
  content: "\e9b5"; }

.icon-phone-missed:before {
  content: "\e9b6"; }

.icon-phone-off:before {
  content: "\e9b7"; }

.icon-phone-outgoing:before {
  content: "\e9b8"; }

.icon-pie-chart:before {
  content: "\e9b9"; }

.icon-play:before {
  content: "\e9ba"; }

.icon-play-circle:before {
  content: "\e9bb"; }

.icon-plus:before {
  content: "\e9bc"; }

.icon-plus-circle:before {
  content: "\e9bd"; }

.icon-plus-square:before {
  content: "\e9be"; }

.icon-pocket:before {
  content: "\e9bf"; }

.icon-power:before {
  content: "\e9c0"; }

.icon-printer:before {
  content: "\e9c1"; }

.icon-radio:before {
  content: "\e9c2"; }

.icon-refresh-ccw:before {
  content: "\e9c3"; }

.icon-refresh-cw:before {
  content: "\e9c4"; }

.icon-repeat:before {
  content: "\e9c5"; }

.icon-rewind:before {
  content: "\e9c6"; }

.icon-rotate-ccw:before {
  content: "\e9c7"; }

.icon-rotate-cw:before {
  content: "\e9c8"; }

.icon-rss:before {
  content: "\e9c9"; }

.icon-save:before {
  content: "\e9ca"; }

.icon-scissors:before {
  content: "\e9cb"; }

.icon-search:before {
  content: "\e9cc"; }

.icon-send:before {
  content: "\e9cd"; }

.icon-server:before {
  content: "\e9ce"; }

.icon-settings:before {
  content: "\e9cf"; }

.icon-share:before {
  content: "\e9d0"; }

.icon-share-2:before {
  content: "\e9d1"; }

.icon-shield:before {
  content: "\e9d2"; }

.icon-shield-off:before {
  content: "\e9d3"; }

.icon-shopping-bag:before {
  content: "\e9d4"; }

.icon-shopping-cart:before {
  content: "\e9d5"; }

.icon-shuffle:before {
  content: "\e9d6"; }

.icon-sidebar:before {
  content: "\e9d7"; }

.icon-skip-back:before {
  content: "\e9d8"; }

.icon-skip-forward:before {
  content: "\e9d9"; }

.icon-slack:before {
  content: "\e9da"; }

.icon-slash:before {
  content: "\e9db"; }

.icon-sliders:before {
  content: "\e9dc"; }

.icon-smartphone:before {
  content: "\e9dd"; }

.icon-smile:before {
  content: "\e9de"; }

.icon-speaker:before {
  content: "\e9df"; }

.icon-square:before {
  content: "\e9e0"; }

.icon-star:before {
  content: "\e9e1"; }

.icon-stop-circle:before {
  content: "\e9e2"; }

.icon-sun:before {
  content: "\e9e3"; }

.icon-sunrise:before {
  content: "\e9e4"; }

.icon-sunset:before {
  content: "\e9e5"; }

.icon-tablet:before {
  content: "\e9e6"; }

.icon-tag:before {
  content: "\e9e7"; }

.icon-target:before {
  content: "\e9e8"; }

.icon-terminal:before {
  content: "\e9e9"; }

.icon-thermometer:before {
  content: "\e9ea"; }

.icon-thumbs-down:before {
  content: "\e9eb"; }

.icon-thumbs-up:before {
  content: "\e9ec"; }

.icon-toggle-left:before {
  content: "\e9ed"; }

.icon-toggle-right:before {
  content: "\e9ee"; }

.icon-tool:before {
  content: "\e9ef"; }

.icon-trash:before {
  content: "\e9f0"; }

.icon-trash-2:before {
  content: "\e9f1"; }

.icon-trello:before {
  content: "\e9f2"; }

.icon-trending-down:before {
  content: "\e9f3"; }

.icon-trending-up:before {
  content: "\e9f4"; }

.icon-triangle:before {
  content: "\e9f5"; }

.icon-truck:before {
  content: "\e9f6"; }

.icon-tv:before {
  content: "\e9f7"; }

.icon-twitch:before {
  content: "\e9f8"; }

.icon-twitter:before {
  content: "\e9f9"; }

.icon-type:before {
  content: "\e9fa"; }

.icon-umbrella:before {
  content: "\e9fb"; }

.icon-underline:before {
  content: "\e9fc"; }

.icon-unlock:before {
  content: "\e9fd"; }

.icon-upload:before {
  content: "\e9fe"; }

.icon-upload-cloud:before {
  content: "\e9ff"; }

.icon-user:before {
  content: "\ea00"; }

.icon-user-check:before {
  content: "\ea01"; }

.icon-user-minus:before {
  content: "\ea02"; }

.icon-user-plus:before {
  content: "\ea03"; }

.icon-user-x:before {
  content: "\ea04"; }

.icon-users:before {
  content: "\ea05"; }

.icon-video:before {
  content: "\ea06"; }

.icon-video-off:before {
  content: "\ea07"; }

.icon-voicemail:before {
  content: "\ea08"; }

.icon-volume:before {
  content: "\ea09"; }

.icon-volume-1:before {
  content: "\ea0a"; }

.icon-volume-2:before {
  content: "\ea0b"; }

.icon-volume-x:before {
  content: "\ea0c"; }

.icon-watch:before {
  content: "\ea0d"; }

.icon-wifi:before {
  content: "\ea0e"; }

.icon-wifi-off:before {
  content: "\ea0f"; }

.icon-wind:before {
  content: "\ea10"; }

.icon-x:before {
  content: "\ea11"; }

.icon-x-circle:before {
  content: "\ea12"; }

.icon-x-octagon:before {
  content: "\ea13"; }

.icon-x-square:before {
  content: "\ea14"; }

.icon-youtube:before {
  content: "\ea15"; }

.icon-zap:before {
  content: "\ea16"; }

.icon-zap-off:before {
  content: "\ea17"; }

.icon-zoom-in:before {
  content: "\ea18"; }

.icon-zoom-out:before {
  content: "\ea19"; }

/* Web Fonts */
/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqauLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqY-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqa-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaeLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LYxnV18A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqauLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqY-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqa-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaeLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LYxnV18A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqauLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqY-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqa-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaeLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LYxnV18A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqauLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqY-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqa-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaeLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LYxnV18A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqauLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqY-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqa-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaeLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LYxnV18A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqauLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqY-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqa-LYxnV18JRx.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaOLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaeLYxnV18JRx.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LYxnV18A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* BUTTONS  */
.btn-primary, .sidebar-block .wp-block-button__link {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  border: none;
  color: #ffffff;
  background-color: #004AAD;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 50px;
  isolation: isolate; }
  .btn-primary .btn-icon-left, .sidebar-block .wp-block-button__link .btn-icon-left {
    margin-right: 12px;
    order: -1;
    margin-left: -4px; }
  .btn-primary .btn-icon-right, .sidebar-block .wp-block-button__link .btn-icon-right {
    margin-left: 12px;
    margin-right: -4px; }
  .btn-primary .btn-icon-left, .sidebar-block .wp-block-button__link .btn-icon-left, .btn-primary .btn-icon-right, .sidebar-block .wp-block-button__link .btn-icon-right {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-flex; }
    .btn-primary .btn-icon-left.fa-caret-right, .sidebar-block .wp-block-button__link .btn-icon-left.fa-caret-right, .btn-primary .btn-icon-left.fa-caret-left, .sidebar-block .wp-block-button__link .btn-icon-left.fa-caret-left, .btn-primary .btn-icon-left.fa-caret-up, .sidebar-block .wp-block-button__link .btn-icon-left.fa-caret-up, .btn-primary .btn-icon-left.fa-caret-down, .sidebar-block .wp-block-button__link .btn-icon-left.fa-caret-down, .btn-primary .btn-icon-right.fa-caret-right, .sidebar-block .wp-block-button__link .btn-icon-right.fa-caret-right, .btn-primary .btn-icon-right.fa-caret-left, .sidebar-block .wp-block-button__link .btn-icon-right.fa-caret-left, .btn-primary .btn-icon-right.fa-caret-up, .sidebar-block .wp-block-button__link .btn-icon-right.fa-caret-up, .btn-primary .btn-icon-right.fa-caret-down, .sidebar-block .wp-block-button__link .btn-icon-right.fa-caret-down {
      font-size: 28px; }
  .btn-primary.btn-icon, .sidebar-block .btn-icon.wp-block-button__link {
    width: 44px;
    height: 44px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    font-size: 20px; }
  .btn-primary:before, .sidebar-block .wp-block-button__link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .btn-primary:hover, .sidebar-block .wp-block-button__link:hover {
    color: #ffffff; }
    .btn-primary:hover:before, .sidebar-block .wp-block-button__link:hover:before {
      background: rgba(10, 10, 10, 0.24); }
  .btn-primary.disabled, .sidebar-block .disabled.wp-block-button__link, .btn-primary:disabled, .sidebar-block .wp-block-button__link:disabled {
    opacity: 1;
    color: #ffffff;
    background: #C9CAD0;
    border-color: #C9CAD0; }
    .btn-primary.disabled:before, .sidebar-block .disabled.wp-block-button__link:before, .btn-primary:disabled:before, .sidebar-block .wp-block-button__link:disabled:before {
      display: none !important; }
  .btn-primary.btn-sm, .sidebar-block .btn-sm.wp-block-button__link {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0;
    padding: 8px 17px; }
    .btn-primary.btn-sm .btn-icon-left, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-left, .btn-primary.btn-sm .btn-icon-right, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-right {
      width: 20px;
      height: 20px; }
      .btn-primary.btn-sm .btn-icon-left.fa-caret-right, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-left.fa-caret-right, .btn-primary.btn-sm .btn-icon-left.fa-caret-left, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-left.fa-caret-left, .btn-primary.btn-sm .btn-icon-left.fa-caret-up, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-left.fa-caret-up, .btn-primary.btn-sm .btn-icon-left.fa-caret-down, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-left.fa-caret-down, .btn-primary.btn-sm .btn-icon-right.fa-caret-right, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-right.fa-caret-right, .btn-primary.btn-sm .btn-icon-right.fa-caret-left, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-right.fa-caret-left, .btn-primary.btn-sm .btn-icon-right.fa-caret-up, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-right.fa-caret-up, .btn-primary.btn-sm .btn-icon-right.fa-caret-down, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-right.fa-caret-down {
        font-size: 20px; }
    .btn-primary.btn-sm .btn-icon-left, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-left {
      margin-right: 8px; }
    .btn-primary.btn-sm .btn-icon-right, .sidebar-block .btn-sm.wp-block-button__link .btn-icon-right {
      margin-left: 8px; }
    .btn-primary.btn-sm.btn-icon, .sidebar-block .btn-sm.btn-icon.wp-block-button__link {
      width: 36px;
      height: 36px;
      padding: 5px;
      font-size: 14px; }
    .btn-primary.btn-sm:disabled, .sidebar-block .btn-sm.wp-block-button__link:disabled, .btn-primary.btn-sm:disabled[disabled], .sidebar-block .btn-sm.wp-block-button__link:disabled[disabled] {
      padding: 8px 16px; }
  .btn-primary.btn-light, .sidebar-block .btn-light.wp-block-button__link {
    background: #F3f4f8;
    border-color: #F3f4f8;
    color: #004AAD; }
    .btn-primary.btn-light:hover, .sidebar-block .btn-light.wp-block-button__link:hover {
      background: #0F66AD;
      border-color: #0F66AD;
      color: #ffffff; }

.btn-secondary {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  padding: 7px 13px;
  border-radius: 6px;
  color: #2A2A2A;
  background: transparent;
  border: 2px solid #2A2A2A;
  font-size: 20px;
  line-height: 30px; }
  .btn-secondary .btn-icon-left {
    margin-right: 12px;
    order: -1;
    margin-left: -4px; }
  .btn-secondary .btn-icon-right {
    margin-left: 12px;
    margin-right: -4px; }
  .btn-secondary .btn-icon-left, .btn-secondary .btn-icon-right {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-flex; }
    .btn-secondary .btn-icon-left.fa-caret-right, .btn-secondary .btn-icon-left.fa-caret-left, .btn-secondary .btn-icon-left.fa-caret-up, .btn-secondary .btn-icon-left.fa-caret-down, .btn-secondary .btn-icon-right.fa-caret-right, .btn-secondary .btn-icon-right.fa-caret-left, .btn-secondary .btn-icon-right.fa-caret-up, .btn-secondary .btn-icon-right.fa-caret-down {
      font-size: 28px; }
  .btn-secondary.btn-icon {
    width: 44px;
    height: 44px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    font-size: 20px; }
  .btn-secondary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .btn-secondary:hover {
    border-color: #004AAD;
    color: #004AAD; }
    .btn-secondary:hover:before {
      background: rgba(10, 10, 10, 0.24); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    opacity: 1;
    color: #ffffff;
    background: #C9CAD0;
    border-color: #C9CAD0;
    outline: none; }
    .btn-secondary.disabled:before, .btn-secondary:disabled:before {
      display: none !important; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    opacity: 1;
    color: #777986;
    background: #9496A1;
    color: #777986;
    background: #C9CAD0;
    border-color: #C9CAD0; }

.btn-link, .btn-text {
  color: #2A2A2A;
  display: inline-flex;
  align-items: center;
  font-family: "Source Sans 3", arial, sans-serif;
  transition: all 0.3s;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  border-bottom: 2px solid #191919;
  padding: 2px 0; }
  @media only screen and (max-width: 767px) {
    .btn-link, .btn-text {
      font-size: 17px;
      line-height: 26px; } }
  .btn-link .btn-icon-left, .btn-link .btn-icon-right, .btn-text .btn-icon-left, .btn-text .btn-icon-right {
    font-size: 20px; }
    .btn-link .btn-icon-left.fa-star, .btn-link .btn-icon-right.fa-star, .btn-text .btn-icon-left.fa-star, .btn-text .btn-icon-right.fa-star {
      font-size: 16px; }
  .btn-link .btn-icon-left, .btn-text .btn-icon-left {
    margin-right: 7px; }
  .btn-link .btn-icon-right, .btn-text .btn-icon-right {
    margin-left: 7px; }
  @media only screen and (max-width: 767px) {
    .btn-link .btn-icon-left, .btn-text .btn-icon-left {
      margin-right: 4px; }
    .btn-link .btn-icon-right, .btn-text .btn-icon-right {
      margin-left: 4px; } }
  .btn-link:hover, .btn-link:focus, .btn-text:hover, .btn-text:focus {
    color: #004AAD;
    outline: none;
    box-shadow: none; }
  .btn-link:active, .btn-text:active {
    color: #191919;
    border-color: #191919; }
  .btn-link:disabled, .btn-text:disabled {
    color: #777986;
    color: #777986; }

.btn-load {
  position: relative;
  display: inline-flex;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.94px;
  padding: 13px 28px;
  text-transform: uppercase;
  transition: all 0.3s;
  text-align: center;
  color: #3a8cce;
  background: transparent;
  overflow: hidden;
  border-radius: 9px;
  border: 2px solid #3a8cce;
  font-weight: normal;
  font-family: "Source Sans 3", arial, sans-serif;
  cursor: pointer;
  align-items: center;
  min-width: 220px;
  box-shadow: none !important;
  outline: none !important;
  justify-content: center; }
  .btn-load.btn-row {
    border-width: 2px;
    padding: 10px 16px;
    width: 100%;
    height: 100%;
    min-width: unset; }
  .btn-load:hover {
    color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .btn-load.btn-row {
      border-width: 2px;
      padding: 8px 8px;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0px; } }

.btn-full {
  width: 100%;
  max-width: 100%; }

/* CHIPS  */
.chip {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.45px;
  text-align: center;
  padding: 4px 16px;
  color: #191919;
  background: #D2D4DA;
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(42, 42, 42, 0.12), 0 1px 2px 0 rgba(42, 42, 42, 0.12), 0 1px 8px 0 rgba(42, 42, 42, 0.08);
  box-shadow: 0 0 2px 0 rgba(42, 42, 42, 0.12), 0 1px 2px 0 rgba(42, 42, 42, 0.12);
  border: none; }
  .chip i, .chip .icon, .chip .fa {
    font-size: 130%; }
  .chip.icon-right {
    padding-right: 12px; }
    .chip.icon-right i, .chip.icon-right .icon, .chip.icon-right .fa {
      margin-left: 10px; }
  .chip.icon-left {
    padding-left: 12px;
    flex-direction: row-reverse; }
    .chip.icon-left i, .chip.icon-left .icon, .chip.icon-left .fa {
      margin-right: 10px; }
  .chip.chip-lg {
    font-size: 20px;
    line-height: 30px;
    padding: 8px 25px; }
    .chip.chip-lg.icon-right {
      padding-right: 16px; }
      .chip.chip-lg.icon-right i, .chip.chip-lg.icon-right .icon, .chip.chip-lg.icon-right .fa {
        margin-left: 12px; }
    .chip.chip-lg.icon-left {
      padding-left: 16px; }
      .chip.chip-lg.icon-left i, .chip.chip-lg.icon-left .icon, .chip.chip-lg.icon-left .fa {
        margin-right: 12px; }
  .chip.chip-md {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.45px;
    padding: 4px 16px; }
  .chip.chip-sm {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 12px; }
    .chip.chip-sm.icon-right {
      padding-right: 8px; }
      .chip.chip-sm.icon-right i, .chip.chip-sm.icon-right .icon, .chip.chip-sm.icon-right .fa {
        margin-left: 8px; }
    .chip.chip-sm.icon-left {
      padding-left: 8px; }
      .chip.chip-sm.icon-left i, .chip.chip-sm.icon-left .icon, .chip.chip-sm.icon-left .fa {
        margin-right: 8px; }
  .chip.chip-primary {
    background: #004AAD;
    color: #ffffff; }
    .chip.chip-primary:hover {
      background: #0F66AD;
      color: #ffffff; }
  .chip.chip-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    font-size: 12px;
    line-height: 1;
    color: #777986;
    background: #F3f4f8;
    padding: 5px 12px; }
    @media only screen and (max-width: 767px) {
      .chip.chip-tag {
        font-size: 12px;
        padding: 4px 10px; } }

/* CARDS */
.card {
  display: flex;
  flex-direction: column;
  border: none; }
  .card h1:first-child, .card h2:first-child, .card h3:first-child, .card h4:first-child, .card h5:first-child, .card h6:first-child {
    margin-top: 0; }
  .card h1:last-child, .card h2:last-child, .card h3:last-child, .card h4:last-child, .card h5:last-child, .card h6:last-child {
    margin-bottom: 0; }
  .card .card-header,
  .card .card-footer {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0; }
  .card .card-img {
    background-color: #F3F3F3; }
  .card .card-body {
    padding: 0; }
  .card p:last-child, .card .card-title:last-child {
    margin-bottom: 0; }
  .card .content-block {
    font-size: inherit;
    line-height: inherit; }
  .card-link {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .card-general, .card-primary, .card-info-block {
    transition: all 0.3s;
    position: relative;
    border-radius: 0;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0;
    font-size: 17px;
    line-height: 26px;
    color: #2A2A2A;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.14); }
    .card-general:any-link:hover, .card-primary:any-link:hover, .card-info-block:any-link:hover {
      color: #2A2A2A; }
    @media only screen and (max-width: 767px) {
      .card-general, .card-primary, .card-info-block {
        font-size: 17px;
        line-height: 26px; } }
    .card-general-title,
    .card-general .card-title, .card-primary-title,
    .card-primary .card-title, .card-info-block-title,
    .card-info-block .card-title {
      text-transform: uppercase;
      color: #2A2A2A;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .card-general-title,
        .card-general .card-title, .card-primary-title,
        .card-primary .card-title, .card-info-block-title,
        .card-info-block .card-title {
          color: #004AAD;
          margin-bottom: 0; } }
    .card-general-img,
    .card-general .card-img, .card-primary-img,
    .card-primary .card-img, .card-info-block-img,
    .card-info-block .card-img {
      position: relative;
      overflow: hidden;
      border-radius: 0;
      padding-bottom: 56.3157894737%;
      padding-bottom: 56%;
      width: auto; }
      .card-general-img img,
      .card-general .card-img img, .card-primary-img img,
      .card-primary .card-img img, .card-info-block-img img,
      .card-info-block .card-img img {
        transition: all 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .card-general-body,
    .card-general .card-body, .card-primary-body,
    .card-primary .card-body, .card-info-block-body,
    .card-info-block .card-body {
      display: flex;
      flex-direction: column;
      padding: 24px 28px;
      gap: 16px; }
      .card-general-body h6,
      .card-general .card-body h6, .card-primary-body h6,
      .card-primary .card-body h6, .card-info-block-body h6,
      .card-info-block .card-body h6 {
        font-size: 18px;
        line-height: 1.1;
        color: #004AAD;
        font-weight: bold;
        margin-bottom: 8px;
        letter-spacing: 0.18px; }
      @media only screen and (max-width: 767px) {
        .card-general-body,
        .card-general .card-body, .card-primary-body,
        .card-primary .card-body, .card-info-block-body,
        .card-info-block .card-body {
          padding: 24px; } }
    .card-general-footer,
    .card-general .card-footer, .card-primary-footer,
    .card-primary .card-footer, .card-info-block-footer,
    .card-info-block .card-footer {
      padding: 0 28px 28px;
      display: flex;
      margin-top: auto; }
      @media only screen and (max-width: 767px) {
        .card-general-footer,
        .card-general .card-footer, .card-primary-footer,
        .card-primary .card-footer, .card-info-block-footer,
        .card-info-block .card-footer {
          padding: 0 24px 24px 24px;
          display: flex;
          margin-top: auto; } }
    .card-general .btn-primary, .card-general .sidebar-block .wp-block-button__link, .sidebar-block .card-general .wp-block-button__link, .card-general .btn-secondary, .card-primary .btn-primary, .card-primary .sidebar-block .wp-block-button__link, .sidebar-block .card-primary .wp-block-button__link, .card-primary .btn-secondary, .card-info-block .btn-primary, .card-info-block .sidebar-block .wp-block-button__link, .sidebar-block .card-info-block .wp-block-button__link, .card-info-block .btn-secondary {
      z-index: 1; }
    @media only screen and (min-width: 768px) {
      .card-general:hover .card-img img, .card-primary:hover .card-img img, .card-info-block:hover .card-img img {
        transform: scale(1.1); }
      .card-general:hover .card-title, .card-primary:hover .card-title, .card-info-block:hover .card-title {
        text-decoration: underline; } }
  .card-news {
    position: relative;
    border-radius: 16px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #2A2A2A;
    z-index: 0;
    height: 100%; }
    .card-news:before {
      z-index: -1;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #D2D4DA;
      border-radius: 16px; }
    .card-news:hover {
      color: #2A2A2A; }
    .card-news-title,
    .card-news .card-title {
      font-size: 20px;
      line-height: 28px;
      color: #191919;
      font-weight: 600;
      margin-bottom: 8px; }
    .card-news-img,
    .card-news .card-img {
      position: relative;
      overflow: hidden;
      border-radius: 0;
      padding-bottom: 62.6543209877%;
      margin-left: -1px;
      margin-right: -1px;
      width: auto;
      background-color: #F3F3F3; }
      .card-news-img img,
      .card-news .card-img img {
        transition: all 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .card-news-body,
    .card-news .card-body {
      display: flex;
      flex-direction: column;
      padding: 16px 20px 24px; }
    .card-news-meta,
    .card-news .card-meta {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px; }
      .card-news-meta .chip,
      .card-news .card-meta .chip {
        box-shadow: none; }
      .card-news-meta .date,
      .card-news .card-meta .date {
        padding: 2px;
        background: transparent;
        line-height: normal; }
      .card-news-meta .icon,
      .card-news .card-meta .icon {
        margin-right: 5px;
        font-size: 100%; }
      .card-news-meta .category,
      .card-news .card-meta .category {
        color: #ffffff;
        background-color: #35C3FF;
        box-shadow: none !important; }
    .card-news-footer,
    .card-news .card-footer {
      padding: 20px 28px 28px;
      display: flex;
      margin-top: auto; }
    .card-news.card-featured {
      font-size: 20px;
      line-height: 28px; }
      .card-news.card-featured .card-title {
        font-size: 32px;
        line-height: 40px; }
      .card-news.card-featured .card-body {
        gap: 20px;
        padding: 16px 24px 24px; }
        .card-news.card-featured .card-body .chip {
          font-size: 17px;
          line-height: 26px;
          letter-spacing: 0.45px;
          padding: 4px 16px;
          font-weight: 500;
          color: #004AAD; }
      .card-news.card-featured .card-meta {
        position: absolute;
        z-index: 1;
        top: 16px;
        left: 16px; }
    @media only screen and (min-width: 768px) {
      .card-news:hover .card-title {
        text-decoration: underline; }
      .card-news:hover .card-img img {
        transform: scale(1.1); } }
  .card-full-img {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    color: #ffffff;
    background-color: #191919;
    padding: 0;
    z-index: 0;
    border-radius: 8px;
    font-size: 20px;
    line-height: 30px; }
    .card-full-img:hover {
      color: #ffffff; }
      .card-full-img:hover .btn, .card-full-img:hover .sidebar-block .wp-block-button__link, .sidebar-block .card-full-img:hover .wp-block-button__link {
        color: #0F66AD; }
    .card-full-img-img,
    .card-full-img .card-img {
      position: relative;
      overflow: hidden;
      border-radius: 0;
      padding-bottom: 119.459459459%;
      width: auto; }
      .card-full-img-img img,
      .card-full-img .card-img img {
        transition: all 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .card-full-img-img:before, .card-full-img-img:after,
      .card-full-img .card-img:before,
      .card-full-img .card-img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .card-full-img-img:after,
      .card-full-img .card-img:after {
        opacity: 0.6;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 29%, #000000 100%); }
    .card-full-img-title,
    .card-full-img .card-title {
      font-size: 24px;
      line-height: 32px;
      position: relative;
      color: #ffffff;
      font-weight: bold;
      margin-bottom: 12px;
      width: fit-content; }
      .card-full-img-title:before,
      .card-full-img .card-title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        top: auto;
        left: 0;
        right: 16px;
        height: 8px;
        bottom: 4px;
        background-color: #35C3FF;
        z-index: -1;
        transition: all 0.3s; }
      @media only screen and (max-width: 991px) {
        .card-full-img-title,
        .card-full-img .card-title {
          font-size: 20px;
          line-height: 28px; } }
    .card-full-img-body,
    .card-full-img .card-body {
      color: #ffffff;
      position: absolute;
      transition: all 0.3s;
      padding: 0;
      z-index: 1;
      bottom: 30px;
      left: 36px;
      right: 20px;
      text-decoration: none !important;
      align-items: flex-start; }
      @media only screen and (max-width: 1200px) {
        .card-full-img-body,
        .card-full-img .card-body {
          bottom: 24px;
          left: 30px; } }
      @media only screen and (max-width: 991px) {
        .card-full-img-body,
        .card-full-img .card-body {
          right: 16px; } }
      @media only screen and (max-width: 767px) {
        .card-full-img-body,
        .card-full-img .card-body {
          bottom: 16px;
          left: 16px;
          right: 16px; } }
    .card-full-img-meta,
    .card-full-img .card-meta {
      display: flex;
      align-items: center;
      gap: 12px; }
      .card-full-img-meta .date,
      .card-full-img .card-meta .date {
        padding: 2px;
        background: transparent;
        line-height: normal; }
      .card-full-img-meta .icon,
      .card-full-img .card-meta .icon {
        margin-right: 5px;
        font-size: 100%; }
    .card-full-img-footer,
    .card-full-img .card-footer {
      display: none !important; }
    @media only screen and (min-width: 768px) {
      .card-full-img:hover .card-img img {
        transform: scale(1.1); }
      .card-full-img:hover .card-title:before {
        left: -8px;
        right: -8px;
        height: 36px;
        bottom: -1px;
        border-radius: 4px; } }
  .card-cta {
    position: relative;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0;
    font-size: 17px;
    line-height: 26px;
    color: #5B5D6B;
    z-index: 0;
    background-color: #004AAD; }
    .card-cta:hover {
      color: #5B5D6B; }
    @media only screen and (max-width: 767px) {
      .card-cta {
        margin-bottom: 16px; } }
    .card-cta .card-title {
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (max-width: 767px) {
        .card-cta .card-title {
          font-size: 17px;
          line-height: 26px;
          line-height: 20px;
          letter-spacing: .16px; } }
    .card-cta .card-img {
      position: relative;
      overflow: hidden;
      border-radius: 0;
      padding-bottom: 62.6543209877%;
      padding-bottom: 62%;
      width: auto;
      background-color: #F3F3F3; }
      .card-cta .card-img img {
        transition: all 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .card-cta .card-body {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 20px; }
      .card-cta .card-body .card-title {
        margin-bottom: 0; }
      .card-cta .card-body .chip {
        background: #F3f4f8;
        box-shadow: none !important; }
    .card-cta .card-meta {
      display: flex;
      align-items: center;
      gap: 12px; }
      .card-cta .card-meta .date {
        padding: 2px;
        background: transparent;
        line-height: normal; }
      .card-cta .card-meta .icon {
        margin-right: 5px;
        font-size: 100%; }
    .card-cta .card-footer {
      padding: 20px 28px 28px;
      display: flex;
      margin-top: auto; }
      .card-cta .card-footer .btn-block {
        margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .card-cta:hover .card-img img {
        transform: scale(1.1); } }
  .card-icon-left, .card-icon-top {
    transition: all 0.3s;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    text-align: left;
    border: none;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #004AAD;
    background: #EBF8FF;
    border-radius: 16px; }
    .card-white .card-icon-left, .card-white .card-icon-top {
      background-color: #ffffff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }
    @media only screen and (max-width: 767px) {
      .card-icon-left, .card-icon-top {
        border-radius: 12px;
        padding: 12px 2px 12px 10px; } }
    .card-icon-left .card-header, .card-icon-top .card-header {
      margin-right: 16px; }
      @media only screen and (max-width: 767px) {
        .card-icon-left .card-header, .card-icon-top .card-header {
          margin-right: 6px; } }
    .card-icon-left .card-title, .card-icon-top .card-title {
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      line-height: 24px;
      color: #004AAD;
      margin-bottom: 8px; }
      .card-icon-left .card-title span, .card-icon-top .card-title span {
        display: block;
        text-align: center;
        font-size: 70px;
        line-height: 1.1;
        color: #35C3FF; }
        @media only screen and (max-width: 767px) {
          .card-icon-left .card-title span, .card-icon-top .card-title span {
            font-size: 40px; } }
      @media only screen and (max-width: 767px) {
        .card-icon-left .card-title, .card-icon-top .card-title {
          font-size: 16px;
          line-height: 1.1; } }
    .card-icon-left .card-icon, .card-icon-top .card-icon {
      width: 64px;
      min-width: 64px;
      height: 64px;
      font-size: 42px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .card-icon-left .card-icon img, .card-icon-top .card-icon img {
        display: block;
        max-width: 100%;
        height: auto;
        width: auto;
        max-height: 100%; }
      @media only screen and (max-width: 767px) {
        .card-icon-left .card-icon, .card-icon-top .card-icon {
          font-size: 16px;
          line-height: 1.1;
          width: 32px;
          min-width: 32px;
          height: 32px;
          font-size: 24px; }
          .card-icon-left .card-icon img, .card-icon-top .card-icon img {
            display: block;
            max-width: 100%;
            height: auto;
            width: auto;
            max-height: 100%; } }
    .card-icon-left .card-body, .card-icon-top .card-body {
      padding: 0 0 0 0; }
    .card-icon-left .btn-block, .card-icon-top .btn-block {
      margin-top: 24px; }
  @media only screen and (min-width: 768px) {
    .card-icon-left {
      padding: 14px 10px 14px 16px; }
      .card-icon-left .card-icon {
        margin-right: 12px; } }
  .card-icon-top {
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border: none;
    padding: 0;
    background: transparent;
    gap: 18px; }
    @media only screen and (min-width: 768px) {
      .card-icon-top {
        margin-bottom: 12px; } }
    @media only screen and (max-width: 767px) {
      .card-icon-top {
        gap: 12px; } }
    .card-icon-top .card-icon {
      width: 100px;
      height: 100px;
      font-size: 48px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      color: #004AAD;
      background: transparent;
      border-radius: 50px;
      border: 2px solid #35C3FF; }
      .card-icon-top .card-icon img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        border-radius: 8px; }
      @media only screen and (max-width: 767px) {
        .card-icon-top .card-icon {
          width: 72px;
          min-width: 72px;
          height: 72px;
          font-size: 36px;
          margin-bottom: 0; } }
    .card-icon-top .card-title {
      margin-bottom: 12px; }
    .card-icon-top .content-block {
      margin-bottom: 20px; }
    .card-icon-top:any-link:hover .card-title {
      color: #004AAD; }
    .card-icon-top .btn-block {
      margin-top: auto; }
  .card-logoblock {
    position: relative;
    text-align: center;
    justify-content: space-between;
    overflow: hidden;
    border: none;
    height: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #777986;
    background: transparent; }
    .card-logoblock img {
      display: block;
      width: 100%; }
    .card-logoblock:hover {
      color: #777986; }
    .card-logoblock .card-logo,
    .card-logoblock .card-img {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 92px;
      padding: 0;
      margin-bottom: 20px;
      flex: 1; }
      .card-logoblock .card-logo:last-child,
      .card-logoblock .card-img:last-child {
        margin-bottom: 0; }
    .card-logoblock .card-body {
      padding: 0;
      flex: unset; }
    .card-logoblock .card-title {
      font-size: 20px;
      margin-bottom: 12px;
      color: #004AAD; }
    .card-logoblock .btn-block {
      margin-top: 24px; }
    .card-logoblock.by-height img {
      max-width: 100%;
      width: auto; }
    @media only screen and (max-width: 767px) {
      .card-logoblock .btn-block {
        margin-top: 20px; } }
  .card-icon-text {
    position: relative;
    border-radius: 20px;
    justify-content: space-between;
    overflow: hidden;
    background-color: #ffffff;
    border: none;
    padding: 36px 36px 40px;
    font-size: 17px;
    line-height: 26px;
    color: #191919;
    border: 1px solid rgba(210, 212, 218, 0.5);
    box-shadow: 0 7px 20px 0 rgba(200, 186, 216, 0.2), 0 5px 10px 0 rgba(175, 160, 193, 0.05);
    gap: 18px; }
    .card-icon-text .card-header {
      width: 72px;
      min-width: 72px;
      height: 72px;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 36px;
      position: relative;
      color: var(--accent, #004AAD); }
      .card-icon-text .card-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--accent);
        border-radius: 10px;
        opacity: 0.1; }
      .card-icon-text .card-header img {
        max-width: 72px;
        border-radius: 10px; }
    .card-icon-text .card-title {
      color: #004AAD;
      margin-bottom: 0; }
    .card-icon-text .card-body {
      display: flex;
      flex-direction: column;
      gap: 16px; }
    @media only screen and (max-width: 767px) {
      .card-icon-text {
        padding: 16px 16px 20px;
        border-radius: 16px;
        gap: 12px; }
        .card-icon-text .card-header {
          width: 54px;
          min-width: 54px;
          height: 54px;
          border-radius: 8px;
          font-size: 28px; }
          .card-icon-text .card-header img {
            max-width: 54px;
            border-radius: 8px; } }
  .card-highlight {
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(210, 212, 218, 0.5);
    box-shadow: 0 7px 20px 0 rgba(200, 186, 216, 0.1), 0 5px 10px 5px rgba(175, 160, 193, 0.12);
    position: relative;
    border-radius: 24px;
    padding: 20px;
    gap: 28px;
    font-size: 14px;
    line-height: 20px;
    z-index: 1;
    color: #5B5D6B; }
    .card-highlight:not(:last-child) {
      margin-bottom: 20px; }
    .card-highlight:any-link:hover {
      color: #5B5D6B; }
      .card-highlight:any-link:hover .card-title {
        color: #004AAD; }
    .card-highlight .card-accent {
      position: absolute;
      width: 8px;
      height: 86px;
      right: 0;
      border-radius: 8px 0 0 8px;
      background: var(--accent, #004AAD);
      top: 50%;
      transform: translateY(-50%); }
    .card-highlight .card-header .img-block {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      padding-bottom: 66.8269230769%;
      padding-bottom: 100%; }
      .card-highlight .card-header .img-block img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .card-highlight .card-title {
      font-size: 20px;
      line-height: 30px;
      font-weight: bold;
      color: #191919; }
    .card-highlight .card-body {
      flex: 1;
      padding-right: 16px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      align-self: center; }
      .card-highlight .card-body .title-block, .card-highlight .card-body .card-title {
        margin-bottom: 0; }
    .card-highlight .btn-block {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
    @media only screen and (min-width: 768px) {
      .card-highlight .card-header {
        width: 186px;
        min-width: 186px;
        width: 29.7124600639%;
        min-width: 29.7124600639%; }
        .card-highlight .card-header .img-block {
          height: 100%; }
      .card-highlight.card-reverse {
        flex-direction: row-reverse; }
        .card-highlight.card-reverse .card-accent {
          left: 0;
          right: auto;
          border-radius: 0 8px 8px 0; }
        .card-highlight.card-reverse .card-body {
          padding-left: 16px;
          padding-right: 0; } }
    @media only screen and (max-width: 767px) {
      .card-highlight {
        flex-direction: column;
        border-radius: 20px;
        padding: 16px;
        gap: 20px; }
        .card-highlight:not(:last-child) {
          margin-bottom: 20px; }
        .card-highlight .card-body {
          padding: 0 8px 16px;
          gap: 16px; }
        .card-highlight .card-accent {
          width: 116px;
          height: 6px;
          right: 0;
          border-radius: 6px 6px 0 0;
          top: auto;
          transform: unset;
          left: 0;
          right: 0;
          bottom: 0;
          margin: 0 auto; }
        .card-highlight .btn-block {
          gap: 12px; } }
  .card-highlight-inset {
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(210, 212, 218, 0.5);
    box-shadow: 0 7px 20px 0 rgba(200, 186, 216, 0.1), 0 5px 10px 5px rgba(175, 160, 193, 0.12);
    position: relative;
    border-radius: 24px;
    padding: 20px;
    gap: 40px;
    font-size: 20px;
    line-height: 30px;
    z-index: 1; }
    .card-highlight-inset:not(:last-child) {
      margin-bottom: 36px; }
    .card-highlight-inset .card-accent {
      position: absolute;
      width: 8px;
      height: 116px;
      right: 0;
      border-radius: 8px 0 0 8px;
      background: var(--accent, #004AAD);
      top: 50%;
      transform: translateY(-50%); }
    .card-highlight-inset .card-header .img-block {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      padding-bottom: 66.8269230769%; }
      .card-highlight-inset .card-header .img-block img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .card-highlight-inset .card-body {
      flex: 1;
      padding-right: 30px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      align-self: center; }
      .card-highlight-inset .card-body .title-block, .card-highlight-inset .card-body .card-title {
        margin-bottom: 0; }
    .card-highlight-inset .btn-block {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
    @media only screen and (min-width: 768px) {
      .card-highlight-inset .card-header {
        width: 416px;
        min-width: 416px;
        width: 34.6666666667%;
        min-width: 34.6666666667%; }
        .card-highlight-inset .card-header .img-block {
          height: 100%; }
      .card-highlight-inset.card-reverse {
        flex-direction: row-reverse; }
        .card-highlight-inset.card-reverse .card-accent {
          left: 0;
          right: auto;
          border-radius: 0 8px 8px 0; }
        .card-highlight-inset.card-reverse .card-body {
          padding-left: 30px;
          padding-right: 0; } }
    @media only screen and (max-width: 767px) {
      .card-highlight-inset {
        flex-direction: column;
        border-radius: 20px;
        padding: 16px;
        gap: 20px;
        font-size: 17px;
        line-height: 26px; }
        .card-highlight-inset:not(:last-child) {
          margin-bottom: 20px; }
        .card-highlight-inset .card-body {
          padding: 0 8px 16px;
          gap: 16px; }
        .card-highlight-inset .card-accent {
          width: 116px;
          height: 6px;
          right: 0;
          border-radius: 6px 6px 0 0;
          top: auto;
          transform: unset;
          left: 0;
          right: 0;
          bottom: 0;
          margin: 0 auto; }
        .card-highlight-inset .btn-block {
          gap: 12px; }
        .card-highlight-inset .btn-primary, .card-highlight-inset .sidebar-block .wp-block-button__link, .sidebar-block .card-highlight-inset .wp-block-button__link {
          white-space: pre-wrap;
          text-align: left; } }
  .card-highlight-quote {
    display: flex;
    flex-direction: row;
    position: relative;
    border-radius: 24px;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    z-index: 1;
    background: transparent;
    padding: 0;
    gap: 0;
    border-radius: 0; }
    .card-highlight-quote:not(:last-child) {
      margin-bottom: 40px; }
    .card-highlight-quote .quote-block {
      position: relative;
      color: #ffffff;
      background: var(--accent, #004AAD);
      font-size: 21px;
      line-height: 28px;
      letter-spacing: 0.48px;
      text-align: center;
      font-weight: 500;
      font-style: italic;
      border-radius: 22px; }
      .card-highlight-quote .quote-block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 91px;
        min-width: 91px;
        height: 91px;
        border: 8px solid white;
        border-radius: 50%;
        background: #FFA405 url("../../images/icons/icon-quote-w.svg") center no-repeat;
        top: 50%;
        transform: translateY(-50%); }
    .card-highlight-quote .card-body {
      flex: 1;
      padding: 46px 60px 46px 70px;
      display: flex;
      flex-direction: column;
      gap: 28px;
      justify-content: center;
      position: relative; }
      .card-highlight-quote .card-body .title-block, .card-highlight-quote .card-body .card-title {
        margin-bottom: 0; }
      .card-highlight-quote .card-body:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(210, 212, 218, 0.5);
        box-shadow: 0 7px 20px 0 rgba(200, 186, 216, 0.1), 0 5px 10px 5px rgba(175, 160, 193, 0.12);
        z-index: -1;
        border-radius: 20px;
        background-color: #ffffff; }
    .card-highlight-quote .btn-block {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
    @media only screen and (min-width: 768px) {
      .card-highlight-quote .card-header {
        width: 552px;
        min-width: 552px;
        margin: 50px 0;
        width: 40.7079646018%;
        min-width: 40.7079646018%;
        padding: 80px 105px 80px 80px; }
        .card-highlight-quote .card-header:before {
          left: auto;
          right: 0;
          transform: translateX(50%) translateY(-50%); }
      .card-highlight-quote .card-body {
        padding: 46px 60px 46px 70px; }
        .card-highlight-quote .card-body:before {
          left: -149px;
          width: auto;
          right: 0; }
      .card-highlight-quote.card-reverse {
        flex-direction: row-reverse; }
        .card-highlight-quote.card-reverse .card-header {
          padding: 80px 80px 80px 105px; }
          .card-highlight-quote.card-reverse .card-header:before {
            left: 0;
            right: auto;
            transform: translateX(-50%) translateY(-50%); }
        .card-highlight-quote.card-reverse .card-body {
          padding-left: 60px;
          padding-right: 70px; }
          .card-highlight-quote.card-reverse .card-body:before {
            right: -149px;
            left: 0; } }
    @media only screen and (max-width: 767px) {
      .card-highlight-quote {
        flex-direction: column;
        border-radius: 20px;
        padding: 0;
        font-size: 17px;
        line-height: 26px; }
        .card-highlight-quote:not(:last-child) {
          margin-bottom: 20px; }
        .card-highlight-quote .quote-block {
          padding: 16px 40px 40px;
          font-size: 17px;
          line-height: 26px;
          margin-bottom: 32px; }
          .card-highlight-quote .quote-block:before {
            position: relative;
            top: unset;
            transform: unset;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 16px; }
        .card-highlight-quote .card-body {
          padding: 0;
          border-radius: 0;
          gap: 16px; }
          .card-highlight-quote .card-body:before {
            display: none !important; }
        .card-highlight-quote .btn-block {
          gap: 12px; }
        .card-highlight-quote.card-reverse {
          flex-direction: column-reverse; }
          .card-highlight-quote.card-reverse .quote-block {
            margin-bottom: 0;
            margin-top: 32px; } }
  .card-review {
    background: none;
    overflow: hidden;
    padding: 32px;
    border: 1px solid rgba(0, 74, 173, 0.1);
    border-radius: 5px;
    height: 100%;
    background-color: #ffffff; }
    .card-review .img-block {
      width: 120px;
      height: 120px;
      margin: 0 auto 32px;
      border-radius: 50%;
      overflow: hidden;
      border: 4px solid #FFA405; }
      .card-review .img-block img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .card-review .text-block blockquote:last-child {
      margin-bottom: 0; }
    .card-review .text-block blockquote p:last-child {
      margin-bottom: 0; }
    .card-review .client-info {
      margin-top: 30px; }
      .card-review .client-info .client-name {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 7px; }
      .card-review .client-info .company-name {
        font-size: 14px;
        line-height: 16px;
        margin: 0; }
    @media only screen and (max-width: 991px) {
      .card-review {
        padding: 30px 40px 45px; } }
    @media only screen and (max-width: 767px) {
      .card-review {
        height: inherit !important;
        padding: 20px 22px 78px; }
        .card-review .icon-block {
          max-width: 24px;
          margin-bottom: 14px; }
        .card-review .text-block {
          font-size: 14px;
          line-height: 20px; }
        .card-review .client-info {
          margin-top: 18px; }
          .card-review .client-info .client-name {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 2px; }
          .card-review .client-info .company-name {
            font-size: 11px; } }
  .card-team {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1; }
    .card-team:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.14);
      border-radius: 16px;
      background: #F3f4f8;
      z-index: -1;
      height: auto;
      top: 24%;
      bottom: 0; }
    .card-team:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      background-color: #004AAD;
      top: auto;
      bottom: 0;
      left: 24px;
      right: 24px; }
      @media only screen and (max-width: 991px) {
        .card-team:after {
          left: 12px;
          right: 12px; } }
    .card-team-img {
      margin-left: 40px;
      margin-right: 40px;
      margin-bottom: 28px; }
      .card-team-img-inner {
        position: relative;
        padding-bottom: 100%;
        border-radius: 50%;
        overflow: hidden; }
      .card-team-img img {
        transition: all 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .card-team-body {
      display: flex;
      flex-direction: column;
      padding: 0 24px 24px; }
      @media only screen and (max-width: 991px) {
        .card-team-body {
          padding: 0 12px 20px; } }
    .card-team-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 6px; }
      @media only screen and (max-width: 767px) {
        .card-team-title {
          font-size: 17px;
          line-height: 26px; } }
    .card-team-role {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      color: #777986;
      letter-spacing: 2.45px;
      margin-bottom: 0; }
    .card-team-border {
      width: 100%;
      height: 1px;
      background: #D2D4DA;
      margin-top: 14px;
      margin-bottom: 20px; }
    .card-team-email, .card-team-phone {
      font-size: 20px;
      line-height: 30px;
      color: #2A2A2A;
      display: inline-flex;
      align-items: center; }
      .card-team-email:not(:last-child), .card-team-phone:not(:last-child) {
        margin-bottom: 12px; }
      .card-team-email .card-icon, .card-team-phone .card-icon {
        width: 36px;
        min-width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 3px solid #2A2A2A;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 12px;
        font-size: 16px;
        color: #2A2A2A; }
      .card-team-email:hover, .card-team-phone:hover {
        color: #004AAD; }
        .card-team-email:hover .card-icon, .card-team-phone:hover .card-icon {
          background-color: #004AAD;
          color: #ffffff;
          border-color: #004AAD; }
      @media only screen and (max-width: 1200px) {
        .card-team-email, .card-team-phone {
          font-size: 17px;
          line-height: 26px; } }
      @media only screen and (max-width: 991px) {
        .card-team-email, .card-team-phone {
          font-size: 14px;
          line-height: 20px; }
          .card-team-email .card-icon, .card-team-phone .card-icon {
            width: 24px;
            min-width: 24px;
            height: 24px;
            border-width: 2px;
            margin-right: 8px;
            font-size: 14px; } }
    .card-team p:last-child {
      margin-bottom: 0; }
  .card-tab {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #D8D8D8; }
    .card-tab .icon-tab {
      position: absolute;
      top: 0;
      right: 0;
      top: 36px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 19px;
      height: 19px; }
      .card-tab .icon-tab:after, .card-tab .icon-tab:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 19px;
        height: 3px;
        background: #777986;
        top: auto;
        left: auto;
        transition: all 0.3s; }
      .card-tab .icon-tab:after {
        width: 3px;
        height: 19px;
        transform: scaleY(0); }
    .card-tab .card-heading .btn-link {
      width: 100%;
      display: block;
      font-family: "Source Sans 3", arial, sans-serif;
      font-size: 20px;
      line-height: 26px;
      background: transparent;
      padding: 35px 24px 35px 0;
      text-align: left;
      border: none;
      border-radius: 0;
      text-decoration: none;
      position: relative;
      transition: all 0.3s;
      text-decoration: underline;
      white-space: inherit; }
      .card-tab .card-heading .btn-link.collapsed {
        color: #777986;
        text-decoration: none; }
        .card-tab .card-heading .btn-link.collapsed .icon-tab:after, .card-tab .card-heading .btn-link.collapsed .icon-tab:before {
          background: #777986; }
        .card-tab .card-heading .btn-link.collapsed .icon-tab:after {
          transform: scaleY(1); }
      .card-tab .card-heading .btn-link:hover {
        text-decoration: underline; }
    .card-tab .card-body {
      border: none;
      border-top: none;
      padding: 0px 0 40px;
      color: #777986;
      max-width: 768px;
      transition: all 0.3s;
      margin-top: -5px; }
      .card-tab .card-body p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .card-tab .card-heading .btn-link {
        font-size: 17px;
        line-height: 26px;
        padding: 24px 32px 24px 0;
        min-height: 96px; }
      .card-tab .card-body {
        padding-bottom: 32px;
        max-width: unset;
        margin-top: -4px;
        margin-right: 48px; } }
  .card-content {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    background: none;
    height: 100%;
    background: #FBFBFB; }
    .card-content .card-link:hover img {
      transform: scale(1.05); }
    .card-content .info-block {
      padding: 28px 36px 38px;
      width: 100%;
      overflow: hidden; }
      .card-content .info-block .h3 {
        margin-bottom: 16px; }
        .card-content .info-block .h3:last-child {
          margin-bottom: 0; }
      .card-content .info-block p:last-child {
        margin-bottom: 0; }
      .card-content .info-block .btn, .card-content .info-block .sidebar-block .wp-block-button__link, .sidebar-block .card-content .info-block .wp-block-button__link {
        margin-top: 30px; }
    .card-content.fit .img-block {
      margin-bottom: 0;
      position: relative;
      overflow: hidden;
      z-index: 1;
      padding-bottom: 47.8571428571%; }
      .card-content.fit .img-block > img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s; }
    .card-content.default .img-block {
      padding-bottom: 0;
      max-width: 148px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 150px; }
    .card-content.default .info-block {
      padding: 20px 0; }
      .card-content.default .info-block p:last-child {
        margin: 0; }
    @media only screen and (max-width: 767px) {
      .card-content.fit .img-block {
        padding-bottom: 72.7777777778%; }
      .card-content.default .img-block {
        min-height: auto; }
      .card-content .info-block {
        padding: 20px 20px 24px; }
        .card-content .info-block .h3 {
          margin-bottom: 12px; }
          .card-content .info-block .h3:last-child {
            margin-bottom: 0; }
        .card-content .info-block .btn, .card-content .info-block .sidebar-block .wp-block-button__link, .sidebar-block .card-content .info-block .wp-block-button__link {
          margin-top: 20px; } }
  .card-iconbox {
    position: relative;
    border-radius: 0;
    background: none;
    margin-bottom: 28px;
    padding: 14px 20px;
    flex-direction: row;
    background: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.22);
    border-radius: 4px; }
    .card-iconbox .icon-block {
      margin: 0 18px 0 0; }
      .card-iconbox .icon-block > img {
        width: auto;
        max-height: 50px; }
    .card-iconbox .info-block {
      text-align: left;
      display: flex;
      align-items: center; }
    .card-iconbox .h4 {
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.8px;
      margin: 0;
      text-transform: uppercase;
      font-family: "Source Sans 3", arial, sans-serif; }
    .card-iconbox.icon-center {
      flex-direction: column;
      padding: 0;
      background: none;
      box-shadow: none;
      background: transparent; }
      .card-iconbox.icon-center .icon-block {
        margin: 0 auto 18px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 56px; }
        .card-iconbox.icon-center .icon-block:after, .card-iconbox.icon-center .icon-block:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          border-radius: 50%;
          right: 0;
          bottom: 0; }
        .card-iconbox.icon-center .icon-block:before {
          border: 1px solid #004AAD; }
        .card-iconbox.icon-center .icon-block > img {
          width: auto;
          max-height: 60px; }
      .card-iconbox.icon-center .info-block {
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
      .card-iconbox.icon-center .h4 {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.5px;
        font-family: "Source Sans 3", arial, sans-serif; }
      .card-iconbox.icon-center.blue-dotted .icon-block {
        color: #ffffff;
        background: #004AAD;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.17); }
        .card-iconbox.icon-center.blue-dotted .icon-block:before {
          right: 0;
          bottom: 0;
          top: 4px;
          left: 4px;
          right: 4px;
          bottom: 4px;
          border: none;
          background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='white' stroke-width='1' stroke-dasharray='2px%2c 2px' stroke-dashoffset='100' stroke-linecap='butt'/%3e%3c/svg%3e"); }
      .card-iconbox.icon-center.grey-dotted .icon-block {
        color: #004AAD;
        background: #ffffff;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.17); }
        .card-iconbox.icon-center.grey-dotted .icon-block:before {
          right: 0;
          bottom: 0;
          top: 4px;
          left: 4px;
          right: 4px;
          bottom: 4px;
          border: none;
          background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23969696FF' stroke-width='1' stroke-dasharray='2px%2c 2px' stroke-dashoffset='100' stroke-linecap='butt'/%3e%3c/svg%3e"); }
      .card-iconbox.icon-center.white-dotted .icon-block {
        color: #004AAD;
        background: #ffffff;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.17); }
        .card-iconbox.icon-center.white-dotted .icon-block:before {
          right: 0;
          bottom: 0;
          top: 4px;
          left: 4px;
          right: 4px;
          bottom: 4px;
          border: none;
          background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23007DBAFF' stroke-width='1' stroke-dasharray='2px%2c 2px' stroke-dashoffset='100' stroke-linecap='butt'/%3e%3c/svg%3e"); }
    @media only screen and (max-width: 991px) {
      .card-iconbox.icon-center .icon-block {
        margin: 0 auto 18px;
        width: 90px;
        height: 90px;
        font-size: 36px; }
        .card-iconbox.icon-center .icon-block > img {
          width: auto;
          max-height: 60px; } }
    @media only screen and (max-width: 767px) {
      .card-iconbox .img-block img {
        width: 100%; }
      .card-iconbox .h4 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0; }
      .card-iconbox.icon-center .icon-block {
        margin: 0 auto 12px;
        width: 80px;
        height: 80px;
        font-size: 32px; }
        .card-iconbox.icon-center .icon-block > img {
          max-height: 34px; }
      .card-iconbox.icon-center .h4 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0; }
      .card-iconbox-lg {
        box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.48);
        margin-bottom: 16px; }
        .card-iconbox-lg .img-block img {
          height: 200px; }
        .card-iconbox-lg .info-block {
          top: calc(100% - 34px);
          padding: 5px 10px; }
          .card-iconbox-lg .info-block .h3 {
            position: relative;
            font-size: 13px;
            line-height: 16px; }
            .card-iconbox-lg .info-block .h3:after {
              width: 26px;
              height: 1px; } }
  .card-article {
    position: relative;
    background: none;
    overflow: hidden;
    margin-bottom: 40px;
    color: #5B5D6B;
    display: flex;
    flex-direction: row;
    border-radius: 0; }
    .card-article .img-block {
      margin-bottom: 0;
      position: relative;
      overflow: hidden;
      z-index: 1;
      width: 400px;
      min-width: 400px;
      margin-right: 44px; }
      .card-article .img-block img {
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .card-article .img-block a:hover img {
        transform: scale(1.1); }
    .card-article .info-block {
      padding: 8px 0;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .card-article .info-block .h3 {
        font-size: 33px;
        line-height: 40px;
        margin: 0 0 16px 0;
        color: #5B5D6B;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .card-article .info-block p {
        margin: 0; }
      .card-article .info-block .btn, .card-article .info-block .sidebar-block .wp-block-button__link, .sidebar-block .card-article .info-block .wp-block-button__link {
        margin-top: 20px; }
      .card-article .info-block a:hover .h3 {
        color: #007A53; }
    @media screen and (max-width: 991px) {
      .card-article .img-block {
        width: 300px;
        min-width: 300px;
        margin-right: 30px; }
      .card-article .info-block {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .card-article {
        flex-direction: column;
        margin-bottom: 24px; }
        .card-article .img-block {
          width: 100%;
          max-width: inherit;
          margin: 0 0 16px 0; }
        .card-article .info-block .h3 {
          font-size: 28px;
          line-height: 32px; }
        .card-article .info-block p {
          margin: 0; }
        .card-article .info-block .btn, .card-article .info-block .sidebar-block .wp-block-button__link, .sidebar-block .card-article .info-block .wp-block-button__link {
          margin-top: 16px; } }

.section-icon-row .row-card {
  row-gap: 24px; }

/* CTA */
.cta {
  position: relative;
  display: flex;
  flex-direction: column;
  border: none; }
  .cta-training-booking {
    background-color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #191919;
    font-weight: 500;
    padding: 40px;
    border-radius: 20px; }
    .cta-training-booking > * {
      max-width: 704px;
      margin-left: auto;
      margin-right: auto; }
    .cta-training-booking h4.cta-title {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 24px; }
    .cta-training-booking .btn-block {
      display: flex;
      justify-content: center;
      gap: 24px;
      margin-top: 28px; }
      .cta-training-booking .btn-block .btn, .cta-training-booking .btn-block .sidebar-block .wp-block-button__link, .sidebar-block .cta-training-booking .btn-block .wp-block-button__link {
        border-radius: 10px;
        font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .cta-training-booking {
        padding: 28px 20px;
        font-size: 17px;
        line-height: 26px;
        line-height: 20px;
        border-radius: 16px; }
        .cta-training-booking h4.cta-title {
          font-size: 20px;
          line-height: 30px;
          line-height: 20px;
          margin-bottom: 20px; }
        .cta-training-booking .btn-block {
          display: flex;
          flex-direction: column;
          gap: 16px;
          margin-top: 28px; }
          .cta-training-booking .btn-block .btn, .cta-training-booking .btn-block .sidebar-block .wp-block-button__link, .sidebar-block .cta-training-booking .btn-block .wp-block-button__link {
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px; } }
  .cta-panel {
    position: relative;
    border-radius: 20px;
    padding: 36px 40px 40px;
    padding: 48px 40px;
    overflow: hidden;
    isolation: isolate;
    background: #ffffff;
    border: 1px solid rgba(210, 212, 218, 0.5);
    box-shadow: 0 9px 20px 0 rgba(200, 186, 216, 0.2), 0 5px 10px 0 rgba(175, 160, 193, 0.05);
    border-radius: 20px; }
    .cta-panel .title-block {
      margin-bottom: 28px; }
    .cta-panel .info-block {
      margin-bottom: 48px; }
    .cta-panel .title-block:last-child,
    .cta-panel .info-block:last-child {
      margin-bottom: 0; }
    .cta-panel h2 {
      margin-bottom: 16px; }
    .cta-panel h2:last-child, .cta-panel h4:last-child, .cta-panel .title-block:last-child, .cta-panel .info-block:last-child {
      margin-bottom: 0; }
    .cta-panel .btn-block {
      display: flex;
      justify-content: center;
      gap: 20px; }
    @media only screen and (max-width: 767px) {
      .cta-panel {
        padding: 40px 24px; }
        .cta-panel .title-block {
          margin-bottom: 24px; }
        .cta-panel .info-block {
          margin-bottom: 28px; }
        .cta-panel h2 {
          margin-bottom: 12px; }
        .cta-panel h2:last-child, .cta-panel h4:last-child {
          margin-bottom: 0; }
        .cta-panel .btn-block {
          display: flex;
          flex-direction: column;
          gap: 12px;
          align-items: center; } }

/* FORM  */
/* Gravity Form Styling */
.gform_wrapper.gravity-theme,
div.gform_wrapper {
  margin: 0; }
  .gform_wrapper.gravity-theme.gform_legacy_markup_wrapper .gform_heading,
  div.gform_wrapper.gform_legacy_markup_wrapper .gform_heading {
    margin-bottom: 0; }
  .gform_wrapper.gravity-theme .gform_fileupload_rules,
  div.gform_wrapper .gform_fileupload_rules {
    display: none !important; }
  .gform_wrapper.gravity-theme .gfield_label,
  .gform_wrapper.gravity-theme label.gfield_label,
  div.gform_wrapper .gfield_label,
  div.gform_wrapper label.gfield_label {
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 2px !important;
    font-weight: 500 !important;
    display: block !important; }
    .gform_wrapper.gravity-theme .gfield_label .gfield_required,
    .gform_wrapper.gravity-theme label.gfield_label .gfield_required,
    div.gform_wrapper .gfield_label .gfield_required,
    div.gform_wrapper label.gfield_label .gfield_required {
      display: none; }
  .gform_wrapper.gravity-theme .validation_message,
  div.gform_wrapper .validation_message {
    color: #FF1010; }
  .gform_wrapper.gravity-theme ul.gform_fields li.gfield,
  div.gform_wrapper ul.gform_fields li.gfield {
    padding: 0 !important;
    margin: 0 0 18px 0;
    background: transparent;
    border: none; }
    .gform_wrapper.gravity-theme ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.gfield_description,
    div.gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.gfield_description {
      color: #ffffff;
      font-size: 14px;
      line-height: 20px;
      padding-top: 0;
      font-weight: normal;
      margin-top: 5px;
      padding: 4px; }
    .gform_wrapper.gravity-theme ul.gform_fields li.gfield.gfield_error .gfield_label,
    div.gform_wrapper ul.gform_fields li.gfield.gfield_error .gfield_label {
      color: #ff4949; }
    .gform_wrapper.gravity-theme ul.gform_fields li.gfield.gfield_error textarea,
    .gform_wrapper.gravity-theme ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    div.gform_wrapper ul.gform_fields li.gfield.gfield_error textarea,
    div.gform_wrapper ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      border: none;
      border: 1px solid #ff4949; }
  .gform_wrapper.gravity-theme .gform_body select, .gform_wrapper.gravity-theme .gform_body textarea, .gform_wrapper.gravity-theme .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  div.gform_wrapper .gform_body select,
  div.gform_wrapper .gform_body textarea,
  div.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin: 0;
    outline: none;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    min-height: unset;
    -webkit-appearance: none;
    font-size: 17px;
    line-height: 26px;
    color: #2A2A2A;
    padding: 12px 16px;
    border: 2px solid #D2D4DA;
    background: rgba(243, 244, 248, 0.5);
    border-radius: 6px; }
    .gform_wrapper.gravity-theme .gform_body select::placeholder, .gform_wrapper.gravity-theme .gform_body textarea::placeholder, .gform_wrapper.gravity-theme .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
    div.gform_wrapper .gform_body select::placeholder,
    div.gform_wrapper .gform_body textarea::placeholder,
    div.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
      color: #2A2A2A;
      opacity: 1;
      font-weight: 500;
      color: #2A2A2A !important; }
    @media only screen and (max-width: 767px) {
      .gform_wrapper.gravity-theme .gform_body select, .gform_wrapper.gravity-theme .gform_body textarea, .gform_wrapper.gravity-theme .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
      div.gform_wrapper .gform_body select,
      div.gform_wrapper .gform_body textarea,
      div.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: 17px;
        line-height: 26px; } }
    .gform_wrapper.gravity-theme .gform_body select::placeholder, .gform_wrapper.gravity-theme .gform_body textarea::placeholder, .gform_wrapper.gravity-theme .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
    div.gform_wrapper .gform_body select::placeholder,
    div.gform_wrapper .gform_body textarea::placeholder,
    div.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
      color: #5F5F5F;
      opacity: 1; }
  .gform_wrapper.gravity-theme .gform_body select,
  div.gform_wrapper .gform_body select {
    font-weight: 500;
    background: rgba(243, 244, 248, 0.5) url("../../images/icons/icon-dropdown.svg") calc(100% - 20px) center no-repeat; }
  .gform_wrapper.gravity-theme .gform_body textarea, .gform_wrapper.gravity-theme .gform_body .textarea, .gform_wrapper.gravity-theme .gform_body textarea.medium,
  div.gform_wrapper .gform_body textarea,
  div.gform_wrapper .gform_body .textarea,
  div.gform_wrapper .gform_body textarea.medium {
    display: block;
    height: 128px !important; }
  .gform_wrapper.gravity-theme .top_label ul.gfield_radio,
  div.gform_wrapper .top_label ul.gfield_radio {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    margin: 0; }
    .gform_wrapper.gravity-theme .top_label ul.gfield_radio li,
    div.gform_wrapper .top_label ul.gfield_radio li {
      margin-top: 8px;
      margin-right: 20px;
      display: flex;
      align-items: center;
      position: relative; }
      .gform_wrapper.gravity-theme .top_label ul.gfield_radio li label,
      div.gform_wrapper .top_label ul.gfield_radio li label {
        display: flex;
        position: relative;
        align-items: center;
        margin: 0;
        max-width: unset;
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        color: #191919;
        cursor: pointer; }
        .gform_wrapper.gravity-theme .top_label ul.gfield_radio li label:before,
        div.gform_wrapper .top_label ul.gfield_radio li label:before {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #ffffff;
          background-color: #ffffff;
          content: '';
          min-width: 24px;
          width: 24px;
          height: 24px;
          border: 3px solid #D2D4DA;
          border-radius: 50px;
          margin-right: 8px;
          font-family: "Font Awesome 5 Free", arial, sans-serif;
          font-weight: 900;
          font-size: 12px;
          border-radius: 50%;
          color: #004AAD; }
      .gform_wrapper.gravity-theme .top_label ul.gfield_radio li input[type=radio],
      div.gform_wrapper .top_label ul.gfield_radio li input[type=radio] {
        position: absolute;
        margin: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden; }
        .gform_wrapper.gravity-theme .top_label ul.gfield_radio li input[type=radio]:checked + label,
        div.gform_wrapper .top_label ul.gfield_radio li input[type=radio]:checked + label {
          font-weight: normal; }
          .gform_wrapper.gravity-theme .top_label ul.gfield_radio li input[type=radio]:checked + label:before,
          div.gform_wrapper .top_label ul.gfield_radio li input[type=radio]:checked + label:before {
            content: "";
            border-color: #004AAD;
            background: transparent url("../../images/icons/icon-dot.svg") center no-repeat;
            background: transparent url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EDot%3C/title%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-86.000000  -1077.000000)' fill='%230F97AB'%3E%3Cg id='Radio' transform='translate(80.000000  1023.000000)'%3E%3Cg transform='translate(0.000000  48.000000)'%3E%3Crect id='Dot' x='6' y='6' width='12' height='12' rx='6'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat; }
      @media only screen and (max-width: 767px) {
        .gform_wrapper.gravity-theme .top_label ul.gfield_radio li,
        div.gform_wrapper .top_label ul.gfield_radio li {
          margin-top: 6px;
          margin-right: 12px;
          margin-bottom: 6px; }
          .gform_wrapper.gravity-theme .top_label ul.gfield_radio li label,
          div.gform_wrapper .top_label ul.gfield_radio li label {
            width: auto; }
            .gform_wrapper.gravity-theme .top_label ul.gfield_radio li label:before,
            div.gform_wrapper .top_label ul.gfield_radio li label:before {
              min-width: 20px;
              width: 20px;
              height: 20px;
              margin-right: 8px; } }
  .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox,
  div.gform_wrapper .top_label ul.gfield_checkbox {
    display: flex;
    margin: 0;
    flex-wrap: wrap; }
    .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li,
    div.gform_wrapper .top_label ul.gfield_checkbox li {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      margin-top: 8px;
      margin-right: 20px; }
      .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li label,
      div.gform_wrapper .top_label ul.gfield_checkbox li label {
        display: flex;
        position: relative;
        align-items: center;
        margin: 0;
        max-width: unset;
        font-size: 17px;
        line-height: 26px;
        font-weight: normal;
        color: #191919;
        cursor: pointer; }
        .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li label:before,
        div.gform_wrapper .top_label ul.gfield_checkbox li label:before {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #ffffff;
          background-color: #ffffff;
          content: '';
          min-width: 24px;
          width: 24px;
          height: 24px;
          border: 2px solid #D2D4DA;
          border-radius: 6px;
          margin-right: 10px;
          font-family: "Font Awesome 5 Free", arial, sans-serif;
          font-weight: 900;
          font-size: 16px;
          line-height: 20px; }
      .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li input[type=checkbox],
      .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li input[type=radio],
      div.gform_wrapper .top_label ul.gfield_checkbox li input[type=checkbox],
      div.gform_wrapper .top_label ul.gfield_checkbox li input[type=radio] {
        position: absolute;
        margin: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden; }
        .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li input[type=checkbox]:checked + label,
        .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li input[type=radio]:checked + label,
        div.gform_wrapper .top_label ul.gfield_checkbox li input[type=checkbox]:checked + label,
        div.gform_wrapper .top_label ul.gfield_checkbox li input[type=radio]:checked + label {
          font-weight: normal; }
          .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li input[type=checkbox]:checked + label:before,
          .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li input[type=radio]:checked + label:before,
          div.gform_wrapper .top_label ul.gfield_checkbox li input[type=checkbox]:checked + label:before,
          div.gform_wrapper .top_label ul.gfield_checkbox li input[type=radio]:checked + label:before {
            content: "\f00c";
            background: #004AAD;
            border-color: #004AAD; }
      .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li label,
      div.gform_wrapper .top_label ul.gfield_checkbox li label {
        align-items: flex-start; }
      @media only screen and (max-width: 767px) {
        .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li,
        div.gform_wrapper .top_label ul.gfield_checkbox li {
          margin-top: 6px;
          margin-right: 12px;
          margin-bottom: 6px; }
          .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li label,
          div.gform_wrapper .top_label ul.gfield_checkbox li label {
            width: auto; }
            .gform_wrapper.gravity-theme .top_label ul.gfield_checkbox li label:before,
            div.gform_wrapper .top_label ul.gfield_checkbox li label:before {
              min-width: 20px;
              width: 20px;
              height: 20px;
              margin-right: 8px; } }
  .gform_wrapper.gravity-theme .top_label div.ginput_container,
  div.gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
    overflow: hidden; }
    .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_consent,
    div.gform_wrapper .top_label div.ginput_container.ginput_container_consent {
      color: #191919; }
      .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_consent label,
      div.gform_wrapper .top_label div.ginput_container.ginput_container_consent label {
        display: flex;
        position: relative;
        align-items: center;
        margin: 0;
        max-width: unset;
        font-size: 17px;
        line-height: 26px;
        font-weight: normal;
        color: #191919;
        cursor: pointer; }
        .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_consent label:before,
        div.gform_wrapper .top_label div.ginput_container.ginput_container_consent label:before {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #ffffff;
          background-color: #ffffff;
          content: '';
          min-width: 24px;
          width: 24px;
          height: 24px;
          border: 2px solid #D2D4DA;
          border-radius: 6px;
          margin-right: 10px;
          font-family: "Font Awesome 5 Free", arial, sans-serif;
          font-weight: 900;
          font-size: 16px;
          line-height: 20px; }
      .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_consent input[type=checkbox],
      .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_consent input[type=radio],
      div.gform_wrapper .top_label div.ginput_container.ginput_container_consent input[type=checkbox],
      div.gform_wrapper .top_label div.ginput_container.ginput_container_consent input[type=radio] {
        position: absolute;
        margin: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden; }
        .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_consent input[type=checkbox]:checked + label,
        .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_consent input[type=radio]:checked + label,
        div.gform_wrapper .top_label div.ginput_container.ginput_container_consent input[type=checkbox]:checked + label,
        div.gform_wrapper .top_label div.ginput_container.ginput_container_consent input[type=radio]:checked + label {
          font-weight: normal; }
          .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_consent input[type=checkbox]:checked + label:before,
          .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_consent input[type=radio]:checked + label:before,
          div.gform_wrapper .top_label div.ginput_container.ginput_container_consent input[type=checkbox]:checked + label:before,
          div.gform_wrapper .top_label div.ginput_container.ginput_container_consent input[type=radio]:checked + label:before {
            content: "\f00c";
            background: #004AAD;
            border-color: #004AAD; }
      .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_consent label,
      div.gform_wrapper .top_label div.ginput_container.ginput_container_consent label {
        align-items: flex-start; }
    .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_name,
    div.gform_wrapper .top_label div.ginput_container.ginput_container_name {
      overflow: inherit; }
  .gform_wrapper.gravity-theme .top_label .ginput_container_address span,
  div.gform_wrapper .top_label .ginput_container_address span {
    margin-bottom: 10px;
    margin-top: 0; }
  .gform_wrapper.gravity-theme .top_label .ginput_container_address .ginput_full,
  div.gform_wrapper .top_label .ginput_container_address .ginput_full {
    display: block; }
  .gform_wrapper.gravity-theme .top_label li.gfield.gfield_error.gf_left_half,
  div.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0;
    max-width: 50%;
    background: transparent;
    border: none; }
  .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_3,
  div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100%;
    margin: 0;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_1,
      .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_2,
      .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_3,
      div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
      div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
      div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
        row-gap: 16px; } }
    .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_1.ginput_container_name .name_first, .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_1.ginput_container_name .name_last,
    .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name .name_first,
    .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name .name_last,
    .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name .name_first,
    .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name .name_last,
    div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1.ginput_container_name .name_first,
    div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1.ginput_container_name .name_last,
    div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name .name_first,
    div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name .name_last,
    div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name .name_first,
    div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name .name_last {
      padding: 0;
      margin: 0;
      display: block;
      float: left; }
    @media only screen and (min-width: 768px) {
      .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_1.ginput_container_name .name_first,
      .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name .name_first,
      .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name .name_first,
      div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1.ginput_container_name .name_first,
      div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name .name_first,
      div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name .name_first {
        padding-right: 4px; }
      .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_1.ginput_container_name .name_last,
      .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name .name_last,
      .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name .name_last,
      div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1.ginput_container_name .name_last,
      div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name .name_last,
      div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name .name_last {
        padding-left: 4px; } }
  .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name.has_prefix,
  div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name.has_prefix {
    overflow: inherit; }
  .gform_wrapper.gravity-theme .top_label .ginput_complex.ginput_container.ginput_container_email,
  div.gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: 100%; }
    .gform_wrapper.gravity-theme .top_label .ginput_complex.ginput_container.ginput_container_email .ginput_left,
    div.gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email .ginput_left {
      padding-right: 5px; }
    .gform_wrapper.gravity-theme .top_label .ginput_complex.ginput_container.ginput_container_email .ginput_right,
    div.gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email .ginput_right {
      padding-right: 0;
      padding-left: 5px; }
  .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name.has_prefix .name_first,
  .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name.has_prefix .name_first,
  div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name.has_prefix .name_first,
  div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name.has_prefix .name_first {
    padding-right: 28px;
    width: calc(100% - 102px); }
    .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name.has_prefix .name_first label,
    .gform_wrapper.gravity-theme .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name.has_prefix .name_first label,
    div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2.ginput_container_name.has_prefix .name_first label,
    div.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3.ginput_container_name.has_prefix .name_first label {
      display: none !important; }
  .gform_wrapper.gravity-theme .top_label li.gfield.gf_left_half,
  div.gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 20px !important;
    background: transparent;
    border: none; }
  .gform_wrapper.gravity-theme .top_label li.gfield.gf_right_half,
  div.gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 20px !important;
    background: transparent;
    border: none; }
  @media only screen and (max-width: 767px) {
    .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_name,
    div.gform_wrapper .top_label div.ginput_container.ginput_container_name {
      display: flex;
      flex-direction: row-reverse; }
    .gform_wrapper.gravity-theme .top_label .ginput_complex.ginput_container.ginput_container_email .ginput_left,
    div.gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email .ginput_left {
      padding-right: 0; }
    .gform_wrapper.gravity-theme .top_label .ginput_complex.ginput_container.ginput_container_email .ginput_right,
    div.gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email .ginput_right {
      padding-left: 0; } }
  .gform_wrapper.gravity-theme div.ginput_container_name .name_prefix,
  div.gform_wrapper div.ginput_container_name .name_prefix {
    padding: 0;
    width: 102px !important;
    margin-top: -28px;
    margin-bottom: 0; }
    .gform_wrapper.gravity-theme div.ginput_container_name .name_prefix label,
    div.gform_wrapper div.ginput_container_name .name_prefix label {
      font-size: 17px;
      line-height: 26px;
      font-weight: 500;
      color: #191919;
      display: block !important;
      margin-bottom: 4px; }
      .gform_wrapper.gravity-theme div.ginput_container_name .name_prefix label .gfield_required,
      div.gform_wrapper div.ginput_container_name .name_prefix label .gfield_required {
        display: none; }
  .gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex.ginput_container label,
  .gform_wrapper.gravity-theme .field_sublabel_below div[class*=gfield_time_].ginput_container label,
  .gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex.ginput_container label,
  .gform_wrapper.gravity-theme .field_sublabel_above div[class*=gfield_time_].ginput_container label,
  div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
  div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label,
  div.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
  div.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
    display: block;
    margin: 4px 0;
    font-size: 14px;
    line-height: 20px;
    color: #5B5D6B;
    font-size: 14px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    color: #5B5D6B; }
    .gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex.ginput_container label:last-child,
    .gform_wrapper.gravity-theme .field_sublabel_below div[class*=gfield_time_].ginput_container label:last-child,
    .gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex.ginput_container label:last-child,
    .gform_wrapper.gravity-theme .field_sublabel_above div[class*=gfield_time_].ginput_container label:last-child,
    div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label:last-child,
    div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label:last-child,
    div.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label:last-child,
    div.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label:last-child {
      margin-bottom: 0; }
  .gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex.ginput_container label,
  .gform_wrapper.gravity-theme .field_sublabel_above div[class*=gfield_time_].ginput_container label,
  div.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
  div.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
    margin: 0 0 0;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: #191919;
    display: block !important;
    padding-top: 0 !important;
    margin-bottom: 4px; }
  .gform_wrapper.gravity-theme.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
  .gform_wrapper.gravity-theme.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
  .gform_wrapper.gravity-theme.gf_browser_chrome ul.gform_fields li.gfield select,
  div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
  div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
  div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .gform_wrapper.gravity-theme.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
  div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }
  .gform_wrapper.gravity-theme.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
  .gform_wrapper.gravity-theme.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half,
  div.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
  div.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 50% !important; }
  .gform_wrapper.gravity-theme .gform_footer,
  div.gform_wrapper .gform_footer {
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    position: relative; }
    .gform_wrapper.gravity-theme .gform_footer img,
    div.gform_wrapper .gform_footer img {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
    .gform_wrapper.gravity-theme .gform_footer input.button,
    div.gform_wrapper .gform_footer input.button {
      cursor: pointer;
      text-align: center;
      color: #ffffff;
      background-color: #004AAD;
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      line-height: 28px !important;
      padding: 12px;
      min-height: unset !important;
      margin: 0;
      outline: none;
      border-radius: 12px;
      border: none !important;
      width: 100%; }
      .gform_wrapper.gravity-theme .gform_footer input.button:hover,
      div.gform_wrapper .gform_footer input.button:hover {
        background-color: #0F66AD;
        border-color: #0F66AD;
        color: #ffffff; }
  .gform_wrapper.gravity-theme div.validation_error,
  .gform_wrapper.gravity-theme div.validation_message,
  .gform_wrapper.gravity-theme div.gform_validation_errors,
  div.gform_wrapper div.validation_error,
  div.gform_wrapper div.validation_message,
  div.gform_wrapper div.gform_validation_errors {
    color: #ffffff;
    font-size: 14px;
    background: #ff4949;
    font-weight: normal;
    border: none;
    padding: 12px;
    clear: both;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 12px; }
    .gform_wrapper.gravity-theme div.validation_error > h2,
    .gform_wrapper.gravity-theme div.validation_message > h2,
    .gform_wrapper.gravity-theme div.gform_validation_errors > h2,
    div.gform_wrapper div.validation_error > h2,
    div.gform_wrapper div.validation_message > h2,
    div.gform_wrapper div.gform_validation_errors > h2 {
      color: #ffffff;
      line-height: normal;
      font-size: 17px;
      line-height: 26px;
      color: #ffffff;
      margin: 0; }
      .gform_wrapper.gravity-theme div.validation_error > h2:before,
      .gform_wrapper.gravity-theme div.validation_message > h2:before,
      .gform_wrapper.gravity-theme div.gform_validation_errors > h2:before,
      div.gform_wrapper div.validation_error > h2:before,
      div.gform_wrapper div.validation_message > h2:before,
      div.gform_wrapper div.gform_validation_errors > h2:before {
        display: none !important; }
    .gform_wrapper.gravity-theme div.validation_error ol,
    .gform_wrapper.gravity-theme div.validation_message ol,
    .gform_wrapper.gravity-theme div.gform_validation_errors ol,
    div.gform_wrapper div.validation_error ol,
    div.gform_wrapper div.validation_message ol,
    div.gform_wrapper div.gform_validation_errors ol {
      display: none !important; }
  .gform_wrapper.gravity-theme .gfield_description,
  div.gform_wrapper .gfield_description {
    display: block;
    margin: 4px 0;
    font-size: 14px;
    line-height: 20px;
    color: #5B5D6B;
    font-size: 14px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
    .gform_wrapper.gravity-theme .gfield_description:last-child,
    div.gform_wrapper .gfield_description:last-child {
      margin-bottom: 0; }

.gform_confirmation_wrapper {
  background: #ffffff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center;
    background: #13ce66;
    padding: 20px;
    color: #ffffff;
    border-radius: 5px; }

input, textarea, select {
  margin: 0;
  outline: none;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  min-height: unset;
  -webkit-appearance: none;
  font-size: 17px;
  line-height: 26px;
  color: #2A2A2A;
  padding: 12px 16px;
  border: 2px solid #D2D4DA;
  background: rgba(243, 244, 248, 0.5);
  border-radius: 6px; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: #2A2A2A;
    opacity: 1;
    font-weight: 500;
    color: #2A2A2A !important; }
  @media only screen and (max-width: 767px) {
    input, textarea, select {
      font-size: 17px;
      line-height: 26px; } }

.form-input {
  margin-bottom: 45px;
  padding-top: 20px; }
  .form-input input, .form-input textarea, .form-input select {
    margin: 0;
    outline: none;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    min-height: unset;
    -webkit-appearance: none;
    font-size: 17px;
    line-height: 26px;
    color: #2A2A2A;
    padding: 12px 16px;
    border: 2px solid #D2D4DA;
    background: rgba(243, 244, 248, 0.5);
    border-radius: 6px; }
    .form-input input::placeholder, .form-input textarea::placeholder, .form-input select::placeholder {
      color: #2A2A2A;
      opacity: 1;
      font-weight: 500;
      color: #2A2A2A !important; }
    @media only screen and (max-width: 767px) {
      .form-input input, .form-input textarea, .form-input select {
        font-size: 17px;
        line-height: 26px; } }
  .form-input input[type="submit"] {
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    background-color: #004AAD;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    line-height: 28px !important;
    padding: 12px;
    min-height: unset !important;
    margin: 0;
    outline: none;
    border-radius: 12px;
    border: none !important;
    width: 100%; }
    .form-input input[type="submit"]:hover {
      background-color: #0F66AD;
      border-color: #0F66AD;
      color: #ffffff; }
  .form-input .form-label {
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 2px !important;
    font-weight: 500 !important; }
    .form-input .form-label .gfield_required {
      display: none; }
  .form-input select {
    background: url("../images/dropdown-icon.png") center right no-repeat;
    background-size: 20px 12px; }
  .form-input textarea {
    min-height: 80px; }
  .form-input input[type=number]::-webkit-inner-spin-button,
  .form-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form-input.message-input {
    position: relative; }
    .form-input.message-input label {
      top: 0;
      position: absolute;
      bottom: 0;
      z-index: 0;
      width: 100%; }
      .form-input.message-input label:before {
        bottom: 6px; }
      .form-input.message-input label.stick {
        opacity: 1; }
  .form-input.submit-input {
    margin: 0;
    text-align: center; }

.form-group {
  margin-bottom: 25px; }
  .form-group label {
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 2px !important;
    font-weight: 500 !important; }
    .form-group label .gfield_required {
      display: none; }
  .form-group .html_tooltip {
    float: right;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    border: none;
    padding: 0;
    background: #3a8cce;
    color: #ffffff;
    font-family: "Source Sans 3", arial, sans-serif;
    font-size: 16px; }
    .form-group .html_tooltip:focus {
      outline: none;
      box-shadow: none; }
  .form-group .form-control {
    margin: 0;
    outline: none;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    min-height: unset;
    -webkit-appearance: none;
    font-size: 17px;
    line-height: 26px;
    color: #2A2A2A;
    padding: 12px 16px;
    border: 2px solid #D2D4DA;
    background: rgba(243, 244, 248, 0.5);
    border-radius: 6px; }
    .form-group .form-control::placeholder {
      color: #2A2A2A;
      opacity: 1;
      font-weight: 500;
      color: #2A2A2A !important; }
    @media only screen and (max-width: 767px) {
      .form-group .form-control {
        font-size: 17px;
        line-height: 26px; } }
    .form-group .form-control::placeholder {
      color: #5F5F5F;
      opacity: 1; }
  .form-group.submit-group {
    margin: 30px 0 0 0; }
  .form-group .form-submit, .form-group .button-primary {
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    background-color: #004AAD;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    line-height: 28px !important;
    padding: 12px;
    min-height: unset !important;
    margin: 0;
    outline: none;
    border-radius: 12px;
    border: none !important;
    width: 100%; }
    .form-group .form-submit:hover, .form-group .button-primary:hover {
      background-color: #0F66AD;
      border-color: #0F66AD;
      color: #ffffff; }
  .form-group .form-check-input {
    margin: 0; }
  .form-group.forgot-password {
    text-align: right; }
    .form-group.forgot-password a {
      font-family: "Source Sans 3", arial, sans-serif;
      line-height: 16px;
      font-size: 16px;
      color: #34485D;
      padding-bottom: 5px;
      transition: all 0.3s;
      position: relative; }
      .form-group.forgot-password a:after {
        content: '';
        width: 0;
        height: 1px;
        background: #3a8cce;
        left: 0;
        bottom: 0;
        position: absolute;
        display: block;
        transition: all 0.3s; }
      .form-group.forgot-password a:hover {
        color: #3a8cce; }
        .form-group.forgot-password a:hover:after {
          width: 100%;
          transition-delay: 0.2s; }

.checkbox-inline {
  padding: 0;
  min-height: auto; }
  .checkbox-inline label {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0;
    max-width: unset;
    font-size: 17px;
    line-height: 26px;
    font-weight: normal;
    color: #191919;
    cursor: pointer; }
    .checkbox-inline label:before {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      background-color: #ffffff;
      content: '';
      min-width: 24px;
      width: 24px;
      height: 24px;
      border: 2px solid #D2D4DA;
      border-radius: 6px;
      margin-right: 10px;
      font-family: "Font Awesome 5 Free", arial, sans-serif;
      font-weight: 900;
      font-size: 16px;
      line-height: 20px; }
  .checkbox-inline input[type=checkbox],
  .checkbox-inline input[type=radio] {
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
    .checkbox-inline input[type=checkbox]:checked + label,
    .checkbox-inline input[type=radio]:checked + label {
      font-weight: normal; }
      .checkbox-inline input[type=checkbox]:checked + label:before,
      .checkbox-inline input[type=radio]:checked + label:before {
        content: "\f00c";
        background: #004AAD;
        border-color: #004AAD; }

.radio-inline {
  padding: 0;
  min-height: auto; }
  .radio-inline label {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0;
    max-width: unset;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #191919;
    cursor: pointer; }
    .radio-inline label:before {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      background-color: #ffffff;
      content: '';
      min-width: 24px;
      width: 24px;
      height: 24px;
      border: 3px solid #D2D4DA;
      border-radius: 50px;
      margin-right: 8px;
      font-family: "Font Awesome 5 Free", arial, sans-serif;
      font-weight: 900;
      font-size: 12px;
      border-radius: 50%;
      color: #004AAD; }
  .radio-inline input[type=radio] {
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
    .radio-inline input[type=radio]:checked + label {
      font-weight: normal; }
      .radio-inline input[type=radio]:checked + label:before {
        content: "";
        border-color: #004AAD;
        background: transparent url("../../images/icons/icon-dot.svg") center no-repeat;
        background: transparent url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EDot%3C/title%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-86.000000  -1077.000000)' fill='%230F97AB'%3E%3Cg id='Radio' transform='translate(80.000000  1023.000000)'%3E%3Cg transform='translate(0.000000  48.000000)'%3E%3Crect id='Dot' x='6' y='6' width='12' height='12' rx='6'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat; }

.form-block {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 8px; }
  .form-block .title-block {
    margin-bottom: 16px;
    color: #5B5D6B; }
    .form-block .title-block .contact-form-title {
      font-weight: bold;
      font-weight: 900;
      margin: 0; }
  .form-block div.gform_wrapper {
    margin: auto; }
  @media only screen and (max-width: 767px) {
    .form-block {
      padding: 20px;
      margin-top: 40px; }
      .form-block .title-block {
        margin-bottom: 20px !important; }
        .form-block .title-block .contact-form-title {
          font-size: 17px;
          line-height: 26px; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans 3", arial, sans-serif;
  line-height: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-bottom: 20px; } }

/* Default Page - Headings */
h1, .h1, .heading-1 {
  font-size: 48px;
  line-height: 56px; }

h2, .h2, .heading-2 {
  font-size: 40px;
  line-height: 48px; }

h3, .h3, .heading-3 {
  font-size: 32px;
  line-height: 40px; }

h4, .h4, .heading-4 {
  font-size: 24px;
  line-height: 32px; }

h5, .h5, .heading-5 {
  font-size: 20px;
  line-height: 28px; }

h6, .h6, .heading-6 {
  font-size: 18px;
  line-height: 1.1; }

@media only screen and (max-width: 767px) {
  h1, .h1, .heading-1 {
    font-size: 32px;
    line-height: 40px; }
  h2, .h2, .heading-2 {
    font-size: 24px;
    line-height: 32px; }
  h3, .h3, .heading-3 {
    font-size: 20px;
    line-height: 28px; }
  h4, .h4, .heading-4 {
    font-size: 18px;
    line-height: 1.1; }
  h5, .h5, .heading-5 {
    font-size: 16px;
    line-height: 1.1; }
  h6, .h6, .heading-6 {
    font-size: 14px;
    line-height: 1.1; } }

/* Secondary Font - Headings */
/* Heading Size and Styles - RB Design System */
/* Heading Size - Desktop */
/* Heading Size - Mobile */
/* Heading Spacing - Desktop */
/* Heading Spacing - Mobile */
/* Heading Class in Loop */
.heading-1-regular, .heading-1-regular-caps, .heading-1-regular-italic, .heading-1-regular-italic-caps, .heading-1-bold, .heading-1-bold-caps, .heading-1-bold-italic, .heading-1-bold-italic-caps, .heading-1-black, .heading-1-black-caps, .heading-1-semibold, .heading-1-semibold-caps, .heading-1-semibold-italic, .heading-1-semibold-italic-caps {
  font-size: 48px;
  line-height: 56px; }

.heading-1-regular, .heading-1-regular-caps, .heading-1-regular-italic, .heading-1-regular-italic-caps {
  font-weight: normal; }

.heading-1-regular-caps, .heading-1-bold-caps, .heading-1-bold-italic-caps, .heading-1-semibold-caps, .heading-1-black-caps, .heading-1-semibold-italic-caps {
  text-transform: uppercase;
  letter-spacing: 0; }

.heading-1-regular-italic, .heading-1-regular-italic-caps, .heading-1-semibold-italic, .heading-1-semibold-italic-caps, .heading-1-bold-italic, .heading-1-black-italic, .heading-1-bold-italic-caps {
  font-style: italic; }

.heading-1-semibold, .heading-1-semibold-caps, .heading-1-semibold-italic, .heading-1-semibold-italic-caps {
  font-weight: 500; }

.heading-1-bold, .heading-1-bold-caps, .heading-1-bold-italic, .heading-1-bold-italic-caps {
  font-weight: bold; }

.heading-1-bold-caps, .heading-1-bold-italic-caps {
  font-size: 48px;
  line-height: 56px; }

.heading-1-black, .heading-1-black-caps, .heading-1-black-italic, .heading-1-black-italic-caps {
  font-weight: 900; }

.heading-2-regular, .heading-2-regular-caps, .heading-2-regular-italic, .heading-2-regular-italic-caps, .heading-2-bold, .heading-2-bold-caps, .heading-2-bold-italic, .heading-2-bold-italic-caps, .heading-2-black, .heading-2-black-caps, .heading-2-semibold, .heading-2-semibold-caps, .heading-2-semibold-italic, .heading-2-semibold-italic-caps {
  font-size: 40px;
  line-height: 48px; }

.heading-2-regular, .heading-2-regular-caps, .heading-2-regular-italic, .heading-2-regular-italic-caps {
  font-weight: normal; }

.heading-2-regular-caps, .heading-2-bold-caps, .heading-2-bold-italic-caps, .heading-2-semibold-caps, .heading-2-black-caps, .heading-2-semibold-italic-caps {
  text-transform: uppercase;
  letter-spacing: 0; }

.heading-2-regular-italic, .heading-2-regular-italic-caps, .heading-2-semibold-italic, .heading-2-semibold-italic-caps, .heading-2-bold-italic, .heading-2-black-italic, .heading-2-bold-italic-caps {
  font-style: italic; }

.heading-2-semibold, .heading-2-semibold-caps, .heading-2-semibold-italic, .heading-2-semibold-italic-caps {
  font-weight: 500; }

.heading-2-bold, .heading-2-bold-caps, .heading-2-bold-italic, .heading-2-bold-italic-caps {
  font-weight: bold; }

.heading-2-bold-caps, .heading-2-bold-italic-caps {
  font-size: 40px;
  line-height: 48px; }

.heading-2-black, .heading-2-black-caps, .heading-2-black-italic, .heading-2-black-italic-caps {
  font-weight: 900; }

.heading-3-regular, .heading-3-regular-caps, .heading-3-regular-italic, .heading-3-regular-italic-caps, .heading-3-bold, .heading-3-bold-caps, .heading-3-bold-italic, .heading-3-bold-italic-caps, .heading-3-black, .heading-3-black-caps, .heading-3-semibold, .heading-3-semibold-caps, .heading-3-semibold-italic, .heading-3-semibold-italic-caps {
  font-size: 32px;
  line-height: 40px; }

.heading-3-regular, .heading-3-regular-caps, .heading-3-regular-italic, .heading-3-regular-italic-caps {
  font-weight: normal; }

.heading-3-regular-caps, .heading-3-bold-caps, .heading-3-bold-italic-caps, .heading-3-semibold-caps, .heading-3-black-caps, .heading-3-semibold-italic-caps {
  text-transform: uppercase;
  letter-spacing: 0; }

.heading-3-regular-italic, .heading-3-regular-italic-caps, .heading-3-semibold-italic, .heading-3-semibold-italic-caps, .heading-3-bold-italic, .heading-3-black-italic, .heading-3-bold-italic-caps {
  font-style: italic; }

.heading-3-semibold, .heading-3-semibold-caps, .heading-3-semibold-italic, .heading-3-semibold-italic-caps {
  font-weight: 500; }

.heading-3-bold, .heading-3-bold-caps, .heading-3-bold-italic, .heading-3-bold-italic-caps {
  font-weight: bold; }

.heading-3-bold-caps, .heading-3-bold-italic-caps {
  font-size: 32px;
  line-height: 40px; }

.heading-3-black, .heading-3-black-caps, .heading-3-black-italic, .heading-3-black-italic-caps {
  font-weight: 900; }

.heading-4-regular, .heading-4-regular-caps, .heading-4-regular-italic, .heading-4-regular-italic-caps, .heading-4-bold, .heading-4-bold-caps, .heading-4-bold-italic, .heading-4-bold-italic-caps, .heading-4-black, .heading-4-black-caps, .heading-4-semibold, .heading-4-semibold-caps, .heading-4-semibold-italic, .heading-4-semibold-italic-caps {
  font-size: 24px;
  line-height: 32px; }

.heading-4-regular, .heading-4-regular-caps, .heading-4-regular-italic, .heading-4-regular-italic-caps {
  font-weight: normal; }

.heading-4-regular-caps, .heading-4-bold-caps, .heading-4-bold-italic-caps, .heading-4-semibold-caps, .heading-4-black-caps, .heading-4-semibold-italic-caps {
  text-transform: uppercase;
  letter-spacing: 0; }

.heading-4-regular-italic, .heading-4-regular-italic-caps, .heading-4-semibold-italic, .heading-4-semibold-italic-caps, .heading-4-bold-italic, .heading-4-black-italic, .heading-4-bold-italic-caps {
  font-style: italic; }

.heading-4-semibold, .heading-4-semibold-caps, .heading-4-semibold-italic, .heading-4-semibold-italic-caps {
  font-weight: 500; }

.heading-4-bold, .heading-4-bold-caps, .heading-4-bold-italic, .heading-4-bold-italic-caps {
  font-weight: bold; }

.heading-4-bold-caps, .heading-4-bold-italic-caps {
  font-size: 24px;
  line-height: 32px; }

.heading-4-black, .heading-4-black-caps, .heading-4-black-italic, .heading-4-black-italic-caps {
  font-weight: 900; }

.heading-5-regular, .heading-5-regular-caps, .heading-5-regular-italic, .heading-5-regular-italic-caps, .heading-5-bold, .heading-5-bold-caps, .heading-5-bold-italic, .heading-5-bold-italic-caps, .heading-5-black, .heading-5-black-caps, .heading-5-semibold, .heading-5-semibold-caps, .heading-5-semibold-italic, .heading-5-semibold-italic-caps {
  font-size: 20px;
  line-height: 28px; }

.heading-5-regular, .heading-5-regular-caps, .heading-5-regular-italic, .heading-5-regular-italic-caps {
  font-weight: normal; }

.heading-5-regular-caps, .heading-5-bold-caps, .heading-5-bold-italic-caps, .heading-5-semibold-caps, .heading-5-black-caps, .heading-5-semibold-italic-caps {
  text-transform: uppercase;
  letter-spacing: 0; }

.heading-5-regular-italic, .heading-5-regular-italic-caps, .heading-5-semibold-italic, .heading-5-semibold-italic-caps, .heading-5-bold-italic, .heading-5-black-italic, .heading-5-bold-italic-caps {
  font-style: italic; }

.heading-5-semibold, .heading-5-semibold-caps, .heading-5-semibold-italic, .heading-5-semibold-italic-caps {
  font-weight: 500; }

.heading-5-bold, .heading-5-bold-caps, .heading-5-bold-italic, .heading-5-bold-italic-caps {
  font-weight: bold; }

.heading-5-bold-caps, .heading-5-bold-italic-caps {
  font-size: 20px;
  line-height: 28px; }

.heading-5-black, .heading-5-black-caps, .heading-5-black-italic, .heading-5-black-italic-caps {
  font-weight: 900; }

@media only screen and (max-width: 767px) {
  .heading-1-regular, .heading-1-regular-caps, .heading-1-regular-italic, .heading-1-regular-italic-caps, .heading-1-bold, .heading-1-bold-caps, .heading-1-bold-italic, .heading-1-bold-italic-caps, .heading-1-black, .heading-1-black-caps, .heading-1-black-italic, .heading-1-semibold, .heading-1-semibold-caps, .heading-1-semibold-italic, .heading-1-semibold-italic-caps {
    font-size: 32px;
    line-height: 40px; }
  .heading-1-regular, .heading-1-regular-caps, .heading-1-regular-italic, .heading-1-regular-italic-caps {
    font-weight: normal; }
  .heading-1-regular-caps, .heading-1-bold-caps, .heading-1-bold-italic-caps, .heading-1-semibold-caps, .heading-1-black-caps, .heading-1-semibold-italic-caps {
    text-transform: uppercase;
    letter-spacing: 0; }
  .heading-1-regular-italic, .heading-1-regular-italic-caps, .heading-1-semibold-italic, .heading-1-semibold-italic-caps, .heading-1-bold-italic, .heading-1-black-italic, .heading-1-bold-italic-caps {
    font-style: italic; }
  .heading-1-semibold, .heading-1-semibold-caps, .heading-1-semibold-italic, .heading-1-semibold-italic-caps {
    font-weight: 600; }
  .heading-1-bold, .heading-1-bold-caps, .heading-1-bold-italic, .heading-1-bold-italic-caps {
    font-weight: bold; }
  .heading-1-bold-caps, .heading-1-bold-italic-caps {
    font-size: 32px;
    line-height: 40px; }
  .heading-2-regular, .heading-2-regular-caps, .heading-2-regular-italic, .heading-2-regular-italic-caps, .heading-2-bold, .heading-2-bold-caps, .heading-2-bold-italic, .heading-2-bold-italic-caps, .heading-2-black, .heading-2-black-caps, .heading-2-black-italic, .heading-2-semibold, .heading-2-semibold-caps, .heading-2-semibold-italic, .heading-2-semibold-italic-caps {
    font-size: 24px;
    line-height: 32px; }
  .heading-2-regular, .heading-2-regular-caps, .heading-2-regular-italic, .heading-2-regular-italic-caps {
    font-weight: normal; }
  .heading-2-regular-caps, .heading-2-bold-caps, .heading-2-bold-italic-caps, .heading-2-semibold-caps, .heading-2-black-caps, .heading-2-semibold-italic-caps {
    text-transform: uppercase;
    letter-spacing: 0; }
  .heading-2-regular-italic, .heading-2-regular-italic-caps, .heading-2-semibold-italic, .heading-2-semibold-italic-caps, .heading-2-bold-italic, .heading-2-black-italic, .heading-2-bold-italic-caps {
    font-style: italic; }
  .heading-2-semibold, .heading-2-semibold-caps, .heading-2-semibold-italic, .heading-2-semibold-italic-caps {
    font-weight: 600; }
  .heading-2-bold, .heading-2-bold-caps, .heading-2-bold-italic, .heading-2-bold-italic-caps {
    font-weight: bold; }
  .heading-2-bold-caps, .heading-2-bold-italic-caps {
    font-size: 24px;
    line-height: 32px; }
  .heading-3-regular, .heading-3-regular-caps, .heading-3-regular-italic, .heading-3-regular-italic-caps, .heading-3-bold, .heading-3-bold-caps, .heading-3-bold-italic, .heading-3-bold-italic-caps, .heading-3-black, .heading-3-black-caps, .heading-3-black-italic, .heading-3-semibold, .heading-3-semibold-caps, .heading-3-semibold-italic, .heading-3-semibold-italic-caps {
    font-size: 20px;
    line-height: 28px; }
  .heading-3-regular, .heading-3-regular-caps, .heading-3-regular-italic, .heading-3-regular-italic-caps {
    font-weight: normal; }
  .heading-3-regular-caps, .heading-3-bold-caps, .heading-3-bold-italic-caps, .heading-3-semibold-caps, .heading-3-black-caps, .heading-3-semibold-italic-caps {
    text-transform: uppercase;
    letter-spacing: 0; }
  .heading-3-regular-italic, .heading-3-regular-italic-caps, .heading-3-semibold-italic, .heading-3-semibold-italic-caps, .heading-3-bold-italic, .heading-3-black-italic, .heading-3-bold-italic-caps {
    font-style: italic; }
  .heading-3-semibold, .heading-3-semibold-caps, .heading-3-semibold-italic, .heading-3-semibold-italic-caps {
    font-weight: 600; }
  .heading-3-bold, .heading-3-bold-caps, .heading-3-bold-italic, .heading-3-bold-italic-caps {
    font-weight: bold; }
  .heading-3-bold-caps, .heading-3-bold-italic-caps {
    font-size: 20px;
    line-height: 28px; }
  .heading-4-regular, .heading-4-regular-caps, .heading-4-regular-italic, .heading-4-regular-italic-caps, .heading-4-bold, .heading-4-bold-caps, .heading-4-bold-italic, .heading-4-bold-italic-caps, .heading-4-black, .heading-4-black-caps, .heading-4-black-italic, .heading-4-semibold, .heading-4-semibold-caps, .heading-4-semibold-italic, .heading-4-semibold-italic-caps {
    font-size: 18px;
    line-height: 1.1; }
  .heading-4-regular, .heading-4-regular-caps, .heading-4-regular-italic, .heading-4-regular-italic-caps {
    font-weight: normal; }
  .heading-4-regular-caps, .heading-4-bold-caps, .heading-4-bold-italic-caps, .heading-4-semibold-caps, .heading-4-black-caps, .heading-4-semibold-italic-caps {
    text-transform: uppercase;
    letter-spacing: 0; }
  .heading-4-regular-italic, .heading-4-regular-italic-caps, .heading-4-semibold-italic, .heading-4-semibold-italic-caps, .heading-4-bold-italic, .heading-4-black-italic, .heading-4-bold-italic-caps {
    font-style: italic; }
  .heading-4-semibold, .heading-4-semibold-caps, .heading-4-semibold-italic, .heading-4-semibold-italic-caps {
    font-weight: 600; }
  .heading-4-bold, .heading-4-bold-caps, .heading-4-bold-italic, .heading-4-bold-italic-caps {
    font-weight: bold; }
  .heading-4-bold-caps, .heading-4-bold-italic-caps {
    font-size: 18px;
    line-height: 1.1; }
  .heading-5-regular, .heading-5-regular-caps, .heading-5-regular-italic, .heading-5-regular-italic-caps, .heading-5-bold, .heading-5-bold-caps, .heading-5-bold-italic, .heading-5-bold-italic-caps, .heading-5-black, .heading-5-black-caps, .heading-5-black-italic, .heading-5-semibold, .heading-5-semibold-caps, .heading-5-semibold-italic, .heading-5-semibold-italic-caps {
    font-size: 16px;
    line-height: 1.1; }
  .heading-5-regular, .heading-5-regular-caps, .heading-5-regular-italic, .heading-5-regular-italic-caps {
    font-weight: normal; }
  .heading-5-regular-caps, .heading-5-bold-caps, .heading-5-bold-italic-caps, .heading-5-semibold-caps, .heading-5-black-caps, .heading-5-semibold-italic-caps {
    text-transform: uppercase;
    letter-spacing: 0; }
  .heading-5-regular-italic, .heading-5-regular-italic-caps, .heading-5-semibold-italic, .heading-5-semibold-italic-caps, .heading-5-bold-italic, .heading-5-black-italic, .heading-5-bold-italic-caps {
    font-style: italic; }
  .heading-5-semibold, .heading-5-semibold-caps, .heading-5-semibold-italic, .heading-5-semibold-italic-caps {
    font-weight: 600; }
  .heading-5-bold, .heading-5-bold-caps, .heading-5-bold-italic, .heading-5-bold-italic-caps {
    font-weight: bold; }
  .heading-5-bold-caps, .heading-5-bold-italic-caps {
    font-size: 16px;
    line-height: 1.1; } }

/* Paragraph Size and Styles - RB Design System */
/* Paragraph Size */
/* Paragraph Spacing */
.text-p1-regular, .text-p1-regular-caps, .text-p1-regular-italic, .text-p1-regular-italic-caps, .text-p1-bold, .text-p1-bold-caps, .text-p1-bold-italic, .text-p1-bold-italic-caps, .text-p1-semibold, .text-p1-semibold-caps, .text-p1-semibold-italic, .text-p1-semibold-italic-caps, .text-p1-black, .text-p1-black-caps, .text-p1-black-italic, .text-p1-black-italic-caps {
  display: block;
  font-size: 20px;
  line-height: 30px; }
  @media only screen and (max-width: 767px) {
    .text-p1-regular, .text-p1-regular-caps, .text-p1-regular-italic, .text-p1-regular-italic-caps, .text-p1-bold, .text-p1-bold-caps, .text-p1-bold-italic, .text-p1-bold-italic-caps, .text-p1-semibold, .text-p1-semibold-caps, .text-p1-semibold-italic, .text-p1-semibold-italic-caps, .text-p1-black, .text-p1-black-caps, .text-p1-black-italic, .text-p1-black-italic-caps {
      font-size: 17px;
      line-height: 26px; } }

.text-p1-regular, .text-p1-regular-caps, .text-p1-regular-italic, .text-p1-regular-italic-caps {
  font-weight: normal; }

.text-p1-regular-caps, .text-p1-bold-caps, .text-p1-bold-italic-caps, .text-p1-semibold-caps, .text-p1-semibold-italic-caps, .text-p1-black-caps, .text-p1-black-italic-caps {
  text-transform: uppercase;
  letter-spacing: 0; }

.text-p1-regular-italic, .text-p1-regular-italic-caps, .text-p1-bold-italic, .text-p1-semibold-italic, .text-p1-black-italic {
  font-style: italic; }

.text-p1-semibold, .text-p1-semibold-caps, .text-p1-semibold-italic, .text-p1-semibold-italic-caps {
  font-weight: 500; }

.text-p1-bold, .text-p1-bold-caps, .text-p1-bold-italic, .text-p1-bold-italic-caps {
  font-weight: bold; }

.text-p1-black, .text-p1-black-caps, .text-p1-black-italic, .text-p1-black-italic-caps {
  font-weight: 900; }

.text-p2-regular, .text-p2-regular-caps, .text-p2-regular-italic, .text-p2-regular-italic-caps, .text-p2-bold, .text-p2-bold-caps, .text-p2-bold-italic, .text-p2-bold-italic-caps, .text-p2-semibold, .text-p2-semibold-caps, .text-p2-semibold-italic, .text-p2-semibold-italic-caps, .text-p2-black, .text-p2-black-caps, .text-p2-black-italic, .text-p2-black-italic-caps {
  display: block;
  font-size: 17px;
  line-height: 26px; }

.text-p2-regular, .text-p2-regular-caps, .text-p2-regular-italic, .text-p2-regular-italic-caps {
  font-weight: normal; }

.text-p2-regular-caps, .text-p2-bold-caps, .text-p2-bold-italic-caps, .text-p2-semibold-caps, .text-p2-semibold-italic-caps, .text-p2-black-caps, .text-p2-black-italic-caps {
  text-transform: uppercase;
  letter-spacing: 0; }

.text-p2-regular-italic, .text-p2-regular-italic-caps, .text-p2-bold-italic, .text-p2-semibold-italic, .text-p2-black-italic {
  font-style: italic; }

.text-p2-semibold, .text-p2-semibold-caps, .text-p2-semibold-italic, .text-p2-semibold-italic-caps {
  font-weight: 500; }

.text-p2-bold, .text-p2-bold-caps, .text-p2-bold-italic, .text-p2-bold-italic-caps {
  font-weight: bold; }

.text-p2-black, .text-p2-black-caps, .text-p2-black-italic, .text-p2-black-italic-caps {
  font-weight: 900; }

.text-p3-regular, .text-p3-regular-caps, .text-p3-regular-italic, .text-p3-regular-italic-caps, .text-p3-bold, .text-p3-bold-caps, .text-p3-bold-italic, .text-p3-bold-italic-caps, .text-p3-semibold, .text-p3-semibold-caps, .text-p3-semibold-italic, .text-p3-semibold-italic-caps, .text-p3-black, .text-p3-black-caps, .text-p3-black-italic, .text-p3-black-italic-caps {
  display: block;
  font-size: 14px;
  line-height: 20px; }

.text-p3-regular, .text-p3-regular-caps, .text-p3-regular-italic, .text-p3-regular-italic-caps {
  font-weight: normal; }

.text-p3-regular-caps, .text-p3-bold-caps, .text-p3-bold-italic-caps, .text-p3-semibold-caps, .text-p3-semibold-italic-caps, .text-p3-black-caps, .text-p3-black-italic-caps {
  text-transform: uppercase;
  letter-spacing: 0; }

.text-p3-regular-italic, .text-p3-regular-italic-caps, .text-p3-bold-italic, .text-p3-semibold-italic, .text-p3-black-italic {
  font-style: italic; }

.text-p3-semibold, .text-p3-semibold-caps, .text-p3-semibold-italic, .text-p3-semibold-italic-caps {
  font-weight: 500; }

.text-p3-bold, .text-p3-bold-caps, .text-p3-bold-italic, .text-p3-bold-italic-caps {
  font-weight: bold; }

.text-p3-black, .text-p3-black-caps, .text-p3-black-italic, .text-p3-black-italic-caps {
  font-weight: 900; }

.text-p4-regular, .text-p4-regular-caps, .text-p4-regular-italic, .text-p4-regular-italic-caps, .text-p4-bold, .text-p4-bold-caps, .text-p4-bold-italic, .text-p4-bold-italic-caps, .text-p4-semibold, .text-p4-semibold-caps, .text-p4-semibold-italic, .text-p4-semibold-italic-caps, .text-p4-black, .text-p4-black-caps, .text-p4-black-italic, .text-p4-black-italic-caps {
  display: block;
  font-size: 12px;
  line-height: 16px; }

.text-p4-regular, .text-p4-regular-caps, .text-p4-regular-italic, .text-p4-regular-italic-caps {
  font-weight: normal; }

.text-p4-regular-caps, .text-p4-bold-caps, .text-p4-bold-italic-caps, .text-p4-semibold-caps, .text-p4-semibold-italic-caps, .text-p4-black-caps, .text-p4-black-italic-caps {
  text-transform: uppercase;
  letter-spacing: 0; }

.text-p4-regular-italic, .text-p4-regular-italic-caps, .text-p4-bold-italic, .text-p4-semibold-italic, .text-p4-black-italic {
  font-style: italic; }

.text-p4-semibold, .text-p4-semibold-caps, .text-p4-semibold-italic, .text-p4-semibold-italic-caps {
  font-weight: 500; }

.text-p4-bold, .text-p4-bold-caps, .text-p4-bold-italic, .text-p4-bold-italic-caps {
  font-weight: bold; }

.text-p4-black, .text-p4-black-caps, .text-p4-black-italic, .text-p4-black-italic-caps {
  font-weight: 900; }

p {
  margin: 0 0 24px; }
  @media only screen and (max-width: 767px) {
    p {
      margin-bottom: 22px; } }

.text-p1, .p1, .text-lg {
  font-size: 20px;
  line-height: 30px; }
  @media only screen and (min-width: 768px) {
    .text-p1 ul li, .text-p1 ol li, .p1 ul li, .p1 ol li, .text-lg ul li, .text-lg ol li {
      padding-left: 18px; }
      .text-p1 ul li:before, .text-p1 ol li:before, .p1 ul li:before, .p1 ol li:before, .text-lg ul li:before, .text-lg ol li:before {
        top: 13px; } }
  @media only screen and (max-width: 767px) {
    .text-p1, .p1, .text-lg {
      font-size: 17px;
      line-height: 26px; } }

.text-p2, .p2, .text-md {
  font-size: 17px;
  line-height: 26px; }
  @media only screen and (max-width: 767px) {
    .text-p2, .p2, .text-md {
      font-size: 17px;
      line-height: 26px; } }

.text-p3, .p3, .text-sm {
  font-size: 14px;
  line-height: 20px; }
  .text-p3 ul li:before, .text-p3 ol li:before, .p3 ul li:before, .p3 ol li:before, .text-sm ul li:before, .text-sm ol li:before {
    top: 8px; }
  @media only screen and (max-width: 767px) {
    .text-p3, .p3, .text-sm {
      font-size: 14px;
      line-height: 20px; } }

.text-p4, .p4, .text-xs {
  font-size: 12px;
  line-height: 16px; }
  .text-p4 ul li, .text-p4 ol li, .p4 ul li, .p4 ol li, .text-xs ul li, .text-xs ol li {
    padding-left: 16px; }
    .text-p4 ul li:before, .text-p4 ol li:before, .p4 ul li:before, .p4 ol li:before, .text-xs ul li:before, .text-xs ol li:before {
      top: 6px; }
  @media only screen and (max-width: 767px) {
    .text-p4, .p4, .text-xs {
      font-size: 12px;
      line-height: 16px; } }

.text-wrap {
  white-space: pre-wrap; }

ul, ol {
  margin-top: 0;
  margin-bottom: 20px; }
  ul ul,
  ul ol, ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 26px; }

dt,
dd {
  line-height: 26px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #FBFBFB; }

.initialism {
  font-size: 90%; }

blockquote {
  position: relative;
  padding: 0;
  margin: 0 0 20px;
  font-size: inherit;
  border: none;
  quotes: "“" "”" "‘" "’";
  font-style: italic;
  letter-spacing: 0.45px;
  padding-left: 16px; }
  blockquote h4, blockquote h5 {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #004AAD;
    letter-spacing: 2.13px; }
  blockquote:after, blockquote:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #004AAD; }
  blockquote:after {
    left: 3px; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote p:after {
    content: ''; }
  blockquote p:last-child {
    margin-bottom: 13px; }
  blockquote.no-quotes p::before, blockquote.no-quotes p::after {
    content: none !important; }
  blockquote cite {
    display: block;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.26px;
    line-height: 26px;
    text-transform: uppercase;
    font-style: normal; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 26px;
    color: #004AAD; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #FBFBFB;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 26px; }

.post_content .wp-caption {
  max-width: 100%; }
  .post_content .wp-caption img {
    margin: 0; }

.post_content .wp-caption p,
.post_content .wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  color: #5B5D6B;
  letter-spacing: 0.39px;
  padding: 6px 8px; }

.post_content .wp-gallery .wp-caption-text {
  margin-bottom: 0; }

.font-heavy h1, .font-heavy h2, .font-heavy h3, .font-heavy h4, .font-heavy h5, .font-heavy h6, .font-heavy p, .font-heavy .h1, .font-heavy .h2, .font-heavy .h3, .font-heavy .h4, .font-heavy .h5, .font-heavy .h6 {
  font-family: "Source Sans 3", arial, sans-serif;
  font-weight: 800; }

.font-black h1, .font-black h2, .font-black h3, .font-black h4, .font-black h5, .font-black h6, .font-black p, .font-black .h1, .font-black .h2, .font-black .h3, .font-black .h4, .font-black .h5, .font-black .h6 {
  font-family: "Source Sans 3", arial, sans-serif;
  font-weight: 900; }

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 2;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  color: #004AAD;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Font Awesome 5 Free", arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
      width: 28px;
      height: 28px; } }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    color: inherit;
    opacity: 1; }
    @media only screen and (max-width: 767px) {
      .slick-prev:before,
      .slick-next:before {
        font-size: 12px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background-color: #004AAD;
    border-color: #004AAD;
    color: #ffffff; }
  .slick-prev:active,
  .slick-next:active {
    background-color: #004AAD;
    border-color: #004AAD;
    color: #ffffff; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev.slick-next,
  .slick-next.slick-next {
    right: 20px; }
  .slick-prev.slick-prev,
  .slick-next.slick-prev {
    left: 20px; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 36px;
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .slick-dots {
      bottom: 16px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .slick-dots li {
        margin: 0 6px; } }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      display: block;
      padding: 0;
      background: none;
      border: none;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.5);
      transition: all 0.3s;
      overflow: hidden;
      font-size: 0px;
      box-shadow: none !important;
      outline: none !important;
      cursor: pointer; }
      .slick-dots li button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #35C3FF;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        transition: all 0.3s;
        top: -5px;
        left: -5px;
        transform: scale(0); }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: none !important;
        outline: none !important; }
    .slick-dots li.slick-active button {
      background: #ffffff; }
      .slick-dots li.slick-active button:before {
        transform: scale(1); }

/* HEADER */
.main-nav {
  transition: all 0.3s; }
  .main-nav > .menu {
    display: flex;
    justify-content: flex-end;
    text-align: left;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
    background: none; }
    .main-nav > .menu > li {
      display: flex;
      position: relative; }
      .main-nav > .menu > li > a {
        position: relative;
        display: flex;
        align-items: center;
        position: relative;
        color: #2A2A2A;
        text-decoration: none;
        z-index: 1;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
        padding: 8px 20px; }
        .main-nav > .menu > li > a:hover, .main-nav > .menu > li > a:active {
          color: #004AAD;
          text-decoration: underline; }
        .main-nav > .menu > li > a.dropdown-toggle:after {
          content: "\f107";
          border: none;
          width: auto;
          height: auto;
          line-height: 11px;
          margin-left: 12px;
          text-align: center;
          font-size: 20px;
          font-weight: 900;
          font-family: 'Font Awesome 5 Free'; }
      @media only screen and (max-width: 991px) {
        .main-nav > .menu > li {
          margin-right: 0;
          margin-bottom: 0;
          flex-direction: column; }
          .main-nav > .menu > li:not(:last-child) {
            margin-right: 0; }
          .main-nav > .menu > li > a {
            width: 100%;
            padding: 16px 20px;
            transition: none; }
            .main-nav > .menu > li > a.dropdown-toggle:after {
              display: none; }
          .main-nav > .menu > li.open > a {
            background: #532C80; }
          .main-nav > .menu > li.open .sub-toggle {
            transform: rotate(-90deg); }
          .main-nav > .menu > li.open .dropdown-menu {
            display: block; } }
    .main-nav > .menu .dropdown-menu {
      display: flex;
      position: relative;
      margin: 0;
      padding: 5px 0 10px;
      border: 2px solid #0F66AD;
      border-radius: 0 0 6px 6px;
      width: 100%;
      min-width: 292px;
      background: #ffffff;
      box-shadow: none; }
      .main-nav > .menu .dropdown-menu > a {
        position: relative;
        display: flex;
        align-items: center;
        position: relative;
        color: #2A2A2A;
        text-decoration: none;
        z-index: 1;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
        padding: 8px 20px; }
        .main-nav > .menu .dropdown-menu > a:hover, .main-nav > .menu .dropdown-menu > a:active {
          color: #004AAD;
          text-decoration: underline; }
        .main-nav > .menu .dropdown-menu > a.dropdown-toggle:after {
          content: "\f107";
          border: none;
          width: auto;
          height: auto;
          line-height: 11px;
          margin-left: 12px;
          text-align: center;
          font-size: 20px;
          font-weight: 900;
          font-family: 'Font Awesome 5 Free'; }
      @media only screen and (max-width: 991px) {
        .main-nav > .menu .dropdown-menu {
          margin-right: 0;
          margin-bottom: 0;
          flex-direction: column; }
          .main-nav > .menu .dropdown-menu:not(:last-child) {
            margin-right: 0; }
          .main-nav > .menu .dropdown-menu > a {
            width: 100%;
            padding: 16px 20px;
            transition: none; }
            .main-nav > .menu .dropdown-menu > a.dropdown-toggle:after {
              display: none; }
          .main-nav > .menu .dropdown-menu.open > a {
            background: #532C80; }
          .main-nav > .menu .dropdown-menu.open .sub-toggle {
            transform: rotate(-90deg); }
          .main-nav > .menu .dropdown-menu.open .dropdown-menu {
            display: block; } }
      .main-nav > .menu .dropdown-menu li a {
        display: block;
        transition: all 0.3s;
        color: #191919;
        width: 100%;
        padding: 10px 24px;
        font-size: 17px;
        line-height: 26px; }
        .main-nav > .menu .dropdown-menu li a:hover {
          color: #0F66AD; }
      @media only screen and (max-width: 767px) {
        .main-nav > .menu .dropdown-menu {
          width: 100%;
          position: relative;
          margin: 0;
          padding: 8px 0 0;
          padding: 0;
          border: 0;
          border-radius: 0;
          background: #532C80;
          box-shadow: none;
          border-top: none; }
          .main-nav > .menu .dropdown-menu li a {
            display: block;
            width: 100%;
            padding: 8px 16px;
            color: #ffffff;
            transition: all 0.3s;
            border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
            .main-nav > .menu .dropdown-menu li a:hover {
              color: #0F66AD; }
          .main-nav > .menu .dropdown-menu li:last-child a {
            border-bottom: none; } }
    @media only screen and (min-width: 768px) {
      .main-nav > .menu .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
        transform: translateY(10px); }
      .main-nav > .menu .hover .dropdown-menu {
        opacity: 1;
        transform: translate(0, -2px);
        visibility: visible;
        transition-delay: 0.1s; } }
    @media only screen and (max-width: 767px) {
      .main-nav > .menu {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 12px 0 48px; }
        .main-nav > .menu > li {
          margin-right: 0;
          margin-bottom: 0;
          flex-direction: column; }
          .main-nav > .menu > li:not(:last-child) {
            margin-right: 0; } }

.main-header {
  display: flex;
  transition: all 0.3s;
  left: 0;
  right: 0;
  z-index: 10;
  background: none;
  height: 92px;
  height: var(--data-height, 92px);
  line-height: var(--data-height, 92px);
  background: var(--data-bg, #ffffff);
  isolation: isolate;
  transition: transform .25s ease-in-out;
  will-change: transform;
  position: sticky;
  top: 0; }
  .main-header.fixed {
    position: fixed; }
    .main-header.fixed + #main {
      padding-top: 92px;
      padding-top: var(--p-top, 92px); }
  .main-header--pinned {
    transform: translateY(0); }
  .main-header--unpinned {
    transform: translateY(-100%); }
  .main-header .container-fluid {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .main-header .container-fluid {
        align-items: center;
        justify-content: space-between; } }
  .main-header-logo {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    align-self: center;
    width: auto; }
    .main-header-logo a, .main-header-logo__link {
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 60px;
      height: 52px;
      height: var(--logo-height, 52px); }
    .main-header-logo img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      width: auto;
      max-width: unset;
      height: 100%; }
    @media only screen and (max-width: 767px) {
      .main-header-logo {
        align-items: center; }
        .main-header-logo a, .main-header-logo__link {
          height: var(--logo-height-xs, 52px); } }
  .main-header-menu {
    width: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    position: relative; }
    .main-header-menu:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.35;
      background: #AEE7FF;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: -90px;
      right: -192px;
      right: calc(-50vw + 620px - 192px);
      clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0% 100%); }
      @media only screen and (max-width: 1240px) {
        .main-header-menu:before {
          right: -192px; } }
      @media only screen and (max-width: 767px) {
        .main-header-menu:before {
          display: none !important; } }
    @media only screen and (min-width: 768px) {
      .main-header-menu {
        justify-content: center; } }
    @media only screen and (max-width: 767px) {
      .main-header-menu {
        position: absolute;
        overflow: hidden;
        overflow: auto;
        top: 100%;
        left: 0;
        width: 100%;
        height: 0;
        margin: 0;
        background: #F3f4f8;
        max-height: calc(100vh - var(--data-height-xs)); }
        .main-header-menu .main-nav {
          background-color: #ffffff;
          background: #F3f4f8; } }
  .main-header-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 20px; }
    .main-header-cta--text {
      font-family: "Source Sans 3", arial, sans-serif;
      font-size: 22px;
      line-height: 20px;
      color: #13ce66;
      letter-spacing: 0;
      text-align: center;
      max-width: 90px;
      margin-right: 24px;
      transform: translateY(4px); }
    .main-header-cta--toggle {
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #004AAD;
      text-align: center;
      width: 28px;
      min-width: 28px;
      height: 28px;
      border: 1px solid #004AAD;
      font-size: 19px;
      line-height: 19px;
      background: transparent;
      border-radius: 50%;
      outline: none;
      padding: 0;
      font-weight: normal;
      padding-top: 2px;
      padding-right: 2px; }
    .main-header-cta--dropdown {
      display: none;
      position: absolute;
      color: #ffffff;
      background-color: #2A2A2A;
      text-align: center;
      font-weight: 700;
      font-size: 12px;
      line-height: 16px;
      min-width: 124px;
      outline: none;
      border-radius: 8px;
      padding: 12px 12px 14px;
      top: calc(100% + 12px);
      right: -12px; }
      .main-header-cta--dropdown:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 8px solid #2A2A2A;
        width: 0;
        height: 0;
        top: -8px;
        right: 19px;
        left: auto; }
      .main-header-cta--dropdown p {
        margin-bottom: 8px; }
      .main-header-cta--dropdown .btn, .main-header-cta--dropdown .sidebar-block .wp-block-button__link, .sidebar-block .main-header-cta--dropdown .wp-block-button__link, .main-header-cta--dropdown .btn-primary, .main-header-cta--dropdown .sidebar-block .wp-block-button__link, .sidebar-block .main-header-cta--dropdown .wp-block-button__link {
        outline: none;
        border: none; }
      .active .main-header-cta--dropdown {
        display: block; }
    @media only screen and (max-width: 991px) {
      .main-header-cta--text {
        margin-right: 12px; } }
    @media only screen and (min-width: 768px) {
      .main-header-cta--toggle {
        display: none !important; } }
    @media only screen and (max-width: 767px) {
      .main-header-cta {
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10; }
        .main-header-cta--btn, .main-header-cta--text {
          display: none !important; }
        .main-header-cta .btn-primary, .main-header-cta .sidebar-block .wp-block-button__link, .sidebar-block .main-header-cta .wp-block-button__link {
          font-size: 16px;
          line-height: 20px;
          padding: 10px 20px; } }
  @media only screen and (max-width: 767px) {
    .main-header {
      height: 72px;
      line-height: 72px;
      height: var(--data-height-xs, 72px);
      line-height: var(--data-height-xs, 72px); }
      .main-header.fixed + #main {
        padding-top: 72px;
        padding-top: var(--p-top-xs, 72px); } }

.main-top {
  background: none;
  padding: 10px 0;
  background: #AEE7FF; }
  @media only screen and (max-width: 767px) {
    .main-top {
      padding: 6px 0; } }
  .main-top .container-fluid {
    display: flex; }
  .main-top-contact {
    display: flex; }
    .main-top-contact--btn {
      display: inline-flex;
      align-items: center;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
      color: #2A2A2A;
      font-weight: 500; }
      .main-top-contact--btn .fa {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #004AAD;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (min-width: 768px) {
          .main-top-contact--btn .fa {
            margin-right: 8px; } }
        .main-top-contact--btn .fa.fa-phone:before {
          transform: scaleX(-1); }
      .main-top-contact--btn:not(:last-child) {
        margin-right: 20px; }
  .main-top-social .social-icons {
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  body.menu-open {
    overflow: hidden; }
    body.menu-open .menu-block {
      height: 100vh; } }

.nav-toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background: transparent;
  border-radius: 0px;
  border: none;
  padding: 20px;
  height: 100%; }
  .nav-toggle-text {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #004AAD;
    letter-spacing: 0.14px;
    margin-right: 8px;
    display: none; }
  .nav-toggle-icon {
    height: inherit;
    line-height: inherit;
    background: transparent;
    width: 20px;
    height: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    transition-delay: 0s;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .nav-toggle .top, .nav-toggle .middle, .nav-toggle .bottom {
    float: none;
    margin: 0;
    display: block;
    width: 20px;
    height: 3px;
    margin-bottom: 3px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.15s 0.05s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s; }
    .nav-toggle .top:before, .nav-toggle .top:after, .nav-toggle .middle:before, .nav-toggle .middle:after, .nav-toggle .bottom:before, .nav-toggle .bottom:after {
      display: block;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background-color: #2A2A2A;
      transition: -webkit-all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .nav-toggle .top:after, .nav-toggle .middle:after, .nav-toggle .bottom:after {
      width: 20px;
      height: 3px;
      border-radius: 10px; }
    .nav-toggle .top:last-child, .nav-toggle .middle:last-child, .nav-toggle .bottom:last-child {
      margin-bottom: 0 !important; }
  .nav-toggle .top {
    transform: translateY(0);
    transition-delay: 0.3s, 0s; }
    .nav-toggle .top:before {
      transition-delay: 0.2s; }
  .nav-toggle .middle {
    transform: rotate(0deg);
    transition-delay: 0s;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s; }
    .nav-toggle .middle:before {
      transition-delay: 0.1s; }
  .nav-toggle .bottom {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s, 0s; }
    .nav-toggle .bottom:before {
      transition-delay: 0.0s; }
  .nav-toggle.active .nav-toggle-icon {
    transform: rotate(135deg);
    transition-delay: 0.2s; }
  .nav-toggle.active .top {
    transform: translateY(6px);
    transition-delay: 0s, 0.2s; }
    .nav-toggle.active .top:before {
      transition-delay: 0s; }
  .nav-toggle.active .middle {
    transform: rotate(90deg);
    transition-delay: 0.15s; }
  .nav-toggle.active .bottom {
    transform: translateY(-7px);
    opacity: 0;
    transition-delay: 0s, 0.15s; }
  @media only screen and (max-width: 767px) {
    .nav-toggle {
      display: flex;
      align-items: center; } }

.sub-toggle {
  position: absolute;
  text-align: center;
  color: #ffffff;
  padding: 12px 16px;
  padding: 0 16px;
  right: 0;
  top: 0;
  left: auto;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 20px;
  z-index: 1;
  width: 56px;
  height: 56px;
  line-height: 56px; }

/* FOOTER */
#main-footer {
  padding: 48px 0 0;
  overflow: hidden;
  background: #26313E;
  color: #ffffff; }
  #main-footer .container-fluid {
    padding: 0 28px; }
  @media only screen and (max-width: 767px) {
    #main-footer {
      padding-top: 24px; }
      #main-footer .container-fluid {
        padding: 0 20px; } }
  #main-footer .footer-block {
    position: relative;
    margin-bottom: 32px;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      #main-footer .footer-block {
        margin-bottom: 0; } }
    #main-footer .footer-block h3, #main-footer .footer-block h4, #main-footer .footer-block .footer-heading {
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;
      display: block;
      font-weight: 900;
      margin-bottom: 8px; }
      @media only screen and (max-width: 767px) {
        #main-footer .footer-block h3, #main-footer .footer-block h4, #main-footer .footer-block .footer-heading {
          margin-bottom: 12px; } }
    @media only screen and (max-width: 767px) {
      #main-footer .footer-block.footer-logo {
        margin: auto; } }
    #main-footer .footer-block.footer-logo .site-logo {
      width: auto;
      margin-bottom: 20px;
      height: 90px;
      height: var(--f-logo-height, 90px);
      filter: brightness(0) invert(1); }
      @media only screen and (max-width: 767px) {
        #main-footer .footer-block.footer-logo .site-logo {
          margin-left: auto;
          margin-right: auto;
          height: 80px;
          height: var(--f-logo-height-xs, 80px); } }
    #main-footer .footer-block.footer-logo > a {
      display: block; }
    #main-footer .footer-block.footer-logo p:last-child {
      margin-bottom: 0; }
    #main-footer .footer-block.footer-contact .main-top-contact {
      gap: 12px;
      margin-bottom: 12px; }
      #main-footer .footer-block.footer-contact .main-top-contact--btn .fa {
        margin-right: 8px; }
    #main-footer .footer-block .menu {
      border-radius: 0;
      background: none;
      text-align: left;
      padding: 0;
      margin: 0;
      background: none;
      display: flex;
      flex-wrap: wrap; }
      #main-footer .footer-block .menu li {
        position: relative;
        list-style: none;
        width: 100%;
        margin-bottom: 8px; }
        #main-footer .footer-block .menu li a {
          display: block;
          font-size: 17px;
          line-height: 26px;
          color: #ffffff;
          font-weight: 500;
          position: relative;
          transition: all 0.3s;
          padding: 0;
          text-decoration: none; }
          #main-footer .footer-block .menu li a:hover {
            color: #ffffff;
            text-decoration: underline; }
          #main-footer .footer-block .menu li a.dropdown-toggle:after {
            content: "\f107";
            border: none;
            width: 8px;
            height: 8px;
            line-height: 12px;
            margin-left: 4px;
            font-weight: 900;
            text-align: center;
            font-size: 12px;
            font-family: 'Font Awesome 5 Free'; }
          @media only screen and (max-width: 767px) {
            #main-footer .footer-block .menu li a {
              font-size: 17px;
              line-height: 26px; } }
        #main-footer .footer-block .menu li.active a, #main-footer .footer-block .menu li.current_page_item a {
          color: #ffffff; }
    #main-footer .footer-block .cta-block {
      display: flex;
      flex-direction: column;
      margin-bottom: 40px; }
      #main-footer .footer-block .cta-block .cta-item {
        font-size: 24px;
        line-height: 28px;
        color: #ffffff;
        font-family: "Source Sans 3", arial, sans-serif;
        transition: all 0.3s;
        margin-bottom: 15px; }
        #main-footer .footer-block .cta-block .cta-item .icon {
          margin-right: 5px;
          font-size: 20px; }
        #main-footer .footer-block .cta-block .cta-item:hover {
          color: #ffffff; }
      @media only screen and (max-width: 767px) {
        #main-footer .footer-block .cta-block {
          justify-content: center;
          text-align: center;
          margin-bottom: 30px; }
          #main-footer .footer-block .cta-block .cta-item {
            font-size: 17px;
            line-height: 20px;
            margin-bottom: 10px; }
            #main-footer .footer-block .cta-block .cta-item .icon {
              margin-right: 4px;
              font-size: 15px; } }
    @media only screen and (max-width: 767px) {
      #main-footer .footer-block .content-row {
        margin-bottom: 18px; } }
  #main-footer .social-icons ul {
    gap: 0; }
    #main-footer .social-icons ul li:not(:last-child) {
      margin-right: 15px; }
    #main-footer .social-icons ul a {
      background-color: #004AAD;
      color: #ffffff; }
    @media only screen and (max-width: 767px) {
      #main-footer .social-icons ul {
        margin-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    #main-footer .footer-col {
      margin-bottom: 20px; } }
  #main-footer .footer-col-cta {
    display: flex;
    flex-direction: column; }
  #main-footer .cta-buttons,
  #main-footer .acc-block {
    display: flex;
    gap: 20px 24px; }
    #main-footer .cta-buttons img,
    #main-footer .acc-block img {
      display: block;
      max-width: 100%;
      height: auto; }
  #main-footer .cta-buttons {
    margin-bottom: 24px; }
    #main-footer .cta-buttons .btn-block {
      margin: 0; }
    #main-footer .cta-buttons .btn, #main-footer .cta-buttons .sidebar-block .wp-block-button__link, .sidebar-block #main-footer .cta-buttons .wp-block-button__link {
      width: 100%;
      justify-content: center;
      font-size: 20px;
      line-height: 30px; }
    #main-footer .cta-buttons .btn-secondary {
      border-color: #ffffff;
      color: #ffffff; }
    @media only screen and (max-width: 991px) {
      #main-footer .cta-buttons {
        flex-wrap: wrap;
        gap: 20px 24px; } }
    @media only screen and (max-width: 767px) {
      #main-footer .cta-buttons {
        flex-direction: column-reverse; } }
  #main-footer .acc-block img {
    border-radius: 10px; }
  @media only screen and (max-width: 991px) {
    #main-footer .acc-block {
      gap: 20px; } }
  @media only screen and (max-width: 767px) {
    #main-footer .acc-block {
      gap: 12px; } }
  #main-footer .copyright {
    position: relative;
    margin-top: 40px;
    padding: 20px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 14px;
    line-height: 20px; }
    @media only screen and (max-width: 767px) {
      #main-footer .copyright {
        margin-top: 0; } }
    #main-footer .copyright .row {
      align-items: center;
      justify-content: space-between; }
    #main-footer .copyright-block p {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      #main-footer .copyright-block {
        text-align: center;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      #main-footer .copyright .legal-block {
        margin-top: 8px; } }
    #main-footer .copyright .legal-block ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        #main-footer .copyright .legal-block ul {
          justify-content: center; } }
    #main-footer .copyright .legal-block li {
      position: relative; }
      #main-footer .copyright .legal-block li:not(:last-child) {
        margin-right: 26px; }
      @media only screen and (max-width: 767px) {
        #main-footer .copyright .legal-block li:not(:last-child) {
          margin-right: 26px; } }
    #main-footer .copyright .legal-block a {
      display: block;
      font-size: 14px;
      line-height: 20px;
      transition: all 0.3s;
      color: #ffffff; }
      #main-footer .copyright .legal-block a:hover {
        color: #ffffff;
        text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        #main-footer .copyright .legal-block a {
          font-size: 14px;
          line-height: 20px; } }

.contact-address {
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    .contact-address {
      margin-bottom: 22px; } }
  .contact-address a {
    text-decoration: underline; }
  .contact-address.color-white a, .sidebar-block.page-sidebar-1 .contact-address.btn-primary:hover a, .sidebar-block.page-sidebar-1 .contact-address.wp-block-button__link:hover a {
    color: #ffffff; }
  .contact-address.underline a {
    text-decoration: underline; }

.subscription-block {
  width: 708px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  margin-bottom: 44px;
  padding: 36px 40px 46px;
  background-color: #004AAD; }
  .subscription-block .title-block {
    margin-bottom: 24px; }
    .subscription-block .title-block .subscription-title {
      margin-bottom: 0; }
  .subscription-block .code-block {
    max-width: 460px;
    margin: 0 auto; }
  .subscription-block form {
    display: block;
    width: 100%; }
  .subscription-block .newsletter-checkboxes {
    display: inline-flex;
    justify-content: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 28px;
    width: 100%;
    gap: 24px; }
    .subscription-block .newsletter-checkboxes .checkbox-item {
      display: flex;
      align-items: center; }
      .subscription-block .newsletter-checkboxes .checkbox-item label {
        display: flex;
        cursor: pointer;
        align-items: center; }
        .subscription-block .newsletter-checkboxes .checkbox-item label:before {
          content: "\f00c";
          min-width: 18px;
          width: 18px;
          height: 18px;
          background: transparent;
          border: 1px solid #ffffff;
          border-radius: 4px;
          margin-right: 8px;
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-size: 12px;
          display: flex;
          justify-content: center;
          align-items: center;
          color: transparent; }
      .subscription-block .newsletter-checkboxes .checkbox-item input[type=checkbox] {
        position: absolute;
        margin: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden; }
        .subscription-block .newsletter-checkboxes .checkbox-item input[type=checkbox]:checked + label:before {
          color: #F1703E;
          background: #ffffff;
          border-color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .subscription-block {
      padding: 20px 12px 12px;
      margin-bottom: 40px; }
      .subscription-block .title-block {
        margin-bottom: 24px; }
      .subscription-block .newsletter-checkboxes {
        flex-direction: column;
        width: fit-content;
        margin-bottom: 24px;
        gap: 8px;
        text-align: left; }
      .subscription-block .field-group {
        text-align: center; } }

.email-address-subscribe {
  height: 50px;
  display: flex; }
  .email-address-subscribe * {
    height: 100%; }
  .email-address-subscribe input[type=email],
  .email-address-subscribe input[type=text] {
    border-radius: 26px 0px 0px 26px;
    font-family: "Source Sans 3", arial, sans-serif;
    font-size: 18px;
    line-height: 50px;
    padding-left: 24px;
    border: none;
    flex-grow: 1;
    color: #404252;
    background: #ffffff; }
    .email-address-subscribe input[type=email]::placeholder,
    .email-address-subscribe input[type=text]::placeholder {
      color: #404252;
      opacity: 1; }
  .email-address-subscribe .subscribe {
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    font-family: "Source Sans 3", arial, sans-serif;
    border: none;
    background-color: #F1703E;
    font-size: 18px;
    line-height: 36px;
    border-radius: 0px 26px 26px 0px;
    width: 148px;
    min-width: 148px;
    padding: 0; }
    .email-address-subscribe .subscribe:hover {
      background: #0F66AD; }
    .email-address-subscribe .subscribe:focus {
      background: #004AAD; }
    .email-address-subscribe .subscribe:active {
      background: #1079CE; }
  @media only screen and (max-width: 767px) {
    .email-address-subscribe {
      height: unset;
      width: 100%; }
      .email-address-subscribe * {
        height: 46px; }
      .email-address-subscribe input[type=email],
      .email-address-subscribe input[type=text] {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        padding-left: 16px;
        padding-right: 10px; }
      .email-address-subscribe .subscribe {
        text-align: center;
        width: 116px;
        min-width: 116px; } }

.social-icons {
  margin-bottom: 46px; }
  .social-icons ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    gap: 16px;
    list-style: none; }
  .social-icons li {
    margin-bottom: 0px;
    list-style: none; }
  .social-icons a {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    color: #004AAD;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all 0.3s; }
    .social-icons a .icon, .social-icons a .fa {
      display: flex; }
    .social-icons a:hover {
      text-decoration: none !important;
      color: #ffffff;
      background-color: #004AAD; }
  .social-icons.center ul {
    justify-content: center; }
  .social-icons.right ul {
    justify-content: flex-end; }
  .social-icons-light li a {
    color: #ffffff;
    border-color: #ffffff; }
    .social-icons-light li a:hover {
      color: #3a8cce;
      background: #ffffff; }

.post_footer .social-icons {
  margin-bottom: 10px; }

/* HERO */
.section-hero {
  padding: 108px 0;
  z-index: 1; }
  .section-hero img {
    display: block;
    max-width: 100%;
    height: auto; }
  .section-hero__bg.has-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .section-hero__block,
  .section-hero .hero-block {
    position: relative; }
  @media only screen and (max-width: 767px) {
    .section-hero {
      padding: 32px 0; }
      .section-hero br {
        display: none !important; }
      .section-hero.has-image {
        padding: 28px 0; } }
  .section-hero__block__subtitle, .section-hero__block__text {
    max-width: 640px; }
  .section-hero__block__pretitle {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px; }
  .section-hero__block__title {
    margin-bottom: 24px; }
    .section-hero__block__title:last-child {
      margin-bottom: 0; }
  .section-hero__block__subtitle {
    margin-bottom: 24px; }
    .section-hero__block__subtitle:last-child {
      margin-bottom: 0; }
  .section-hero__block__subtitle {
    margin-bottom: 24px; }
    .section-hero__block__subtitle:last-child {
      margin-bottom: 0; }
  .text-center .section-hero__block__text, .text-center .section-hero__block__subtitle {
    margin-left: auto;
    margin-right: auto; }
  .section-hero__block__text {
    font-size: 20px;
    line-height: 30px; }
  .section-hero__block__btns,
  .section-hero__block .btn-block {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    .text-center .section-hero__block__btns, .text-center
    .section-hero__block .btn-block {
      justify-content: center; }
  .section-hero__block__title:last-child, .section-hero__block__pretitle:last-child, .section-hero__block__subtitle:last-child, .section-hero__block p:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .section-hero__block__text {
      font-size: 17px;
      line-height: 26px; }
    .section-hero__block__image,
    .section-hero__block .hero-image {
      margin-top: 16px;
      margin-bottom: 16px; }
    .section-hero__block__btns,
    .section-hero__block .btn-block {
      margin-top: 32px;
      gap: 16px; } }
  .section-hero .hero-logos {
    display: flex;
    justify-content: center;
    align-items: center; }
  .section-hero .icon-btn-group {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
    @media only screen and (max-width: 767px) {
      .section-hero .icon-btn-group {
        gap: 16px; } }
  .section-hero a:not(.btn):not(.card) {
    text-decoration: underline; }
    .section-hero a:not(.btn):not(.card):hover {
      color: #0F66AD; }
  .section-hero.default-hero {
    padding: 108px 0; }
    .section-hero.default-hero a:not(.btn):not(.card) {
      color: var(--color, #004AAD); }
      .section-hero.default-hero a:not(.btn):not(.card):hover {
        color: #0F66AD; }
    @media only screen and (max-width: 767px) {
      .section-hero.default-hero {
        padding: 32px 0; }
        .section-hero.default-hero .hero-block {
          max-width: unset; }
        .section-hero.default-hero .hero-title-block {
          margin-bottom: 64px; }
        .section-hero.default-hero h1, .section-hero.default-hero .h1 {
          margin-bottom: 18px; }
        .section-hero.default-hero .hero-title-block:last-child, .section-hero.default-hero h1:last-child, .section-hero.default-hero .h1:last-child {
          margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .section-hero.small-hero {
      min-height: unset; }
      .section-hero.small-hero .hero-pretitle {
        margin-bottom: 8px; } }

/* Hero */
.hero-slider {
  padding: 0;
  background-color: #11315b; }
  @media only screen and (max-width: 767px) {
    .hero-slider .slick-track {
      display: flex; }
      .hero-slider .slick-track .slick-slide {
        display: flex;
        height: auto;
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .hero-slider .slick-next {
      right: 10px; } }
  @media only screen and (max-width: 767px) {
    .hero-slider .slick-prev {
      left: 10px; } }
  .hero-slider-slide {
    display: flex;
    position: relative;
    z-index: 0;
    padding: 60px 130px;
    height: 640px; }
    @media only screen and (max-width: 1200px) {
      .hero-slider-slide {
        padding-left: 80px;
        padding-right: 80px;
        height: 520px; } }
    @media only screen and (max-width: 991px) {
      .hero-slider-slide {
        padding: 40px 60px;
        height: 420px; } }
    @media only screen and (max-width: 767px) {
      .hero-slider-slide {
        flex-direction: column;
        width: 100%;
        height: 120vw;
        padding: 20px 50px 46px; } }
    .hero-slider-slide .container-fluid {
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      position: relative;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .hero-slider-slide .container-fluid {
          flex: 1;
          flex-direction: column;
          padding: 0; } }
  .hero-slider-slide-info {
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .hero-slider-slide-info {
        max-width: unset;
        flex: 1;
        padding: 0;
        margin: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
  .hero-slider-slide-title {
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 12px; }
    .hero-slider-slide-title:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 1200px) {
      .hero-slider-slide-title {
        font-size: 42px;
        line-height: 46px; } }
    @media only screen and (max-width: 767px) {
      .hero-slider-slide-title {
        font-size: 32px;
        line-height: 40px; } }
  .hero-slider-slide-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px; }
    @media only screen and (max-width: 767px) {
      .hero-slider-slide-subtitle {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 1.1; } }
  .hero-slider-slide-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 49, 91, 0.7);
    z-index: 1; }
  .hero-slider-slide-bg img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hero-slider p:last-child {
    margin-bottom: 0; }
  .hero-slider .btn-block {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .hero-slider .btn-block .btn-primary:nth-child(2), .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2), .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) {
      position: relative;
      cursor: pointer;
      display: inline-flex;
      overflow: hidden;
      align-items: center;
      justify-content: center;
      box-shadow: none !important;
      border: none;
      color: #ffffff;
      background-color: #004AAD;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0;
      font-weight: 500;
      padding: 12px 30px;
      border-radius: 50px;
      isolation: isolate;
      border: 2px solid #ffffff;
      background: transparent;
      color: #ffffff;
      border-color: #ffffff;
      line-height: 20px; }
      .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-left, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-left, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-left {
        margin-right: 12px;
        order: -1;
        margin-left: -4px; }
      .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-right, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-right, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-right {
        margin-left: 12px;
        margin-right: -4px; }
      .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-left, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-left, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-left, .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-right, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-right, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-right {
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: inline-flex; }
        .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-left.fa-caret-right, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-left.fa-caret-right, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-left.fa-caret-right, .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-left.fa-caret-left, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-left.fa-caret-left, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-left.fa-caret-left, .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-left.fa-caret-up, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-left.fa-caret-up, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-left.fa-caret-up, .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-left.fa-caret-down, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-left.fa-caret-down, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-left.fa-caret-down, .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-right.fa-caret-right, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-right.fa-caret-right, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-right.fa-caret-right, .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-right.fa-caret-left, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-right.fa-caret-left, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-right.fa-caret-left, .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-right.fa-caret-up, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-right.fa-caret-up, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-right.fa-caret-up, .hero-slider .btn-block .btn-primary:nth-child(2) .btn-icon-right.fa-caret-down, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2) .btn-icon-right.fa-caret-down, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2) .btn-icon-right.fa-caret-down {
          font-size: 28px; }
      .hero-slider .btn-block .btn-primary:nth-child(2).btn-icon, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2).btn-icon, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2).btn-icon {
        width: 44px;
        height: 44px;
        padding: 5px;
        justify-content: center;
        align-items: center;
        font-size: 20px; }
      .hero-slider .btn-block .btn-primary:nth-child(2):before, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2):before, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2):before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }
      .hero-slider .btn-block .btn-primary:nth-child(2):hover, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2):hover, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2):hover {
        color: #ffffff; }
        .hero-slider .btn-block .btn-primary:nth-child(2):hover:before, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2):hover:before, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2):hover:before {
          background: rgba(10, 10, 10, 0.24); }
      .hero-slider .btn-block .btn-primary:nth-child(2).disabled, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2).disabled, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2).disabled, .hero-slider .btn-block .btn-primary:nth-child(2):disabled, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2):disabled, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2):disabled {
        opacity: 1;
        color: #ffffff;
        background: #C9CAD0;
        border-color: #C9CAD0; }
        .hero-slider .btn-block .btn-primary:nth-child(2).disabled:before, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2).disabled:before, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2).disabled:before, .hero-slider .btn-block .btn-primary:nth-child(2):disabled:before, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2):disabled:before, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2):disabled:before {
          display: none !important; }
      .hero-slider .btn-block .btn-primary:nth-child(2):before, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2):before, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2):before {
        display: none !important; }
      .hero-slider .btn-block .btn-primary:nth-child(2):hover, .hero-slider .btn-block .sidebar-block .wp-block-button__link:nth-child(2):hover, .sidebar-block .hero-slider .btn-block .wp-block-button__link:nth-child(2):hover {
        background-color: #004AAD;
        border-color: #004AAD;
        color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .hero-slider .btn-block {
        margin-top: 24px;
        margin-top: auto;
        flex-direction: column;
        justify-content: center;
        gap: 12px; } }

.component-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    .component-block {
      gap: 10px; } }

.title-block {
  margin-bottom: 28px; }
  @media only screen and (min-width: 768px) {
    .title-block {
      margin-bottom: 36px; } }
  @media only screen and (max-width: 767px) {
    .title-block br {
      display: none !important; } }

.pre-title {
  font-size: 12px;
  line-height: 16px;
  color: #2A2A2A;
  letter-spacing: 2.42px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 12px; }
  .pre-title + h2 {
    margin-top: 0; }

.tag-primary {
  display: inline-flex;
  border-radius: 8px;
  padding: 10px 12px;
  background-color: #004AAD;
  color: #ffffff;
  background-color: #004AAD; }
  @media only screen and (max-width: 767px) {
    .tag-primary {
      border-radius: 6px;
      padding: 5px 10px; } }

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

.wp-gallery:not(:last-child) {
  margin-bottom: 38px; }

.wp-gallery img {
  display: block;
  max-width: 100%;
  height: auto; }

.wp-gallery-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .wp-gallery-images .wp-caption-text {
    color: #004AAD;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px; }
  @media only screen and (max-width: 767px) {
    .wp-gallery-images {
      gap: 16px; } }

.wp-gallery-image {
  flex: 1;
  width: 100%;
  text-align: center; }

.wp-gallery.across-4 .wp-gallery-images .wp-gallery-image {
  max-width: 25%;
  flex: 0 0 25%; }

.wp-gallery.across-4 .wp-gallery-images img {
  max-width: 92px;
  margin: 0 auto 10px; }

@media only screen and (max-width: 767px) {
  .wp-gallery.across-4:not(:last-child) {
    margin-bottom: 4px; }
  .wp-gallery.across-4 .wp-gallery-images .wp-gallery-image {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 24px; }
  .wp-gallery.across-4 .wp-gallery-images img {
    max-width: 82px;
    margin: 0 auto 10px; } }

.video-base .iframe-wrap,
.video-base .iframe-wrap .iframe-element,
.video-base .video-thumbnail {
  border-radius: 4px; }

.video-base .video-thumbnail .play-icon {
  width: 76px;
  height: 76px;
  transition: all 0.3s;
  color: #ffffff;
  background-color: #004AAD;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
  .video-base .video-thumbnail .play-icon:before {
    content: "\f04b";
    margin-left: 4px; }
  .video-base .video-thumbnail .play-icon:hover {
    background-color: #0F66AD; }
  @media only screen and (max-width: 767px) {
    .video-base .video-thumbnail .play-icon {
      width: 30px;
      height: 30px;
      font-size: 12px; }
      .video-base .video-thumbnail .play-icon:before {
        margin-left: 3px; } }

@media only screen and (max-width: 767px) {
  .video-base .iframe-wrap,
  .video-base .video-thumbnail {
    border-radius: 8px; } }

.img-slider {
  margin-bottom: 0; }
  .img-slider .slick-track {
    display: flex; }
    .img-slider .slick-track .slick-slide {
      display: flex;
      height: auto;
      align-items: center;
      justify-content: center; }
      .img-slider .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
  .img-slider .slide-item {
    display: flex !important;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .img-slider .img-block {
    position: relative; }
    .img-slider .img-block img {
      display: block;
      max-width: 100%;
      height: auto;
      border-radius: 20px;
      height: 100%; }
    .img-slider .img-block .slide-caption {
      position: absolute;
      bottom: 16px;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: inline-flex;
      align-items: center;
      background: white;
      color: #004AAD;
      border-radius: 20px;
      padding: 2px 12px 2px 8px;
      font-size: 14px;
      line-height: 20px;
      width: fit-content; }
      .img-slider .img-block .slide-caption .fa {
        margin-right: 5px; }
  .img-slider .card-logo {
    display: block; }
    .img-slider .card-logo.has-height img {
      width: auto;
      height: 100%; }
  .img-slider .slick-next, .img-slider .slick-prev {
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s;
    color: #004AAD;
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 50%;
    filter: drop-shadow(0 7px 20px rgba(0, 74, 173, 0.1)) drop-shadow(0 5px 10px rgba(0, 74, 173, 0.25)); }
    .img-slider .slick-next:before, .img-slider .slick-prev:before {
      font-size: 18px;
      color: inherit;
      opacity: 1;
      font-family: "Font Awesome 5 Free", arial, sans-serif; }
    .img-slider .slick-next.slick-prev, .img-slider .slick-next.modal-prev, .img-slider .slick-next.slick-next, .img-slider .slick-next.modal-next, .img-slider .slick-prev.slick-prev, .img-slider .slick-prev.modal-prev, .img-slider .slick-prev.slick-next, .img-slider .slick-prev.modal-next {
      background-position: center !important;
      background-repeat: no-repeat !important; }
    .img-slider .slick-next.slick-prev:before, .img-slider .slick-next.modal-prev:before, .img-slider .slick-prev.slick-prev:before, .img-slider .slick-prev.modal-prev:before {
      content: "\f060"; }
    .img-slider .slick-next.slick-next:before, .img-slider .slick-next.modal-next:before, .img-slider .slick-prev.slick-next:before, .img-slider .slick-prev.modal-next:before {
      content: "\f061"; }
    @media only screen and (min-width: 768px) {
      .img-slider .slick-next:hover, .img-slider .slick-prev:hover {
        color: #ffffff;
        background-color: #004AAD;
        color: #ffffff;
        border-color: #ffffff; } }
    @media only screen and (max-width: 767px) {
      .img-slider .slick-next, .img-slider .slick-prev {
        width: 24px;
        height: 24px; }
        .img-slider .slick-next:before, .img-slider .slick-prev:before {
          font-size: 12px; } }
  .img-slider .slick-prev {
    left: 20px; }
  .img-slider .slick-next {
    right: 20px; }
  @media only screen and (max-width: 767px) {
    .img-slider .card-logo {
      display: block;
      padding: 0 10px; }
      .img-slider .card-logo.has-height img {
        width: auto;
        height: auto;
        max-height: 36px !important; }
    .img-slider .slick-prev {
      left: 12px; }
    .img-slider .slick-next {
      right: 12px; }
    .img-slider .slick-track .slick-slide > div {
      width: 100%;
      height: auto; }
    .img-slider .img-block img {
      border-radius: 10px;
      height: auto; }
    .img-slider .img-block .slide-caption {
      bottom: 8px;
      padding: 2px 12px 2px 8px;
      font-size: 12px;
      line-height: 16px; }
      .img-slider .img-block .slide-caption .fa {
        margin-right: 4px;
        margin-top: -3px; } }

@media only screen and (min-width: 768px) {
  .img-slider-centered.slick-dotted .slick-next, .img-slider-centered.slick-dotted .slick-prev {
    margin-top: -17px; } }

@media only screen and (max-width: 767px) {
  .img-slider-centered.slick-dotted .slick-next, .img-slider-centered.slick-dotted .slick-prev {
    margin-top: -13px; } }

.img-slider-centered .slick-track {
  display: flex; }

.img-slider-centered .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center; }

.img-slider-centered .slick-dots {
  position: relative;
  bottom: unset;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  list-style: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 24px;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .img-slider-centered .slick-dots {
      margin-top: 16px; } }
  .img-slider-centered .slick-dots li button {
    background: rgba(0, 74, 173, 0.4); }
    .img-slider-centered .slick-dots li button:before {
      border-color: #35C3FF; }
  .img-slider-centered .slick-dots li.slick-active button {
    background-color: #004AAD; }

.img-slider-centered .slick-next, .img-slider-centered .slick-prev {
  background-color: #004AAD;
  color: #ffffff; }

.img-slider-centered .slick-prev {
  left: -50px; }

.img-slider-centered .slick-next {
  right: -50px; }

@media only screen and (max-width: 1200px) {
  .img-slider-centered .slick-prev {
    left: -42px; }
  .img-slider-centered .slick-next {
    right: -42px; } }

@media only screen and (max-width: 767px) {
  .img-slider-centered .slick-prev {
    left: -14px; }
  .img-slider-centered .slick-next {
    right: -14px; } }

.img-slider-centered .slide-item {
  padding: 0 15px; }
  @media only screen and (max-width: 1200px) {
    .img-slider-centered .slide-item {
      padding: 0 10px; } }
  @media only screen and (max-width: 767px) {
    .img-slider-centered .slide-item {
      padding: 0; } }

.img-slider-centered .img-block {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  background-color: #F3f4f8;
  padding-bottom: 75.1351351351%;
  border-radius: 8px;
  width: 100%; }
  .img-slider-centered .img-block img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; }
  .img-slider-centered .img-block .slide-caption {
    background-color: #ffffff;
    position: absolute;
    color: #5B5D6B;
    bottom: 12px;
    left: 12px;
    right: 12px;
    margin: 0;
    align-items: flex-start;
    border-radius: 8px;
    padding: 8px 16px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    max-width: 436px;
    transition: all 0.3s; }
    .img-slider-centered .img-block .slide-caption:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      top: 8px;
      bottom: 8px;
      left: -2px;
      right: auto;
      width: 6px;
      background: var(--color, #004AAD);
      border-radius: 0 6px 6px 0; }
    .img-slider-centered .img-block .slide-caption .fa {
      display: none; }
    .img-slider-centered .img-block .slide-caption h4, .img-slider-centered .img-block .slide-caption .caption-heading {
      font-size: 17px;
      line-height: 26px;
      font-weight: bold;
      color: #004AAD;
      margin-bottom: 0; }
    .img-slider-centered .img-block .slide-caption h4:last-child, .img-slider-centered .img-block .slide-caption .caption-heading:last-child, .img-slider-centered .img-block .slide-caption p:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .img-slider-centered .img-block .slide-caption {
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-radius: 4px;
        padding: 7px 12px;
        font-size: 12px;
        line-height: 16px; }
        .img-slider-centered .img-block .slide-caption:before {
          top: 7px;
          bottom: 7px;
          left: -1px;
          width: 4px;
          border-radius: 0 3px 3px 0; }
        .img-slider-centered .img-block .slide-caption h4, .img-slider-centered .img-block .slide-caption .caption-heading {
          font-size: 12px;
          line-height: 1;
          margin-bottom: 4px; } }
  .img-slider-centered .img-block .slide-link {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%; }

.xs_carousel .slick-dots {
  position: relative;
  bottom: unset;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  list-style: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 24px;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .xs_carousel .slick-dots {
      margin-top: 16px; } }
  .xs_carousel .slick-dots li button {
    background: rgba(0, 74, 173, 0.4); }
    .xs_carousel .slick-dots li button:before {
      border-color: #35C3FF; }
  .xs_carousel .slick-dots li.slick-active button {
    background-color: #004AAD; }

.xs_carousel .slick-next, .xs_carousel .slick-prev {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  justify-content: center;
  box-shadow: none;
  border-radius: 50%;
  color: #C59133;
  background: rgba(255, 255, 255, 0.5); }
  .xs_carousel .slick-next:before, .xs_carousel .slick-prev:before {
    font-size: 24px;
    color: inherit;
    opacity: 1;
    font-family: "Font Awesome 5 Free", arial, sans-serif; }
  .xs_carousel .slick-next.slick-prev, .xs_carousel .slick-next.modal-prev, .xs_carousel .slick-next.slick-next, .xs_carousel .slick-next.modal-next, .xs_carousel .slick-prev.slick-prev, .xs_carousel .slick-prev.modal-prev, .xs_carousel .slick-prev.slick-next, .xs_carousel .slick-prev.modal-next {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important; }
  .xs_carousel .slick-next.slick-prev:before, .xs_carousel .slick-next.modal-prev:before, .xs_carousel .slick-prev.slick-prev:before, .xs_carousel .slick-prev.modal-prev:before {
    content: "\f060"; }
  .xs_carousel .slick-next.slick-next:before, .xs_carousel .slick-next.modal-next:before, .xs_carousel .slick-prev.slick-next:before, .xs_carousel .slick-prev.modal-next:before {
    content: "\f061"; }
  @media only screen and (min-width: 768px) {
    .xs_carousel .slick-next:hover, .xs_carousel .slick-prev:hover {
      background-color: #004AAD;
      color: #ffffff;
      border-color: #004AAD !important; } }

@media only screen and (min-width: 768px) {
  .xs_carousel .slick-dots {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .xs_carousel.row.row-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 8px; }
    .xs_carousel.row.row-card .col-card {
      padding: 0 8px !important; }
    .xs_carousel.row.row-card .slick-list {
      overflow: unset !important; }
  .xs_carousel .slick-slide {
    padding-bottom: 9px; }
  .xs_carousel .slick-next, .xs_carousel .slick-prev {
    top: calc(50% + 16px); }
  .xs_carousel .slick-dots {
    gap: 6px;
    padding: 6px 10px;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 0 rgba(200, 186, 216, 0.1), 0 2px 5px 2px rgba(175, 160, 193, 0.12); }
    .xs_carousel .slick-dots li button {
      width: 6px;
      height: 6px; } }

.logo-slider {
  margin-bottom: 0; }
  .logo-slider .slick-track {
    display: flex; }
    .logo-slider .slick-track .slick-slide {
      display: flex;
      height: auto;
      align-items: center;
      justify-content: center; }
      .logo-slider .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
  .logo-slider .slide-item {
    display: flex !important;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .logo-slider .logo-item {
    padding: 0 16px; }
  .logo-slider .slick-next, .logo-slider .slick-prev {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    color: #004AAD;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
    background: rgba(0, 74, 173, 0.08); }
    @media only screen and (max-width: 767px) {
      .logo-slider .slick-next, .logo-slider .slick-prev {
        width: 28px;
        height: 28px; } }
    .logo-slider .slick-next:before, .logo-slider .slick-prev:before {
      font-size: 20px;
      color: inherit;
      opacity: 1; }
      @media only screen and (max-width: 767px) {
        .logo-slider .slick-next:before, .logo-slider .slick-prev:before {
          font-size: 12px; } }
    .logo-slider .slick-next:hover, .logo-slider .slick-next:focus, .logo-slider .slick-prev:hover, .logo-slider .slick-prev:focus {
      background-color: #004AAD;
      border-color: #004AAD;
      color: #ffffff; }
    .logo-slider .slick-next:active, .logo-slider .slick-prev:active {
      background-color: #004AAD;
      border-color: #004AAD;
      color: #ffffff; }
    .logo-slider .slick-next.slick-disabled:before, .logo-slider .slick-prev.slick-disabled:before {
      opacity: 1; }
    .logo-slider .slick-next.slick-next, .logo-slider .slick-prev.slick-next {
      right: 20px; }
    .logo-slider .slick-next.slick-prev, .logo-slider .slick-prev.slick-prev {
      left: 20px; }
  .logo-slider .slick-prev {
    left: 0; }
  .logo-slider .slick-next {
    right: 0; }
  @media only screen and (max-width: 767px) {
    .logo-slider .slick-prev {
      left: -8px; }
    .logo-slider .slick-next {
      right: -8px; }
    .logo-slider .logo-item {
      padding: 0 10px; } }

.card-slider .card-cta {
  margin-bottom: 5px; }

.card-slider .slick-prev {
  left: -56px; }

.card-slider .slick-next {
  right: -56px; }

@media only screen and (max-width: 767px) {
  .card-slider .slick-prev {
    left: -8px; }
  .card-slider .slick-next {
    right: -8px; } }

.btn-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.rb-grid {
  margin: 0; }
  .rb-grid-1 > .card,
  .rb-grid-1 .rb-item {
    width: 100%; }
  .rb-grid-2 > .card,
  .rb-grid-2 .rb-item {
    width: 50%; }
  .rb-grid-3 > .card,
  .rb-grid-3 .rb-item {
    width: 33.3333333333%; }
  .rb-grid-4 > .card,
  .rb-grid-4 .rb-item {
    width: 25%; }
  .rb-grid-5 > .card,
  .rb-grid-5 .rb-item {
    width: 20%; }
  .rb-grid-6 > .card,
  .rb-grid-6 .rb-item {
    width: 16.6666666667%; }
  .rb-grid-7 > .card,
  .rb-grid-7 .rb-item {
    width: 14.2857142857%; }
  .rb-grid-8 > .card,
  .rb-grid-8 .rb-item {
    width: 12.5%; }
  .rb-grid-9 > .card,
  .rb-grid-9 .rb-item {
    width: 11.1111111111%; }
  .rb-grid-10 > .card,
  .rb-grid-10 .rb-item {
    width: 10%; }
  .rb-grid-11 > .card,
  .rb-grid-11 .rb-item {
    width: 9.0909090909%; }
  .rb-grid-12 > .card,
  .rb-grid-12 .rb-item {
    width: 8.3333333333%; }
  @media only screen and (max-width: 767px) {
    .rb-grid-xs-1 > .card,
    .rb-grid-xs-1 .rb-item {
      width: 100%; }
    .rb-grid-xs-2 > .card,
    .rb-grid-xs-2 .rb-item {
      width: 50%; }
    .rb-grid-xs-3 > .card,
    .rb-grid-xs-3 .rb-item {
      width: 33.3333333333%; }
    .rb-grid-xs-4 > .card,
    .rb-grid-xs-4 .rb-item {
      width: 25%; }
    .rb-grid-xs-5 > .card,
    .rb-grid-xs-5 .rb-item {
      width: 20%; }
    .rb-grid-xs-6 > .card,
    .rb-grid-xs-6 .rb-item {
      width: 16.6666666667%; }
    .rb-grid-xs-7 > .card,
    .rb-grid-xs-7 .rb-item {
      width: 14.2857142857%; }
    .rb-grid-xs-8 > .card,
    .rb-grid-xs-8 .rb-item {
      width: 12.5%; }
    .rb-grid-xs-9 > .card,
    .rb-grid-xs-9 .rb-item {
      width: 11.1111111111%; }
    .rb-grid-xs-10 > .card,
    .rb-grid-xs-10 .rb-item {
      width: 10%; }
    .rb-grid-xs-11 > .card,
    .rb-grid-xs-11 .rb-item {
      width: 9.0909090909%; }
    .rb-grid-xs-12 > .card,
    .rb-grid-xs-12 .rb-item {
      width: 8.3333333333%; } }

.col-card .card {
  flex: 1; }

@media only screen and (min-width: 768px) {
  .col-card {
    display: flex;
    flex-direction: column; } }

.featured-list,
.featured-list-block {
  font-size: 17px;
  line-height: 26px; }
  .featured-list ul li, .featured-list ol li,
  .featured-list-block ul li,
  .featured-list-block ol li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .featured-list ul li, .featured-list ol li,
      .featured-list-block ul li,
      .featured-list-block ol li {
        padding-left: 25px;
        margin-bottom: 16px; } }
    .featured-list ul li:before, .featured-list ol li:before,
    .featured-list-block ul li:before,
    .featured-list-block ol li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #35C3FF url("../../images/icons/icon-bullet-tick.svg") center no-repeat;
      top: 1px;
      left: 0; }
      @media only screen and (max-width: 767px) {
        .featured-list ul li:before, .featured-list ol li:before,
        .featured-list-block ul li:before,
        .featured-list-block ol li:before {
          width: 20px;
          height: 20px;
          top: 1px;
          left: 0;
          background-size: 9px 8px; } }
  .featured-list.has_icon ul li, .featured-list.has_icon ol li,
  .featured-list-block.has_icon ul li,
  .featured-list-block.has_icon ol li {
    padding-left: 0;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .featured-list.has_icon ul li, .featured-list.has_icon ol li,
      .featured-list-block.has_icon ul li,
      .featured-list-block.has_icon ol li {
        padding-left: 0; } }
    .featured-list.has_icon ul li:before, .featured-list.has_icon ol li:before,
    .featured-list-block.has_icon ul li:before,
    .featured-list-block.has_icon ol li:before {
      display: none !important; }
  .featured-list .icon,
  .featured-list-block .icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px !important;
    background-color: #D1F1FF;
    margin-right: 16px; }
    .featured-list .icon img,
    .featured-list-block .icon img {
      display: block;
      max-width: 100%;
      height: auto; }
    @media only screen and (max-width: 767px) {
      .featured-list .icon,
      .featured-list-block .icon {
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin-right: 12px; }
        .featured-list .icon img,
        .featured-list-block .icon img {
          width: 22px;
          height: auto; } }
  .featured-list h4, .featured-list h5, .featured-list h2,
  .featured-list-block h4,
  .featured-list-block h5,
  .featured-list-block h2 {
    color: #35C3FF;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2px; }
    @media only screen and (max-width: 767px) {
      .featured-list h4, .featured-list h5, .featured-list h2,
      .featured-list-block h4,
      .featured-list-block h5,
      .featured-list-block h2 {
        font-size: 18px;
        line-height: 1.1; } }

.html5-video {
  display: block;
  width: 100%;
  height: auto; }

.contact-item {
  font-size: 17px;
  line-height: 26px;
  font-family: "Source Sans 3", arial, sans-serif; }
  .contact-item .contact-label {
    margin-bottom: 4px;
    line-height: 20px; }
  .contact-item .contact-text {
    margin-bottom: 0; }
  .contact-item a {
    color: #004AAD;
    transition: all 0.3s;
    position: relative;
    display: inline-flex; }
    .contact-item a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 2px;
      background: #004AAD;
      top: auto;
      bottom: -1px;
      left: 0;
      right: 100%;
      transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .contact-item a:hover:after {
      right: 0; }

.post-filter {
  margin-bottom: 40px; }
  .post-filter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0; }
    .post-filter ul li {
      margin: 0 14px; }
      .post-filter ul li a, .post-filter ul li button {
        font-size: 16px;
        line-height: 1;
        color: #3a8cce;
        background: transparent;
        padding: 5px 0;
        display: inline-flex;
        border: none;
        cursor: pointer;
        letter-spacing: 0.89px;
        font-family: "Source Sans 3", arial, sans-serif;
        text-transform: uppercase;
        transition: all 0.3s;
        position: relative; }
        .post-filter ul li a:after, .post-filter ul li button:after {
          transition: all 0.3s;
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 2px;
          background: #004AAD;
          opacity: 0; }
        .post-filter ul li a:hover:after, .post-filter ul li button:hover:after {
          opacity: 1; }
        .post-filter ul li a:focus, .post-filter ul li button:focus {
          outline: none; }
        .post-filter ul li a.is-checked, .post-filter ul li button.is-checked {
          color: #292929; }
          .post-filter ul li a.is-checked:after, .post-filter ul li button.is-checked:after {
            opacity: 1; }
  @media only screen and (max-width: 767px) {
    .post-filter {
      margin-bottom: 20px; }
      .post-filter ul li {
        margin: 0 11px; } }

@media only screen and (max-width: 767px) {
  .xs_container {
    padding: 0 0 30px !important; }
    .xs_container .card-cat, .xs_container .card-cta, .xs_container .card-cta-lg, .xs_container .card-cta-sm {
      margin-bottom: 48px; }
    .xs_container .slick-next, .xs_container .slick-prev {
      width: 32px;
      height: 32px;
      background: #F3F3F3 !important;
      cursor: pointer;
      z-index: 1;
      color: #007A53;
      top: auto;
      bottom: 0;
      left: 50%;
      right: auto;
      border-radius: 50%;
      transform: translateY(-2px); }
      .xs_container .slick-next:before, .xs_container .slick-prev:before {
        opacity: 1;
        font-size: 18px;
        font-weight: 900;
        color: #007A53;
        font-family: 'Font Awesome 5 Free';
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .xs_container .slick-next:hover, .xs_container .slick-prev:hover {
        color: #64a05a; }
        .xs_container .slick-next:hover:before, .xs_container .slick-prev:hover:before {
          color: #64a05a; }
    .xs_container .slick-prev {
      right: calc(50% + 6px);
      left: auto;
      box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.33); }
      .xs_container .slick-prev:before {
        content: "\f053";
        margin-left: -3px; }
    .xs_container .slick-next {
      left: calc(50% + 6px);
      right: auto;
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.33); }
      .xs_container .slick-next:before {
        content: "\f054";
        margin-right: -3px; } }

.contact-block .title-block {
  margin-bottom: 24px; }

.contact-block .contact-group {
  margin-bottom: 46px; }
  .contact-block .contact-group:last-child {
    margin-bottom: 0; }

.contact-block .contact-list .contact-link {
  display: inline-flex;
  font-size: 26px;
  line-height: 28px;
  font-family: "Source Sans 3", arial, sans-serif;
  font-weight: normal;
  color: #004AAD;
  transition: all 0.3s; }
  .contact-block .contact-list .contact-link:hover {
    color: #3a8cce; }

.contact-block .contact-list-item {
  display: block;
  margin-bottom: 26px; }

.contact-block label {
  display: block;
  margin-bottom: 5px; }

.contact-block .label {
  font-size: 11px;
  line-height: 12px;
  font-family: "Source Sans 3", arial, sans-serif;
  font-weight: normal;
  color: rgba(0, 74, 173, 0.8);
  text-transform: uppercase; }

.contact-block .open-hours {
  font-size: 12px;
  line-height: 12px;
  color: #777986;
  display: inline-flex;
  align-items: center; }
  .contact-block .open-hours .icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #004AAD;
    margin-right: 4px;
    display: inline-flex;
    background: url("../../images/icons/icon_clock.svg") center no-repeat; }
  .contact-block .open-hours .label {
    margin-right: 6px; }

.contact-block.general-contact-block {
  color: #2A2A2A; }
  .contact-block.general-contact-block a {
    color: #004AAD; }
    .contact-block.general-contact-block a:hover {
      text-decoration: underline; }
  .contact-block.general-contact-block .title-block {
    margin-bottom: 12px; }
    .contact-block.general-contact-block .title-block .h4 {
      margin: 0;
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 0.94px; }
  .contact-block.general-contact-block .text-block {
    font-size: 16px;
    line-height: 20px; }
  .contact-block.general-contact-block .contact-group {
    margin-bottom: 36px; }
  .contact-block.general-contact-block .social-group .title-block {
    margin-bottom: 16px; }

@media only screen and (max-width: 767px) {
  .contact-block.general-contact-block .contact-group {
    margin-bottom: 28px; } }

.general-form-block .title-block {
  margin-bottom: 20px;
  color: #1A1A1A; }
  .general-form-block .title-block .h3 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 0;
    text-transform: inherit; }

.general-form-block div.gform_wrapper {
  max-width: 820px;
  margin: auto; }

.article-block {
  padding: 40px;
  color: #2A2A2A;
  background: #ffffff;
  margin-bottom: 40px;
  box-shadow: none; }
  .article-block .title-block-faq {
    padding: 0 20px; }
    .article-block .title-block-faq .faq-title {
      color: #13ce66;
      font-style: normal;
      margin-bottom: 10px;
      font-size: 25px; }
  .article-block .title-block-event {
    margin-bottom: 24px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .article-block .events-index {
    margin-bottom: 56px; }
    .article-block .events-index:last-child {
      margin-bottom: 0; }
  .article-block .video-block {
    margin-bottom: 0; }
    .article-block .video-block .title-block .video-title {
      top: 6.5%; }
    @media only screen and (max-width: 767px) {
      .article-block .video-block .title-block .video-title {
        top: 4%; } }
  @media only screen and (max-width: 767px) {
    .article-block {
      padding: 16px; }
      .article-block.event-block {
        padding: 24px 12px; }
      .article-block .title-block-faq {
        padding: 0 12px; }
      .article-block .title-block-event {
        margin-bottom: 20px; }
      .article-block .events-index {
        margin-bottom: 24px; } }

.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .logo-row .logo-item {
    display: flex;
    margin: 0 40px; }
    .logo-row .logo-item.greyscale img {
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(1);
      /* Google Chrome, Safari 6+ & Opera 15+ */
      filter: grayscale(1);
      /* Microsoft Edge and Firefox 35+ */ }
  @media only screen and (max-width: 767px) {
    .logo-row {
      margin-left: -10px;
      margin-right: -10px; }
      .logo-row .logo-item {
        margin: 0 10px; }
        .logo-row .logo-item.greyscale img {
          filter: gray;
          /* IE6-9 */
          -webkit-filter: grayscale(1);
          /* Google Chrome, Safari 6+ & Opera 15+ */
          filter: grayscale(1);
          /* Microsoft Edge and Firefox 35+ */ } }

.acc-block {
  display: flex;
  align-items: center;
  width: 100%; }
  .acc-block .logo-item {
    display: flex;
    margin-right: 46px; }
    .acc-block .logo-item img {
      display: block;
      max-height: 64px; }
  .acc-block.center {
    justify-content: center; }
    .acc-block.center .logo-item {
      margin: 0 46px; }
  .acc-block.acc-footer {
    justify-content: space-between;
    max-width: 282px; }
    .acc-block.acc-footer .logo-item {
      margin-right: 10px; }
      .acc-block.acc-footer .logo-item:last-child {
        margin-right: 0; }
      .acc-block.acc-footer .logo-item img {
        max-height: 38px; }
  .acc-block.acc-contact .logo-item {
    margin-right: 24px; }
    .acc-block.acc-contact .logo-item:last-child {
      margin-right: 0; }
    .acc-block.acc-contact .logo-item img {
      max-height: 84px; }
  @media only screen and (max-width: 767px) {
    .acc-block {
      justify-content: space-between;
      flex-wrap: center; }
      .acc-block .logo-item {
        margin-right: 20px;
        max-width: 100px;
        margin-bottom: 10px; }
        .acc-block .logo-item:last-child {
          margin-right: 0; }
        .acc-block .logo-item img {
          max-height: 54px; }
      .acc-block.acc-footer {
        justify-content: center;
        max-width: unset; }
        .acc-block.acc-footer .logo-item {
          margin: 0 15px 10px; }
      .acc-block.acc-contact {
        justify-content: center; }
        .acc-block.acc-contact .logo-item {
          margin: 5px 15px; }
          .acc-block.acc-contact .logo-item img {
            max-height: 52px; } }

.map-block {
  height: 392px; }
  @media only screen and (max-width: 767px) {
    .map-block {
      height: 260px; } }

.section-default {
  padding: 60px 0; }
  @media only screen and (max-width: 991px) {
    .section-default {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media only screen and (max-width: 767px) {
    .section-default {
      padding-top: 28px;
      padding-bottom: 28px; } }
  @media only screen and (max-width: 991px) {
    .section-default .bg-hero {
      height: 270px; } }
  @media only screen and (max-width: 767px) {
    .section-default .bg-hero {
      display: none; } }
  .section-default .content-container {
    background-color: #ffffff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    padding: 140px 100px 100px; }
    .section-default .content-container .content-inner {
      max-width: 940px;
      margin: 0 auto; }
    @media only screen and (max-width: 1200px) {
      .section-default .content-container {
        padding-top: 100px; } }
    @media only screen and (max-width: 991px) {
      .section-default .content-container {
        padding: 40px; } }
    @media only screen and (max-width: 767px) {
      .section-default .content-container {
        padding: 60px 20px 40px;
        box-shadow: none; } }
  .section-default .title-block {
    position: relative;
    margin-bottom: 48px; }
    .section-default .title-block h1, .section-default .title-block .h1 {
      margin-bottom: 40px; }
    .section-default .title-block .title-border {
      width: 219px;
      height: 4px;
      background: #D8D8D8; }
    @media only screen and (max-width: 767px) {
      .section-default .title-block {
        margin-bottom: 38px; }
        .section-default .title-block h1, .section-default .title-block .h1 {
          margin-bottom: 24px; }
        .section-default .title-block .title-border {
          width: 122px; } }

.table th, .table td {
  padding: .5rem; }

/* No Margin & Padding */
.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-m {
  margin: 0 !important; }

.no-mt {
  margin-top: 0 !important; }

.no-mr {
  margin-right: 0 !important; }

.no-ml {
  margin-left: 0 !important; }

.no-mm {
  margin-bottom: 0 !important; }

.no-p {
  padding: 0 !important; }

.no-pt {
  padding-top: 0 !important; }

.no-pr {
  padding-right: 0 !important; }

.no-pl {
  padding-left: 0 !important; }

.no-pb {
  padding-bottom: 0 !important; }

/* Margins */
.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 10px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mt-4 {
  margin-top: 40px !important; }

.mt-5 {
  margin-top: 50px !important; }

.mt-6 {
  margin-top: 60px !important; }

.mt-7 {
  margin-top: 72px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.mb-6 {
  margin-bottom: 60px !important; }

.mb-7 {
  margin-bottom: 72px !important; }

/* Paddings */
.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 10px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pt-3 {
  padding-top: 30px !important; }

.pt-4 {
  padding-top: 40px !important; }

.pt-5 {
  padding-top: 50px !important; }

.pt-6 {
  padding-top: 60px !important; }

.pt-7 {
  padding-top: 72px !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 10px !important; }

.pr-2 {
  padding-right: 20px !important; }

.pr-3 {
  padding-right: 30px !important; }

.pr-4 {
  padding-right: 40px !important; }

.pr-5 {
  padding-right: 50px !important; }

.pr-6 {
  padding-right: 60px !important; }

.pr-7 {
  padding-right: 72px !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 10px !important; }

.pl-2 {
  padding-left: 20px !important; }

.pl-3 {
  padding-left: 30px !important; }

.pl-4 {
  padding-left: 40px !important; }

.pl-5 {
  padding-left: 50px !important; }

.pl-6 {
  padding-left: 60px !important; }

.pl-7 {
  padding-left: 72px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.pb-6 {
  padding-bottom: 60px !important; }

.pb-7 {
  padding-bottom: 72px !important; }

@media only screen and (min-width: 768px) {
  .padding-36 {
    padding: 36px 0; }
  .padding-48 {
    padding: 48px 0; }
  .padding-40 {
    padding: 40px 0; }
  .padding-60 {
    padding: 60px 0; }
  .padding-72 {
    padding: 72px 0; }
  .padding-80 {
    padding: 80px 0; }
  .padding-100 {
    padding: 100px 0; }
  .padding-120 {
    padding: 120px 0; }
  .margin-80 {
    margin-bottom: 80px; }
  .margin-72 {
    margin-bottom: 72px; }
  .margin-60 {
    margin-bottom: 60px; }
  .margin-48 {
    margin-bottom: 48px; }
  .margin-40 {
    margin-bottom: 40px; }
  .margin-20 {
    margin-bottom: 20px; }
  .no-padding-sm,
  .no-padding-md {
    padding: 0 !important; }
  .no-padding-top-md {
    padding-top: 0 !important; }
  .no-padding-bottom-md {
    padding-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  .no-padding-top-xs {
    padding-top: 0 !important; }
  .no-padding-bottom-xs {
    padding-bottom: 0 !important; }
  .padding-top-default-xs {
    padding-top: 48px !important; }
  .padding-bottom-default-xs {
    padding-top: 48px !important; }
  .padding-80 {
    padding: 60px 0; }
  .padding-72 {
    padding: 48px 0; }
  .padding-60 {
    padding: 48px 0; }
  .padding-48 {
    padding: 32px 0; }
  .padding-40 {
    padding: 24px 0; }
  .padding-40 {
    padding: 24px 0; }
  .padding-60 {
    padding: 40px 0; }
  .padding-80 {
    padding: 46px 0; }
  .padding-100 {
    padding: 50px 0; }
  .padding-120 {
    padding: 60px 0; }
  .margin-80 {
    margin-bottom: 40px; }
  .margin-72 {
    margin-bottom: 60px; }
  .margin-60 {
    margin-bottom: 30px; }
  .margin-48 {
    margin-bottom: 20px; }
  .margin-40 {
    margin-bottom: 24px; }
  .margin-20 {
    margin-bottom: 18px; } }

.modal .close:after, .modal .close:before {
  background: #004AAD; }

.modal-team {
  background-color: #ffffff !important; }
  @media only screen and (max-width: 767px) {
    .modal-team .close {
      top: 12px;
      right: 12px; }
      .modal-team .close:after, .modal-team .close:before {
        width: 24px;
        height: 3px; } }
  .modal-team .modal-content {
    width: 100%;
    max-width: 1126px;
    max-width: 1298px;
    padding: 0 86px;
    overflow: unset; }
    @media only screen and (max-width: 1200px) {
      .modal-team .modal-content {
        padding: 0 75px; } }
    @media only screen and (max-width: 767px) {
      .modal-team .modal-content {
        padding: 0; } }
  .modal-team .modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(210, 212, 218, 0.5);
    box-shadow: 0 7px 20px 0 rgba(200, 186, 216, 0.1), 0 5px 10px 5px rgba(175, 160, 193, 0.12);
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    justify-content: center;
    box-shadow: none;
    border-radius: 50%;
    color: #C59133;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2; }
    .modal-team .modal-arrow:before {
      font-size: 24px;
      color: inherit;
      opacity: 1;
      font-family: "Font Awesome 5 Free", arial, sans-serif; }
    .modal-team .modal-arrow.slick-prev, .modal-team .modal-arrow.modal-prev, .modal-team .modal-arrow.slick-next, .modal-team .modal-arrow.modal-next {
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: 100% !important; }
    .modal-team .modal-arrow.slick-prev:before, .modal-team .modal-arrow.modal-prev:before {
      content: "\f060"; }
    .modal-team .modal-arrow.slick-next:before, .modal-team .modal-arrow.modal-next:before {
      content: "\f061"; }
    @media only screen and (min-width: 768px) {
      .modal-team .modal-arrow:hover {
        background-color: #004AAD;
        color: #ffffff;
        border-color: #004AAD !important; } }
    .modal-team .modal-arrow.fa-arrow-left {
      left: 10px; }
    .modal-team .modal-arrow.fa-arrow-right {
      right: 10px; }
    @media only screen and (max-width: 767px) {
      .modal-team .modal-arrow {
        width: 52px;
        height: 60px;
        transform: none;
        top: 48vw;
        top: 225px; }
        .modal-team .modal-arrow:before {
          font-size: 24px; } }
  .modal-team .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
    display: flex; }
    .modal-team .modal-body .modal-image {
      position: relative; }
    .modal-team .modal-body .modal-info {
      width: auto;
      padding: 0; }
    .modal-team .modal-body .title-block {
      margin-bottom: 44px;
      font-weight: 500; }
      .modal-team .modal-body .title-block h4 {
        margin-bottom: 12px; }
    .modal-team .modal-body .img-block {
      padding-bottom: 150%; }
      .modal-team .modal-body .img-block img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center; }
    @media only screen and (max-width: 767px) {
      .modal-team .modal-body {
        padding: 30px 20px 20px;
        gap: 24px; }
        .modal-team .modal-body .title-block {
          margin-bottom: 24px; }
          .modal-team .modal-body .title-block h4 {
            margin-bottom: 8px; }
        .modal-team .modal-body .modal-image {
          width: 300px;
          margin: 0 auto; }
          .modal-team .modal-body .modal-image img {
            border-radius: 8px; } }
  @media only screen and (min-width: 768px) {
    .modal-team.fade .modal-dialog {
      transform: translate(-50%, -40%); }
    .modal-team.show .modal-dialog {
      transform: translate(-50%, -50%); }
    .modal-team .modal-inner {
      border-radius: 28px;
      border: 1px solid rgba(210, 212, 218, 0.5);
      box-shadow: 0 7px 20px 0 rgba(200, 186, 216, 0.1), 0 5px 10px 5px rgba(175, 160, 193, 0.12); }
    .modal-team .modal-body .modal-image {
      width: 38.7211367673%;
      min-width: 38.7211367673%;
      max-width: 38.7211367673%; }
    .modal-team .modal-info-inner {
      padding: 100px 115px 100px 80px;
      padding: 14.5348837209% 16.7151162791% 14.5348837209% 11.6279069767%; } }
  @media only screen and (max-width: 767px) {
    .modal-team .modal-info-inner {
      padding: 0; } }

.modal-backdrop {
  opacity: 1;
  background-color: #ffffff !important;
  display: none; }
  .modal-backdrop.show {
    opacity: 1; }

.modal-help {
  background-color: rgba(255, 255, 255, 0.8); }
  .modal-help .modal-inner {
    border-radius: 8px;
    border: 2px solid #004AAD;
    background: rgba(0, 74, 173, 0.04);
    overflow: unset; }
  .modal-help .modal-content {
    width: 100%;
    max-width: 786px;
    padding: 0;
    overflow: unset; }
  .modal-help .close {
    width: 36px;
    height: 36px;
    top: -10px;
    right: -10px;
    border: 2px solid #004AAD;
    background-color: #ffffff; }
    .modal-help .close:after, .modal-help .close:before {
      width: 20px;
      height: 2px; }
    .modal-help .close:hover {
      transform: none; }
  .modal-help .modal-body {
    display: block;
    padding: 32px 58px 60px;
    color: #191919; }
    .modal-help .modal-body .title-block {
      font-weight: 500;
      color: #004AAD;
      text-align: center;
      margin-bottom: 20px; }
      .modal-help .modal-body .title-block h2, .modal-help .modal-body .title-block h3, .modal-help .modal-body .title-block h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0; }
    .modal-help .modal-body .content-block {
      font-size: 17px;
      line-height: 26px; }
      .modal-help .modal-body .content-block label {
        color: #004AAD;
        font-weight: 500; }
      .modal-help .modal-body .content-block a {
        color: #0F66AD;
        text-decoration: underline;
        font-weight: 700; }
        .modal-help .modal-body .content-block a:hover {
          color: #004AAD; }
      .modal-help .modal-body .content-block a[href^="tel:"] {
        text-decoration: none; }
      .modal-help .modal-body .content-block p {
        margin-bottom: 20px;
        letter-spacing: 0; }
        .modal-help .modal-body .content-block p:last-child {
          margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .modal-help.fade .modal-dialog {
      transform: translate(-50%, -40%); }
    .modal-help.show .modal-dialog {
      transform: translate(-50%, -50%); }
    .modal-help .close:hover {
      border: 2px solid #004AAD;
      background-color: #004AAD; }
      .modal-help .close:hover:after, .modal-help .close:hover:before {
        background-color: #ffffff; } }
  @media only screen and (max-width: 767px) {
    .modal-help .close {
      top: 8px;
      right: 8px;
      width: 28px;
      height: 28px; }
      .modal-help .close:after, .modal-help .close:before {
        width: 16px;
        height: 2px; }
    .modal-help .modal-inner {
      border-radius: 0;
      background: rgba(0, 74, 173, 0.04);
      min-height: 100vh;
      border: none; }
    .modal-help .modal-content {
      padding: 0; }
    .modal-help .modal-body {
      padding: 30px 20px 20px; } }

#cookie-law-info-bar {
  background-color: #004AAD !important;
  color: #ffffff !important;
  padding: 20px 32px 20px 48px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: none; }
  #cookie-law-info-bar p:last-child {
    margin-bottom: 0; }
  #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 20px 32px 20px 48px; }
  #cookie-law-info-bar .cli-bar-container h4, #cookie-law-info-bar .cli-bar-container .h4 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2.13px;
    color: #ffffff;
    margin-bottom: 4px; }
  #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    padding: 7px 13px;
    border-radius: 6px;
    color: #2A2A2A;
    background: transparent;
    border: 2px solid #2A2A2A;
    font-size: 20px;
    line-height: 30px;
    border-color: #ffffff;
    color: #ffffff; }
    #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-left {
      margin-right: 12px;
      order: -1;
      margin-left: -4px; }
    #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-right {
      margin-left: 12px;
      margin-right: -4px; }
    #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-left, #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-right {
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      display: inline-flex; }
      #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-left.fa-caret-right, #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-left.fa-caret-left, #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-left.fa-caret-up, #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-left.fa-caret-down, #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-right.fa-caret-right, #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-right.fa-caret-left, #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-right.fa-caret-up, #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button .btn-icon-right.fa-caret-down {
        font-size: 28px; }
    #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button.btn-icon {
      width: 44px;
      height: 44px;
      padding: 5px;
      justify-content: center;
      align-items: center;
      font-size: 20px; }
    #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button:hover {
      border-color: #004AAD;
      color: #004AAD; }
      #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button:hover:before {
        background: rgba(10, 10, 10, 0.24); }
    #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button.disabled, #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button:disabled {
      opacity: 1;
      color: #ffffff;
      background: #C9CAD0;
      border-color: #C9CAD0;
      outline: none; }
      #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button.disabled:before, #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button:disabled:before {
        display: none !important; }
    #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button:hover {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #004AAD; }
    #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button:not(:last-child) {
      margin-right: 12px !important; }
  #cookie-law-info-bar .cli-bar-btn_container .btn-info {
    border: 2px solid #ffffff;
    color: #ffffff !important;
    background: transparent !important; }
    #cookie-law-info-bar .cli-bar-btn_container .btn-info:hover {
      border: 2px solid #ffffff;
      color: #004AAD !important;
      background: #ffffff !important; }
  #cookie-law-info-bar .cli-bar-btn_container .btn-primary, #cookie-law-info-bar .cli-bar-btn_container .sidebar-block .wp-block-button__link, .sidebar-block #cookie-law-info-bar .cli-bar-btn_container .wp-block-button__link {
    background: #ffffff !important;
    color: #004AAD !important; }
    #cookie-law-info-bar .cli-bar-btn_container .btn-primary:hover, #cookie-law-info-bar .cli-bar-btn_container .sidebar-block .wp-block-button__link:hover, .sidebar-block #cookie-law-info-bar .cli-bar-btn_container .wp-block-button__link:hover {
      background: #0F66AD !important;
      border-color: #0F66AD !important;
      color: #ffffff !important; }
  @media only screen and (max-width: 767px) {
    #cookie-law-info-bar {
      padding: 16px;
      font-size: 13px;
      line-height: 18px; }
      #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
        padding: 16px; }
      #cookie-law-info-bar .cli-style-v2,
      #cookie-law-info-bar .cli-style-v2.cli-bar-container {
        justify-content: center; }
        #cookie-law-info-bar .cli-style-v2 .cli-bar-message,
        #cookie-law-info-bar .cli-style-v2.cli-bar-container .cli-bar-message {
          text-align: center; }
      #cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container {
        margin-top: 12px; }
      #cookie-law-info-bar .cli-bar-btn_container {
        text-align: center; }
        #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button {
          font-size: 17px;
          line-height: 20px;
          padding: 6px 12px; }
          #cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button:not(:last-child) {
            margin-right: 12px !important; }
        #cookie-law-info-bar .cli-bar-btn_container .btn-info {
          border: 2px solid #ffffff;
          color: #ffffff !important;
          background: transparent !important; }
          #cookie-law-info-bar .cli-bar-btn_container .btn-info:hover {
            border: 2px solid #ffffff;
            color: #004AAD !important;
            background: #ffffff !important; }
        #cookie-law-info-bar .cli-bar-btn_container .btn-primary, #cookie-law-info-bar .cli-bar-btn_container .sidebar-block .wp-block-button__link, .sidebar-block #cookie-law-info-bar .cli-bar-btn_container .wp-block-button__link {
          background: #ffffff !important;
          color: #004AAD !important; }
          #cookie-law-info-bar .cli-bar-btn_container .btn-primary:hover, #cookie-law-info-bar .cli-bar-btn_container .sidebar-block .wp-block-button__link:hover, .sidebar-block #cookie-law-info-bar .cli-bar-btn_container .wp-block-button__link:hover {
            background: #0F66AD !important;
            border-color: #0F66AD !important;
            color: #ffffff !important; } }

.cblocks:not(:first-child) {
  padding-top: 140px; }

@media only screen and (max-width: 767px) {
  .cblocks:not(:first-child) {
    padding-top: 40px; } }

.section {
  /* Standard Content */
  /* Card Blocks */
  /* Card Icons */
  /* Highlight Cards */
  /* Team Cards */
  /* News Blocks */
  /* Logo Cards */
  /* Contact Form */
  /* CTA Panel Banner */
  /* Intro */
  /* Testimonials */
  /* Infobox (Not in used?) */
  /* Footer CTA */
  /* FAQs Page CTA */
  /* Contact Page */
  /* Tabs */ }
  .section-contents__title {
    color: #004AAD;
    margin-bottom: 16px; }
  .section-contents .title-block {
    margin-bottom: 16px; }
    @media only screen and (max-width: 767px) {
      .section-contents .title-block {
        margin-bottom: 12px; } }
  .section-contents .heading-block h1:last-child, .section-contents .heading-block h2:last-child, .section-contents .heading-block h3:last-child, .section-contents .heading-block h4:last-child, .section-contents .heading-block h5:last-child, .section-contents .heading-block h6:last-child,
  .section-contents .heading-block .h1:last-child, .section-contents .heading-block .h2:last-child, .section-contents .heading-block .h3:last-child, .section-contents .heading-block .h4:last-child, .section-contents .heading-block .h5:last-child, .section-contents .heading-block .h6:last-child, .section-contents .title-block h1:last-child, .section-contents .title-block h2:last-child, .section-contents .title-block h3:last-child, .section-contents .title-block h4:last-child, .section-contents .title-block h5:last-child, .section-contents .title-block h6:last-child,
  .section-contents .title-block .h1:last-child, .section-contents .title-block .h2:last-child, .section-contents .title-block .h3:last-child, .section-contents .title-block .h4:last-child, .section-contents .title-block .h5:last-child, .section-contents .title-block .h6:last-child {
    margin-bottom: 0; }
  .section-contents .content-indent p:last-child {
    margin-bottom: 0; }
  .section-contents .col-additional.media-left .media-indent {
    left: 0; }
  .section-contents .col-additional.media-right .media-indent {
    right: 0; }
  @media only screen and (max-width: 767px) {
    .section-contents .col-media.order-1 {
      margin-bottom: 28px; }
    .section-contents .col-media.order-3 {
      margin-top: 28px; }
    .section-contents .col-media:last-child {
      margin-bottom: 0; } }
  .section-contents .btn-block {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    @media only screen and (max-width: 767px) {
      .section-contents .btn-block {
        margin-top: 20px; } }
  .section-contents .text-center .btn-block {
    justify-content: center; }
  @media only screen and (max-width: 767px) {
    .section-contents .text-block {
      letter-spacing: 0px; } }
  @media only screen and (max-width: 767px) {
    .section-cards {
      padding-top: 28px;
      padding-bottom: 28px; } }
  .section-cards-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px; }
    @media only screen and (max-width: 767px) {
      .section-cards-header {
        margin-bottom: 20px; } }
    .section-cards-header .title-block {
      margin-bottom: 0;
      flex: 1; }
      .section-cards-header .title-block .section-contents__title, .section-cards-header .title-block h2 {
        margin-bottom: 0; }
    .section-cards-header .btn-block, .section-cards-header .btn-block.news-btn {
      width: auto;
      margin: 0; }
    .section-card-reason .section-cards-header {
      margin-bottom: 63px; }
      @media only screen and (max-width: 767px) {
        .section-card-reason .section-cards-header {
          margin-bottom: 36px; } }
    @media only screen and (min-width: 768px) {
      .section-card-cta .section-cards-header {
        margin-bottom: 36px; } }
  .section-cards .load-btn-block {
    margin-top: 28px; }
    @media only screen and (max-width: 767px) {
      .section-cards .load-btn-block {
        margin-top: 28px; } }
  .section-cards .row-card {
    justify-content: center;
    row-gap: 24px; }
  @media only screen and (max-width: 767px) {
    .section-cards .col-card {
      margin-bottom: 16px; }
      .section-cards .col-card:last-child {
        margin-bottom: 0; } }
  .section-cards .row-card + .btn-block {
    margin-top: 24px; }
  @media only screen and (min-width: 992px) {
    .section-cards .row-card + .btn-block {
      margin-top: 32px; } }
  @media only screen and (max-width: 767px) {
    .section-cards .row-card {
      margin-left: -12px !important;
      margin-right: -12px !important;
      gap: 0 !important; }
      .section-cards .row-card .col-card {
        padding-left: 12px !important;
        padding-right: 12px !important; } }
  .section-cards .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    .section-cards .cta-wrap .card {
      flex: 1;
      width: 100%; }
    @media only screen and (min-width: 768px) {
      .section-cards .cta-wrap .card {
        max-width: 50%; } }
    @media only screen and (max-width: 767px) {
      .section-cards .cta-wrap {
        flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .section-icon-row.no-padding-bottom + .no-padding-top {
      padding-top: 28px !important; } }
  .section-icon-row .col-card {
    perspective: 1000px; }
    @media only screen and (max-width: 767px) {
      .section-icon-row .col-card {
        margin-bottom: 8px; } }
  @media only screen and (max-width: 767px) {
    .section-icon-row .row-card {
      margin-right: -4px !important;
      margin-left: -4px !important;
      gap: 0 !important; }
      .section-icon-row .row-card .col-card {
        padding-right: 4px !important;
        padding-left: 4px !important; } }
  .section-highlight .row-card {
    row-gap: 40px; }
    @media only screen and (max-width: 767px) {
      .section-highlight .row-card {
        row-gap: 16px; } }
  @media only screen and (max-width: 767px) {
    .section-team .col-card:not(:last-child) {
      margin-bottom: 16px; } }
  .section-news .title-block h4, .section-news .title-block .h5 {
    font-weight: 500; }
  .section-news .btn-block {
    margin-top: 36px; }
  .section-news .news-slider {
    padding: 0 72px;
    margin: 0; }
    .section-news .news-slider .slick-prev, .section-news .news-slider .slick-next {
      border: 1px solid rgba(210, 212, 218, 0.5);
      box-shadow: 0 7px 20px 0 rgba(200, 186, 216, 0.1), 0 5px 10px 5px rgba(175, 160, 193, 0.12);
      width: 40px;
      height: 40px;
      border: none;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      justify-content: center;
      box-shadow: none;
      border-radius: 50%;
      color: #C59133;
      background: rgba(255, 255, 255, 0.5); }
      .section-news .news-slider .slick-prev:before, .section-news .news-slider .slick-next:before {
        font-size: 24px;
        color: inherit;
        opacity: 1;
        font-family: "Font Awesome 5 Free", arial, sans-serif; }
      .section-news .news-slider .slick-prev.slick-prev, .section-news .news-slider .slick-prev.modal-prev, .section-news .news-slider .slick-prev.slick-next, .section-news .news-slider .slick-prev.modal-next, .section-news .news-slider .slick-next.slick-prev, .section-news .news-slider .slick-next.modal-prev, .section-news .news-slider .slick-next.slick-next, .section-news .news-slider .slick-next.modal-next {
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important; }
      .section-news .news-slider .slick-prev.slick-prev:before, .section-news .news-slider .slick-prev.modal-prev:before, .section-news .news-slider .slick-next.slick-prev:before, .section-news .news-slider .slick-next.modal-prev:before {
        content: "\f060"; }
      .section-news .news-slider .slick-prev.slick-next:before, .section-news .news-slider .slick-prev.modal-next:before, .section-news .news-slider .slick-next.slick-next:before, .section-news .news-slider .slick-next.modal-next:before {
        content: "\f061"; }
      @media only screen and (min-width: 768px) {
        .section-news .news-slider .slick-prev:hover, .section-news .news-slider .slick-next:hover {
          background-color: #004AAD;
          color: #ffffff;
          border-color: #004AAD !important; } }
    .section-news .news-slider .card-rounded {
      border: none;
      width: 100%;
      height: 100%; }
    .section-news .news-slider .slick-list {
      margin-left: -16px;
      margin-right: -16px;
      padding-top: 2px;
      padding-bottom: 10px; }
    .section-news .news-slider .col-card {
      padding-left: 16px;
      padding-right: 16px; }
    .section-news .news-slider .slick-track {
      display: flex; }
      .section-news .news-slider .slick-track:before, .section-news .news-slider .slick-track:after {
        display: none !important; }
    .section-news .news-slider .slick-slide {
      display: flex;
      height: auto;
      align-items: center;
      justify-content: center; }
      .section-news .news-slider .slick-slide > div {
        width: 100%;
        height: 100%; }
  .section-news-alt {
    padding: 58px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .section-news-alt .bg-absolute {
      border-radius: 32px; }
    .section-news-alt .container-fluid {
      padding: 0; }
    .section-news-alt .title-block {
      text-align: left;
      font-size: 20px;
      line-height: 28px;
      color: #5B5D6B;
      margin-bottom: 36px; }
      .section-news-alt .title-block .h2 {
        margin-bottom: 16px; }
      .section-news-alt .title-block .h2:last-child, .section-news-alt .title-block p:last-child {
        margin-bottom: 0; }
    .section-news-alt .news-slider {
      padding: 0 0px; }
      .section-news-alt .news-slider .slick-list {
        margin-left: -26px;
        margin-right: -26px;
        padding-top: 2px;
        padding-bottom: 10px; }
      .section-news-alt .news-slider .col-card {
        padding-left: 26px;
        padding-right: 26px; }
      .section-news-alt .news-slider .slick-prev,
      .section-news-alt .news-slider .slick-next {
        top: -36px;
        transform: translateY(-100%);
        right: 0; }
      .section-news-alt .news-slider .slick-prev {
        right: 72px;
        left: auto; }
    .section-news-alt .btn-block {
      margin-top: 28px; }
  @media only screen and (max-width: 767px) {
    .section-news {
      padding-top: 20px;
      padding-top: 28px;
      padding-bottom: 28px; }
      .section-news .btn-block {
        margin-top: 12px; }
      .section-news .col-card:last-child {
        margin-bottom: 0; }
      .section-news .col-card .card {
        margin-bottom: 0; }
      .section-news .news-slider {
        padding: 0; }
        .section-news .news-slider .card {
          height: 100%;
          box-shadow: none; }
        .section-news .news-slider .slick-list {
          margin-left: -20px;
          margin-right: -20px; }
        .section-news .news-slider .row {
          margin: 0 -20px; }
        .section-news .news-slider .col-card {
          padding: 0 4px; }
        .section-news .news-slider .title-block {
          text-align: center;
          margin-bottom: 20px; }
          .section-news .news-slider .title-block .h4 {
            font-size: 20px;
            line-height: 28px; }
      .section-news-alt {
        padding: 32px 0;
        max-width: unset; }
        .section-news-alt .bg-absolute {
          border-radius: 0; }
        .section-news-alt .container-fluid {
          padding: 0 16px; }
        .section-news-alt .title-block {
          text-align: left;
          font-size: 20px;
          line-height: 28px;
          color: #5B5D6B;
          margin-bottom: 28px; }
          .section-news-alt .title-block .h2 {
            margin-bottom: 8px; }
          .section-news-alt .title-block .h2:last-child, .section-news-alt .title-block p:last-child, .section-news-alt .title-block h4:last-child {
            margin-bottom: 0; }
          .section-news-alt .title-block h5, .section-news-alt .title-block .h5 {
            font-size: 17px;
            line-height: 26px; }
        .section-news-alt .news-slider {
          padding: 0 0px; }
          .section-news-alt .news-slider .slick-list {
            margin-left: -16px;
            margin-right: -16px; }
          .section-news-alt .news-slider .row {
            margin: 0 -16px; }
          .section-news-alt .news-slider .slick-prev,
          .section-news-alt .news-slider .slick-next {
            display: none !important; }
        .section-news-alt .btn-block {
          margin-top: 28px; } }
  .section-logo .slick-slider {
    margin: 0;
    padding: 0 60px; }
  @media only screen and (max-width: 767px) {
    .section-logo .slick-slider {
      margin: 0;
      padding: 0 28px; } }
  .section-contact-form .logo-block {
    max-width: 120px;
    margin: 0 auto 8px; }
    .section-contact-form .logo-block img {
      display: block;
      max-width: 100%;
      height: auto; }
  .section-contact-form .content-block {
    margin-bottom: 32px; }
    .section-contact-form .content-block:last-child {
      margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .section-contact-form .contact-info-block {
      margin-bottom: 32px; } }
  .section-contact-form .contact-info-block .title-block {
    margin-bottom: 32px; }
  .section-contact-form .contact-info-block.text-center .acc-block {
    justify-content: center; }
  .section-contact-form .form-block {
    border: 1px solid rgba(210, 212, 218, 0.5);
    box-shadow: 0 7px 20px 0 rgba(200, 186, 216, 0.1), 0 5px 10px 5px rgba(175, 160, 193, 0.12); }
  .section-contact-form .contact-info a {
    color: #004AAD;
    font-family: "Source Sans 3", arial, sans-serif;
    font-size: 20px;
    transition: all 0.3s;
    position: relative; }
    .section-contact-form .contact-info a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 2px;
      background: #004AAD;
      top: auto;
      bottom: -1px;
      left: 0;
      right: 100%;
      transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .section-contact-form .contact-info a:hover:after {
      right: 0; }
  @media only screen and (max-width: 767px) {
    .section-contact-form .row {
      gap: 32px; }
    .section-contact-form .logo-block {
      max-width: 92px;
      margin: 0 auto 8px; }
    .section-contact-form .title-block {
      margin-bottom: 0; }
      .section-contact-form .title-block h4:last-child {
        margin-bottom: 0; }
    .section-contact-form .form-block {
      margin: 0; }
    .section-contact-form .contact-info-block .title-block {
      margin-bottom: 0; }
    .section-contact-form .contact-form {
      max-width: unset; }
    .section-contact-form .contact-info a {
      font-size: 20px;
      line-height: 30px; } }
  @media only screen and (max-width: 767px) {
    .section-cta-panel, .section-cta-banner {
      padding: 28px 0; } }
  .section-cta-panel .heading-block h1:last-child, .section-cta-panel .heading-block h2:last-child, .section-cta-panel .heading-block h3:last-child, .section-cta-panel .heading-block h4:last-child, .section-cta-panel .heading-block h5:last-child, .section-cta-panel .heading-block h6:last-child,
  .section-cta-panel .heading-block .h1:last-child, .section-cta-panel .heading-block .h2:last-child, .section-cta-panel .heading-block .h3:last-child, .section-cta-panel .heading-block .h4:last-child, .section-cta-panel .heading-block .h5:last-child, .section-cta-panel .heading-block .h6:last-child, .section-cta-panel .title-block h1:last-child, .section-cta-panel .title-block h2:last-child, .section-cta-panel .title-block h3:last-child, .section-cta-panel .title-block h4:last-child, .section-cta-panel .title-block h5:last-child, .section-cta-panel .title-block h6:last-child,
  .section-cta-panel .title-block .h1:last-child, .section-cta-panel .title-block .h2:last-child, .section-cta-panel .title-block .h3:last-child, .section-cta-panel .title-block .h4:last-child, .section-cta-panel .title-block .h5:last-child, .section-cta-panel .title-block .h6:last-child, .section-cta-banner .heading-block h1:last-child, .section-cta-banner .heading-block h2:last-child, .section-cta-banner .heading-block h3:last-child, .section-cta-banner .heading-block h4:last-child, .section-cta-banner .heading-block h5:last-child, .section-cta-banner .heading-block h6:last-child,
  .section-cta-banner .heading-block .h1:last-child, .section-cta-banner .heading-block .h2:last-child, .section-cta-banner .heading-block .h3:last-child, .section-cta-banner .heading-block .h4:last-child, .section-cta-banner .heading-block .h5:last-child, .section-cta-banner .heading-block .h6:last-child, .section-cta-banner .title-block h1:last-child, .section-cta-banner .title-block h2:last-child, .section-cta-banner .title-block h3:last-child, .section-cta-banner .title-block h4:last-child, .section-cta-banner .title-block h5:last-child, .section-cta-banner .title-block h6:last-child,
  .section-cta-banner .title-block .h1:last-child, .section-cta-banner .title-block .h2:last-child, .section-cta-banner .title-block .h3:last-child, .section-cta-banner .title-block .h4:last-child, .section-cta-banner .title-block .h5:last-child, .section-cta-banner .title-block .h6:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .section-intro br {
      display: none; } }
  .section-intro .title-block {
    margin-bottom: 32px; }
    @media only screen and (max-width: 767px) {
      .section-intro .title-block {
        margin-bottom: 20px; } }
  .section-intro .heading-block h1:last-child, .section-intro .heading-block h2:last-child, .section-intro .heading-block h3:last-child, .section-intro .heading-block h4:last-child, .section-intro .heading-block h5:last-child, .section-intro .heading-block h6:last-child,
  .section-intro .heading-block .h1:last-child, .section-intro .heading-block .h2:last-child, .section-intro .heading-block .h3:last-child, .section-intro .heading-block .h4:last-child, .section-intro .heading-block .h5:last-child, .section-intro .heading-block .h6:last-child, .section-intro .title-block h1:last-child, .section-intro .title-block h2:last-child, .section-intro .title-block h3:last-child, .section-intro .title-block h4:last-child, .section-intro .title-block h5:last-child, .section-intro .title-block h6:last-child,
  .section-intro .title-block .h1:last-child, .section-intro .title-block .h2:last-child, .section-intro .title-block .h3:last-child, .section-intro .title-block .h4:last-child, .section-intro .title-block .h5:last-child, .section-intro .title-block .h6:last-child {
    margin-bottom: 0; }
  .section-intro .content-indent p:last-child {
    margin-bottom: 0; }
  .section-intro .col-additional.media-left .media-indent {
    left: 0; }
  .section-intro .col-additional.media-right .media-indent {
    right: 0; }
  .section-testimonials {
    overflow: hidden; }
    .section-testimonials .rb-item {
      padding: 0 15px; }
    .section-testimonials .title-block {
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .section-testimonials .title-block {
          margin-bottom: 24px; } }
    .section-testimonials .reference-block {
      display: inline-flex;
      align-items: flex-end;
      border-bottom: 2px solid #004AAD;
      font-family: "Source Sans 3", arial, sans-serif;
      padding-bottom: 11px;
      font-size: 17px;
      line-height: 0.8; }
      .section-testimonials .reference-block:not(:first-child) {
        margin-top: 60px; }
      .section-testimonials .reference-block .img-block {
        margin-left: 12px;
        max-width: 160px; }
      @media only screen and (max-width: 767px) {
        .section-testimonials .reference-block:not(:first-child) {
          margin-top: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-testimonials .content-block .text-block {
        margin-bottom: 32px; } }
  .section-infobox .title-block {
    margin-bottom: 60px; }
    .section-infobox .title-block h2 {
      margin-bottom: 16px; }
  .section-infobox .container-lg {
    max-width: 1260px; }
  .section-infobox .col-infobox {
    margin-bottom: 32px; }
  .section-infobox .card-infobox {
    margin: auto;
    max-width: 340px; }
  @media only screen and (max-width: 767px) {
    .section-infobox {
      padding-top: 48px;
      padding-bottom: 60px; }
      .section-infobox .container-fluid {
        padding: 0 20px; }
      .section-infobox .title-block {
        margin-bottom: 48px; }
        .section-infobox .title-block h2 {
          margin-bottom: 23px; }
      .section-infobox .col-infobox {
        margin-bottom: 52px; }
        .section-infobox .col-infobox:last-child {
          margin-bottom: 0; }
      .section-infobox .card-infobox {
        max-width: unset; } }
  .section-footer-cta {
    overflow: hidden;
    padding: 72px 0; }
    .section-footer-cta .container-fluid {
      padding: 0 5.4794520548vw;
      width: 100%;
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .section-footer-cta {
        padding: 36px 0 50px; }
        .section-footer-cta .container-fluid {
          padding: 0 20px; } }
    .section-footer-cta .title-block {
      margin-bottom: 72px; }
      .section-footer-cta .title-block h2 {
        margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .section-footer-cta .title-block {
          margin-bottom: 44px;
          font-size: 17px;
          line-height: 26px; }
          .section-footer-cta .title-block h2 {
            margin-bottom: 20px; } }
  .section-faq .container-fluid {
    max-width: 960px; }
  @media only screen and (max-width: 767px) {
    .section-faq .container-fluid {
      padding: 0 10px; } }
  .section-faq .faq-block {
    margin: 0 auto 72px; }
    @media only screen and (max-width: 767px) {
      .section-faq .faq-block {
        max-width: unset;
        margin-bottom: 92px; } }
  .section-faq .content-block {
    padding-left: 26px; }
    .section-faq .content-block .title-block {
      position: relative; }
    .section-faq .content-block a:not(.btn-primary) {
      font-family: "Source Sans 3", arial, sans-serif;
      color: #004AAD;
      text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .section-faq .content-block {
        padding-left: 24px;
        padding-right: 46px; }
        .section-faq .content-block .title-block {
          position: relative; }
          .section-faq .content-block .title-block h2 {
            margin-bottom: 15px; } }
  .section-general-contact .contact-title-block {
    margin-top: 22px;
    margin-bottom: 32px; }
  .section-general-contact .contact-description {
    margin-bottom: 64px; }
  .section-general-contact .contact-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px; }
    .section-general-contact .contact-info .contact-item {
      width: 50%;
      padding-right: 15px;
      margin-bottom: 40px; }
  .section-general-contact .acc-block {
    margin-bottom: 60px; }
  .section-general-contact .contact-location {
    font-size: 20px;
    line-height: 30px;
    display: inline-flex; }
    .section-general-contact .contact-location .icon {
      font-size: 26px;
      margin-right: 12px; }
    .section-general-contact .contact-location .location-text {
      display: inline-flex;
      text-decoration: underline; }
      .section-general-contact .contact-location .location-text br {
        display: none; }
  .section-general-contact .contact-form {
    max-width: 480px; }
  @media only screen and (max-width: 991px) {
    .section-general-contact .contact-info .contact-item {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .section-general-contact {
      padding: 0; }
      .section-general-contact .container-fluid {
        padding: 0; }
        .section-general-contact .container-fluid .row {
          margin: 0; }
        .section-general-contact .container-fluid .col-contact, .section-general-contact .container-fluid .col-form {
          padding: 0; }
      .section-general-contact .contact-block {
        padding: 48px 32px 36px; }
      .section-general-contact .contact-title-block {
        margin-top: 0;
        margin-bottom: 20px; }
      .section-general-contact .contact-description {
        margin-bottom: 36px; }
      .section-general-contact .contact-info {
        flex-direction: column;
        margin-bottom: 36px; }
      .section-general-contact .acc-block {
        margin-bottom: 38px; }
      .section-general-contact .contact-location {
        font-size: 17px;
        line-height: 26px;
        align-items: center; }
      .section-general-contact .contact-form {
        max-width: unset; } }
  .section-tabs {
    padding: 60px 0 0; }
    @media only screen and (max-width: 767px) {
      .section-tabs {
        padding-top: 36px;
        padding-bottom: 0; } }
    .section-tabs .title-block {
      margin-bottom: 46px; }
      @media only screen and (max-width: 767px) {
        .section-tabs .title-block {
          margin-bottom: 32px; }
          .section-tabs .title-block h2 {
            font-size: 20px;
            line-height: 28px; } }
    .section-tabs .nav-tabs {
      display: flex;
      justify-content: center;
      background: #ffffff;
      box-shadow: 0 10px 15px 0 rgba(200, 186, 216, 0.2), 0 10px 10px 0 rgba(175, 160, 193, 0.05);
      border: none;
      position: sticky;
      top: var(--p-top, 136px);
      z-index: 1; }
      .section-tabs .nav-tabs .nav-item {
        margin-bottom: 0; }
        .section-tabs .nav-tabs .nav-item:not(:last-child) {
          margin-right: 60px; }
      .section-tabs .nav-tabs .nav-link {
        font-size: 20px;
        line-height: 28px;
        position: relative;
        color: #5B5D6B;
        font-weight: bold;
        border: none;
        padding: 16px 0; }
        .section-tabs .nav-tabs .nav-link:after, .section-tabs .nav-tabs .nav-link:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          position: absolute; }
        .section-tabs .nav-tabs .nav-link:before {
          height: 5px;
          border-radius: 3px 3px 0 0;
          width: 100%;
          top: auto;
          bottom: 0;
          left: 0;
          right: 0; }
        .section-tabs .nav-tabs .nav-link:after {
          content: url("data:image/svg+xml,%3Csvg width='24px' height='10px' viewBox='0 0 24 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='No5-Website-Desktop-&amp;-Mobile---In-Progress' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-432.000000, -3351.000000)' fill='%23468bc1'%3E%3Cg id='Tab-Content' transform='translate(-1.500000, 3275.000000)'%3E%3Cg transform='translate(1.000000, 0.000000)'%3E%3Cpath d='M438.5,70 L438.5,94 L446.257399,86.2424579 C448.600523,83.8992905 448.600487,80.1003006 446.25732,77.7571765 L438.5,70 L438.5,70 Z' id='Fill-21' transform='translate(444.500000, 82.000000) rotate(90.000000) translate(-444.500000, -82.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          width: 24px;
          height: 10px;
          top: auto;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          opacity: 0; }
        .section-tabs .nav-tabs .nav-link:hover {
          color: #0F66AD; }
        .section-tabs .nav-tabs .nav-link.active {
          color: #004AAD; }
          .section-tabs .nav-tabs .nav-link.active:before {
            background-color: #004AAD; }
          .section-tabs .nav-tabs .nav-link.active:after {
            opacity: 1; }
      @media only screen and (max-width: 991px) {
        .section-tabs .nav-tabs .nav-item:not(:last-child) {
          margin-right: 32px; }
        .section-tabs .nav-tabs .nav-link {
          font-size: 18px;
          line-height: 1.1;
          position: relative;
          transition: all 0.3s;
          color: #5B5D6B;
          font-weight: bold;
          border: none;
          padding: 16px 0; }
          .section-tabs .nav-tabs .nav-link:after, .section-tabs .nav-tabs .nav-link:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            position: absolute;
            transition: all 0.3s; }
          .section-tabs .nav-tabs .nav-link:before {
            height: 5px;
            border-radius: 3px 3px 0 0;
            width: 100%;
            top: auto;
            bottom: 0;
            left: 0;
            right: 0; }
          .section-tabs .nav-tabs .nav-link:after {
            content: url("data:image/svg+xml,%3Csvg width='24px' height='10px' viewBox='0 0 24 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='No5-Website-Desktop-&amp;-Mobile---In-Progress' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop-/-Counselling-/-Counselling-index' transform='translate(-432.000000, -3351.000000)' fill='%23532C80'%3E%3Cg id='Tab-Content' transform='translate(-1.500000, 3275.000000)'%3E%3Cg id='UI/Tabs/Segmented/Text-+-Icon-x4' transform='translate(1.000000, 0.000000)'%3E%3Cpath d='M438.5,70 L438.5,94 L446.257399,86.2424579 C448.600523,83.8992905 448.600487,80.1003006 446.25732,77.7571765 L438.5,70 L438.5,70 Z' id='Fill-21' transform='translate(444.500000, 82.000000) rotate(90.000000) translate(-444.500000, -82.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            width: 24px;
            height: 10px;
            top: auto;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            opacity: 0; }
          .section-tabs .nav-tabs .nav-link:hover {
            color: #0F66AD; }
          .section-tabs .nav-tabs .nav-link.active {
            color: #004AAD; }
            .section-tabs .nav-tabs .nav-link.active:before {
              background-color: #004AAD; }
            .section-tabs .nav-tabs .nav-link.active:after {
              opacity: 1; } }
      @media only screen and (max-width: 767px) {
        .section-tabs .nav-tabs {
          justify-content: center;
          flex-wrap: nowrap;
          box-shadow: 0 10px 12px 0 rgba(200, 186, 216, 0.46), 0 10px 10px 0 rgba(175, 160, 193, 0.08);
          top: var(--p-top-xs, 80px); }
          .section-tabs .nav-tabs .nav-link {
            font-size: 14px;
            line-height: 20px;
            line-height: 16px;
            color: rgba(0, 74, 173, 0.6);
            font-weight: 500;
            text-align: center;
            padding: 9px 5px;
            height: 100%;
            border: 1px solid #004AAD;
            border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: center; }
            .section-tabs .nav-tabs .nav-link:before {
              display: none !important; }
            .section-tabs .nav-tabs .nav-link:after {
              bottom: -7px; }
            .section-tabs .nav-tabs .nav-link.active {
              color: #ffffff;
              background-color: #004AAD; }
              .section-tabs .nav-tabs .nav-link.active:after {
                opacity: 1; }
          .section-tabs .nav-tabs .nav-item {
            margin-bottom: 0;
            width: 33.33%; }
            .section-tabs .nav-tabs .nav-item:not(:last-child) {
              margin-right: 0; }
              .section-tabs .nav-tabs .nav-item:not(:last-child) .nav-link {
                border-right: none; } }
    .section-tabs .tab-content {
      background: rgba(0, 74, 173, 0.04);
      padding: 52px 20px 76px; }
      .section-tabs .tab-content img {
        display: block;
        max-width: 100%;
        height: auto; }
      .section-tabs .tab-content p:last-child {
        margin-bottom: 0; }
      .section-tabs .tab-content .tab-pane {
        max-width: 1126px;
        margin-left: auto;
        margin-right: auto; }
      @media only screen and (max-width: 767px) {
        .section-tabs .tab-content {
          padding: 24px 8px 40px; } }
    .section-tabs .tab-header {
      padding: 48px;
      border-radius: 20px 20px 0 0;
      text-align: center;
      color: #ffffff;
      background-color: #004AAD;
      font-size: 20px;
      line-height: 30px;
      background-size: cover; }
      .section-tabs .tab-header .tab-heading {
        margin-bottom: 32px; }
        .section-tabs .tab-header .tab-heading:last-child {
          margin-bottom: 0; }
      .section-tabs .tab-header * {
        margin-left: auto;
        margin-right: auto;
        max-width: 690px; }
      .section-tabs .tab-header:last-child {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px; }
      .section-tabs .tab-header a {
        color: #ffffff;
        text-decoration: underline; }
        .section-tabs .tab-header a:hover {
          color: #0F66AD; }
      @media only screen and (max-width: 767px) {
        .section-tabs .tab-header {
          padding: 20px 12px 24px;
          padding: 20px 16px 24px;
          border-radius: 8px 8px 0 0;
          font-size: 17px;
          line-height: 26px; }
          .section-tabs .tab-header .tab-heading {
            margin-bottom: 16px;
            font-size: 18px;
            line-height: 1.1; } }
    .section-tabs .tab-body {
      padding: 40px 24px 60px;
      border-radius: 0 0 20px 20px;
      background-color: #ffffff;
      font-size: 17px;
      line-height: 26px;
      color: #191919; }
      .section-tabs .tab-body:first-child {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; }
      .section-tabs .tab-body-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 896px;
        max-width: 690px; }
      .section-tabs .tab-body .tab-body-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 32px;
        font-weight: bold; }
      .section-tabs .tab-body ul {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        column-gap: 10px;
        justify-content: space-between;
        font-weight: 500; }
        .section-tabs .tab-body ul:last-child {
          margin-bottom: 0; }
        .section-tabs .tab-body ul li {
          width: calc(33.33% - 10px);
          background: #F3f4f8;
          border-radius: 8px;
          padding: 6px 8px;
          max-width: 264px;
          margin-bottom: 16px;
          display: flex;
          justify-content: center;
          align-items: center; }
      @media only screen and (max-width: 767px) {
        .section-tabs .tab-body {
          padding: 24px 12px 40px;
          padding: 24px 16px 32px;
          border-radius: 0 0 8px 8px;
          font-size: 14px;
          line-height: 20px; }
          .section-tabs .tab-body .tab-body-title {
            font-size: 17px;
            line-height: 26px;
            margin-bottom: 24px; }
          .section-tabs .tab-body ul {
            column-gap: 10px;
            justify-content: center; }
            .section-tabs .tab-body ul li {
              width: calc(50% - 5px);
              padding: 6px 8px;
              max-width: unset;
              margin-bottom: 10px; } }

/* Reverse Cards on Mobile */
@media only screen and (max-width: 767px) {
  .section.reverse .col-text {
    order: 1;
    margin-bottom: 28px; }
  .section.reverse .col-media {
    order: 2;
    margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .section.media-top-sm .col-media {
    order: 1;
    margin-bottom: 28px;
    margin-top: 0 !important; }
  .section.media-top-sm .col-text {
    order: 2;
    margin-bottom: 0; } }

/* Gallery Slider */
.section-gallery-slider {
  overflow: hidden; }
  .section-gallery-slider .container-fluid, .section-gallery-slider .container {
    max-width: 1350px;
    padding-left: 60px;
    padding-right: 60px; }
    @media only screen and (max-width: 1200px) {
      .section-gallery-slider .container-fluid, .section-gallery-slider .container {
        padding-left: 50px;
        padding-right: 50px; } }
    @media only screen and (max-width: 767px) {
      .section-gallery-slider .container-fluid, .section-gallery-slider .container {
        padding-left: 24px;
        padding-right: 24px; } }
  @media only screen and (max-width: 767px) {
    .section-gallery-slider + .section-cards {
      padding-top: 16px; } }
  @media only screen and (max-width: 767px) {
    .section-gallery-slider .title-block {
      margin-bottom: 24px; } }
  @media only screen and (max-width: 767px) {
    .section-gallery-slider .img-slider-centered {
      padding-bottom: 0; } }

.news-categories {
  display: flex;
  justify-content: center; }
  .news-categories .dropdown-toggle {
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 200px;
    font-weight: 600;
    justify-content: space-between;
    border-radius: 100px; }
    .news-categories .dropdown-toggle:before, .news-categories .dropdown-toggle:after {
      display: none; }
    .news-categories .dropdown-toggle .btn-icon-right {
      font-size: 28px; }
    @media only screen and (max-width: 767px) {
      .news-categories .dropdown-toggle {
        min-width: 172px;
        padding: 8px 16px;
        font-size: 18px; } }
  .news-categories-btn {
    margin-left: 20px; }
    @media only screen and (max-width: 767px) {
      .news-categories-btn {
        margin-left: 8px; }
        .news-categories-btn .btn-primary, .news-categories-btn .sidebar-block .wp-block-button__link, .sidebar-block .news-categories-btn .wp-block-button__link {
          padding-left: 12px;
          padding-left: 12px;
          font-size: 20px;
          line-height: 24px; } }
  .news-categories .dropdown.show .dropdown-toggle {
    background-color: #ffffff;
    color: #004AAD;
    z-index: 10; }
  .news-categories .dropdown-menu {
    min-width: 100%;
    margin: 0;
    top: calc(100% - 28px) !important;
    transform: none !important;
    border-radius: 0 0 8px 8px;
    border: none;
    padding: 38px 12px 12px;
    background-color: #004AAD;
    z-index: 9; }
    @media only screen and (max-width: 767px) {
      .news-categories .dropdown-menu {
        min-width: 170px;
        width: 100%; } }
    .news-categories .dropdown-menu .cat-item,
    .news-categories .dropdown-menu .dropdown-item {
      padding: 0; }
      .news-categories .dropdown-menu .cat-item:not(:last-child),
      .news-categories .dropdown-menu .dropdown-item:not(:last-child) {
        margin-bottom: 8px; }
    .news-categories .dropdown-menu a {
      display: block;
      position: relative;
      cursor: pointer;
      display: inline-flex;
      overflow: hidden;
      align-items: center;
      justify-content: center;
      box-shadow: none !important;
      border: none;
      color: #ffffff;
      background-color: #004AAD;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0;
      font-weight: 500;
      padding: 12px 30px;
      border-radius: 50px;
      isolation: isolate;
      background-color: #ffffff;
      color: #004AAD;
      border-color: #ffffff;
      width: 100%;
      border-radius: 8px;
      border: 2px solid #ffffff;
      line-height: 24px;
      padding: 8px 16px; }
      .news-categories .dropdown-menu a .btn-icon-left {
        margin-right: 12px;
        order: -1;
        margin-left: -4px; }
      .news-categories .dropdown-menu a .btn-icon-right {
        margin-left: 12px;
        margin-right: -4px; }
      .news-categories .dropdown-menu a .btn-icon-left, .news-categories .dropdown-menu a .btn-icon-right {
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: inline-flex; }
        .news-categories .dropdown-menu a .btn-icon-left.fa-caret-right, .news-categories .dropdown-menu a .btn-icon-left.fa-caret-left, .news-categories .dropdown-menu a .btn-icon-left.fa-caret-up, .news-categories .dropdown-menu a .btn-icon-left.fa-caret-down, .news-categories .dropdown-menu a .btn-icon-right.fa-caret-right, .news-categories .dropdown-menu a .btn-icon-right.fa-caret-left, .news-categories .dropdown-menu a .btn-icon-right.fa-caret-up, .news-categories .dropdown-menu a .btn-icon-right.fa-caret-down {
          font-size: 28px; }
      .news-categories .dropdown-menu a.btn-icon {
        width: 44px;
        height: 44px;
        padding: 5px;
        justify-content: center;
        align-items: center;
        font-size: 20px; }
      .news-categories .dropdown-menu a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }
      .news-categories .dropdown-menu a:hover {
        color: #ffffff; }
        .news-categories .dropdown-menu a:hover:before {
          background: rgba(10, 10, 10, 0.24); }
      .news-categories .dropdown-menu a.disabled, .news-categories .dropdown-menu a:disabled {
        opacity: 1;
        color: #ffffff;
        background: #C9CAD0;
        border-color: #C9CAD0; }
        .news-categories .dropdown-menu a.disabled:before, .news-categories .dropdown-menu a:disabled:before {
          display: none !important; }
      .news-categories .dropdown-menu a:before {
        display: none !important; }
      .news-categories .dropdown-menu a:hover, .news-categories .dropdown-menu a:focus, .news-categories .dropdown-menu a:active {
        border-color: #35C3FF;
        background-color: #35C3FF;
        color: #ffffff; }
    .news-categories .dropdown-menu .active a, .news-categories .dropdown-menu .active a:hover {
      background: transparent;
      border-color: #ffffff;
      color: #ffffff; }
  .news-categories .chip {
    font-weight: 600;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .news-categories .chip {
        font-size: 17px;
        line-height: 26px;
        letter-spacing: .45px;
        padding: 4px 16px;
        font-size: 14px;
        line-height: 20px;
        padding: 2px 12px; } }

.blog-index {
  padding: 48px 0 60px; }
  @media only screen and (max-width: 767px) {
    .blog-index {
      padding-top: 28px;
      padding-bottom: 24px; } }
  .blog-index-header {
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 32px; }
    .blog-index-header__intro {
      margin-bottom: 24px; }
      .blog-index-header__intro p {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .blog-index-header {
        font-size: 17px;
        line-height: 26px;
        line-height: 24px;
        margin-bottom: 36px; }
        .blog-index-header__intro {
          margin-bottom: 20px; } }
  .blog-index .col-post {
    margin-bottom: 80px; }
    @media only screen and (max-width: 991px) {
      .blog-index .col-post {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .blog-index .col-post {
        margin-bottom: 16px; } }
  .blog-index .load-more-button {
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .blog-index .load-more-button {
        margin-top: 0; } }

.post_share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: #191919;
  justify-content: center; }
  .post_share .share-text {
    color: #004AAD;
    font-weight: bold; }
  .post_share .social-icons {
    margin-bottom: 0; }
    .post_share .social-icons ul {
      gap: 12px;
      list-style: none; }
      .post_share .social-icons ul li {
        list-style: none;
        padding: 0; }
        .post_share .social-icons ul li:before {
          display: none !important; }
    .post_share .social-icons a {
      width: 20px;
      height: 20px;
      background: none; }
      .post_share .social-icons a:hover {
        color: #0F66AD;
        background: none; }
  .post_share.post_share_mobile {
    margin-bottom: 32px; }
    .post_share.post_share_mobile .share-text {
      display: none !important; }
  .post_share.post_share_bottom {
    margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .post_share.post_share_mobile {
      display: none !important; }
    .post_share.post_share_bottom {
      margin-top: 60px; } }

.default-page,
.blog-post {
  position: relative;
  background-color: #FBFBFB;
  padding: 32px 0; }
  .default-page.default__page,
  .blog-post.default__page {
    padding-bottom: 52px; }
    .default-page.default__page + .section-cards-cta,
    .blog-post.default__page + .section-cards-cta {
      padding-top: 0; }
      @media only screen and (min-width: 768px) {
        .default-page.default__page + .section-cards-cta .heading-2-bold,
        .blog-post.default__page + .section-cards-cta .heading-2-bold {
          font-size: 24px;
          line-height: 32px; } }
  .default-page img,
  .blog-post img {
    display: block;
    max-width: 100%;
    height: auto; }
  @media only screen and (min-width: 768px) {
    .default-page img,
    .blog-post img {
      border-radius: 4px; } }
  @media only screen and (max-width: 767px) {
    .default-page,
    .blog-post {
      padding: 0; } }
  .default-page__wrapper,
  .blog-post__wrapper {
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 32px 58px 58px;
    border-radius: 8px; }
    @media only screen and (max-width: 767px) {
      .default-page__wrapper,
      .blog-post__wrapper {
        border-radius: 0;
        padding: 16px; }
        .default-page__wrapper.page__wrapper,
        .blog-post__wrapper.page__wrapper {
          padding: 32px 16px; } }
  .default-page__header,
  .blog-post__header {
    margin-bottom: 32px; }
    @media only screen and (max-width: 767px) {
      .default-page__header,
      .blog-post__header {
        margin-bottom: 20px; }
        .default-page__header.page-header,
        .blog-post__header.page-header {
          margin-bottom: 28px; } }
    .default-page__header__title,
    .blog-post__header__title {
      font-weight: 900;
      color: #191919;
      margin-bottom: 28px; }
      .default-page__header__title.page-title,
      .blog-post__header__title.page-title {
        margin-bottom: 16px; }
      @media only screen and (max-width: 767px) {
        .default-page__header__title,
        .blog-post__header__title {
          font-size: 40px;
          line-height: 48px;
          margin-bottom: 20px; }
          .default-page__header__title.page-title,
          .blog-post__header__title.page-title {
            margin-bottom: 24px; } }
    .default-page__header__excerpt,
    .blog-post__header__excerpt {
      font-size: 20px;
      line-height: 30px;
      line-height: 28px;
      color: #191919; }
      @media only screen and (max-width: 767px) {
        .default-page__header__excerpt,
        .blog-post__header__excerpt {
          font-size: 17px;
          line-height: 26px; } }
    .default-page__header__meta,
    .blog-post__header__meta {
      margin-bottom: 16px; }
      @media only screen and (max-width: 767px) {
        .default-page__header__meta,
        .blog-post__header__meta {
          margin-bottom: 12px; } }
      .default-page__header__meta .post_meta__item,
      .blog-post__header__meta .post_meta__item {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-direction: row-reverse; }
      .default-page__header__meta .post_meta__cat,
      .blog-post__header__meta .post_meta__cat {
        display: none !important; }
      .default-page__header__meta .post_meta .share-text,
      .blog-post__header__meta .post_meta .share-text {
        display: none !important; }
      .default-page__header__meta .post_meta .social-icons,
      .blog-post__header__meta .post_meta .social-icons {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .default-page__header__img,
      .blog-post__header__img {
        margin-left: -16px;
        margin-right: -16px; } }
  .default-page__main,
  .blog-post__main {
    padding-top: 0; }
    .default-page__main__content,
    .blog-post__main__content {
      color: #191919; }
      @media only screen and (max-width: 767px) {
        .default-page__main__content,
        .blog-post__main__content {
          font-size: 17px;
          line-height: 26px; } }
      .default-page__main__content h1, .default-page__main__content h2, .default-page__main__content h3, .default-page__main__content h4, .default-page__main__content h5,
      .blog-post__main__content h1,
      .blog-post__main__content h2,
      .blog-post__main__content h3,
      .blog-post__main__content h4,
      .blog-post__main__content h5 {
        font-weight: 600;
        margin-bottom: 20px;
        color: #191919; }
        .default-page__main__content h1:not(:first-child), .default-page__main__content h2:not(:first-child), .default-page__main__content h3:not(:first-child), .default-page__main__content h4:not(:first-child), .default-page__main__content h5:not(:first-child),
        .blog-post__main__content h1:not(:first-child),
        .blog-post__main__content h2:not(:first-child),
        .blog-post__main__content h3:not(:first-child),
        .blog-post__main__content h4:not(:first-child),
        .blog-post__main__content h5:not(:first-child) {
          margin-top: 32px; }
        @media only screen and (max-width: 767px) {
          .default-page__main__content h1:not(:first-child), .default-page__main__content h2:not(:first-child), .default-page__main__content h3:not(:first-child), .default-page__main__content h4:not(:first-child), .default-page__main__content h5:not(:first-child),
          .blog-post__main__content h1:not(:first-child),
          .blog-post__main__content h2:not(:first-child),
          .blog-post__main__content h3:not(:first-child),
          .blog-post__main__content h4:not(:first-child),
          .blog-post__main__content h5:not(:first-child) {
            margin-top: 28px; } }
      .default-page__main__content h4:not(:last-child),
      .blog-post__main__content h4:not(:last-child) {
        margin-bottom: 16px; }
      .default-page__main__content h5:not(:last-child),
      .blog-post__main__content h5:not(:last-child) {
        margin-bottom: 12px; }
      .default-page__main__content .btn, .default-page__main__content .sidebar-block .wp-block-button__link, .sidebar-block .default-page__main__content .wp-block-button__link, .default-page__main__content .btn-primary, .default-page__main__content .sidebar-block .wp-block-button__link, .sidebar-block .default-page__main__content .wp-block-button__link, .default-page__main__content .btn-secondary,
      .blog-post__main__content .btn,
      .blog-post__main__content .sidebar-block .wp-block-button__link,
      .sidebar-block .blog-post__main__content .wp-block-button__link,
      .blog-post__main__content .btn-primary,
      .blog-post__main__content .sidebar-block .wp-block-button__link,
      .sidebar-block .blog-post__main__content .wp-block-button__link,
      .blog-post__main__content .btn-secondary {
        margin-top: 24px; }
      .default-page__main__content p .btn, .default-page__main__content p .sidebar-block .wp-block-button__link, .sidebar-block .default-page__main__content p .wp-block-button__link, .default-page__main__content p .btn-primary, .default-page__main__content p .sidebar-block .wp-block-button__link, .sidebar-block .default-page__main__content p .wp-block-button__link, .default-page__main__content p .btn-secondary,
      .blog-post__main__content p .btn,
      .blog-post__main__content p .sidebar-block .wp-block-button__link,
      .sidebar-block .blog-post__main__content p .wp-block-button__link,
      .blog-post__main__content p .btn-primary,
      .blog-post__main__content p .sidebar-block .wp-block-button__link,
      .sidebar-block .blog-post__main__content p .wp-block-button__link,
      .blog-post__main__content p .btn-secondary {
        margin-top: 0; }
      .default-page__main__content a:not(.btn):not(.btn-cta):not(.btn-primary):not(.btn-secondary),
      .blog-post__main__content a:not(.btn):not(.btn-cta):not(.btn-primary):not(.btn-secondary) {
        text-decoration: underline; }
        .default-page__main__content a:not(.btn):not(.btn-cta):not(.btn-primary):not(.btn-secondary):hover,
        .blog-post__main__content a:not(.btn):not(.btn-cta):not(.btn-primary):not(.btn-secondary):hover {
          color: #35C3FF; }
      .default-page__main__content img,
      .blog-post__main__content img {
        display: block;
        max-width: 100%;
        height: auto; }
        .default-page__main__content img:not(:first-child),
        .blog-post__main__content img:not(:first-child) {
          margin-top: 28px; }
        .default-page__main__content img:not(:last-child),
        .blog-post__main__content img:not(:last-child) {
          margin-bottom: 28px; }
        @media only screen and (max-width: 767px) {
          .default-page__main__content img:not(:first-child),
          .blog-post__main__content img:not(:first-child) {
            margin-top: 20px; }
          .default-page__main__content img:not(:last-child),
          .blog-post__main__content img:not(:last-child) {
            margin-bottom: 20px; } }
      .default-page__main__content p:empty, .default-page__main__content p:last-child,
      .blog-post__main__content p:empty,
      .blog-post__main__content p:last-child {
        margin-bottom: 0; }
      .default-page__main__content ul, .default-page__main__content ol,
      .blog-post__main__content ul,
      .blog-post__main__content ol {
        margin-top: 26px;
        margin-bottom: 26px;
        margin-left: 0;
        padding-left: 18px; }
        .default-page__main__content ul:last-child, .default-page__main__content ol:last-child,
        .blog-post__main__content ul:last-child,
        .blog-post__main__content ol:last-child {
          margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .default-page__main__content ul, .default-page__main__content ol,
          .blog-post__main__content ul,
          .blog-post__main__content ol {
            margin-top: 22px;
            margin-bottom: 22px;
            padding-left: 16px; } }
        .default-page__main__content ul li, .default-page__main__content ol li,
        .blog-post__main__content ul li,
        .blog-post__main__content ol li {
          position: relative;
          list-style: auto; }
          .default-page__main__content ul li:not(:last-child), .default-page__main__content ol li:not(:last-child),
          .blog-post__main__content ul li:not(:last-child),
          .blog-post__main__content ol li:not(:last-child) {
            margin-bottom: 8px; }
          @media only screen and (max-width: 767px) {
            .default-page__main__content ul li:not(:last-child), .default-page__main__content ol li:not(:last-child),
            .blog-post__main__content ul li:not(:last-child),
            .blog-post__main__content ol li:not(:last-child) {
              margin-bottom: 5px; } }
        .default-page__main__content ul ul, .default-page__main__content ul ol, .default-page__main__content ol ul, .default-page__main__content ol ol,
        .blog-post__main__content ul ul,
        .blog-post__main__content ul ol,
        .blog-post__main__content ol ul,
        .blog-post__main__content ol ol {
          margin-left: 20px;
          margin-top: 6px;
          margin-bottom: 6px; }
      .default-page__main__content ul li,
      .blog-post__main__content ul li {
        list-style: disc; }
      @media only screen and (max-width: 767px) {
        .default-page__main__content ul,
        .blog-post__main__content ul {
          padding-left: 0;
          margin-left: 0; }
          .default-page__main__content ul li,
          .blog-post__main__content ul li {
            position: relative;
            list-style: none;
            padding-left: 10px; }
            .default-page__main__content ul li:before,
            .blog-post__main__content ul li:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              display: block;
              top: 9px;
              width: 4px;
              height: 4px;
              background: var(--color, #2A2A2A);
              border-radius: 50%; } }
      .default-page__main__content ol li,
      .blog-post__main__content ol li {
        list-style: none; }
        .default-page__main__content ol li:before,
        .blog-post__main__content ol li:before {
          content: counter(list-item) "  ";
          position: absolute;
          font-weight: bold;
          width: 20px;
          left: -18px; }
      @media only screen and (max-width: 767px) {
        .default-page__main__content ol li:before,
        .blog-post__main__content ol li:before {
          width: 12px;
          left: -15px; } }
      .default-page__main__content .wp-caption,
      .blog-post__main__content .wp-caption {
        width: 100%;
        max-width: 100%;
        margin-top: 32px;
        margin-bottom: 24px; }
        .default-page__main__content .wp-caption img,
        .blog-post__main__content .wp-caption img {
          width: 100%; }
        @media only screen and (max-width: 767px) {
          .default-page__main__content .wp-caption,
          .blog-post__main__content .wp-caption {
            width: auto !important;
            margin: 32px -16px 20px;
            max-width: unset; } }
        .default-page__main__content .wp-caption-text,
        .blog-post__main__content .wp-caption-text {
          position: relative;
          color: #2A2A2A;
          font-size: 12px;
          line-height: 16px;
          color: #777986;
          margin-top: 4px;
          padding: 0 0 0 10px;
          text-align: left;
          font-style: normal; }
          .default-page__main__content .wp-caption-text:before,
          .blog-post__main__content .wp-caption-text:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background-color: #004AAD;
            width: 2px;
            height: 10px;
            top: 3px;
            bottom: 3px;
            height: auto; }
      .default-page__main__content blockquote,
      .blog-post__main__content blockquote {
        max-width: 672px;
        margin-top: 32px;
        margin-bottom: 32px; }
        @media only screen and (max-width: 767px) {
          .default-page__main__content blockquote,
          .blog-post__main__content blockquote {
            margin-top: 32px;
            margin-bottom: 32px; } }
    .default-page__main__footer,
    .blog-post__main__footer {
      margin-top: 32px;
      border-top: 2px solid #F3f4f8;
      padding-top: 16px; }
      @media only screen and (max-width: 767px) {
        .default-page__main__footer,
        .blog-post__main__footer {
          margin-top: 28px;
          padding-top: 12px; } }
      .default-page__main__footer .post_meta,
      .blog-post__main__footer .post_meta {
        display: flex;
        justify-content: space-between; }
        @media only screen and (min-width: 768px) {
          .default-page__main__footer .post_meta,
          .blog-post__main__footer .post_meta {
            flex-direction: row-reverse; } }
        @media only screen and (max-width: 767px) {
          .default-page__main__footer .post_meta,
          .blog-post__main__footer .post_meta {
            flex-direction: column; } }
        .default-page__main__footer .post_meta .meta_list:not(:last-child),
        .blog-post__main__footer .post_meta .meta_list:not(:last-child) {
          margin-bottom: 16px; }
        .default-page__main__footer .post_meta .meta_list_cat,
        .blog-post__main__footer .post_meta .meta_list_cat {
          flex-direction: row;
          align-items: center;
          flex-wrap: wrap; }
          @media only screen and (min-width: 768px) {
            .default-page__main__footer .post_meta .meta_list_cat,
            .blog-post__main__footer .post_meta .meta_list_cat {
              justify-content: flex-end; }
              .default-page__main__footer .post_meta .meta_list_cat .meta_list__text__item:not(:last-child),
              .blog-post__main__footer .post_meta .meta_list_cat .meta_list__text__item:not(:last-child) {
                margin-bottom: 0;
                margin-right: 8px; } }
          @media only screen and (max-width: 767px) {
            .default-page__main__footer .post_meta .meta_list_cat .meta_list__text__item:not(:last-child),
            .blog-post__main__footer .post_meta .meta_list_cat .meta_list__text__item:not(:last-child) {
              margin-right: 4px; } }
        @media only screen and (max-width: 767px) {
          .default-page__main__footer .post_meta .meta_list:not(:last-child),
          .blog-post__main__footer .post_meta .meta_list:not(:last-child) {
            margin-bottom: 12px; } }
        .default-page__main__footer .post_meta .share-text,
        .blog-post__main__footer .post_meta .share-text {
          display: none !important; }
        .default-page__main__footer .post_meta .social-icons,
        .blog-post__main__footer .post_meta .social-icons {
          margin-bottom: 0; }
        @media only screen and (min-width: 768px) {
          .default-page__main__footer .post_meta__item:first-child,
          .blog-post__main__footer .post_meta__item:first-child {
            display: flex;
            flex-direction: column;
            align-items: flex-end; } }
        @media only screen and (max-width: 767px) {
          .default-page__main__footer .post_meta__item:first-child,
          .blog-post__main__footer .post_meta__item:first-child {
            display: flex;
            align-items: flex-start;
            flex-direction: row-reverse;
            justify-content: space-between;
            border: none;
            margin-bottom: 12px; } }
      .default-page__main__footer .post_tags,
      .blog-post__main__footer .post_tags {
        margin-top: 20px; }

.post_category {
  margin-bottom: 24px; }
  .post_category:last-child {
    margin-bottom: 0; }
  .post_category__item:not(:last-child) {
    margin-right: 8px; }
  @media only screen and (max-width: 767px) {
    .post_category {
      margin-bottom: 16px; }
      .post_category__item:not(:last-child) {
        margin-right: 4px; } }

.meta_list {
  display: flex;
  align-items: center;
  color: #2A2A2A;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px; }
  @media only screen and (max-width: 767px) {
    .meta_list {
      font-size: 14px;
      line-height: 20px; } }
  .meta_list__icon {
    color: #004AAD;
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin-right: 12px; }
    @media only screen and (max-width: 767px) {
      .meta_list__icon {
        margin-right: 8px; } }
  .meta_list a:not(.btn-primary):not(.btn-secondary):not(.btn-social):not(.chip) {
    display: inline-flex; }
  .meta_list_cat .meta_list__text__item {
    display: inline-flex;
    align-items: center; }
  @media only screen and (min-width: 768px) {
    .meta_list_cat {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .meta_list_cat .meta_list__text__item:not(:last-child) {
        margin-bottom: 2px; } }
  @media only screen and (max-width: 767px) {
    .meta_list_cat .meta_list__text__item:not(:last-child) {
      margin-right: 3px; } }

.section-post-cta {
  padding-top: 136px;
  padding-bottom: 154px; }
  .section-post-cta .bg-cta {
    background: url("../../images/section/news-cta-pattern.svg") top left;
    height: 544px; }
  .section-post-cta .post_share {
    margin-bottom: 60px; }
  .section-post-cta .cta-default {
    background-color: #004AAD;
    background: rgba(0, 74, 173, 0.9);
    color: #ffffff;
    padding: 32px 36px;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 rgba(42, 42, 42, 0.06), 0 4px 7px 0 rgba(42, 42, 42, 0.05), 0 1px 12px 0 rgba(42, 42, 42, 0.04);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.14); }
    .section-post-cta .cta-default .title-block {
      margin-bottom: 20px; }
    .section-post-cta .cta-default h4, .section-post-cta .cta-default .h4 {
      font-size: 24px;
      line-height: 32px; }
      .section-post-cta .cta-default h4:last-child, .section-post-cta .cta-default .h4:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .section-post-cta .cta-default .title-block {
        margin-bottom: 16px; } }
  @media only screen and (min-width: 1921px) {
    .section-post-cta .bg-cta {
      height: 32.380952381vw; } }
  @media only screen and (max-width: 767px) {
    .section-post-cta {
      padding-top: 0;
      padding-bottom: 82px; }
      .section-post-cta .bg-cta {
        background: url("../../images/section/news-cta-pattern-xs.svg") bottom center no-repeat;
        background-size: auto 100% !important;
        top: auto;
        bottom: 0;
        height: 250px; }
      .section-post-cta .post_share {
        margin-bottom: 40px; }
      .section-post-cta .cta-default {
        background-color: #004AAD; }
        .section-post-cta .cta-default-title {
          margin-bottom: 18px; } }

.cat-list {
  list-style: none;
  position: absolute;
  top: calc(100% + 10px);
  border-radius: 17px;
  background: #fff;
  right: 0;
  left: 0;
  z-index: 4; }
  .cat-list .cat-item {
    width: 100%;
    list-style: none;
    margin: 10px 0; }

.sidebar-block {
  background-color: #ffffff;
  border-radius: 26px;
  padding: 32px;
  margin-bottom: 24px;
  border: 1px solid rgba(210, 212, 218, 0.5);
  box-shadow: 0 7px 20px 0 rgba(200, 186, 216, 0.1), 0 5px 10px 5px rgba(175, 160, 193, 0.12);
  border: none;
  position: relative;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(42, 42, 42, 0.06), 0 4px 7px 0 rgba(42, 42, 42, 0.05), 0 1px 12px 0 rgba(42, 42, 42, 0.04); }
  .sidebar-block .widgettitle {
    color: #004AAD;
    line-height: 20px;
    letter-spacing: .18px;
    margin-bottom: 24px; }
  .sidebar-block .logo-image {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 112px;
    margin-top: -88px;
    margin-bottom: 16px; }
    .sidebar-block .logo-image img {
      display: block;
      max-width: 100%;
      height: auto; }
  .sidebar-block .btn-block,
  .sidebar-block .wp-block-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .sidebar-block .btn-block > .wp-block-button,
    .sidebar-block .wp-block-buttons > .wp-block-button {
      width: 100%; }
  .sidebar-block .wp-block-button__link {
    width: 100%; }
  .sidebar-block .social-icons {
    margin-bottom: 20px; }
    .sidebar-block .social-icons ul {
      gap: 12px; }
    .sidebar-block .social-icons a {
      color: #ff4949; }
      .sidebar-block .social-icons a:hover {
        color: #ffffff;
        background: #0F66AD; }
  .sidebar-block .widget_archive {
    margin-top: 28px;
    text-align: left; }
    .sidebar-block .widget_archive .widgettitle {
      font-weight: bold;
      font-size: 17px;
      line-height: 26px;
      color: #191919;
      letter-spacing: 0.16px;
      margin-bottom: 8px; }
  .sidebar-block.sidebar-1 .widgettitle {
    margin-bottom: 12px; }
  .sidebar-block.page-sidebar-1 {
    margin-top: 68px; }
    .sidebar-block.page-sidebar-1 .btn-primary, .sidebar-block.page-sidebar-1 .wp-block-button__link,
    .sidebar-block.page-sidebar-1 .wp-block-button__link {
      color: #004AAD;
      background: #F3f4f8;
      border-color: #F3f4f8; }
      .sidebar-block.page-sidebar-1 .btn-primary:hover, .sidebar-block.page-sidebar-1 .wp-block-button__link:hover,
      .sidebar-block.page-sidebar-1 .wp-block-button__link:hover {
        background: #0F66AD;
        border-color: #0F66AD; }
  .sidebar-block .is-style-fill .wp-block-button__link,
  .sidebar-block .is-style-outline .wp-block-button__link {
    color: #ffffff;
    background: #ff4949;
    border-color: #ff4949; }
    .sidebar-block .is-style-fill .wp-block-button__link:hover,
    .sidebar-block .is-style-outline .wp-block-button__link:hover {
      background: #0F66AD;
      border-color: #0F66AD; }
  @media only screen and (min-width: 768px) {
    .sidebar-block .social-icons a {
      font-size: 24px; } }
  @media only screen and (max-width: 991px) {
    .sidebar-block {
      padding: 20px;
      border-radius: 16px; }
      .sidebar-block .logo-image {
        margin-top: -76px; }
      .sidebar-block .social-icons ul {
        gap: 2px; } }
  @media only screen and (max-width: 767px) {
    .sidebar-block.sidebar-1 {
      margin-top: 88px; } }

.featured-posts-slider {
  position: relative; }
  .featured-posts-slider .swiper-wrapper {
    height: auto;
    box-sizing: inherit; }
  .featured-posts-slider.row {
    margin-right: -10px;
    margin-left: -10px; }
  .featured-posts-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px; }
    .featured-posts-slider .swiper-slide .card {
      flex: 1; }
  .featured-posts-slider .swiper-arrow {
    width: 8.2142857143vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    border: none;
    outline: 0;
    background: 0 0;
    transform: none;
    cursor: pointer; }
    .featured-posts-slider .swiper-arrow:before {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid #D2D4DA;
      cursor: pointer;
      font-size: 28px;
      font-weight: bold;
      color: #101223;
      background-color: #ffffff; }
    .featured-posts-slider .swiper-arrow:hover:before {
      background: #004AAD;
      border-color: #004AAD;
      color: #ffffff; }
    .featured-posts-slider .swiper-arrow:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      width: 19.7023809524vw;
      background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 40%, rgba(255, 255, 255, 0) 100%);
      pointer-events: none;
      z-index: -1; }
    .featured-posts-slider .swiper-arrow.slider-prev {
      left: calc((100vw - 1240px + 20px) / -2); }
      .featured-posts-slider .swiper-arrow.slider-prev:before {
        left: auto;
        right: 0; }
      .featured-posts-slider .swiper-arrow.slider-prev:after {
        background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 40%, rgba(255, 255, 255, 0) 100%); }
    .featured-posts-slider .swiper-arrow.slider-next {
      left: auto;
      right: calc((100vw - 1240px + 20px) / -2); }
      .featured-posts-slider .swiper-arrow.slider-next:after {
        left: auto;
        right: 0; }
    .featured-posts-slider .swiper-arrow.swiper-button-disabled {
      opacity: 0;
      cursor: auto;
      pointer-events: none; }
  @media only screen and (max-width: 1240px) {
    .featured-posts-slider .swiper-arrow {
      width: 4.2979942693vw;
      width: 60px; }
      .featured-posts-slider .swiper-arrow:before {
        width: 44px;
        height: 44px;
        font-size: 28px; }
      .featured-posts-slider .swiper-arrow:after {
        width: 9.3123209169vw;
        width: 130px; }
      .featured-posts-slider .swiper-arrow.slider-prev {
        left: -10px; }
        .featured-posts-slider .swiper-arrow.slider-prev:before {
          left: auto;
          right: 0; }
      .featured-posts-slider .swiper-arrow.slider-next {
        right: -10px; }
        .featured-posts-slider .swiper-arrow.slider-next:after {
          left: auto;
          right: 0; } }
  @media only screen and (max-width: 767px) {
    .featured-posts-slider.row {
      margin-right: -6px;
      margin-left: -6px; }
    .featured-posts-slider .swiper-slide {
      width: 274px;
      flex: 0 0 274px;
      max-width: 274px;
      padding-left: 6px;
      padding-right: 6px; }
    .featured-posts-slider .swiper-arrow {
      width: 48px; }
      .featured-posts-slider .swiper-arrow:before {
        width: 36px;
        height: 36px;
        font-size: 24px; }
      .featured-posts-slider .swiper-arrow:after {
        width: 66px; }
      .featured-posts-slider .swiper-arrow.slider-prev {
        left: -10px; }
        .featured-posts-slider .swiper-arrow.slider-prev:before {
          left: auto;
          right: 0; }
      .featured-posts-slider .swiper-arrow.slider-next {
        right: -10px; }
        .featured-posts-slider .swiper-arrow.slider-next:after {
          left: auto;
          right: 0; } }

.section-comments {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media only screen and (max-width: 767px) {
    .section-comments .container-fluid {
      padding: 0; } }
  .section-comments__block {
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 56px 28px;
    background-color: #FBFBFB;
    border-radius: 12px; }
    @media only screen and (max-width: 767px) {
      .section-comments__block {
        padding: 24px 16px;
        border-radius: 0; } }
    .section-comments__block .comment-reply-title {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      color: #2A2A2A;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .section-comments__block .comment-reply-title {
          font-size: 20px;
          line-height: 28px;
          font-weight: 700; } }
    .section-comments__block #commentform {
      font-size: 14px;
      line-height: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .section-comments__block #commentform p {
        margin-bottom: 12px;
        width: 100%; }
        .section-comments__block #commentform p:not(.comment-form-cookies-consent) label {
          display: none !important; }
        @media only screen and (max-width: 767px) {
          .section-comments__block #commentform p {
            margin-bottom: 8px; } }
      .section-comments__block #commentform .comment-notes,
      .section-comments__block #commentform .comment-form-cookies-consent {
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          .section-comments__block #commentform .comment-notes,
          .section-comments__block #commentform .comment-form-cookies-consent {
            margin-bottom: 16px; } }
      .section-comments__block #commentform .comment-form-comment {
        margin-bottom: 10px; }
      .section-comments__block #commentform .comment-form-cookies-consent {
        font-size: 17px;
        line-height: 26px; }
        .section-comments__block #commentform .comment-form-cookies-consent label {
          display: flex;
          position: relative;
          align-items: center;
          margin: 0;
          max-width: unset;
          font-size: 17px;
          line-height: 26px;
          font-weight: normal;
          color: #191919;
          cursor: pointer; }
          .section-comments__block #commentform .comment-form-cookies-consent label:before {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #ffffff;
            background-color: #ffffff;
            content: '';
            min-width: 24px;
            width: 24px;
            height: 24px;
            border: 2px solid #D2D4DA;
            border-radius: 6px;
            margin-right: 10px;
            font-family: "Font Awesome 5 Free", arial, sans-serif;
            font-weight: 900;
            font-size: 16px;
            line-height: 20px; }
        .section-comments__block #commentform .comment-form-cookies-consent input[type=checkbox],
        .section-comments__block #commentform .comment-form-cookies-consent input[type=radio] {
          position: absolute;
          margin: 0;
          width: 0;
          height: 0;
          overflow: hidden;
          visibility: hidden; }
          .section-comments__block #commentform .comment-form-cookies-consent input[type=checkbox]:checked + label,
          .section-comments__block #commentform .comment-form-cookies-consent input[type=radio]:checked + label {
            font-weight: normal; }
            .section-comments__block #commentform .comment-form-cookies-consent input[type=checkbox]:checked + label:before,
            .section-comments__block #commentform .comment-form-cookies-consent input[type=radio]:checked + label:before {
              content: "\f00c";
              background: #004AAD;
              border-color: #004AAD; }
        .section-comments__block #commentform .comment-form-cookies-consent label:before {
          border: 2px solid #2A2A2A;
          background: transparent;
          margin-right: 12px; }
      @media only screen and (min-width: 768px) {
        .section-comments__block #commentform .comment-form-author, .section-comments__block #commentform .comment-form-email, .section-comments__block #commentform .comment-form-url {
          max-width: calc(33.33% - 6px); } }
      .section-comments__block #commentform input, .section-comments__block #commentform textarea, .section-comments__block #commentform select {
        background-color: #ffffff;
        color: #2A2A2A;
        border: 2px solid #FBFBFB;
        border-radius: 6px;
        font-size: 20px;
        line-height: 30px;
        padding: 9px 16px; }
        .section-comments__block #commentform input::placeholder, .section-comments__block #commentform textarea::placeholder, .section-comments__block #commentform select::placeholder {
          color: #2A2A2A; }
        @media only screen and (max-width: 767px) {
          .section-comments__block #commentform input, .section-comments__block #commentform textarea, .section-comments__block #commentform select {
            padding: 8px 12px; } }
      .section-comments__block #commentform textarea {
        border-radius: 12px;
        height: 180px; }
        .section-comments__block #commentform textarea::placeholder {
          color: #777986; }
      .section-comments__block #commentform .form-submit {
        margin-bottom: 0; }
      .section-comments__block #commentform #submit {
        position: relative;
        cursor: pointer;
        display: inline-flex;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        box-shadow: none !important;
        border: none;
        color: #ffffff;
        background-color: #004AAD;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
        font-weight: 500;
        padding: 12px 30px;
        border-radius: 50px;
        isolation: isolate;
        width: auto; }
        .section-comments__block #commentform #submit .btn-icon-left {
          margin-right: 12px;
          order: -1;
          margin-left: -4px; }
        .section-comments__block #commentform #submit .btn-icon-right {
          margin-left: 12px;
          margin-right: -4px; }
        .section-comments__block #commentform #submit .btn-icon-left, .section-comments__block #commentform #submit .btn-icon-right {
          width: 24px;
          height: 24px;
          display: flex;
          justify-content: center;
          align-items: center;
          display: inline-flex; }
          .section-comments__block #commentform #submit .btn-icon-left.fa-caret-right, .section-comments__block #commentform #submit .btn-icon-left.fa-caret-left, .section-comments__block #commentform #submit .btn-icon-left.fa-caret-up, .section-comments__block #commentform #submit .btn-icon-left.fa-caret-down, .section-comments__block #commentform #submit .btn-icon-right.fa-caret-right, .section-comments__block #commentform #submit .btn-icon-right.fa-caret-left, .section-comments__block #commentform #submit .btn-icon-right.fa-caret-up, .section-comments__block #commentform #submit .btn-icon-right.fa-caret-down {
            font-size: 28px; }
        .section-comments__block #commentform #submit.btn-icon {
          width: 44px;
          height: 44px;
          padding: 5px;
          justify-content: center;
          align-items: center;
          font-size: 20px; }
        .section-comments__block #commentform #submit:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: -1; }
        .section-comments__block #commentform #submit:hover {
          color: #ffffff; }
          .section-comments__block #commentform #submit:hover:before {
            background: rgba(10, 10, 10, 0.24); }
        .section-comments__block #commentform #submit.disabled, .section-comments__block #commentform #submit:disabled {
          opacity: 1;
          color: #ffffff;
          background: #C9CAD0;
          border-color: #C9CAD0; }
          .section-comments__block #commentform #submit.disabled:before, .section-comments__block #commentform #submit:disabled:before {
            display: none !important; }
    .section-comments__block .comment-list .comment {
      list-style: none;
      margin-left: 0;
      padding-bottom: 20px;
      border-bottom: 1px solid #D2D4DA;
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 20px; }
      .section-comments__block .comment-list .comment:first-child {
        border-top: none; }
      .section-comments__block .comment-list .comment p:not(:last-child) {
        margin-bottom: 12px; }
      .section-comments__block .comment-list .comment-body {
        padding-left: 44px;
        position: relative; }
      .section-comments__block .comment-list .comment-author {
        display: flex;
        align-items: center;
        min-height: 32px; }
        .section-comments__block .comment-list .comment-author img, .section-comments__block .comment-list .comment-author .avatar {
          border-radius: 50px;
          margin-right: 12px;
          position: absolute;
          top: 0;
          left: 0; }
        .section-comments__block .comment-list .comment-author cite, .section-comments__block .comment-list .comment-author .fn {
          font-style: normal;
          color: #2A2A2A;
          font-weight: 600;
          font-size: 17px;
          line-height: 26px; }
          .section-comments__block .comment-list .comment-author cite a, .section-comments__block .comment-list .comment-author .fn a {
            color: #2A2A2A; }
        .section-comments__block .comment-list .comment-author .says {
          display: none !important; }
      .section-comments__block .comment-list .comment-meta {
        margin-bottom: 15px; }

.section-faqs .faq-group:not(:last-child) {
  margin-bottom: 48px; }

@media only screen and (max-width: 767px) {
  .section-faqs .faq-group:not(:last-child) {
    margin-bottom: 36px; } }

.faq-sidebar .btn, .faq-sidebar .sidebar-block .wp-block-button__link, .sidebar-block .faq-sidebar .wp-block-button__link {
  white-space: pre-wrap;
  width: 100%;
  border: none;
  padding: 14px 20px; }

.faq-sidebar .sidebar-header {
  font-weight: bold;
  display: block;
  text-align: center;
  background-color: #004AAD;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.45px;
  width: 100%;
  margin-bottom: 12px; }
  .faq-sidebar .sidebar-header:any-link:hover {
    color: #ffffff;
    background: #0F66AD; }

.faq-sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0; }

.faq-sidebar .sidebar-body .btn, .faq-sidebar .sidebar-body .sidebar-block .wp-block-button__link, .sidebar-block .faq-sidebar .sidebar-body .wp-block-button__link {
  width: 100%;
  text-align: center; }

.faq-sidebar .sidebar-body .active {
  position: relative; }
  .faq-sidebar .sidebar-body .active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    border-radius: 10px; }

.rbd-faq {
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    .rbd-faq {
      margin-bottom: 16px; } }
  .rbd-faq .close-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%); }
    .rbd-faq .close-icon:after, .rbd-faq .close-icon:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-color: #004AAD;
      transition: all 0.3s;
      width: 28px;
      height: 4px;
      border-radius: 50px;
      top: auto;
      left: auto; }
    .rbd-faq .close-icon:after {
      width: 4px;
      height: 28px; }
    @media only screen and (max-width: 767px) {
      .rbd-faq .close-icon {
        right: 18px; } }
  .rbd-faq .rbd-faq-question {
    display: block;
    position: relative;
    cursor: pointer;
    text-align: left;
    border: none;
    margin-bottom: 0 !important;
    padding: 10px 44px 10px 24px;
    background: transparent;
    width: 100%;
    outline: none;
    background-color: #35C3FF;
    color: #004AAD;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    border-radius: 10px; }
    .rbd-faq .rbd-faq-question.open .close-icon:after {
      transform: scaleY(0); }
    @media only screen and (max-width: 767px) {
      .rbd-faq .rbd-faq-question {
        font-size: 17px;
        line-height: 26px; }
        .rbd-faq .rbd-faq-question.open .close-icon:after {
          transform: scaleY(0); } }
  .rbd-faq .rbd-faq-answer {
    padding: 0;
    margin: 0; }
    .rbd-faq .rbd-faq-answer .content-block {
      padding: 24px 24px;
      font-size: 20px;
      line-height: 30px; }
    @media only screen and (max-width: 767px) {
      .rbd-faq .rbd-faq-answer {
        font-size: 17px;
        line-height: 26px; }
        .rbd-faq .rbd-faq-answer .content-block {
          padding: 24px 0 0 24px; } }

.rbd-faq-section .rbd-faq-cat-title {
  color: #004AAD; }
  .rbd-faq-section .rbd-faq-cat-title h4 {
    font-size: 32px;
    line-height: 40px; }

.rbd-faq-section .rbd-faq-category:not(:last-child) {
  margin-bottom: 50px; }

.rbd-faq-section .rbd-faq-category .rbd-faq-cat-title {
  padding: 0 !important;
  margin: 0 0 24px !important; }

.rbd-faq-section .rbd-faq .show-hide,
.rbd-faq-section .rbd-faq .rbd-faq-question {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: left;
  border: none;
  margin-bottom: 0 !important;
  padding: 10px 44px 10px 24px;
  background: transparent;
  width: 100%;
  outline: none;
  background-color: #35C3FF;
  color: #004AAD;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  border-radius: 10px; }
  .rbd-faq-section .rbd-faq .show-hide.open .close-icon:after,
  .rbd-faq-section .rbd-faq .rbd-faq-question.open .close-icon:after {
    transform: scaleY(0); }
  @media only screen and (max-width: 767px) {
    .rbd-faq-section .rbd-faq .show-hide,
    .rbd-faq-section .rbd-faq .rbd-faq-question {
      font-size: 17px;
      line-height: 26px; }
      .rbd-faq-section .rbd-faq .show-hide.open .close-icon:after,
      .rbd-faq-section .rbd-faq .rbd-faq-question.open .close-icon:after {
        transform: scaleY(0); } }

.rbd-faq-section .rbd-faq .rbd-faq-answer {
  padding: 0;
  margin: 0; }
  .rbd-faq-section .rbd-faq .rbd-faq-answer .content-block {
    padding: 24px 24px;
    font-size: 20px;
    line-height: 30px; }
  @media only screen and (max-width: 767px) {
    .rbd-faq-section .rbd-faq .rbd-faq-answer {
      font-size: 17px;
      line-height: 26px; }
      .rbd-faq-section .rbd-faq .rbd-faq-answer .content-block {
        padding: 24px 0 0 24px; } }

@media only screen and (max-width: 767px) {
  .rbd-faq-section .rbd-faq-cat-title h4 {
    font-size: 20px;
    line-height: 28px; }
  .rbd-faq-section .rbd-faq-category:not(:last-child) {
    margin-bottom: 32px; } }

.section-facts-sheets {
  padding: 72px 0; }
  .section-facts-sheets .header-block {
    margin-bottom: 48px; }
  .section-facts-sheets .fact-tabs {
    justify-content: center;
    gap: 24px;
    margin-bottom: 48px;
    border: none; }
    .section-facts-sheets .fact-tabs .btn.active, .section-facts-sheets .fact-tabs .sidebar-block .active.wp-block-button__link, .sidebar-block .section-facts-sheets .fact-tabs .active.wp-block-button__link {
      background-color: #004AAD;
      color: #ffffff;
      border-color: #ffffff; }
  .section-facts-sheets .fact-content {
    background-color: #ffffff;
    border: 1px solid rgba(210, 212, 218, 0.5);
    box-shadow: 0 7px 20px 0 rgba(200, 186, 216, 0.1), 0 5px 10px 5px rgba(175, 160, 193, 0.12);
    border: none !important;
    padding: 40px 40px 72px;
    border-radius: 80px;
    border-radius: 48px; }
    .section-facts-sheets .fact-content > *, .section-facts-sheets .fact-content ul {
      margin-left: auto;
      margin-right: auto;
      max-width: 780px; }
    .section-facts-sheets .fact-content ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .section-facts-sheets .fact-content ul li {
        list-style: none;
        margin: 0;
        padding: 0; }
        .section-facts-sheets .fact-content ul li:before {
          display: none !important; }
  .section-facts-sheets .btn-open-pdf {
    color: #191919; }
    .section-facts-sheets .btn-open-pdf .icon {
      margin-left: 8px; }
    .section-facts-sheets .btn-open-pdf:hover {
      color: #ffffff; }
  .section-facts-sheets .fact-single-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(210, 212, 218, 0.5);
    box-shadow: 0 7px 20px 0 rgba(200, 186, 216, 0.1), 0 5px 10px 5px rgba(175, 160, 193, 0.12);
    border: none !important;
    padding: 48px 40px 72px;
    border-radius: 20px; }
    .section-facts-sheets .fact-single-content > * {
      margin-left: auto;
      margin-right: auto;
      max-width: 680px; }
    .section-facts-sheets .fact-single-content .content-block h1, .section-facts-sheets .fact-single-content .content-block h2, .section-facts-sheets .fact-single-content .content-block h3, .section-facts-sheets .fact-single-content .content-block h4, .section-facts-sheets .fact-single-content .content-block h5 {
      font-weight: 500;
      color: #0F66AD; }
  @media only screen and (min-width: 768px) {
    .section-facts-sheets .btn-open-pdf {
      position: absolute;
      top: 20px;
      right: 20px; } }
  @media only screen and (max-width: 767px) {
    .section-facts-sheets {
      padding: 24px 0 48px; }
      .section-facts-sheets .header-block {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 20px; }
        .section-facts-sheets .header-block .h1 {
          font-size: 24px;
          line-height: 32px; }
      .section-facts-sheets .fact-tabs {
        gap: 4px;
        margin-bottom: 28px;
        border: none;
        flex-wrap: nowrap; }
        .section-facts-sheets .fact-tabs .btn-secondary.btn-lg, .section-facts-sheets .fact-tabs .sidebar-block .btn-secondary.wp-block-button__link, .sidebar-block .section-facts-sheets .fact-tabs .btn-secondary.wp-block-button__link {
          font-size: 17px;
          line-height: 26px;
          padding: 5px 16px; }
          .section-facts-sheets .fact-tabs .btn-secondary.btn-lg .hide-xs, .section-facts-sheets .fact-tabs .sidebar-block .btn-secondary.wp-block-button__link .hide-xs, .sidebar-block .section-facts-sheets .fact-tabs .btn-secondary.wp-block-button__link .hide-xs {
            display: none !important; }
      .section-facts-sheets .fact-content {
        padding: 24px 16px 28px;
        border-radius: 40px; }
        .section-facts-sheets .fact-content ul {
          gap: 16px; }
      .section-facts-sheets .fact-single-content {
        padding: 28px 16px 40px;
        border-radius: 20px;
        margin-bottom: 40px; }
        .section-facts-sheets .fact-single-content .title-block {
          margin-bottom: 24px; }
        .section-facts-sheets .fact-single-content .content-block h1, .section-facts-sheets .fact-single-content .content-block h2, .section-facts-sheets .fact-single-content .content-block h3, .section-facts-sheets .fact-single-content .content-block h4, .section-facts-sheets .fact-single-content .content-block h5 {
          font-weight: 500; } }

.fact-sheet-link {
  display: block;
  background-color: #004AAD;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s;
  margin-bottom: 0 !important;
  padding: 18px 24px;
  padding-right: 40px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 28px; }
  .fact-sheet-link .icon, .fact-sheet-link .feather {
    position: absolute;
    font-size: 36px;
    line-height: 1;
    top: 50%;
    right: 8px;
    top: 10px; }
  .fact-sheet-link:hover {
    color: #ffffff;
    background-color: #0f8293; }
    .fact-sheet-link:hover .close-icon:after {
      transform: scaleY(0); }
  @media only screen and (max-width: 767px) {
    .fact-sheet-link {
      padding: 16px 50px 16px 18px;
      font-size: 20px;
      line-height: 30px; }
      .fact-sheet-link.open {
        color: #004AAD; }
        .fact-sheet-link.open .close-icon:after {
          transform: scaleY(0); } }

.contact-hero {
  padding-top: 0; }
  .contact-hero .section-map {
    z-index: -1; }
  .contact-hero .container-fluid {
    max-width: 1282px; }
  .contact-hero .bg-oval {
    background: url("../../images/section/contact-hero-layer.svg") top center no-repeat;
    background-size: 100% auto !important;
    pointer-events: none;
    z-index: 1;
    top: auto;
    bottom: 0;
    height: 125px;
    height: 155px;
    height: 9.2261904762vw; }
  .contact-hero .container-map {
    max-width: 100%;
    width: 100%;
    padding: 0; }
  .contact-hero .map-block {
    height: 400px;
    min-height: 340px;
    height: 23.8095238095vw;
    opacity: 0.4; }
  .contact-hero .hero-block {
    margin-bottom: 40px;
    position: unset; }
    .contact-hero .hero-block .hero-title-block {
      margin-bottom: 0; }
  .contact-hero .contact-group {
    display: flex;
    justify-content: space-between; }
    .contact-hero .contact-group .contact-item {
      max-width: 206px; }
  .contact-hero .contact-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    background: rgba(0, 74, 173, 0.72);
    border-radius: 8px;
    border: 2px solid #004AAD;
    padding: 24px 16px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    pointer-events: auto; }
    .contact-hero .contact-item img {
      display: block;
      max-width: 100%;
      height: auto; }
    .contact-hero .contact-item .logo-title {
      max-width: 122px;
      margin-left: auto;
      margin-right: auto; }
    .contact-hero .contact-item .contact-item-title {
      font-weight: 600; }
  .contact-hero .contact-group-grid {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .contact-hero .card-contact-info {
    padding: 32px 40px 40px;
    padding: 32px 16px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 0px 6px 0 rgba(42, 42, 42, 0.06), 0 0px 7px 0 rgba(42, 42, 42, 0.05), 0 0px 12px 0 rgba(42, 42, 42, 0.04);
    color: #191919;
    margin: 0; }
    .contact-hero .card-contact-info h1, .contact-hero .card-contact-info h2, .contact-hero .card-contact-info h3, .contact-hero .card-contact-info h4, .contact-hero .card-contact-info h5, .contact-hero .card-contact-info h6,
    .contact-hero .card-contact-info .h1, .contact-hero .card-contact-info .h2, .contact-hero .card-contact-info .h3, .contact-hero .card-contact-info .h4, .contact-hero .card-contact-info .h5, .contact-hero .card-contact-info .h6 {
      color: #004AAD; }
    .contact-hero .card-contact-info.card-referral {
      background: #AEE7FF;
      color: #ffffff; }
      .contact-hero .card-contact-info.card-referral h4 {
        font-size: 24px;
        line-height: 32px; }
      .contact-hero .card-contact-info.card-referral .btn-primary:hover, .contact-hero .card-contact-info.card-referral .sidebar-block .wp-block-button__link:hover, .sidebar-block .contact-hero .card-contact-info.card-referral .wp-block-button__link:hover {
        background-color: #ffffff;
        color: #004AAD;
        border-color: #ffffff; }
    .contact-hero .card-contact-info:not(.form-block) a:not(.btn) {
      color: #191919; }
      .contact-hero .card-contact-info:not(.form-block) a:not(.btn):hover {
        color: #0F66AD; }
    .contact-hero .card-contact-info.form-block {
      padding: 28px 28px 64px; }
      .contact-hero .card-contact-info.form-block .contact-form-title {
        font-weight: 900; }
    .contact-hero .card-contact-info p {
      margin-bottom: 20px; }
      .contact-hero .card-contact-info p:last-child {
        margin-bottom: 0; }
  @media only screen and (min-width: 1441px) {
    .contact-hero .hero-block {
      margin-top: -60px;
      margin-top: -3.5714285714vw; } }
  @media only screen and (min-width: 768px) {
    .contact-hero .contact-group {
      position: absolute;
      top: 76px;
      left: 0;
      right: 0;
      padding: 0 20px;
      margin: 0 auto;
      pointer-events: none; }
    .contact-hero .contact-group-grid {
      display: grid;
      gap: 24px 70px;
      grid-template-columns: repeat(2, 1fr); }
      .contact-hero .contact-group-grid .column-1 {
        grid-column: 1 / 2;
        grid-row: 1; }
      .contact-hero .contact-group-grid .column-2 {
        grid-column: 2;
        grid-row: 1 / 4; }
      .contact-hero .contact-group-grid .column-3 {
        grid-column: 1 / 2;
        grid-row: 2; }
      .contact-hero .contact-group-grid .column-4 {
        grid-column: 1 / 2;
        grid-row: 3; } }
  @media only screen and (max-width: 767px) {
    .contact-hero {
      padding-top: 0;
      padding-bottom: 24px; }
      .contact-hero .map-block {
        min-height: 156px;
        height: 43.3333333333vw;
        opacity: 0.4; }
      .contact-hero .contact-item {
        gap: 10px;
        border-radius: 6px;
        padding: 18px 12px;
        font-size: 14px;
        line-height: 20px;
        line-height: 18px; }
        .contact-hero .contact-item .logo-title {
          max-width: 122px; }
      .contact-hero .contact-group {
        padding: 0;
        gap: 12px;
        display: grid;
        grid-template-columns: repeat(2, 1fr); }
        .contact-hero .contact-group .contact-item {
          flex: 1;
          max-width: unset; }
      .contact-hero .hero-block {
        margin-bottom: 20px; }
        .contact-hero .hero-block .hero-title-block {
          margin-bottom: 16px; }
        .contact-hero .hero-block .hero-title {
          font-size: 24px;
          line-height: 32px; }
      .contact-hero .card-contact-info {
        padding: 32px 16px; }
        .contact-hero .card-contact-info.form-block {
          padding: 20px; }
        .contact-hero .card-contact-info p {
          margin-bottom: 20px; }
          .contact-hero .card-contact-info p:last-child {
            margin-bottom: 0; }
      .contact-hero + .section-cards {
        padding-top: 20px; }
        .contact-hero + .section-cards .col-card:not(:last-child) {
          margin-bottom: 20px; } }

.page-contact .contact-page-hide {
  display: none !important; }

.section.contact-cta .container-fluid {
  max-width: 1282px; }

.section.contact-cta .cta-panel {
  padding: 28px 40px; }
  .section.contact-cta .cta-panel .title-block {
    margin-bottom: 20px; }
  .section.contact-cta .cta-panel .info-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .section.contact-cta {
    padding-top: 40px; }
    .section.contact-cta + .section-cards {
      padding-top: 44px; } }

.home-hero {
  padding: 0; }

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